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

[Backport 2.x] Change js to jar dependency #80

Closed

Conversation

zane-neo
Copy link
Collaborator

Description

Change js to jar dependency, backport of: #74

Issues Resolved

[List any issues this PR will resolve]

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

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.

build.gradle Outdated
@@ -70,15 +70,14 @@ apply plugin: 'opensearch.testclusters'
apply plugin: 'opensearch.pluginzip'

def sqlJarDirectory = "$buildDir/dependencies/opensearch-sql-plugin"
def jsJarDirectory = "$buildDir/dependencies/opensearch-job-scheduler"
def adJarDirectory = "$buildDir/dependencies/opensearch-anomaly-detection"
def adJarDirectory = "$buildDir/dependencies/opensearch-time-series-analytics"
Copy link
Member

@ohltyler ohltyler Dec 29, 2023

Choose a reason for hiding this comment

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

Any reference to time-series-analytics should be reverted to anomaly-detection. The name change is only tracked on main.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

Copy link

codecov bot commented Dec 29, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d027d60) 82.18% compared to head (2b631f8) 82.18%.

Additional details and impacted files
@@            Coverage Diff            @@
##                2.x      #80   +/-   ##
=========================================
  Coverage     82.18%   82.18%           
  Complexity      151      151           
=========================================
  Files            12       12           
  Lines           870      870           
  Branches        115      115           
=========================================
  Hits            715      715           
  Misses           97       97           
  Partials         58       58           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@zane-neo
Copy link
Collaborator Author

This change could cause gradle run error, closing this and will create another PR.

@zane-neo zane-neo closed this Dec 29, 2023
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.

2 participants