-
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
Migrate Capabilities to new platform #51438
Merged
pgayvallet
merged 41 commits into
elastic:master
from
pgayvallet:kbn-45393-capabilities-service
Dec 3, 2019
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
8774c11
create service skeleton
pgayvallet 7b38121
move registerCapabilitiesModifier to capabilities service and rename …
pgayvallet 590e743
starts to move capabilities logic to CapabilitiesService
pgayvallet a0628bb
move capabilities route to service
pgayvallet 5182e14
add initial integration test for capabilities route
pgayvallet b700cda
capabilitiesMixin now delegates to capability service
pgayvallet ca62942
use server-side Capabilities import in server code
pgayvallet 0d27559
update generated doc
pgayvallet 85b8645
remove capabilities from injectedMetadatas
pgayvallet bdd07d0
use applications sent from client instead of server-registered navLinks
pgayvallet 6650273
disable authRequired for capabilities route
pgayvallet dd160fe
(temp) exposes two endpoints for capabilities
pgayvallet ad99a96
Add fetch-mock on capabilities call for karma tests
pgayvallet 90234d7
adapt xpack Capabilities test - first attempt
pgayvallet 3a81fb6
adapt x-pack ui_capabilities test
pgayvallet f5acc1f
add '/status' to the list of anonymous pages
pgayvallet 2c66167
Add documentation on Capabilities APIs
pgayvallet 33848c1
move Capabilities to core/types
pgayvallet bd7064e
update generated docs
pgayvallet bd98c78
add service tests
pgayvallet d4ce55c
protecting resolveCapabilities against added/removed capabilities
pgayvallet 7746d5d
update generated docs
pgayvallet e99dba8
adapt mocks due to rebase
pgayvallet f6c76d2
add forgotten exports
pgayvallet 707a2c4
improve capabilities routes registering
pgayvallet a1cc7fc
name capabilities registering methods
pgayvallet 1625cb3
Merge remote-tracking branch 'upstream/master' into kbn-45393-capabil…
pgayvallet 912cb8f
Merge remote-tracking branch 'upstream/master' into kbn-45393-capabil…
pgayvallet 997e476
resolve conflicts due to merge
pgayvallet b37034a
address review issues
pgayvallet ebcfdde
add comment about reason for exposing two routes
pgayvallet ad0ffbb
extract createHttpServer test helper
pgayvallet 349e1d8
Merge remote-tracking branch 'upstream/master' into kbn-45393-capabil…
pgayvallet d705f69
fix merge conflicts
pgayvallet 9518a8d
Merge remote-tracking branch 'upstream/master' into kbn-45393-capabil…
pgayvallet a20df2a
Merge remote-tracking branch 'upstream/master' into kbn-45393-capabil…
pgayvallet 7cb5513
improve documentation
pgayvallet dbf5131
remove `/status` anon registration as now done in NP status plugin
pgayvallet c4e313f
Merge remote-tracking branch 'upstream/master' into kbn-45393-capabil…
pgayvallet f66b237
Merge remote-tracking branch 'upstream/master' into kbn-45393-capabil…
pgayvallet 4cee19c
fix merge conflicts
pgayvallet 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
adapt x-pack ui_capabilities test
- Loading branch information
commit 3a81fb6ca6b6e7d6ee4dbeb83462b2f6f4b5a363
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
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
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.
As @kobelb explained to me: