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

Remove odfe bwc test #408

Merged
merged 2 commits into from
Aug 6, 2022
Merged

Remove odfe bwc test #408

merged 2 commits into from
Aug 6, 2022

Conversation

ps48
Copy link
Member

@ps48 ps48 commented Aug 6, 2022

Signed-off-by: Shenoy Pratik sgguruda@amazon.com

Description

Remove odfe bwc test

Issues Resolved

[List any issues this PR will resolve]

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: Shenoy Pratik <sgguruda@amazon.com>
@ps48 ps48 requested a review from a team as a code owner August 6, 2022 00:01
Copy link
Member

@joshuali925 joshuali925 left a comment

Choose a reason for hiding this comment

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

      - name: RunBackwards Compatibility Tests
        run: |
          cd reports-scheduler
          echo "Running backwards compatibility tests ..."
          ./gradlew bwcTestSuite

this will fail, and i think we still need BWC framework for opensearch

joshuali925
joshuali925 previously approved these changes Aug 6, 2022
Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
@codecov-commenter
Copy link

Codecov Report

Merging #408 (85ea418) into main (6667bfb) will increase coverage by 2.58%.
The diff coverage is n/a.

❗ Current head 85ea418 differs from pull request most recent head dddb0d0. Consider uploading reports for the commit dddb0d0 to get more accurate results

@@             Coverage Diff              @@
##               main     #408      +/-   ##
============================================
+ 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 Δ
.../opensearch/reportsscheduler/model/BaseResponse.kt
...sscheduler/model/CreateReportDefinitionResponse.kt
...tsscheduler/model/UpdateReportDefinitionRequest.kt
...opensearch/reportsscheduler/model/SearchResults.kt
...in/org/opensearch/reportsscheduler/util/Helpers.kt
...heduler/model/UpdateReportInstanceStatusRequest.kt
...search/reportsscheduler/settings/PluginSettings.kt
...reportsscheduler/action/GetReportInstanceAction.kt
...rtsscheduler/action/InContextReportCreateAction.kt
...g/opensearch/reportsscheduler/metrics/Metrics.java
... 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.

@ps48 ps48 merged commit 556b5fb into opensearch-project:main Aug 6, 2022
opensearch-trigger-bot bot pushed a commit that referenced this pull request Aug 6, 2022
* removed odfe bwc test

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* removed bwc test from workflows

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
(cherry picked from commit 556b5fb)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Aug 6, 2022
* removed odfe bwc test

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* removed bwc test from workflows

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
(cherry picked from commit 556b5fb)
ps48 added a commit that referenced this pull request Aug 6, 2022
* removed odfe bwc test

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* removed bwc test from workflows

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
(cherry picked from commit 556b5fb)

Co-authored-by: Shenoy Pratik <sgguruda@amazon.com>
vamsi-amazon pushed a commit that referenced this pull request Aug 6, 2022
* removed odfe bwc test

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* removed bwc test from workflows

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
(cherry picked from commit 556b5fb)
joshuali925 pushed a commit to joshuali925/reporting that referenced this pull request Aug 16, 2022
* removed odfe bwc test

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* removed bwc test from workflows

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
joshuali925 added a commit that referenced this pull request Aug 16, 2022
* Remove zips and download from remote at build time (#337)

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

* Remove odfe bwc test (#408)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

Signed-off-by: Joshua Li <joshuali925@gmail.com>
Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
Co-authored-by: Shenoy Pratik <sgguruda@amazon.com>
rupal-bq added a commit that referenced this pull request Dec 1, 2022
* Fix release notes version (#28)

Signed-off-by: Zhongnan Su <szhongna@amazon.com>

* Migrate Reporting Notebooks Integration (#21)

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

* Add Logic to Auto-populate Notebooks from Context Menu (#30)

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

* Change opendistro to opensearch in email template (#31)

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

* Fix case sensitive directory name for chromium zip (#35)

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>

* Use output_only Parameter for notebook reports (#32)


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

* replace osd-version header to remove need for version number matching (#37)

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

* Remove visualization editor in visualization reports (#50)

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

* add condition to fix negative value display (#51)

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

* [Query Builder] Correctly handle match phrases when a single value is 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>

* Pass processing if doc[field] == null (#361)

Pass processing if doc[field] == null
Based on opendistro-for-elasticsearch/kibana-reports#327 (comment)

* add test case for commit 368eb03e200b755870f1ad373e67561201ab6f31 (#370)

Add missing test case for the fix "pass doc[field] == null"

* Unhash page url in case store URLs in session storage is enabled from Kibana advanced setting (#371)

* Update Namespaces/APIs/Documentation for OpenSearch (#55)

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

* bump path-parse version to 1.0.7 to address CVE (#59)

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

* increase chromium timeout to 100s (#58)

Signed-off-by: Zhongnan Su <szhongna@amazon.com>

* Fix csv parsing function (#53)

* 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>

* Add release notes for rc1 (#60)


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

* configure index settings to have default 1 replica and auto-expand upperbound 2 (#62)

Signed-off-by: Zhongnan Su <szhongna@amazon.com>

* Rc1 release note patch (#63)


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

* Bump OpenSearch Dashboards version to 1.0 (#64)


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

* Revert .opensearch_dashboards index references to .kibana (#67)

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

* Add diagrams for integration with Notifications plugin (#75)

* 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>

* Add i18n translation support (#362)

* PDF report is no more a screenshot, increasing the overall quality

Also a issue with chrome font rendering was fixed

* Add Notifications to docs (#87)

* 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>

* Better support sorting for csv report based on saved search (#86)

* Change Delivery Request Body for Notifications (#85)

* adding opensearch changed api for report definition to save branch
Signed-off-by: David Cui <davidcui@amazon.com>

* change delivery request body, update test cases
Signed-off-by: David Cui <davidcui@amazon.com>

* remove console.log statement, fix DeliveryType type members to use snake case
Signed-off-by: David Cui <davidcui@amazon.com>

* convert all snake case to camel case
Signed-off-by: David Cui <davidcui@amazon.com>

* make configId required in schema
Signed-off-by: David Cui <davidcui@amazon.com>

* Remove legacy notifications/delivery related code (#94)

* remove legacy notifications/delivery related code
Signed-off-by: David Cui <davidcui@amazon.com>

* remove commented out reference
Signed-off-by: David Cui <davidcui@amazon.com>

* Remove dependency on demo.elastic and use local mock html for testing (#100)

* Add code cov back (#98)

Signed-off-by: Zhongnan Su <szhongna@amazon.com>

* update workflow to rename artifact in kebab case (#102)

Signed-off-by: Zhongnan Su <szhongna@amazon.com>

* bump dependency version (#101)

Signed-off-by: Zhongnan Su <szhongna@amazon.com>

* level up markdowns and readme (#97)

Signed-off-by: Zhongnan Su <szhongna@amazon.com>

* Bump to version 1.0.0.0 (#103)

Signed-off-by: Zhongnan Su <szhongna@amazon.com>

* Bump test resource(job-scheduler) to 1.0.0.0 (#105)

Signed-off-by: Zhongnan Su <szhongna@amazon.com>

* fix failed cypress integ-testing (#106)

Signed-off-by: Zhongnan Su <szhongna@amazon.com>

* Bump node version, fix workflow and gradle build (#108)

* Bump nodejs version to keep up with upstream

Signed-off-by: Zhongnan Su <szhongna@amazon.com>

* fix github workflow

Signed-off-by: Zhongnan Su <szhongna@amazon.com>

* Add release notes for 1.0.0.0 (#104)

Signed-off-by: Zhongnan Su <szhongna@amazon.com>

* Fix notebooks context menu (#109)

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

* Fix context menu download request body after schema change to add notifiaction (#115)

Signed-off-by: Zhongnan Su <szhongna@amazon.com>

* Exclude time range from report details for Notebooks  (#117)

* exclude time range check for notebooks reports
Signed-off-by: David Cui <davidcui@amazon.com>

* use report source identifier over url partial match
Signed-off-by: David Cui <davidcui@amazon.com>

* add report details fix to release notes
Signed-off-by: David Cui <davidcui@amazon.com>

* add more bug fixes to release notes
Signed-off-by: David Cui <davidcui@amazon.com>

* Update regex for notebooks reports (#118)

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

* Add integtest script to the repo

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>

* Improve osd bootstrap on dub directory

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>

* Improve osd bootstrap on dub directory

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>

* Exclude Faulty Integration Test  (#122)

Exclude broken ITs from upstream OpenSearch

* Fix cypress reporting (#123)

* fix create test
Signed-off-by: David Cui <davidcui@amazon.com>

* toggle video on for cypress testing (#124)

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

* Update Doc Links (#127)

* update doc links in dashboards-reports
Signed-off-by: David Cui <davidcui@amazon.com>

* Update template to reflect new branding (#128)

Signed-off-by: kgcreative <kvngar@amazon.com>

* Update UI for Notifications Integration (#126)

Update reporting front-end for Notifications integration

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

* Add themed logo to README (#130)

Signed-off-by: Miki <mehranb@amazon.com>

* Fix url validation (#132)

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

* Fix url validation for context menu (#134)

* Fix url validation for context menu

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

* Fix url validation

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

* Connect Notifications APIs to Reporting (#131)

* call notifications APIs from reporting, saving progress
Signed-off-by: David Cui <davidcui@amazon.com>

* enable notifications integration, update view in details pages, update tests
Signed-off-by: David Cui <davidcui@amazon.com>

* address comments, add server APIs to call backend notifications APIs to reduce dependency
Signed-off-by: David Cui <davidcui@amazon.com>

* add get_event API to confirm test messages are sent successfully and throw error if not
Signed-off-by: David Cui <davidcui@amazon.com>

* add input validation for delivery subject and message, hide notifications section if opensearch notifications is not installed
Signed-off-by: David Cui <davidcui@amazon.com>

* renamed constant for notifications to follow API_PREFIX convention
Signed-off-by: David Cui <davidcui@amazon.com>

* rename notifications constant to reporting_notifications
Signed-off-by: David Cui <davidcui@amazon.com>

* add list of failed channels on test message failure
Signed-off-by: David Cui <davidcui@amazon.com>

* Fix snapshot build and upgrade to OpenSearch 1.1. (#140)

Signed-off-by: dblock <dblock@amazon.com>

* Add release notes for 1.0.1 release (#143)

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

* Bump to 1.1 in main (#150)

* bump version to 1.1, hide delivery section
Signed-off-by: David Cui <davidcui@amazon.com>

* Dont hide delivery by default
Signed-off-by: David Cui <davidcui@amazon.com>

* bump version to 1.1 in dashboards reports workflow
Signed-off-by: David Cui <davidcui@amazon.com>

* fix OSD branch to use main
Signed-off-by: David Cui <davidcui@amazon.com>

* change from main to 1.x for dashboards version
Signed-off-by: David Cui <davidcui@amazon.com>

* Bump opensearch ref to 1.1 in CI (#155)

* Removed integtest.sh. (#157)

Signed-off-by: dblock <dblock@dblock.org>

* Taking RBAC settings from Alerting plugin default to false

Other changes:
1. Legacy settings removed because all relavent settings are removed or taken from Alerting plugin
2. Poll API removed as it is not used

[Tests]
All existing tests passed

Signed-off-by: @akbhatta

* Bump tmpl from 1.0.4 to 1.0.5 in /dashboards-reports (#164)

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix quoting and url-encoding (#153)

* Replace '%2F' with '/' in relative dates

Signed-off-by: Konstantin Roussou <konstantin.roussou@syncier.com>

* Ensure proper quoting of converted dates in URL

Signed-off-by: Konstantin Roussou <konstantin.roussou@syncier.com>

* Use generic URL decoding

Co-authored-by: Zhongnan Su <szhongna@amazon.com>

* Use roundUp for toDate

Co-authored-by: Zhongnan Su <szhongna@amazon.com>

* Make date transformation same as in context_menu_helpers.js

Co-authored-by: Zhongnan Su <szhongna@amazon.com>

* Integrate notifications backend (#129)

* Remove hard coded localhost when calling API (#172)

* rename plugin helper config file name to consistent with OSD (#180)

Signed-off-by: Tengda He <tengh@amazon.com>

* Add metrics for sending notifications (#173)

* Add logic to build report detail page link and send as part of message for non-email channels (#182)

* forward origin plus basePath to backend

* Add build report link function and forward link as part of message

* Update validation for observability notebooks integration (#174)

* Build email message from template with reports links (#184)

* remove the email tempalte and helpers from dashboards plugin

* build email message from template for reporting notifcation

Signed-off-by: Zhongnan Su <szhongna@amazon.com>

* Support range filters for csv reports (#185)

* Forward extra headers while using headless chromium (#194)

* Use advanced settings for date format in csv reports (#186)

* add check in ReportInstanceActions to fix on demand report creation after report definition creation (#196)

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

* Catch Notifications Errors on Details Pages (#197)

* add catch statements to notifications get_configs to avoid crashing details pages
Signed-off by: David Cui <davidcui@amazon.com>

* remove console log statment
Signed-off by: David Cui <davidcui@amazon.com>

* remove notifications integration from details pages and update snapshots (#210)

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

* fix csv missing metadata fields issue and empty report on all(_source) fields (#206)

* remove notifications references from create and edit report definition pages (#212)

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

* refactor logic for creating DSL from saved object using buildOpensearchQuery() (#213)

* Remove calling notifications in reports scheduler (#211)

* Use advanced settings for csv separator and visual report timezone (#209)

* Bump to version 1.2 (#203)

* Bump to version 1.2

Bump OpenSearch and OpenSearch Dashboards plugins to 1.2

Related issue:
#167

Signed-off-by: Kawika Avilla <kavilla414@gmail.com>

* Use maven for building reports scheduler

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

Co-authored-by: Joshua Li <joshuali925@gmail.com>

* Add dco and release drafter workflows (#217)

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

* update readme notification section (#216)

Signed-off-by: Zhongnan Su <szhongna@amazon.com>

* revert paths to opendistro to keep cluster permissions same with ODFE (#218)

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

* Create opensearch-dashboards-reports.release-notes-1.2.0.0.md

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

* Update the copyright notices to reflect OpenSearch Contributors (#220)

* update the copyright notices to reflect OpenSearch Contributors

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

* add .txt to NOTICE to resolve linkchecker error

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

* changes

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

* changes

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

* Remove notifications actions in reports scheduler (#221)

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

* add reporting osd server configurations (#222)

Signed-off-by: Zhongnan Su <szhongna@amazon.com>

* Add suggested font packages in troubleshooting tips (#189)

* add suggested font packages in troubleshooting tips
Signed-off-by: David Cui <davidcui@amazon.com>

* add links to package documentation in README for font packages
Signed-off-by: David Cui <davidcui@amazon.com>

* add more descriptive title under Troubleshooting

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

* add link to headless-chrome installation and add ipa-gothic-fonts link to centos 7

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

* Update Copyright Headers (#226)

* update copyright header for all files

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

* fix ktlint errors with extra whitespace

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

* Add support for codeowners to repo (#227)

Signed-off-by: Ryan Bogan <rbogan@amazon.com>

* Fix reporting validation for observability (#231)

* Update reporting validation for observability

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

* update tests

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

* remove poller code from frontend plugin (#235)

Signed-off-by: Zhongnan Su <szhongna@amazon.com>

* bump reports-scheduler to 1.3 (#241)

Signed-off-by: Zhongnan Su <szhongna@amazon.com>

* Fix apt source and link checker for CI (#245)

* Update apt source in CI

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

* Try fix link checker

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

* Add Case Coverage tests for Create Report Definition (#239)

* add & refactor cypress tests, add css selectors in report settings & report trigger

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

* remove comment and update jest snapshot

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

* add bwc test for reports-scheduler (#244)

Signed-off-by: Zhongnan Su <szhongna@amazon.com>

* added code summary table (#243)

* added code summary table

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* modularized tables, fixed links

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated header, changed bwc link

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Add Cypress Case Coverage on Details Pages (#250)

* add and refactor cypress tests for details pages

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

* update jest snapshots

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

* add utils.js file to store functions used in multiple cypress tests

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

* add gradle task to run integtest against remote cluster (#247)

Signed-off-by: Zhongnan Su <szhongna@amazon.com>

* added untriaged and nolabel badges

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* bump dashboards-reports version to 1.3 (#265)

Signed-off-by: Zhongnan Su <szhongna@amazon.com>

* add UT for request/reseponse model (#264)

Signed-off-by: Zhongnan Su <szhongna@amazon.com>

* Add .whitesource configuration file

* Address Reporting CVEs (#267)

* update vulnerable package versions

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

* change ansi-regex to 5.0.1 to pass bootstrap

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

* update yarn lock for cve fixes (#271)

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

* add release notes for 1.2.4

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

* remove jcenter repo from gradle build

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* update guava to 31.0.1-jre

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* WS package update (#283)

* updated ws version

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* moved ws package to resolutions

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* updated yarn lock

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* add auto-backport functionality for reporting (#286)

Add auto-backport and auto-delete workflows for reporting

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

* Change Default CI version to JDK 11 (#290)

* 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>

* remove incorrect tag form issue template (#294)

Signed-off-by: Zhongnan Su <szhongna@amazon.com>

* Fix empty or multiple date values in csv (#293)

Signed-off-by: Zhongnan Su <szhongna@amazon.com>

* Update the saved object id matcher regex to match custom id (#295)

Signed-off-by: Zhongnan Su <szhongna@amazon.com>

* Replace Centos links to fix link checker CI (#297)

exclude centos links from linkchecker

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

* update regex to match custom saved object id (#298)

Signed-off-by: Zhongnan Su <szhongna@amazon.com>

* Fix reporting uuid parsing (#300)

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

* Add java 8 support in compile and test (#304) (#305)

* 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 (#307) (#308)

* 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>

* Bump version to 1.3.1 (#324)

Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>

* Bump reports dashboards to 1.3.1 (#331)

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

* Incremented version to 1.3.2. (#352)

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

* Version bump 1.3.3

Signed-off-by: pgodithi <pgodithi@amazon.com>

* Version bump 1.3.3

Signed-off-by: pgodithi <pgodithi@amazon.com>

* Version bump 1.3.3

Signed-off-by: pgodithi <pgodithi@amazon.com>

* [1.3] Bump minimist to 1.2.6 (#367)

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

* Move HTML sanitization from client to server side (#382) (#386)

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. (#389)

* 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>

* Add release notes for 1.3.4.0 (#393) (#394)

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

Co-authored-by: Joshua Li <joshuali925@gmail.com>

* Staging for version increment automation (#391) (#418)

* Version increment automation

Signed-off-by: pgodithi <pgodithi@amazon.com>

* Version increment automation

Signed-off-by: pgodithi <pgodithi@amazon.com>

* Version increment automation

Signed-off-by: pgodithi <pgodithi@amazon.com>

* Version increment automation

Signed-off-by: pgodithi <pgodithi@amazon.com>

* Version increment automation

Signed-off-by: pgodithi <pgodithi@amazon.com>

* Version increment automation: task rename updateVersion

Signed-off-by: pgodithi <pgodithi@amazon.com>
(cherry picked from commit 6667bfb)
Signed-off-by: prudhvigodithi <pgodithi@amazon.com>

Signed-off-by: pgodithi <pgodithi@amazon.com>
Signed-off-by: prudhvigodithi <pgodithi@amazon.com>
Co-authored-by: Prudhvi Godithi <pgodithi@amazon.com>

* [Release 1.3.5] Version increment  (#420)

* release 1.3.5

Signed-off-by: prudhvigodithi <pgodithi@amazon.com>

* release 1.3.5

Signed-off-by: prudhvigodithi <pgodithi@amazon.com>

Signed-off-by: prudhvigodithi <pgodithi@amazon.com>

* [1.3] Remove zips and download from remote at build time (#337) (#422)

* Remove zips and download from remote at build time (#337)

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

* Remove odfe bwc test (#408)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

Signed-off-by: Joshua Li <joshuali925@gmail.com>
Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
Co-authored-by: Shenoy Pratik <sgguruda@amazon.com>

* [1.3] restrict chromium requests (#424)

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

* [Release 1.3.5] Add `build.sh` (#426)

* release 1.3.5

Signed-off-by: prudhvigodithi <pgodithi@amazon.com>

* release 1.3.5

Signed-off-by: prudhvigodithi <pgodithi@amazon.com>

Signed-off-by: prudhvigodithi <pgodithi@amazon.com>

* [1.3] Add Bwc Test for OS 1.1 (#417) (#423)

* Add Bwc Test for OS 1.1 (#417)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Fix job-scheduler url

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

* Remove artifact zips

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

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
Signed-off-by: Joshua Li <joshuali925@gmail.com>
Co-authored-by: Shenoy Pratik <sgguruda@amazon.com>

* Increment version to 1.3.6-SNAPSHOT (#456)

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>

* Merge pull request #472 from sejli/CVE-fix-1.3.6 (#473)

Updating Kotlin and Jsoup

(cherry picked from commit 50eac17)

* Merge pull request #474 from sejli/release-notes-1.3.6

Add release notes for 1.3.6

(cherry picked from commit fd8f9de)

* Merge pull request #476 from sejli/1.3.6-release-notes

Changing 1.3.6 release notes location

(cherry picked from commit 2159036)

* update jackson to 2.13.4 (#479) (#480)

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
(cherry picked from commit d0c86aa)

Co-authored-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

* Update 1.3.6 release notes (#481) (#482)

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
(cherry picked from commit dea93af)

Co-authored-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

* [1.3] Upgrade puppeteer (#488)

* upgrade puppeteer & change report timeout

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

* Change timeout

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

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

* Added release notes for 1.3.5 (#451)

Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
(cherry picked from commit e2e4366)

Co-authored-by: vamsi-amazon <reddyvam@amazon.com>

* Increment version to 1.3.7-SNAPSHOT (#502)

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>

* Resolve conflicting dependencies

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

* nit

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

* Fix build failure

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

Signed-off-by: Zhongnan Su <szhongna@amazon.com>
Signed-off-by: David Cui <davidcui@amazon.com>
Signed-off-by: Joshua Li <joshuali925@gmail.com>
Signed-off-by: Kévin Masseix <masseix.kevin@gmail.com>
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Signed-off-by: kgcreative <kvngar@amazon.com>
Signed-off-by: Miki <mehranb@amazon.com>
Signed-off-by: dblock <dblock@amazon.com>
Signed-off-by: dblock <dblock@dblock.org>
Signed-off-by: @akbhatta
Signed-off-by: Tengda He <tengh@amazon.com>
Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
Signed-off-by: Ryan Bogan <rbogan@amazon.com>
Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
Signed-off-by: Zelin Hao <zelinhao@amazon.com>
Signed-off-by: pgodithi <pgodithi@amazon.com>
Signed-off-by: prudhvigodithi <pgodithi@amazon.com>
Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Signed-off-by: Rupal Mahajan <maharup@amazon.com>
Co-authored-by: Zhongnan Su <szhongna@amazon.com>
Co-authored-by: David Cui <53581635+davidcui-amzn@users.noreply.github.com>
Co-authored-by: Joshua <joshuali925@gmail.com>
Co-authored-by: Carl Meadows <47793022+CarlMeadows@users.noreply.github.com>
Co-authored-by: Kevin Masseix <masseix.kevin@gmail.com>
Co-authored-by: Uzhinskiy Boris <lspci@mail.ru>
Co-authored-by: David Cui <davidcui@amazon.com>
Co-authored-by: starcatter <30572485+starcatter@users.noreply.github.com>
Co-authored-by: Elias Soares <esoares@iget.com.br>
Co-authored-by: Peter Zhu <zhujiaxi@amazon.com>
Co-authored-by: Kevin Garcia <hello@kevingarcia.me>
Co-authored-by: Miki <mehranb@amazon.com>
Co-authored-by: David Cui <53581635+davidcui1225@users.noreply.github.com>
Co-authored-by: Daniel Doubrovkine (dB.) <dblock@dblock.org>
Co-authored-by: Anantha Krishna Bhatta <banantha@amazon.com>
Co-authored-by: Anantha Krishna Bhatta <31894175+akbhatta@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kroussou <58224693+kroussou@users.noreply.github.com>
Co-authored-by: Tengda-He <89666799+Tengda-He@users.noreply.github.com>
Co-authored-by: Kawika Avilla <kavilla414@gmail.com>
Co-authored-by: Kavitha Conjeevaram Mohan <kavithamohan0404@gmail.com>
Co-authored-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
Co-authored-by: Ryan Bogan <10944539+ryanbogan@users.noreply.github.com>
Co-authored-by: Shenoy Pratik <sgguruda@amazon.com>
Co-authored-by: whitesource-for-github-com[bot] <50673670+whitesource-for-github-com[bot]@users.noreply.github.com>
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
Co-authored-by: Sayali Gaikawad <61760125+gaiksaya@users.noreply.github.com>
Co-authored-by: Zelin Hao <87548827+zelinh@users.noreply.github.com>
Co-authored-by: pgodithi <pgodithi@amazon.com>
Co-authored-by: Anirudha (Ani) Jadhav <anirudha@nyu.edu>
Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Co-authored-by: Sean Li <lnse@amazon.com>
Co-authored-by: vamsi-amazon <reddyvam@amazon.com>
rupal-bq added a commit that referenced this pull request Jan 10, 2023
* Remove odfe bwc test (#408) (#409)

* removed odfe bwc test

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* removed bwc test from workflows

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
(cherry picked from commit 556b5fb)

Co-authored-by: Shenoy Pratik <sgguruda@amazon.com>

* Remove odfe bwc test (#408)

* removed odfe bwc test

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* removed bwc test from workflows

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
(cherry picked from commit 556b5fb)

* Bump version 2.2.0

Signed-off-by: vamsi-amazon <reddyvam@amazon.com>

* Bump version 2.2.0 (#413)

Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
(cherry picked from commit c91534a)

Co-authored-by: vamsi-amazon <reddyvam@amazon.com>

* Release notes for 2.2.0

Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
(cherry picked from commit f43f7de)

* Release notes for 2.2.0

Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
(cherry picked from commit f43f7de)

* [2.x] Restrict chromium requests (#435)

* Fix regex validation, detect iframe, embed, object tags

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

* Disallow redirection to non-localhost urls

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

* Disallow connection to non-allowlisted urls

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

* Disable JIT

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

* Fix workflow

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

* Try to fix CI

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

* Fix localstorage logic

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

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

* [2.2] Restrict chromium requests (#431)

* Fix regex validation, detect iframe, embed, object tags

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

* Disallow redirection to non-localhost urls

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

* Disallow connection to non-allowlisted urls

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

* Disable JIT

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

* Fix workflow

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

* Try to fix CI

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

* Fix localstorage logic

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

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

* Increment version to 2.2.1-SNAPSHOT

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>

* Increment version to 2.3.0-SNAPSHOT

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>

* Added release notes for 2.2.1 release

Signed-off-by: vamsi-amazon <reddyvam@amazon.com>

* Merge pull request #459 from mengweieric/release-notes-2.3.0

Release notes for 2.3.0

(cherry picked from commit b0c5643)

* [2.x] Upgrade puppeteer (#489)

* upgrade puppeteer & change report timeout

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

* Change timeout

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

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

* Bump verison 2.4.0 (#499)

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

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

* add group = org.opensearch.plugin (#506) (#507)

Signed-off-by: prudhvigodithi <pgodithi@amazon.com>

Signed-off-by: prudhvigodithi <pgodithi@amazon.com>
(cherry picked from commit b25984b)

Co-authored-by: Prudhvi Godithi <pgodithi@amazon.com>

* feat: enable windows and macos build (#504) (#511)

Signed-off-by: Derek Ho <dxho@amazon.com>

* Update version for jsdom, terser and jsoup (#515)

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

* Fix snakeyaml vulnerability issue by disabling detekt (#517)

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

* Update ktlint version (#519)

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

* Upgrade minimatch, moment (#513)

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

* Revert detekt changes with upgraded version 1.21.0 (#527)

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

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

* Add loader-utils to resolutions (#525)

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

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

* Nit: add resolutions at once place (#529) (#530)

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

Signed-off-by: Rupal Mahajan <maharup@amazon.com>
(cherry picked from commit 0dada24)

Co-authored-by: Rupal Mahajan <maharup@amazon.com>

* add release notes for 2.4.0.0 (#532) (#533)

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

Signed-off-by: Rupal Mahajan <maharup@amazon.com>
(cherry picked from commit a1c4839)

Co-authored-by: Rupal Mahajan <maharup@amazon.com>

* Bump loader-utils from 2.0.3 to 2.0.4 in /dashboards-reports (#539) (#541)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
- [Commits](webpack/loader-utils@v2.0.3...v2.0.4)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit f250deb)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update qs 6.5.3 (#545)

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

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

* Fix metrics tests and ClassNotFoundException when calling stats API (#546)

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

* Use advanced settings for leading wildcards in query for csv reports (#549)

* Fetch allowLeadingWildcards from config

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

* Fix tests

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

* nit

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

* add default value for allowLeadingWildCards

Co-authored-by: Joshua Li <joshuali925@gmail.com>
Signed-off-by: Rupal Mahajan <maharup@amazon.com>

Signed-off-by: Rupal Mahajan <maharup@amazon.com>
Co-authored-by: Joshua Li <joshuali925@gmail.com>

* Increment version to 2.5.0-SNAPSHOT (#528)

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>

* [1.x] Upgrade decode-uri-component (#558) (#560)

* upgrade loader-utils for CVE-2022-37601

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

* Update async for CVE-2021-43138

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

* Fix cross-fetch for CVE-2022-1365

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

* Fix for CVE-2022-37599, CVE-2022-37603

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

* Update terser for CVE-2022-25858

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

* Update minimatch for CVE-2022-3517

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

* Update moment for CVE-2022-24785

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

* Update jsdom for CVE-2021-20066

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

* Update execa for GMS-2020-2

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

* Update qs for CVE-2022-24999

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

* Update moment for CVE-2022-31129

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

* Update decode-uri-component for CVE-2022-38900

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

Signed-off-by: Rupal Mahajan <maharup@amazon.com>
(cherry picked from commit d3f36b5)

Co-authored-by: Rupal Mahajan <maharup@amazon.com>

* Fix windows and macos CI (#569) (#571)

* Update windows & mac CI for reo name change

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

* Fix linux build

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

Signed-off-by: Rupal Mahajan <maharup@amazon.com>
(cherry picked from commit 9ce8684)

Co-authored-by: Rupal Mahajan <maharup@amazon.com>

* Add ERR_ADDRESS_INVALID in Troubleshooting (#574)

* Add workaround for ERR_ADDRESS_INVALID in doc

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

* nit

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

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

* Add release notes for 2.4.1 (#580)

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

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

* Remove jackson-databind and jackson-annotations (#587)

* Remove jackson-databind and jackson-annotations dependencies

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

* resolve dompurify conflicting dependencies

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

* fix build

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

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

* Use front-end report generation instead of chromium (#586)

* Increment version to 2.4.1-SNAPSHOT (#540)

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>

* --wip--

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

* Add initial implementation of client reporting generation

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

* Fix url with basepath

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

* Update header footer height

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

* Update dialog text to not close dialog

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

* Remove console.log

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

* Remove unused components

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

* Remove chromium references

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

* Add report generation error handling

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

* Minor refactors

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

* Add postinstall patch to support safari for html2canvas

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

* Add dompurify

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

* Fix build error

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

* Remove chromium from CI

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

* Update CI artifact name

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

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Signed-off-by: Joshua Li <joshuali925@gmail.com>
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>

* Remove front end code (#620)

* Remove frontend code

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

* Move one level up

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

* Update workflow file

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

* nit: remove dashboard setup from readme

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

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

* Remove unnecessary scripts after repo split (#622)

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

* Include integration tests in windows workflow (#624)

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

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

Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
Signed-off-by: Joshua Li <joshuali925@gmail.com>
Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Signed-off-by: Eric Wei <menwe@amazon.com>
Signed-off-by: Rupal Mahajan <maharup@amazon.com>
Signed-off-by: Derek Ho <dxho@amazon.com>
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
Co-authored-by: Shenoy Pratik <sgguruda@amazon.com>
Co-authored-by: vamsi-amazon <reddyvam@amazon.com>
Co-authored-by: Joshua Li <joshuali925@gmail.com>
Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Co-authored-by: Prudhvi Godithi <pgodithi@amazon.com>
Co-authored-by: Eric Wei <menwe@amazon.com>
Co-authored-by: Derek Ho <derek01778@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
kavilla pushed a commit to kavilla/dashboards-reports that referenced this pull request Jul 12, 2023
* removed odfe bwc test

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* removed bwc test from workflows

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
(cherry picked from commit 556b5fb)

Co-authored-by: Shenoy Pratik <sgguruda@amazon.com>
kavilla pushed a commit to kavilla/dashboards-reports that referenced this pull request Jul 12, 2023
* removed odfe bwc test

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* removed bwc test from workflows

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
(cherry picked from commit 556b5fb)
peterzhuamazon added a commit that referenced this pull request Oct 31, 2023
* Remove odfe bwc test (#408) (#409)

* removed odfe bwc test

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* removed bwc test from workflows

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
(cherry picked from commit 556b5fb)

Co-authored-by: Shenoy Pratik <sgguruda@amazon.com>

* Remove odfe bwc test (#408)

* removed odfe bwc test

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* removed bwc test from workflows

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
(cherry picked from commit 556b5fb)

* Bump version 2.2.0

Signed-off-by: vamsi-amazon <reddyvam@amazon.com>

* Bump version 2.2.0 (#413)

Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
(cherry picked from commit c91534a)

Co-authored-by: vamsi-amazon <reddyvam@amazon.com>

* Release notes for 2.2.0

Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
(cherry picked from commit f43f7de)

* Release notes for 2.2.0

Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
(cherry picked from commit f43f7de)

* [2.x] Restrict chromium requests (#435)

* Fix regex validation, detect iframe, embed, object tags

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

* Disallow redirection to non-localhost urls

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

* Disallow connection to non-allowlisted urls

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

* Disable JIT

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

* Fix workflow

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

* Try to fix CI

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

* Fix localstorage logic

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

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

* [2.2] Restrict chromium requests (#431)

* Fix regex validation, detect iframe, embed, object tags

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

* Disallow redirection to non-localhost urls

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

* Disallow connection to non-allowlisted urls

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

* Disable JIT

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

* Fix workflow

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

* Try to fix CI

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

* Fix localstorage logic

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

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

* Increment version to 2.2.1-SNAPSHOT

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>

* Increment version to 2.3.0-SNAPSHOT

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>

* Added release notes for 2.2.1 release

Signed-off-by: vamsi-amazon <reddyvam@amazon.com>

* Merge pull request #459 from mengweieric/release-notes-2.3.0

Release notes for 2.3.0

(cherry picked from commit b0c5643)

* [2.x] Upgrade puppeteer (#489)

* upgrade puppeteer & change report timeout

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

* Change timeout

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

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

* Bump verison 2.4.0 (#499)

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

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

* add group = org.opensearch.plugin (#506) (#507)

Signed-off-by: prudhvigodithi <pgodithi@amazon.com>

Signed-off-by: prudhvigodithi <pgodithi@amazon.com>
(cherry picked from commit b25984b)

Co-authored-by: Prudhvi Godithi <pgodithi@amazon.com>

* feat: enable windows and macos build (#504) (#511)

Signed-off-by: Derek Ho <dxho@amazon.com>

* Update version for jsdom, terser and jsoup (#515)

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

* Fix snakeyaml vulnerability issue by disabling detekt (#517)

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

* Update ktlint version (#519)

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

* Upgrade minimatch, moment (#513)

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

* Revert detekt changes with upgraded version 1.21.0 (#527)

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

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

* Add loader-utils to resolutions (#525)

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

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

* Nit: add resolutions at once place (#529) (#530)

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

Signed-off-by: Rupal Mahajan <maharup@amazon.com>
(cherry picked from commit 0dada24)

Co-authored-by: Rupal Mahajan <maharup@amazon.com>

* add release notes for 2.4.0.0 (#532) (#533)

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

Signed-off-by: Rupal Mahajan <maharup@amazon.com>
(cherry picked from commit a1c4839)

Co-authored-by: Rupal Mahajan <maharup@amazon.com>

* Bump loader-utils from 2.0.3 to 2.0.4 in /dashboards-reports (#539) (#541)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
- [Commits](webpack/loader-utils@v2.0.3...v2.0.4)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit f250deb)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update qs 6.5.3 (#545)

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

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

* Fix metrics tests and ClassNotFoundException when calling stats API (#546)

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

* Use advanced settings for leading wildcards in query for csv reports (#549)

* Fetch allowLeadingWildcards from config

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

* Fix tests

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

* nit

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

* add default value for allowLeadingWildCards

Co-authored-by: Joshua Li <joshuali925@gmail.com>
Signed-off-by: Rupal Mahajan <maharup@amazon.com>

Signed-off-by: Rupal Mahajan <maharup@amazon.com>
Co-authored-by: Joshua Li <joshuali925@gmail.com>

* Increment version to 2.5.0-SNAPSHOT (#528)

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>

* [1.x] Upgrade decode-uri-component (#558) (#560)

* upgrade loader-utils for CVE-2022-37601

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

* Update async for CVE-2021-43138

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

* Fix cross-fetch for CVE-2022-1365

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

* Fix for CVE-2022-37599, CVE-2022-37603

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

* Update terser for CVE-2022-25858

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

* Update minimatch for CVE-2022-3517

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

* Update moment for CVE-2022-24785

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

* Update jsdom for CVE-2021-20066

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

* Update execa for GMS-2020-2

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

* Update qs for CVE-2022-24999

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

* Update moment for CVE-2022-31129

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

* Update decode-uri-component for CVE-2022-38900

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

Signed-off-by: Rupal Mahajan <maharup@amazon.com>
(cherry picked from commit d3f36b5)

Co-authored-by: Rupal Mahajan <maharup@amazon.com>

* Fix windows and macos CI (#569) (#571)

* Update windows & mac CI for reo name change

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

* Fix linux build

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

Signed-off-by: Rupal Mahajan <maharup@amazon.com>
(cherry picked from commit 9ce8684)

Co-authored-by: Rupal Mahajan <maharup@amazon.com>

* Add ERR_ADDRESS_INVALID in Troubleshooting (#574)

* Add workaround for ERR_ADDRESS_INVALID in doc

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

* nit

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

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

* Add release notes for 2.4.1 (#580)

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

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

* Remove jackson-databind and jackson-annotations (#587)

* Remove jackson-databind and jackson-annotations dependencies

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

* resolve dompurify conflicting dependencies

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

* fix build

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

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

* Use front-end report generation instead of chromium (#586)

* Increment version to 2.4.1-SNAPSHOT (#540)

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>

* --wip--

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

* Add initial implementation of client reporting generation

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

* Fix url with basepath

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

* Update header footer height

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

* Update dialog text to not close dialog

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

* Remove console.log

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

* Remove unused components

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

* Remove chromium references

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

* Add report generation error handling

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

* Minor refactors

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

* Add postinstall patch to support safari for html2canvas

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

* Add dompurify

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

* Fix build error

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

* Remove chromium from CI

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

* Update CI artifact name

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

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Signed-off-by: Joshua Li <joshuali925@gmail.com>
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>

* Remove front end code (#620)

* Remove frontend code

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

* Move one level up

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

* Update workflow file

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

* nit: remove dashboard setup from readme

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

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

* Remove unnecessary scripts after repo split (#622)

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

* Include integration tests in windows workflow (#624)

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

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

* Add release notes for 2.5.0.0 (#628)

* Add release notes for 2.5.0.0

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

* Fix version in release notes

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

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

* Increment version to 2.6.0 (#636)

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

* Updated MAINTAINERS.md to match recommended opensearch-project format. (#619) (#635)

Signed-off-by: dblock <dblock@amazon.com>

Signed-off-by: dblock <dblock@amazon.com>
(cherry picked from commit 8e1cdad)

Co-authored-by: Daniel (dB.) Doubrovkine <dblock@amazon.com>

* [Backport 2.x] Add jackson-databind and jackson-annotations (#652)

* Add jackson-databind and jackson-annotations (#650)

Signed-off-by: Rupal Mahajan <maharup@amazon.com>
(cherry picked from commit cc34ae8)

* Resolve mockito-core conflict

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

---------

Signed-off-by: Rupal Mahajan <maharup@amazon.com>
Co-authored-by: Rupal Mahajan <maharup@amazon.com>

* Add publish to maven workflow (#651) (#655)

Signed-off-by: Rupal Mahajan <maharup@amazon.com>
(cherry picked from commit 1c7a917)

Co-authored-by: Rupal Mahajan <maharup@amazon.com>

* fix maven publish workflow (#665) (#666)

* fix maven publish workflow

Signed-off-by: Derek Ho <dxho@amazon.com>

* remove bracket

Signed-off-by: Derek Ho <dxho@amazon.com>

* fix branch names

Signed-off-by: Derek Ho <dxho@amazon.com>

* stringify 1.3

Signed-off-by: Derek Ho <dxho@amazon.com>

---------

Signed-off-by: Derek Ho <dxho@amazon.com>
(cherry picked from commit 354f44a)

Co-authored-by: Derek Ho <dxho@amazon.com>

* Increment version to 2.7.0-SNAPSHOT (#657)

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>

* Merge pull request #656 from rupal-bq/release-notes-2.6.0 (#659)

Add release notes for 2.6.0

(cherry picked from commit 6c1b03e)
Signed-off-by: Derek Ho <dxho@amazon.com>

Co-authored-by: Eric Wei <menwe@amazon.com>

* Bump snakeyaml to 2.0 (#674)

Signed-off-by: Joshua Li <joshuali925@gmail.com>
(cherry picked from commit b792396)

* upgrade mockito-core (#678) (#679)

Signed-off-by: Rupal Mahajan <maharup@amazon.com>
(cherry picked from commit 14ecd44)

Co-authored-by: Rupal Mahajan <maharup@amazon.com>

* [Backport 2.x] Fix ci failures (#681)

* Fix ci failures (#662)

Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
(cherry picked from commit 07956f7)

* Pull Job scheduler from maven instead of jenkins (#663)

* use maven

Signed-off-by: Derek Ho <dxho@amazon.com>

* bwc version to 2.7.0 bump

Signed-off-by: Derek Ho <dxho@amazon.com>

* hard code zips

Signed-off-by: Derek Ho <dxho@amazon.com>

---------

Signed-off-by: Derek Ho <dxho@amazon.com>
Signed-off-by: Rupal Mahajan <maharup@amazon.com>

---------

Signed-off-by: Derek Ho <dxho@amazon.com>
Signed-off-by: Rupal Mahajan <maharup@amazon.com>
Co-authored-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Co-authored-by: Derek Ho <dxho@amazon.com>

* Add release notes for 2.7 (#684) (#686)

Signed-off-by: Rupal Mahajan <maharup@amazon.com>
(cherry picked from commit 8fafd72)

Co-authored-by: Rupal Mahajan <maharup@amazon.com>

* Update json version to 20230227 (#692)

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

* Update Gradle Wrapper to 7.6.1 (#689) (#695)

Signed-off-by: Daniel Widdis <widdis@gmail.com>
(cherry picked from commit ebbb54d)

Co-authored-by: Daniel Widdis <widdis@gmail.com>

* Increment version to 2.8.0-SNAPSHOT (#688)

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>

* Add release notes for 2.8 (#705) (#706)

Signed-off-by: Joshua Li <joshuali925@gmail.com>
(cherry picked from commit f27cdd4)

Co-authored-by: Joshua Li <joshuali925@gmail.com>

* Removing guava dependency to fix jarhell (#709) (#710)

* removing guava to fix jarhell

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* update release notes

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

---------

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
(cherry picked from commit d7ff8cd)

Co-authored-by: Shenoy Pratik <sgguruda@amazon.com>

* Increment version to 2.9.0-SNAPSHOT

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>

* Add 2.9 release notes (#723) (#724)

Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
(cherry picked from commit 79a385b)

Co-authored-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>

* fix ci

Signed-off-by: Derek Ho <dxho@amazon.com>

* update kotlin version

Signed-off-by: Derek Ho <dxho@amazon.com>

* update build.gradle

Signed-off-by: Derek Ho <dxho@amazon.com>

* ktlint

Signed-off-by: Derek Ho <dxho@amazon.com>

* version bump

Signed-off-by: Derek Ho <dxho@amazon.com>

* update workflow

Signed-off-by: Derek Ho <dxho@amazon.com>

* fix imports in tests

Signed-off-by: Derek Ho <dxho@amazon.com>

* update import from upstream breaking changes

Signed-off-by: Derek Ho <dxho@amazon.com>

* Merge pull request #748 from derek-ho/insights

fix from upstream import changes

(cherry picked from commit c254aad)
Signed-off-by: Derek Ho <dxho@amazon.com>

* Update PluginBaseAction.kt

Remove duplicate import

Signed-off-by: Derek Ho <dxho@amazon.com>

* Update backport CI, add PR merged condition (#750)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>

* Add 2.10 release notes (#758) (#759)

(cherry picked from commit 6a93631)

Signed-off-by: Rupal Mahajan <maharup@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Increment version to 2.11.0-SNAPSHOT (#756)

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>

* Updates demo certs used in integ tests (#755) (#757)

(cherry picked from commit 3d17d50)

Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Increment version to 2.12.0-SNAPSHOT (#871)

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>

* Upgrade JSON to 20231013 to fix CVE-2023-5072 (#912) (#914)

(cherry picked from commit b68990f)

Signed-off-by: Derek Ho <dxho@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Onboard jenkins prod docker images to github actions (#924)

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>

---------

Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
Signed-off-by: Joshua Li <joshuali925@gmail.com>
Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Signed-off-by: Eric Wei <menwe@amazon.com>
Signed-off-by: Rupal Mahajan <maharup@amazon.com>
Signed-off-by: Derek Ho <dxho@amazon.com>
Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
Co-authored-by: Shenoy Pratik <sgguruda@amazon.com>
Co-authored-by: vamsi-amazon <reddyvam@amazon.com>
Co-authored-by: Joshua Li <joshuali925@gmail.com>
Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Co-authored-by: Prudhvi Godithi <pgodithi@amazon.com>
Co-authored-by: Eric Wei <menwe@amazon.com>
Co-authored-by: Rupal <maharup@amazon.com>
Co-authored-by: Derek Ho <derek01778@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel (dB.) Doubrovkine <dblock@amazon.com>
Co-authored-by: Derek Ho <dxho@amazon.com>
Co-authored-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Co-authored-by: Daniel Widdis <widdis@gmail.com>
Co-authored-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants