forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fleet] Move integrations to a separate app (elastic#99848)
* WIP: Re-create separation of integrations app * Fix breadcrumbs * Fix add integration button/routing * Fix integrations test paths * Fix failing policy tab tests * Fix type errors * Fix more type errors * Fix integrations home page redirect * Fix circular import * Fix i18n errors * Fix FTR paths * Fix more deep fleet import paths * Remove unneeded state set * Fix more type errors * Fix failing security_solutions tests * Address redirect back path todo * Fix page path in FTR * Fix type error * 🤞 Fix FTR failures * Fix package details path in endpoint tests * Fix test import * Fix add integration route + breadcrumbs * Fix missing layout for create package policy page * Fixup Kibana feature declaration + fix app registry arrays * Fix Kibana startup error from feature registration * Fix telemetry schema * Remove integrations from privilege tests * Increase Fleet bundle limit by 20kb to fix CI error * Use correct updated Fleet bundle limit * Update limits.yml via script * Address design feedback * Fix i18n error * Fix failing security solution tests * Fix type error Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> # Conflicts: # packages/kbn-optimizer/limits.yml
- Loading branch information
Showing
164 changed files
with
1,526 additions
and
749 deletions.
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.