-
Notifications
You must be signed in to change notification settings - Fork 159
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
[AUTO] Increment version to 2.16.0.0 #2067
Conversation
opensearch-trigger-bot
bot
commented
Jul 26, 2024
- Incremented version to 2.16.0.0.
* Fix the nextUrl validation test and test url path using regex Signed-off-by: Craig Perkins <[email protected]> * Update nextUrl validation regex Signed-off-by: Craig Perkins <[email protected]> * Add missing tests Signed-off-by: Craig Perkins <[email protected]> * Combine url split to single line Signed-off-by: Craig Perkins <[email protected]> * Update docstring Signed-off-by: Craig Perkins <[email protected]> * Simplify condition Signed-off-by: Craig Perkins <[email protected]> * Add origin on redirect Signed-off-by: Craig Perkins <[email protected]> * Remove absolute url on redirect Signed-off-by: Craig Perkins <[email protected]> * Update login-page tests Signed-off-by: Craig Perkins <[email protected]> * Remove url.origin Signed-off-by: Craig Perkins <[email protected]> * Account for server base path that can be numeric Signed-off-by: Craig Perkins <[email protected]> * Update docstring Signed-off-by: Craig Perkins <[email protected]> --------- Signed-off-by: Craig Perkins <[email protected]> (cherry picked from commit a44e265) Co-authored-by: Craig Perkins <[email protected]>
--------- Signed-off-by: Darshit Chanpura <[email protected]> (cherry picked from commit e9609ac)
Signed-off-by: opensearch-ci-bot <[email protected]> Signed-off-by: Darshit Chanpura <[email protected]> Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Co-authored-by: Craig Perkins <[email protected]> Co-authored-by: Darshit Chanpura <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]>
Signed-off-by: Darshit Chanpura <[email protected]> (cherry picked from commit 2cc3f60) Co-authored-by: Darshit Chanpura <[email protected]>
* Do not register tenancy app if disabled in yml Signed-off-by: Derek Ho <[email protected]> * Adds a test Signed-off-by: Derek Ho <[email protected]> * Revert type and export Signed-off-by: Derek Ho <[email protected]> * Use constants Signed-off-by: Derek Ho <[email protected]> * Remove extra license field Signed-off-by: Derek Ho <[email protected]> * Refactor with constants Signed-off-by: Derek Ho <[email protected]> --------- Signed-off-by: Derek Ho <[email protected]> (cherry picked from commit 0ed2cf2) Co-authored-by: Derek Ho <[email protected]>
Signed-off-by: opensearch-ci-bot <[email protected]>
a34b972
to
ed6e5c2
Compare
ed6e5c2
to
965d304
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.16 #2067 +/- ##
==========================================
+ Coverage 69.34% 71.17% +1.82%
==========================================
Files 96 96
Lines 2587 2598 +11
Branches 382 387 +5
==========================================
+ Hits 1794 1849 +55
+ Misses 699 649 -50
- Partials 94 100 +6 ☔ View full report in Codecov by Sentry. |
@@ -0,0 +1,178 @@ | |||
/* |
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.
should we close this one since it is carrying over all the other diffs
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.
I think we can close it. It is only carrying a PR that I didn't mean to backport to 2.16 after rebasing.