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

OpenSearchSourceDownloader Migration #184

Merged
merged 3 commits into from
Apr 14, 2022

Conversation

engechas
Copy link
Contributor

@engechas engechas commented Apr 13, 2022

Description

Migrates the OpenSearchSourceDownloader

Issues Resolved

#134

Check List

  • New functionality includes testing
    • All unit and integration tests pass
  • 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.

@engechas engechas changed the title OpenSearchSourceDownloader OpenSearchSourceDownloader Migration Apr 13, 2022
Comment on lines +40 to +41
clean_command_template = self.provision_config_instance.variables["source"]["clean"]["command"]
build_command_template = self.provision_config_instance.variables["source"]["build"]["command"]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Super Nit: I think these two lines could be moved into the if statement since it's not used otherwise. Feel free to not move it since it doesn't really change much

Copy link
Collaborator

@IanHoang IanHoang left a comment

Choose a reason for hiding this comment

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

LGTM. Feels like I've might have seen this CR before but maybe it was for the Distribution Downloader

@engechas engechas merged commit bfb847f into opensearch-project:main Apr 14, 2022
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.

3 participants