[Backport 2.x] Fixing dynamic tenancy changes for issues 1412 (#1419)#1458
Merged
cwperks merged 3 commits intoopensearch-project:2.xfrom Jun 19, 2023
Merged
Conversation
fb88245 to
e3a3112
Compare
RyanL1997
approved these changes
May 31, 2023
Codecov Report
@@ Coverage Diff @@
## 2.x #1458 +/- ##
==========================================
- Coverage 65.51% 65.47% -0.05%
==========================================
Files 93 93
Lines 2294 2297 +3
Branches 312 308 -4
==========================================
+ Hits 1503 1504 +1
- Misses 723 725 +2
Partials 68 68
|
cwperks
reviewed
May 31, 2023
Member
There was a problem hiding this comment.
These versions need to match the version in package.json.
cwperks
reviewed
May 31, 2023
Member
|
@DarshitChanpura Please include the changes from this PR in the cypress workflow introduced in this PR. |
* Fixing dynamic tenancy changes for opensearchdasbhoard.yaml Signed-off-by: Abhi Kalra <abhivka@amazon.com> Co-authored-by: Abhi Kalra <abhivka@amazon.com> Co-authored-by: Stephen Crawford <65832608+scrawfor99@users.noreply.github.com> (cherry picked from commit c4e6c37) Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
e3a3112 to
eb62c99
Compare
Member
Author
|
Done. |
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
Member
|
Why are the cypress tests failing to find |
cwperks
reviewed
Jun 16, 2023
| echo "PLUGIN_VERSION=$plugin_version" >> $GITHUB_ENV | ||
| shell: bash | ||
|
|
||
| - name: Checkout Branch |
Member
There was a problem hiding this comment.
I think this needs to be before Set env.
Member
There was a problem hiding this comment.
That's what it is on main: https://github.com/opensearch-project/security-dashboards-plugin/blob/main/.github/workflows/cypress-test-tenancy-disabled.yml#L29-L38
@DarshitChanpura Can you update?
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
cwperks
approved these changes
Jun 19, 2023
This file contains hidden or 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
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.
Backports #1419
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.