-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Fleet] Move integrations to a separate app #99848
Merged
Merged
Changes from 34 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
b2bc086
WIP: Re-create separation of integrations app
kpollich 04a24de
Fix breadcrumbs
kpollich 63fcaea
Fix add integration button/routing
kpollich d1d97ea
Fix integrations test paths
kpollich 2117a2b
Fix failing policy tab tests
kpollich f4c6e0d
Fix type errors
kpollich 9ef2f3a
Fix more type errors
kpollich 1ab6be4
Fix integrations home page redirect
kpollich 297e257
Fix circular import
kpollich ee285f7
Fix i18n errors
kpollich bf03c68
Fix FTR paths
kpollich 63c1f8d
Fix more deep fleet import paths
kpollich 5a003b5
Remove unneeded state set
kpollich 5c34ad4
Fix more type errors
kpollich d2ed629
Fix failing security_solutions tests
kpollich 9508dce
Address redirect back path todo
kpollich 416840f
Fix page path in FTR
kpollich ec046f4
Fix type error
kpollich 8a784d0
🤞 Fix FTR failures
kpollich 60fdc2d
Fix package details path in endpoint tests
kpollich 633d3a2
Fix test import
kpollich 3a1a609
Fix add integration route + breadcrumbs
kpollich 1e87091
Fix missing layout for create package policy page
kpollich e334253
Fixup Kibana feature declaration + fix app registry arrays
kpollich 056fb68
Fix Kibana startup error from feature registration
kpollich 5a82b22
Fix telemetry schema
kpollich 9398073
Remove integrations from privilege tests
kpollich 4bc15a6
Increase Fleet bundle limit by 20kb to fix CI error
kpollich 44b2b9d
Merge branch 'master' into integrations-separate-app
kibanamachine e51cbf9
Use correct updated Fleet bundle limit
kpollich da285a6
Update limits.yml via script
kpollich ae06c8c
Address design feedback
kpollich 457f450
Fix i18n error
kpollich a361845
Merge branch 'master' into integrations-separate-app
kpollich 2e47795
Fix failing security solution tests
kpollich 20ff389
Merge branch 'master' into integrations-separate-app
kpollich a258250
Fix type error
kpollich File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ | |
*/ | ||
|
||
export const PLUGIN_ID = 'fleet'; | ||
export const INTEGRATIONS_PLUGIN_ID = 'integrations'; | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Do we plan to move integrations to a different plugin? or it will always be an app inside the fleet plugin?
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 think the plan would be to eventually move it to a separate plugin entirely.
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.
later on it may become separate, but that's not firmly decided at this point