-
Notifications
You must be signed in to change notification settings - Fork 141
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
Merge 2.x to Maximus feature branch #1039
Merge 2.x to Maximus feature branch #1039
Conversation
Signed-off-by: Yury-Fridlyand <[email protected]>
…orkflow Fix manual CI workflow and add `name` option.
Removed json-smart in the jdbc driver as it introduces a CVE (CVE-2021-31684). Signed-off-by: Guian Gumpac <[email protected]>
Signed-off-by: Joshua Li <[email protected]>
Signed-off-by: Vamsi Manohar <[email protected]>
* Add functions `PERIOD_ADD` and `PERIOD_DIFF`. Signed-off-by: Yury-Fridlyand <[email protected]> * Update signature - use `INT` instead of `LONG`. Signed-off-by: Yury-Fridlyand <[email protected]> Signed-off-by: Yury-Fridlyand <[email protected]>
- Enabled ignored and disabled tests. - Created opensearch-project#922, opensearch-project#917, opensearch-project#912, opensearch-project#910 and attached them to disabled tests for traceability. - Removed irrelevant tests.
…opensearch-project#116) Co-authored-by: MaxKsyunz <[email protected]> Co-authored-by: forestmvey <[email protected]> Signed-off-by: Yury-Fridlyand <[email protected]>
…search-project#914) Signed-off-by: Vamsi Manohar <[email protected]> Signed-off-by: Vamsi Manohar <[email protected]>
…s to be included through vcpkg. Fixed compilation errors with newer compilers on libraries required to build from source. (opensearch-project#987) Signed-off-by: forestmvey <[email protected]>
…pensearch-project#992) Signed-off-by: Margarit Hakobyan <[email protected]> Signed-off-by: Margarit Hakobyan <[email protected]>
* Add generic ml command in ppl. Signed-off-by: Jing Zhang <[email protected]> * Recover ml client dependency. Signed-off-by: Jing Zhang <[email protected]> * Address the comments I. Signed-off-by: Jing Zhang <[email protected]> Signed-off-by: Jing Zhang <[email protected]>
Signed-off-by: Vamsi Manohar <[email protected]> Signed-off-by: Vamsi Manohar <[email protected]>
Signed-off-by: vamsi-amazon <[email protected]>
…e-error-reporting Rework on error reporting to make it more verbose and human-friendly.
* Add document for ml command. Signed-off-by: Jing Zhang <[email protected]> * Update the index. Signed-off-by: Jing Zhang <[email protected]> * Add deprecation for AD and KMEANS documents. Signed-off-by: Jing Zhang <[email protected]> Signed-off-by: Jing Zhang <[email protected]>
Signed-off-by: Peng Huo <[email protected]>
…sts. (opensearch-project#1011) Signed-off-by: Yury-Fridlyand <[email protected]> Signed-off-by: Yury-Fridlyand <[email protected]>
* Prometheus select metric and stats queries. Signed-off-by: reddyvam-amazon <[email protected]>
…project#1000) * Fix incorrect results returned by `min`, `max` and `avg` aggregations on null/missing values. Signed-off-by: Yury-Fridlyand <[email protected]> * Fix indentation. Signed-off-by: Yury-Fridlyand <[email protected]> * Activate and fix integration tests. Signed-off-by: Yury-Fridlyand <[email protected]> * Add more tests. Signed-off-by: Yury-Fridlyand <[email protected]> Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Peng Huo <[email protected]>
Signed-off-by: Chen Dai <[email protected]> Signed-off-by: Chen Dai <[email protected]> (cherry picked from commit 9944f2e) Co-authored-by: Chen Dai <[email protected]>
Signed-off-by: Chen Dai <[email protected]>
DCO check is failing:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feature/maximus-m1 #1039 +/- ##
========================================================
- Coverage 97.58% 95.74% -1.85%
- Complexity 3207 3396 +189
========================================================
Files 318 349 +31
Lines 7962 9203 +1241
Branches 515 680 +165
========================================================
+ Hits 7770 8811 +1041
- Misses 190 334 +144
- Partials 2 58 +56
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Description
On a regular basis, we want to make Maximum project feature branch in sync with upstream 2.x branch.
Issues Resolved
N/A
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.