-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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 legacy spaces plugin #74532
Remove legacy spaces plugin #74532
Conversation
Pinging @elastic/kibana-security (Team:Security) |
@spalger tagging you since I remember you worked on this about a year ago. This PR is failing because
I know the status API hasn't been migrated yet, but are you aware of anything else we can use in the interim to make this determination? |
Well, we could try always behaving like spaces are enabled, but I would rather not make changes to that logic without more careful consideration and there is a lot to consider... I would prefer that we finish the status API migration first but I'm not sure what the timeline is on that. @elastic/kibana-platform? |
It's our roadmap for 7.10. I may be able to focus on that next week, but may also be pulled into some other unrelated scaling tasks. I think we're ok to leave this PR open for a while and we can merge it once #41983 is completed. |
Test flakiness appears unrelated to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found a couple other references to "legacy/plugins/spaces" in x-pack/tsconfig.json
, x-pack/.i18nrc.json
, .github/CODEOWNERS
, and src/dev/code_coverage/ingest_coverage/team_assignment/ingestion_pipeline_painless.json
, could you remove those too?
Wow, thanks! My code searching skills are not up to par lately |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 😀
|
@wayneseymour that's great! Are you suggesting that I revert the change since it's going away, or is the change OK from your perspective? |
💚 Build SucceededBuild metricsdistributable file count
History
To update your PR or re-run it, just comment with: |
Honestly, either way is fine, imho. @LeeDr ? |
Since it's not impacting CI from what I can tell, I'll merge as-is to unblock the Platform team. Let me know if you'd like that reverted and I'll be happy to do so. |
# Conflicts: # .github/CODEOWNERS # src/dev/code_coverage/ingest_coverage/team_assignment/ingestion_pipeline_painless.json
Summary
Removes the legacy spaces plugin 🎉
Blocked on #41983