-
Notifications
You must be signed in to change notification settings - Fork 281
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
Try using another port 8088 for running the webhook test #999
Merged
Conversation
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
Codecov Report
@@ Coverage Diff @@
## master #999 +/- ##
============================================
- Coverage 64.51% 64.44% -0.07%
+ Complexity 3227 3225 -2
============================================
Files 244 244
Lines 17174 17174
Branches 3043 3043
============================================
- Hits 11080 11068 -12
- Misses 4551 4565 +14
+ Partials 1543 1541 -2
Continue to review full report at Codecov.
|
hardik-k-shah
previously approved these changes
Jan 28, 2021
hardik-k-shah
approved these changes
Jan 29, 2021
debjanibnrj
approved these changes
Jan 29, 2021
Some other test flaked but not complaining of binding to address. Rerunning tests |
hardik-k-shah
pushed a commit
that referenced
this pull request
Feb 1, 2021
* Optimize creating new collection objects in IndexResolverReplacer (#911) (cherry picked from commit 6632cd5) * Optimize by avoid creating wildcard matchers for every request (#902) * Optimize by avoiding creating wildcard matchers for every request for constant resources users, backend roles, hosts * Use hash set instead of tree set as we are not taking any advantage of ordering * Convert collection to list (cherry picked from commit db56dc2) * Short circuit privilege evaluation for bulk requests without index resolution (#926) (cherry picked from commit d9459dd) * Try using another port 8088 for running the webhook test (#999) (cherry picked from commit 7db5afe)
debjanibnrj
referenced
this pull request
in debjanibnrj/security
Feb 4, 2021
(cherry picked from commit 7db5afe)
debjanibnrj
referenced
this pull request
in debjanibnrj/security
Feb 4, 2021
(cherry picked from commit 7db5afe)
debjanibnrj
referenced
this pull request
in debjanibnrj/security
Feb 4, 2021
(cherry picked from commit 7db5afe)
debjanibnrj
referenced
this pull request
in debjanibnrj/security
Feb 4, 2021
(cherry picked from commit 7db5afe)
debjanibnrj
referenced
this pull request
in debjanibnrj/security
Feb 4, 2021
(cherry picked from commit 7db5afe)
debjanibnrj
referenced
this pull request
in debjanibnrj/security
Feb 4, 2021
(cherry picked from commit 7db5afe)
debjanibnrj
pushed a commit
that referenced
this pull request
Feb 5, 2021
(cherry picked from commit 7db5afe)
debjanibnrj
pushed a commit
that referenced
this pull request
Feb 5, 2021
(cherry picked from commit 7db5afe)
chrousto
referenced
this pull request
in chrousto/security
Mar 6, 2021
cliu123
referenced
this pull request
in cliu123/ODFE-Security
Mar 17, 2021
(cherry picked from commit 7db5afe)
cliu123
referenced
this pull request
in cliu123/ODFE-Security
Mar 18, 2021
(cherry picked from commit 7db5afe)
cliu123
referenced
this pull request
in cliu123/ODFE-Security
Mar 18, 2021
(cherry picked from commit 7db5afe)
cliu123
referenced
this pull request
in cliu123/ODFE-Security
Mar 18, 2021
(cherry picked from commit 7db5afe)
cliu123
referenced
this pull request
in cliu123/ODFE-Security
Mar 18, 2021
(cherry picked from commit 7db5afe)
cliu123
referenced
this pull request
in cliu123/ODFE-Security
Mar 18, 2021
(cherry picked from commit 7db5afe)
cliu123
referenced
this pull request
in cliu123/ODFE-Security
Mar 18, 2021
(cherry picked from commit 7db5afe)
cliu123
referenced
this pull request
in cliu123/ODFE-Security
Mar 18, 2021
(cherry picked from commit 7db5afe)
sujithvm
added a commit
that referenced
this pull request
Mar 18, 2021
(cherry picked from commit 7db5afe)
sujithvm
added a commit
that referenced
this pull request
Mar 18, 2021
(cherry picked from commit 7db5afe)
sujithvm
added a commit
that referenced
this pull request
Mar 18, 2021
(cherry picked from commit 7db5afe)
sujithvm
added a commit
that referenced
this pull request
Mar 18, 2021
(cherry picked from commit 7db5afe)
vrozov
pushed a commit
that referenced
this pull request
Mar 18, 2021
(cherry picked from commit 7db5afe)
sujithvm
added a commit
that referenced
this pull request
Mar 18, 2021
(cherry picked from commit 7db5afe)
vrozov
pushed a commit
that referenced
this pull request
Mar 18, 2021
(cherry picked from commit 7db5afe)
lbreinig
pushed a commit
to lbreinig/security
that referenced
this pull request
Dec 23, 2021
wuychn
pushed a commit
to ochprince/security
that referenced
this pull request
Mar 16, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
opendistro-for-elasticsearch/security pull request intake form
Please provide as much details as possible to get feedback/acceptance on your PR quickly
Category: (Enhancement, New feature, Bug fix, Test fix, Refactoring, Maintenance, Documentation)
Github Issue # or road-map entry, if available:
Description of changes:
Why these changes are required?
What is the old behavior before changes and new behavior after changes? (Please add any example/logs/screen-shot if available)
Testing done: (Please provide details of testing done: Unit testing, integration testing and manual testing)
TO-DOs, if any: (Please describe pending items and provide Github issues# for each of them)
Is it backport from master branch? (If yes, please add backport PR # and commits #)
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.