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

Updating 1.x branch with latest from 1.3.x #403

Merged
merged 147 commits into from
Jul 28, 2022
Merged

Updating 1.x branch with latest from 1.3.x #403

merged 147 commits into from
Jul 28, 2022

Conversation

ps48
Copy link
Member

@ps48 ps48 commented Jul 28, 2022

Description

Updating 1.x branch with latest from 1.3.x

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.

zhongnansu and others added 30 commits April 27, 2021 14:04
Signed-off-by: Zhongnan Su <szhongna@amazon.com>
Signed-off-by: David Cui <davidcui@amazon.com>
Signed-off-by: David Cui <davidcui@amazon.com>
Signed-off-by: Joshua Li <joshuali925@gmail.com>
Signed-off-by: David Cui <davidcui@amazon.com>

Co-authored-by: Carl Meadows <47793022+CarlMeadows@users.noreply.github.com>
Co-authored-by: Zhongnan Su <szhongna@amazon.com>
Co-authored-by: Joshua Li <joshuali925@gmail.com>
Signed-off-by: David Cui <davidcui@amazon.com>
Signed-off-by: Joshua Li <joshuali925@gmail.com>
Signed-off-by: David Cui <davidcui@amazon.com>
… specified or when the match phrases is negated (#33)

* [Build query] Correctly handle phrases filter that specify only one single value

Contrary to the phrase filter type which always specify a meta.params.query, the phrases filter type never specify a meta.params.query even when a single value is selected.
This anomaly trigger an error generated by the MonoFieldQueryBase included in the elastic-builder dependency and prevent the generation of the report.

Signed-off-by: Kévin Masseix <masseix.kevin@gmail.com>

* [Build query] Correctly handle negated phrases filter that specify only one single value

Signed-off-by: Kévin Masseix <masseix.kevin@gmail.com>

* [Build query] Correctlty handle negated phrases to exclude them from the report instead of including them

Signed-off-by: Kévin Masseix <masseix.kevin@gmail.com>
Add missing test case for the fix "pass doc[field] == null"
Signed-off-by: David Cui <davidcui@amazon.com>
Signed-off-by: David Cui <davidcui@amazon.com>
Signed-off-by: David Cui <davidcui@amazon.com>
Signed-off-by: Zhongnan Su <szhongna@amazon.com>
* Fix csv parsing function

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Flatten nested results for csv

Signed-off-by: Joshua Li <joshuali925@gmail.com>

* Add test case for nested fields

Signed-off-by: Joshua Li <joshuali925@gmail.com>
Signed-off-by: David Cui <davidcui@amazon.com>
…perbound 2 (#62)

Signed-off-by: Zhongnan Su <szhongna@amazon.com>
Signed-off-by: David Cui <davidcui@amazon.com>
Signed-off-by: David Cui <davidcui@amazon.com>
Signed-off-by: David Cui <davidcui@amazon.com>
Signed-off-by: David Cui <davidcui@amazon.com>
* add puml diagrams for integration with Notifications plugin
Signed-off-by: David Cui <davidcui@amazon.com>

* amend Notifications plugin naming in diagram
Signed-off-by: David Cui <davidcui@amazon.com>
Signed-off-by: David Cui <davidcui@amazon.com>
Also a issue with chrome font rendering was fixed
* moved docs to root folder, update readme to include Notifications roadmap
Signed-off-by: David Cui <davidcui@amazon.com>

* update readme to clarify current status of supported features
Signed-off-by: David Cui <davidcui@amazon.com>
davidcui1225 and others added 21 commits February 23, 2022 16:53
Add auto-backport and auto-delete workflows for reporting

Signed-off-by: David Cui <davidcui@amazon.com>
* change default CI version to JDK 11, add JDK versions to CI matrix and document changes in developer guide

Signed-off-by: David Cui <davidcui@amazon.com>
Signed-off-by: Zhongnan Su <szhongna@amazon.com>
Signed-off-by: Zhongnan Su <szhongna@amazon.com>
Signed-off-by: Zhongnan Su <szhongna@amazon.com>
exclude centos links from linkchecker

Signed-off-by: David Cui <davidcui@amazon.com>
Signed-off-by: Zhongnan Su <szhongna@amazon.com>
Signed-off-by: Joshua Li <joshuali925@gmail.com>
* add java 8 support in compile and test

Signed-off-by: Zhongnan Su <szhongna@amazon.com>
(cherry picked from commit e753b07)

Co-authored-by: Zhongnan Su <szhongna@amazon.com>
* Add 1.3 release notes

Signed-off-by: Zhongnan Su <szhongna@amazon.com>
(cherry picked from commit 2e904c5)

Co-authored-by: Zhongnan Su <szhongna@amazon.com>
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
Signed-off-by: Joshua Li <joshuali925@gmail.com>
Signed-off-by: Zelin Hao <zelinhao@amazon.com>
Signed-off-by: pgodithi <pgodithi@amazon.com>
Signed-off-by: pgodithi <pgodithi@amazon.com>
Signed-off-by: pgodithi <pgodithi@amazon.com>
Version Increment to 1.3.3 OpenSearch release
Signed-off-by: Joshua Li <joshuali925@gmail.com>
Move HTML sanitization to server, store markdown over HTML, remove unused imports

Signed-off-by: David Cui <davidcui@amazon.com>

Co-authored-by: David Cui <53581635+davidcui1225@users.noreply.github.com>
* Incremented version to 1.3.4.

Signed-off-by: Zelin Hao <zelinhao@amazon.com>

* Add JS snapshot

Signed-off-by: Zelin Hao <zelinhao@amazon.com>
Signed-off-by: Joshua Li <joshuali925@gmail.com>
(cherry picked from commit 8e01eaa)

Co-authored-by: Joshua Li <joshuali925@gmail.com>
@codecov-commenter
Copy link

codecov-commenter commented Jul 28, 2022

Codecov Report

❗ No coverage uploaded for pull request base (1.x@d08711e). Click here to learn what that means.
The diff coverage is n/a.

@@          Coverage Diff           @@
##             1.x     #403   +/-   ##
======================================
  Coverage       ?   72.95%           
  Complexity     ?      373           
======================================
  Files          ?       94           
  Lines          ?     3946           
  Branches       ?      611           
======================================
  Hits           ?     2879           
  Misses         ?      892           
  Partials       ?      175           
Flag Coverage Δ
dashboards-reports 77.38% <0.00%> (?)
reports-scheduler 68.90% <0.00%> (?)

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

Help us with your feedback. Take ten seconds to tell us how you rate us.

@ps48 ps48 requested a review from davidcui1225 July 28, 2022 16:42
Copy link
Member

@davidcui1225 davidcui1225 left a comment

Choose a reason for hiding this comment

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

LGTM but I see the DCO check failed

@ps48
Copy link
Member Author

ps48 commented Jul 28, 2022

LGTM but I see the DCO check failed

Those are for older commits, should be fine.

@ps48 ps48 merged commit febb923 into 1.x Jul 28, 2022
@vamsi-amazon vamsi-amazon mentioned this pull request Sep 1, 2022
Closed
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.

None yet