-
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
NP licensing plugin improvements #51818
Merged
Merged
Changes from 11 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
6eb8572
add onPreResponse interceptor
mshustov c861c8b
use onPreResponse interceptor to add license sign
mshustov 58a31d2
expose registerPreResponse to plugins
mshustov d536a92
refresh for license update get the most fresh license
mshustov c194e37
license plugin injects own header for signature: 'kbn-license-sig'
mshustov 674062e
add integration tests for license type and license header
mshustov 5c30f9f
Merge branch 'master' into np-licensing
mshustov b5e409a
Merge branch 'master' into np-licensing
mshustov 58c92b6
switch config to duration
mshustov 61d8a72
don't run interceptor on anon paths. add tests
mshustov 2166b3d
add functional tests for licensing plugin
mshustov 268cc45
regen docs
mshustov a3a890a
fix test in security due to updated mocks;
mshustov b1b79a8
Merge branch 'master' into np-licensing
mshustov 6f0397d
update snapshots accoring to new mock implementation
mshustov d4cb636
Merge branch 'master' into np-licensing
mshustov 5992878
migrate license expired banner to NP
mshustov 10a91eb
Merge branch 'master' into np-licensing
mshustov 4b45708
add readme for the licensing plugin
mshustov 6b9c7bf
remove outdated import. licensing has separate functional tests
mshustov b9fbe71
add tag for test to run on CI
mshustov c9d6259
Merge branch 'master' into np-licensing
mshustov 7eec72a
regen docs
mshustov 404582d
Update x-pack/plugins/licensing/README.md
mshustov cf83cb9
Merge branch 'master' into np-licensing
mshustov 5168054
update tests
mshustov 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
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.
plugin authors doesn't have to read AnonymousPaths implementation to be able to use mocks. WDYT?