Skip to content

Commit 65e04b1

Browse files
authored
Remove spacesOss plugin (elastic#109258)
1 parent 3a0f209 commit 65e04b1

File tree

153 files changed

+912
-2591
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

153 files changed

+912
-2591
lines changed

.eslintrc.js

-1
Original file line numberDiff line numberDiff line change
@@ -1567,7 +1567,6 @@ module.exports = {
15671567
{
15681568
files: [
15691569
'src/plugins/security_oss/**/*.{js,mjs,ts,tsx}',
1570-
'src/plugins/spaces_oss/**/*.{js,mjs,ts,tsx}',
15711570
'src/plugins/interactive_setup/**/*.{js,mjs,ts,tsx}',
15721571
'x-pack/plugins/encrypted_saved_objects/**/*.{js,mjs,ts,tsx}',
15731572
'x-pack/plugins/security/**/*.{js,mjs,ts,tsx}',

.github/CODEOWNERS

-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@
280280
# Security
281281
/src/core/server/csp/ @elastic/kibana-security @elastic/kibana-core
282282
/src/plugins/security_oss/ @elastic/kibana-security
283-
/src/plugins/spaces_oss/ @elastic/kibana-security
284283
/src/plugins/interactive_setup/ @elastic/kibana-security
285284
/test/security_functional/ @elastic/kibana-security
286285
/x-pack/plugins/spaces/ @elastic/kibana-security

0 commit comments

Comments
 (0)