Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing the code plugin entirely for 8.0 #77940

Merged
merged 9 commits into from
Feb 10, 2021
Merged

Conversation

kobelb
Copy link
Contributor

@kobelb kobelb commented Sep 18, 2020

A majority of the code plugin was removed as part of #49404, but we left behind the parts necessary to not break users who specified xpack.code.* settings in their kibana.yml. The aforementioned PR has been backported, but we no longer need any of the code plugin code in master. This PR removes all of the remaining code plugin in preparation for 8.0.

@kobelb kobelb added v8.0.0 release_note:skip Skip the PR/issue when compiling release notes labels Sep 18, 2020
@kobelb
Copy link
Contributor Author

kobelb commented Sep 18, 2020

retest

@kobelb
Copy link
Contributor Author

kobelb commented Sep 22, 2020

@elasticmachine merge upstream

@kobelb
Copy link
Contributor Author

kobelb commented Oct 5, 2020

@elasticmachine merge upstream

@kobelb
Copy link
Contributor Author

kobelb commented Oct 21, 2020

@elasticmachine merge upstream

@kobelb
Copy link
Contributor Author

kobelb commented Oct 21, 2020

@wayneseymour removing the code plugin is breaking

it(`should strip the prefix and still drill down through the fs`, async () => {
. I'm struggling to figure out what's going on here, any hints?

@kobelb kobelb requested a review from a team as a code owner October 21, 2020 19:02
@kobelb
Copy link
Contributor Author

kobelb commented Oct 21, 2020

@wayneseymour, NVM! I believe this will be fixed by fba1ece

[
'src/dev/code_coverage/ingest_coverage/integration_tests/fixtures/test_plugin/server/index.ts kibana-tre',
'src/dev/code_coverage/ingest_coverage/integration_tests/fixtures/test_plugin/server/plugin.ts kibana-tre',
].join(os.EOL)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whoa, I've been in the js world for years and years, never saw os.EOL. Pretty kewl :)

@wayneseymour
Copy link
Member

@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

merge conflict between base and head

@kobelb
Copy link
Contributor Author

kobelb commented Feb 9, 2021

@kibanamachine don't be rude...

@wayneseymour
Copy link
Member

looking into this

@wayneseymour
Copy link
Member

@kobelb Ok I fixedup the test, it passes on my local:
Screen Shot 2021-02-10 at 1 28 54 PM

@kobelb
Copy link
Contributor Author

kobelb commented Feb 10, 2021

Thanks @wayneseymour!

@kobelb kobelb enabled auto-merge (squash) February 10, 2021 21:01
@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

✅ unchanged

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@kobelb kobelb merged commit 8c4af6f into elastic:master Feb 10, 2021
gmmorris added a commit to gmmorris/kibana that referenced this pull request Feb 11, 2021
* master: (44 commits)
  [APM] Add experimental support for Data Streams (elastic#89650)
  [Search Session] Control "Kibana / Search Sessions" management section by privileges (elastic#90818)
  [Lens] Median as default function (elastic#90952)
  Implement custom global header banner (elastic#87438)
  [Fleet] Reduce permissions. (elastic#90302)
  Update dependency @elastic/charts to v24.5.1 (elastic#89822)
  [Create index pattern] Can't create single character index without wildcard (elastic#90919)
  [ts/build_ts_refs] add support for --clean flag (elastic#91060)
  Don't clean when running e2e tests (elastic#91057)
  Fixes track_total_hits in the body not having an effect when using search strategy (elastic#91068)
  [Security Solution][Detections] Adds list plugin Saved Objects to Security feature privilege (elastic#90895)
  Removing the code plugin entirely for 8.0 (elastic#77940)
  chore(NA): move the instruction to remove yarn global bazelisk package into the first place on install bazel tools (elastic#91026)
  [jest/ci] remove max-old-space-size override to use 4gb default (elastic#91020)
  [Fleet] Restrict integration changes for managed policies (elastic#90675)
  [CI] Fix auto-backport condditions so that it doesn't trigger for other labels (elastic#91042)
  [DOCS] Uses variable to refer to query profiler (elastic#90976)
  [App Search] Relevance Tuning logic listeners (elastic#89461)
  [Metrics UI] Fix saving/loading saved views from URL (elastic#90216)
  Limit cardinality of transaction.name (elastic#90955)
  ...
@kibanamachine kibanamachine added the backport missing Added to PRs automatically when the are determined to be missing a backport. label Feb 12, 2021
@kibanamachine
Copy link
Contributor

Friendly reminder: Looks like this PR hasn’t been backported yet.
To create backports run node scripts/backport --pr 77940 or prevent reminders by adding the backport:skip label.

1 similar comment
@kibanamachine
Copy link
Contributor

Friendly reminder: Looks like this PR hasn’t been backported yet.
To create backports run node scripts/backport --pr 77940 or prevent reminders by adding the backport:skip label.

@kobelb kobelb added the backport:skip This commit does not require backporting label Feb 16, 2021
@kibanamachine kibanamachine removed the backport missing Added to PRs automatically when the are determined to be missing a backport. label Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting release_note:skip Skip the PR/issue when compiling release notes v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants