-
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
chore(slo): Migrate to server-route-repository #198726
Merged
kdelemme
merged 56 commits into
elastic:main
from
kdelemme:chore/migrate-to-core-http-router
Nov 12, 2024
Merged
Changes from all commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
090c53d
wip: migration attempt to http core router
kdelemme d0a9883
Update Plugin types
kdelemme 88fd533
Use correct plugins from dependencies
kdelemme 861d205
Fix usage of licensing
kdelemme e05e672
Replace usage of custom licensing and spaces start function
kdelemme 7ea5f27
Remove usage of custom start function
kdelemme 6e3bbb2
Remove rac and rules specific start function
kdelemme 2540e6f
Remove usage of leftover plugins
kdelemme f580480
Fix plugins and corePlugins usage
kdelemme 377fc19
Add SLORepositoryClient to public plugin and context
kdelemme 44273f6
Use client from use fetch slo list hook
kdelemme 6e96060
Use client from use fetch slo definitions hook
kdelemme 232486d
Use client from use create slo hook
kdelemme 1b93e2b
Use client from use delete instance hook
kdelemme 073560c
Use client from use delete slo hook
kdelemme 708e1c2
Use client from use fetch global diagnosis hook
kdelemme 7caf413
Use client from use fetch historical summary hook
kdelemme db15edf
Use client from use fetch slo burn rates hook
kdelemme 8a94f42
Use client from use fetch slo details hook
kdelemme a204ad0
Use client from use fetch slo groups hook
kdelemme 7bea57b
Use client from use fetch slo health
kdelemme b2f09e6
Use client from use fetch slo inspect hook
kdelemme 6cd5ceb
Use client from use fetch preview data hook
kdelemme f5fe891
Use client from use reset slo hook
kdelemme f3d5672
Use client from use update slo hook
kdelemme 46db725
Remove import
kdelemme 7694fe2
Fix usage of query params
kdelemme 3b7a5b8
Use client from use suggestion hook
kdelemme 8a3d28f
update local hooks from slo pages
kdelemme 7e25fd8
wip: refactor SLO public Plugin
kdelemme 885ee36
wip: refactor SLO public plugin
kdelemme d81a3f2
wip: Refactor slo embeddable overview
kdelemme 478bae0
Fix alerts embeddable deps
kdelemme 02e5e1c
Fix error budget embeddable deps
kdelemme 69b2183
fix burn rate embeddable
kdelemme bb3e780
Fix ui actions registering
kdelemme 2de2399
fix flyout
kdelemme 4f70c8a
[CI] Auto-commit changed files from 'node scripts/lint_ts_projects --…
kibanamachine cc67e0f
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
kibanamachine 4cdca40
fix mock import
kdelemme 65d06fc
Fix open configuration
kdelemme 4e3270c
Move useKibana hooks into hooks folder
kdelemme 688c62a
rename kibana_react to use_kibana
kdelemme 1d6dbfd
Remove unused constant
kdelemme 803c813
Add spaces to optional plugin
kdelemme ec0d9b6
Fix lazy loading of alerts section with missing context providers
kdelemme b8d0087
Merge branch 'main' into chore/migrate-to-core-http-router
kdelemme a4ffd0b
Fix tests mock
kdelemme acf22fd
Fix type
kdelemme 9945ab4
Fix duplication of context providers
kdelemme f81ed59
Fix documentation response code
kdelemme ef1715c
[CI] Auto-commit changed files from 'make api-docs'
kibanamachine ab5510c
Fix test
kdelemme 5a421e5
Handle SLO domain errors on the routes
kdelemme fca3bbb
Merge branch 'main' into chore/migrate-to-core-http-router
shahzad31 11b8a0f
Merge branch 'main' into chore/migrate-to-core-http-router
kdelemme 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
26 changes: 0 additions & 26 deletions
26
x-pack/plugins/observability_solution/observability/server/errors/errors.ts
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
x-pack/plugins/observability_solution/observability/server/errors/handler.ts
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
x-pack/plugins/observability_solution/observability/server/errors/index.ts
This file was deleted.
Oops, something went wrong.
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
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
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
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
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.
This was specific to SLO. Since we moved SLO outside of observability/ this handler is not use anymore