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

[Build] restore esTypes #377

Merged
merged 1 commit into from
May 26, 2021

Conversation

kavilla
Copy link
Member

@kavilla kavilla commented May 25, 2021

Description

NOTE: for purposes of moving forward I branched off #375. Once I am able to merge in restoring the previous change, which will be merged in first, I will rebase and drop commits: 234a703 and 22ce5c8. Just wanted to give people a change to review these changes as soon as possible. If you are reading this please only review the contents of 96d5bd3 .

Restoring the opensearchTypes to esTypes and then updated the tests
(unit, integ, and func test all passing). This is allowable because
this is for functional purposes and for clusters/plugins that will
migrate to Dashboards. Their index will not require re-indexing for 1.0.0
and shouldn't require a full migration after further updates.

Signed-off-by: Kawika Avilla [email protected]

Issues Resolved

Partial: #334

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

@kavilla kavilla added build Build related additions or modifications backwards-compatibility labels May 25, 2021
@opensearch-ci-bot
Copy link
Collaborator

✅   DCO Check Passed 96d5bd3

dblock
dblock previously approved these changes May 26, 2021
tmarkley
tmarkley previously approved these changes May 26, 2021
mihirsoni
mihirsoni previously approved these changes May 26, 2021
Copy link
Contributor

@mihirsoni mihirsoni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM !!

Restoring the opensearchTypes to esTypes and then updated the tests
(unit, integ, and func test all passing). This is allowable because
this is for functional purposes and for clusters/plugins that will
migrate to Dashboards. Their index will not require re-indexing for 1.0.0
and shouldn't require a full migration after further updates.

Signed-off-by: Kawika Avilla <[email protected]>
@kavilla kavilla dismissed stale reviews from mihirsoni, tmarkley, and dblock via 43f8583 May 26, 2021 21:00
@kavilla kavilla force-pushed the avillk/restore_esTypes branch from 96d5bd3 to 43f8583 Compare May 26, 2021 21:00
@kavilla kavilla requested review from dblock, tmarkley and mihirsoni May 26, 2021 21:01
@opensearch-ci-bot
Copy link
Collaborator

✅   DCO Check Passed 43f8583

Copy link
Contributor

@mihirsoni mihirsoni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!!

@kavilla kavilla merged commit fc12588 into opensearch-project:main May 26, 2021
@kavilla kavilla deleted the avillk/restore_esTypes branch May 26, 2021 21:42
kavilla added a commit that referenced this pull request May 26, 2021
Restoring the opensearchTypes to esTypes and then updated the tests
(unit, integ, and func test all passing). This is allowable because
this is for functional purposes and for clusters/plugins that will
migrate to Dashboards. Their index will not require re-indexing for 1.0.0
and shouldn't require a full migration after further updates.

Signed-off-by: Kawika Avilla <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backwards-compatibility build Build related additions or modifications
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support restart upgrades to OpenSearch Dashboards 1.0 from Kibana v7.10.x
5 participants