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

Fix snapshot build, build against OpenSearch 1.1. #119

Closed
wants to merge 1 commit into from

Conversation

dblock
Copy link
Member

@dblock dblock commented Aug 16, 2021

Signed-off-by: dblock dblock@amazon.com

Fixes #116 and #112.

Builds job-scheduler and notifications in-line instead of having to commit plugin artifacts.

CheckList:
[x] 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.

Signed-off-by: dblock <dblock@amazon.com>
@codecov-commenter
Copy link

codecov-commenter commented Aug 17, 2021

Codecov Report

Merging #119 (388d297) into main (c081669) will decrease coverage by 0.25%.
The diff coverage is n/a.

❗ Current head 388d297 differs from pull request most recent head b4374eb. Consider uploading reports for the commit b4374eb to get more accurate results
Impacted file tree graph

@@             Coverage Diff              @@
##               main     #119      +/-   ##
============================================
- Coverage     75.46%   75.20%   -0.26%     
+ Complexity     1898     1893       -5     
============================================
  Files           262      262              
  Lines         10934    10934              
  Branches       1734     1734              
============================================
- Hits           8251     8223      -28     
- Misses         1727     1758      +31     
+ Partials        956      953       -3     
Impacted Files Coverage Δ
...statemanagement/model/destination/CustomWebhook.kt 57.97% <0.00%> (-27.54%) ⬇️
...nt/indexstatemanagement/model/destination/Chime.kt 52.94% <0.00%> (-17.65%) ⬇️
...anagement/indexstatemanagement/model/Transition.kt 63.07% <0.00%> (-4.62%) ⬇️
...ndexstatemanagement/IndexStateManagementHistory.kt 79.41% <0.00%> (-1.48%) ⬇️
...ent/indexstatemanagement/util/ManagedIndexUtils.kt 77.13% <0.00%> (-1.35%) ⬇️
...nt/rollup/action/stop/TransportStopRollupAction.kt 70.66% <0.00%> (-1.34%) ⬇️
.../rollup/action/start/TransportStartRollupAction.kt 65.78% <0.00%> (-1.32%) ⬇️
...nt/indexstatemanagement/ManagedIndexCoordinator.kt 71.02% <0.00%> (-0.36%) ⬇️
...ensearch/indexmanagement/rollup/model/ISMRollup.kt 94.73% <0.00%> (+1.75%) ⬆️
...nt/indexstatemanagement/model/destination/Slack.kt 70.58% <0.00%> (+17.64%) ⬆️

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 c081669...b4374eb. Read the comment docs.

@dbbaughe
Copy link
Contributor

I'd like to keep the test resources checked in for development.
CI can still overwrite them and run the PR tests w/ the latest up to date commits from the dependent plugins.

Trying to limit all of the extra hacky work needed for someone pulling down a plugin. Yes, the checked in plugin is stale compared to potentially what's on the branch in the dependent plugin repo, but even if they check that out and build locally it immediately becomes "stale" too and they would have to always make sure they rebuild to have the "latest" whenever there are changes in the other repositories.

# index-management
- name: Checkout Branch
uses: actions/checkout@v2
repository: 'dblock/notifications'
Copy link
Contributor

Choose a reason for hiding this comment

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

Was this leftover for testing? Can we change this back to the official repo?

# index-management
- name: Checkout Branch
uses: actions/checkout@v2
repository: 'dblock/notifications'
Copy link
Contributor

Choose a reason for hiding this comment

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

Same comment as above

@dblock
Copy link
Member Author

dblock commented Aug 18, 2021

Replaced by #121

@dblock dblock closed this Aug 18, 2021
thalurur pushed a commit to thalurur/open-index-management that referenced this pull request Oct 22, 2021
opensearch-project#119)

* Update opendistro-for-elasticsearch-index-management-kibana-plugin.release-notes-1.10.0.0.md

* paranthesis
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.

[BUG] Snapshot build is broken
3 participants