-
Notifications
You must be signed in to change notification settings - Fork 73
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
Adding external property customDistributionUrl to let developer override default distribution Download url #380
Adding external property customDistributionUrl to let developer override default distribution Download url #380
Conversation
…loper override default distribution Download url Signed-off-by: Rishikesh1159 <rishireddy1159@gmail.com>
BTW, will this |
@ylwu-amzn sorry the I had to revert my PR in opensearch repo which actually makes his change possible. So, iI could not get this change done in 1.3 version. |
Few days back I released a new PR in opensearch repo which will make this change work. But I will have to wait until 1.3 release to backport my PR to 1.x branch in opensearch repo. I will update this PR once I backport my changes to 1.x in opensarch repo and then we can use different versions by passing a custom URL from plugins. |
Hi @Rishikesh1159 could you provide some update on this PR? |
Signed-off-by: Rishikesh1159 <rishireddy1159@gmail.com>
Sorry @amitgalitz @ylwu-amzn for the delay, I forgot about this PR. My change got merged in main and it works with all plugins. We just need to document that this feature is available and how to use it to users, which I did in latest commit. Other than that no changes are necessary in this repo for this feature to work. |
Codecov Report
@@ Coverage Diff @@
## main #380 +/- ##
============================================
- Coverage 79.07% 79.04% -0.04%
+ Complexity 4213 4210 -3
============================================
Files 296 296
Lines 17686 17686
Branches 1880 1880
============================================
- Hits 13986 13980 -6
- Misses 2805 2808 +3
- Partials 895 898 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding this
@Rishikesh1159 @amitgalitz whats needed here? Another +1 ? |
On my end, yes, this is just added documentation for something that was added and I verified in the past it works. If nothing changed on @Rishikesh1159 side then just needs another approval. |
@amitgalitz I've approved it. Could you merge them if you are good? |
…ide default distribution Download url (#380) * Adding uasage and external property customDistributionUrl to let developer override default distribution Download url Signed-off-by: Rishikesh1159 <rishireddy1159@gmail.com> * Adding doc and removing system property from build.gradle Signed-off-by: Rishikesh1159 <rishireddy1159@gmail.com> Signed-off-by: Rishikesh1159 <rishireddy1159@gmail.com> (cherry picked from commit bd063bd)
…ide default distribution Download url (#380) * Adding uasage and external property customDistributionUrl to let developer override default distribution Download url Signed-off-by: Rishikesh1159 <rishireddy1159@gmail.com> * Adding doc and removing system property from build.gradle Signed-off-by: Rishikesh1159 <rishireddy1159@gmail.com> Signed-off-by: Rishikesh1159 <rishireddy1159@gmail.com> (cherry picked from commit bd063bd)
Signed-off-by: Rishikesh1159 rishireddy1159@gmail.com
Description
This PR adds external property "customDistributionUrl" which can be used to override default distribution download url
Issues Resolved
#381
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.