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

Bump version to 3.0.0 #509

Merged
merged 2 commits into from
Oct 20, 2022
Merged

Bump version to 3.0.0 #509

merged 2 commits into from
Oct 20, 2022

Conversation

rupal-bq
Copy link
Contributor

Signed-off-by: Rupal Mahajan maharup@amazon.com

Description

Bump main to 3.0.0

Issues Resolved

#396

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc 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.

Signed-off-by: Rupal Mahajan <maharup@amazon.com>
@rupal-bq rupal-bq requested a review from a team as a code owner October 20, 2022 16:05
@rupal-bq
Copy link
Contributor Author

rupal-bq commented Oct 20, 2022

Backward Compatibility Tests failing with following error

> Task :compileTestKotlin FAILED
e: /home/runner/work/dashboards-reports/dashboards-reports/reports-scheduler/src/test/kotlin/org/opensearch/integTest/PluginRestTestCase.kt: (9, 19): Unresolved reference: http

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
e: /home/runner/work/dashboards-reports/dashboards-reports/reports-scheduler/src/test/kotlin/org/opensearch/integTest/PluginRestTestCase.kt: (64, 83): Unresolved reference: value

e: /home/runner/work/dashboards-reports/dashboards-reports/reports-scheduler/src/test/kotlin/org/opensearch/integTest/PluginRestTestCase.kt: (101, 63): Unresolved reference: HttpHost
e: /home/runner/work/dashboards-reports/dashboards-reports/reports-scheduler/src/test/kotlin/org/opensearch/integTest/PluginRestTestCase.kt: (119, 38): Overload resolution ambiguity: 
public open fun builder(vararg p0: HttpHost!): RestClientBuilder! defined in org.opensearch.client.RestClient
public open fun builder(vararg p0: Node!): RestClientBuilder! defined in org.opensearch.client.RestClient

FAILURE: Build failed with an exception.

Signed-off-by: Rupal Mahajan <maharup@amazon.com>
@codecov-commenter
Copy link

Codecov Report

Merging #509 (7d33332) into main (b25984b) will increase coverage by 2.58%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##               main     #509      +/-   ##
============================================
+ Coverage     74.27%   76.85%   +2.58%     
============================================
  Files            94       30      -64     
  Lines          3984     1923    -2061     
  Branches        641      412     -229     
============================================
- Hits           2959     1478    -1481     
+ Misses          891      442     -449     
+ Partials        134        3     -131     
Flag Coverage Δ
dashboards-reports 76.85% <ø> (ø)
reports-scheduler ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...rtsscheduler/model/InContextReportCreateRequest.kt
...h/reportsscheduler/action/ReportInstanceActions.kt
...nsearch/reportsscheduler/model/ReportDefinition.kt
...tsscheduler/model/GetAllReportInstancesResponse.kt
...rch/reportsscheduler/index/ReportInstancesIndex.kt
...ortsscheduler/model/GetReportDefinitionResponse.kt
...portsscheduler/action/GetReportDefinitionAction.kt
...reportsscheduler/action/ReportDefinitionActions.kt
...rtsscheduler/model/GetAllReportInstancesRequest.kt
...rtsscheduler/resthandler/ReportStatsRestHandler.kt
... and 54 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@joshuali925 joshuali925 merged commit 3801649 into opensearch-project:main Oct 20, 2022
@ps48 ps48 mentioned this pull request Oct 21, 2022
6 tasks
@rupal-bq rupal-bq deleted the main-bump branch October 26, 2022 18:03
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.

4 participants