Skip to content
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

Backports commits from main to 1.x #165

Merged
merged 5 commits into from
Mar 9, 2022

Conversation

downsrob
Copy link
Contributor

@downsrob downsrob commented Mar 9, 2022

Description

Backports all of the missing commits from main to 1.x. Confirmed with git diff backport-main-1x..main that all diffs following this backport are limited to the workflow files, as the 1.x workflow files include the 1.x branches and main does not.

Issues Resolved

N/A

Check List

  • Commits are signed per the DCO using --signoff

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.

annie3431 and others added 5 commits March 9, 2022 23:15
* Create backport.yml

Signed-off-by: Annie Lee <leeyun@amazon.com>

* Create delete_backport_branch.yml

Signed-off-by: Annie Lee <leeyun@amazon.com>
Signed-off-by: Robert Downs <downsrob@amazon.com>
opensearch-project#153)

* Adds continuous transform mode display and create

Signed-off-by: Robert Downs <downsrob@amazon.com>

* Adds release note

Signed-off-by: Clay Downs <89109232+downsrob@users.noreply.github.com>
Signed-off-by: Robert Downs <downsrob@amazon.com>
…min rollover age transition condition (opensearch-project#159)

* Adds the min primary shard size condition in rollover UI

Signed-off-by: Drew Baugher <dbbaughe@amazon.com>

* Removes validation for rollover action that requires at least one condition since backend supports no conditions

Signed-off-by: Drew Baugher <dbbaughe@amazon.com>

* Removes empty rollover conditions in default rollover JSON thats making the create policy fail when sending to backend

Signed-off-by: Drew Baugher <dbbaughe@amazon.com>

* Adds UI support for min rollover age in the transition UI

Signed-off-by: Drew Baugher <dbbaughe@amazon.com>

* Updates jest snapshots for create transition and create action

Signed-off-by: Drew Baugher <dbbaughe@amazon.com>
Signed-off-by: Robert Downs <downsrob@amazon.com>
* Create BACKPORT.md

Signed-off-by: Annie Lee <leeyun@amazon.com>

* Remove backport documentation file and replace with a link

Signed-off-by: Annie Lee <leeyun@amazon.com>
Signed-off-by: Robert Downs <downsrob@amazon.com>
Signed-off-by: Robert Downs <downsrob@amazon.com>
@codecov-commenter
Copy link

Codecov Report

Merging #165 (30f2cd6) into 1.x (10ba1af) will increase coverage by 13.54%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##              1.x     #165       +/-   ##
===========================================
+ Coverage   49.78%   63.32%   +13.54%     
===========================================
  Files         154      155        +1     
  Lines        4335     4447      +112     
  Branches      665      738       +73     
===========================================
+ Hits         2158     2816      +658     
+ Misses       2018     1415      -603     
- Partials      159      216       +57     
Impacted Files Coverage Δ
...-plugin/public/pages/CreateRollup/utils/helpers.ts 68.29% <0.00%> (-9.13%) ⬇️
...lCreatePolicy/components/Transition/Transition.tsx 28.88% <0.00%> (-1.12%) ⬇️
...ntainers/VisualCreatePolicy/VisualCreatePolicy.tsx 12.50% <0.00%> (-0.78%) ⬇️
...ndex-management-dashboards-plugin/public/plugin.ts 0.00% <0.00%> (ø)
...ex-management-dashboards-plugin/utils/constants.ts 100.00% <0.00%> (ø)
...gement-dashboards-plugin/public/utils/constants.ts 100.00% <0.00%> (ø)
...ement-dashboards-plugin/public/pages/Main/Main.tsx 10.00% <0.00%> (ø)
...ment-dashboards-plugin/public/services/Services.ts 100.00% <0.00%> (ø)
...-dashboards-plugin/public/index_management_app.tsx 7.69% <0.00%> (ø)
...-dashboards-plugin/public/services/IndexService.ts 67.56% <0.00%> (ø)
... and 145 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 81b9748...30f2cd6. Read the comment docs.

@downsrob downsrob marked this pull request as ready for review March 9, 2022 23:42
@downsrob
Copy link
Contributor Author

downsrob commented Mar 9, 2022

"Rebase and merge not enabled for this repository" just going to squash and merge

@downsrob downsrob merged commit 60e0e5f into opensearch-project:1.x Mar 9, 2022
@downsrob downsrob deleted the backport-main-1x branch March 9, 2022 23:58
bowenlan-amzn pushed a commit that referenced this pull request May 9, 2022
* Create backport workflow  (#148)

* Create backport.yml

Signed-off-by: Annie Lee <leeyun@amazon.com>

* Create delete_backport_branch.yml

Signed-off-by: Annie Lee <leeyun@amazon.com>
Signed-off-by: Robert Downs <downsrob@amazon.com>

* Adds support for creating and displaying the transform continuous mode (#153)

* Adds continuous transform mode display and create

Signed-off-by: Robert Downs <downsrob@amazon.com>

* Adds release note

Signed-off-by: Clay Downs <89109232+downsrob@users.noreply.github.com>
Signed-off-by: Robert Downs <downsrob@amazon.com>

* Adds support on UI for min primary shard size rollover condition and min rollover age transition condition (#159)

* Adds the min primary shard size condition in rollover UI

Signed-off-by: Drew Baugher <dbbaughe@amazon.com>

* Removes validation for rollover action that requires at least one condition since backend supports no conditions

Signed-off-by: Drew Baugher <dbbaughe@amazon.com>

* Removes empty rollover conditions in default rollover JSON thats making the create policy fail when sending to backend

Signed-off-by: Drew Baugher <dbbaughe@amazon.com>

* Adds UI support for min rollover age in the transition UI

Signed-off-by: Drew Baugher <dbbaughe@amazon.com>

* Updates jest snapshots for create transition and create action

Signed-off-by: Drew Baugher <dbbaughe@amazon.com>
Signed-off-by: Robert Downs <downsrob@amazon.com>

* Add backport documentation link  (#161)

* Create BACKPORT.md

Signed-off-by: Annie Lee <leeyun@amazon.com>

* Remove backport documentation file and replace with a link

Signed-off-by: Annie Lee <leeyun@amazon.com>
Signed-off-by: Robert Downs <downsrob@amazon.com>

* Updates release notes with new commits (#163)

Signed-off-by: Robert Downs <downsrob@amazon.com>

Co-authored-by: Drew Baugher <46505179+dbbaughe@users.noreply.github.com>
Co-authored-by: Annie Lee <leeyun@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants