Skip to content

Commit

Permalink
Remove experimental code app (elastic#49404) (elastic#49527)
Browse files Browse the repository at this point in the history
* Fix erroneous code plugin import in apm

* Stop running legacy code plugin

* Stop testing code app and apis

* Remove code plugin source and deprecate config

* Remove code plugin docs

* Remove xpack.code translations

* Remove code import on api_integration

* Remove code privilege from security test

* remove two more mentions of code

* remove code es_archives

* remove code doc images
  • Loading branch information
epixa authored Oct 28, 2019
1 parent afbc150 commit 78ccc24
Show file tree
Hide file tree
Showing 520 changed files with 54 additions and 50,812 deletions.
25 changes: 0 additions & 25 deletions docs/code/code-basic-nav.asciidoc

This file was deleted.

48 changes: 0 additions & 48 deletions docs/code/code-import-first-repo.asciidoc

This file was deleted.

25 changes: 0 additions & 25 deletions docs/code/code-install-lang-server.asciidoc

This file was deleted.

10 changes: 0 additions & 10 deletions docs/code/code-multiple-kibana-instances-config.asciidoc

This file was deleted.

76 changes: 0 additions & 76 deletions docs/code/code-repo-management.asciidoc

This file was deleted.

24 changes: 0 additions & 24 deletions docs/code/code-search.asciidoc

This file was deleted.

28 changes: 0 additions & 28 deletions docs/code/code-semantic-nav.asciidoc

This file was deleted.

21 changes: 0 additions & 21 deletions docs/code/index.asciidoc

This file was deleted.

Binary file removed docs/images/code-blame.png
Binary file not shown.
Binary file removed docs/images/code-full-text-search.png
Binary file not shown.
Binary file removed docs/images/code-history.png
Binary file not shown.
Binary file removed docs/images/code-import-repo.png
Binary file not shown.
Binary file removed docs/images/code-lang-server-status.png
Binary file not shown.
Binary file removed docs/images/code-lang-server-tab.png
Binary file not shown.
Binary file removed docs/images/code-quick-search.png
Binary file not shown.
Binary file removed docs/images/code-repo-management.png
Binary file not shown.
Binary file removed docs/images/code-search-filter.png
Binary file not shown.
Binary file removed docs/images/code-semantic-nav.png
Binary file not shown.
Binary file removed docs/images/code-starter-root.png
Binary file not shown.
Binary file removed docs/images/code-symbol-table.png
Binary file not shown.
45 changes: 0 additions & 45 deletions docs/settings/code-settings.asciidoc

This file was deleted.

3 changes: 1 addition & 2 deletions docs/setup/settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ setting specifies the port to use.

`server.rewriteBasePath:`:: *Default: false* Deprecated setting that specifies if Kibana should
rewrite requests that are prefixed with `server.basePath`, or require that they
are rewritten by your reverse proxy.
are rewritten by your reverse proxy.

`server.socketTimeout:`:: *Default: "120000"* The number of milliseconds to wait before closing an
inactive socket.
Expand Down Expand Up @@ -326,7 +326,6 @@ Rollup user interface.


include::{docdir}/settings/apm-settings.asciidoc[]
include::{docdir}/settings/code-settings.asciidoc[]
include::{docdir}/settings/dev-settings.asciidoc[]
include::{docdir}/settings/graph-settings.asciidoc[]
include::{docdir}/settings/infrastructure-ui-settings.asciidoc[]
Expand Down
2 changes: 0 additions & 2 deletions docs/user/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ include::extend.asciidoc[]

include::{kib-repo-dir}/maps/index.asciidoc[]

include::{kib-repo-dir}/code/index.asciidoc[]

include::{kib-repo-dir}/infrastructure/index.asciidoc[]

include::{kib-repo-dir}/logs/index.asciidoc[]
Expand Down
1 change: 0 additions & 1 deletion x-pack/.i18nrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"xpack.apm": "legacy/plugins/apm",
"xpack.beatsManagement": "legacy/plugins/beats_management",
"xpack.canvas": "legacy/plugins/canvas",
"xpack.code": ["legacy/plugins/code", "plugins/code"],
"xpack.crossClusterReplication": "legacy/plugins/cross_cluster_replication",
"xpack.dashboardMode": "legacy/plugins/dashboard_mode",
"xpack.features": "plugins/features",
Expand Down
2 changes: 0 additions & 2 deletions x-pack/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import { dashboardMode } from './legacy/plugins/dashboard_mode';
import { logstash } from './legacy/plugins/logstash';
import { beats } from './legacy/plugins/beats_management';
import { apm } from './legacy/plugins/apm';
import { code } from './legacy/plugins/code';
import { maps } from './legacy/plugins/maps';
import { licenseManagement } from './legacy/plugins/license_management';
import { cloud } from './legacy/plugins/cloud';
Expand Down Expand Up @@ -62,7 +61,6 @@ module.exports = function (kibana) {
logstash(kibana),
beats(kibana),
apm(kibana),
code(kibana),
maps(kibana),
canvas(kibana),
licenseManagement(kibana),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import React from 'react';
import { i18n } from '@kbn/i18n';
import styled from 'styled-components';
import { px } from '../../../../../code/public/style/variables';
import { px } from '../../../../public/style/variables';
import { ErrorCountBadge } from '../../app/TransactionDetails/WaterfallWithSummmary/ErrorCountBadge';
import { units } from '../../../style/variables';

Expand Down
Loading

0 comments on commit 78ccc24

Please sign in to comment.