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

Remove spacesOss plugin #108975

Closed
Closed
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
5d8e9ec
Refactor SpacesContext value's shareToSpacesDataPromise
jportner Aug 17, 2021
4c50a07
Add CopyToSpaceFlyout to spaces public API contract
jportner Aug 17, 2021
58301f7
Change CopyToSpaceFlyout to use data from SpacesContext provider
jportner Aug 17, 2021
c420dbe
Remove dependencies on spacesOss plugin
jportner Aug 17, 2021
22c1b1c
Remove spacesOss plugin
jportner Aug 18, 2021
13574cb
Remove spaces dependency on savedObjectsManagement
jportner Aug 18, 2021
1758d12
Fix ts refs...?
jportner Aug 18, 2021
8c8dca6
[RAC] [Observability] Use simpler alert severity level mapping (#109068)
mgiota Aug 18, 2021
49ba7e7
Add deprecation notice to dashboard import/export docs. (#108826)
lukeelmers Aug 18, 2021
83a7720
[Workplace Search] Fix rendering bug on Private Source status (#109122)
scottybollinger Aug 18, 2021
447ae98
[Security Solution][Endpoint][Event Filters] Event filters updated UI…
parkiino Aug 18, 2021
f719aa4
[Fleet] Missing migration backport in 7.14.0 (#109174)
nchaulet Aug 18, 2021
64454f3
Revert "[build] Remove optimize dir creation (#109014)"
jbudz Aug 19, 2021
09f122b
Increase width of service inventory sparkplot columns (#109137)
smith Aug 19, 2021
48ce73d
[Alerting] Update rules detail page to resolve SO IDs if necessary (#…
ymao1 Aug 19, 2021
4d0623e
[ML] Add tooltip help text for Transform filter query control (#108720)
qn895 Aug 19, 2021
e7098ad
Fixed flakiness with visualize custom role (#109077)
stratoula Aug 19, 2021
2172b88
Fix flakiness in load and save agg-based visualizations (#109066)
stratoula Aug 19, 2021
544c41e
[Discover] Unskip discover tab field data functional tests (#107305)
kertal Aug 19, 2021
98a3916
fix tsref? bis
pgayvallet Aug 19, 2021
fe08d0a
[TSVB] Long legend values support (#108023)
stratoula Aug 19, 2021
cb0ce59
Introduce `Enroll` API endpoint. (#108835)
azasypkin Aug 19, 2021
4419efc
[XY, Pie] Long legend values support (#108365)
stratoula Aug 19, 2021
df112dd
chore(NA): moving @kbn/plugin-generator to babel transpiler (#109083)
mistic Aug 19, 2021
6c1133a
[ML] Fix date formatting in the alert context of the Anomaly detectio…
darnautov Aug 19, 2021
3cb3984
[Flaky-tests] Fix SOM edit-saved-objects test (#109215)
afharo Aug 19, 2021
3232947
Merge branch 'master' into pr/jportner/108975
jportner Aug 19, 2021
754d4bc
Remove spacesOss dependency from triggers_actions_ui plugin
jportner Aug 19, 2021
01a9b86
Expose useSpaces function to external consumers
jportner Aug 19, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -1567,7 +1567,6 @@ module.exports = {
{
files: [
'src/plugins/security_oss/**/*.{js,mjs,ts,tsx}',
'src/plugins/spaces_oss/**/*.{js,mjs,ts,tsx}',
'src/plugins/interactive_setup/**/*.{js,mjs,ts,tsx}',
'x-pack/plugins/encrypted_saved_objects/**/*.{js,mjs,ts,tsx}',
'x-pack/plugins/security/**/*.{js,mjs,ts,tsx}',
Expand Down
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@
# Security
/src/core/server/csp/ @elastic/kibana-security @elastic/kibana-core
/src/plugins/security_oss/ @elastic/kibana-security
/src/plugins/spaces_oss/ @elastic/kibana-security
/src/plugins/interactive_setup/ @elastic/kibana-security
/test/security_functional/ @elastic/kibana-security
/x-pack/plugins/spaces/ @elastic/kibana-security
Expand Down
Loading