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

Reporting CLI initial commit #4

Merged
merged 597 commits into from
Jan 11, 2023
Merged

Reporting CLI initial commit #4

merged 597 commits into from
Jan 11, 2023

Conversation

rupal-bq
Copy link
Member

Description

Reporting CLI feature support following options.

  • download report in png/pdf/csv format.
  • supports none, basic, cognito and saml auth options.
  • added option to select tenant
  • send email via ses/smtp with report as attachment.

(I will add tests in follow up PR)

Issues Resolved

Missed squash in earlier PR. Did reset as history was messed up (showing unnecessary ~600 commits)

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.

MKCG and others added 30 commits May 17, 2021 12:25
… 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 <[email protected]>

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

Signed-off-by: Kévin Masseix <[email protected]>

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

Signed-off-by: Kévin Masseix <[email protected]>
Add missing test case for the fix "pass doc[field] == null"
Signed-off-by: David Cui <[email protected]>
* Fix csv parsing function

Signed-off-by: Joshua Li <[email protected]>

* Flatten nested results for csv

Signed-off-by: Joshua Li <[email protected]>

* Add test case for nested fields

Signed-off-by: Joshua Li <[email protected]>
Signed-off-by: David Cui <[email protected]>

Co-authored-by: Zhongnan Su <[email protected]>
Co-authored-by: Joshua <[email protected]>
Co-authored-by: Carl Meadows <[email protected]>
Co-authored-by: Kevin Masseix <[email protected]>
Co-authored-by: Uzhinskiy Boris <[email protected]>
Bumps [ws](https://github.com/websockets/ws) from 7.3.1 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.3.1...7.4.6)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add puml diagrams for integration with Notifications plugin
Signed-off-by: David Cui <[email protected]>

* amend Notifications plugin naming in diagram
Signed-off-by: David Cui <[email protected]>
Signed-off-by: David Cui <[email protected]>
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 <[email protected]>

* update readme to clarify current status of supported features
Signed-off-by: David Cui <[email protected]>
* adding opensearch changed api for report definition to save branch
Signed-off-by: David Cui <[email protected]>

* change delivery request body, update test cases
Signed-off-by: David Cui <[email protected]>

* remove console.log statement, fix DeliveryType type members to use snake case
Signed-off-by: David Cui <[email protected]>

* convert all snake case to camel case
Signed-off-by: David Cui <[email protected]>

* make configId required in schema
Signed-off-by: David Cui <[email protected]>
* remove legacy notifications/delivery related code
Signed-off-by: David Cui <[email protected]>

* remove commented out reference
Signed-off-by: David Cui <[email protected]>
Signed-off-by: Zhongnan Su <[email protected]>
rupal-bq and others added 28 commits November 14, 2022 06:29
Signed-off-by: Rupal Mahajan <[email protected]>
Signed-off-by: Rupal Mahajan <[email protected]>
Signed-off-by: Rupal Mahajan <[email protected]>
Signed-off-by: Rupal Mahajan <[email protected]>
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] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Rupal Mahajan <[email protected]>
Signed-off-by: Rupal Mahajan <[email protected]>
Signed-off-by: Rupal Mahajan <[email protected]>
Signed-off-by: Rupal Mahajan <[email protected]>
Signed-off-by: Rupal Mahajan <[email protected]>
Signed-off-by: Rupal Mahajan <[email protected]>
Signed-off-by: Rupal Mahajan <[email protected]>
Signed-off-by: Rupal Mahajan <[email protected]>
Signed-off-by: Rupal Mahajan <[email protected]>
Signed-off-by: Rupal Mahajan <[email protected]>
Signed-off-by: Rupal Mahajan <[email protected]>
Signed-off-by: Rupal Mahajan <[email protected]>
Signed-off-by: Rupal Mahajan <[email protected]>
Signed-off-by: Rupal Mahajan <[email protected]>
@rupal-bq rupal-bq merged commit 18efb26 into opensearch-project:main Jan 11, 2023
@rupal-bq rupal-bq deleted the add-cli branch January 11, 2023 01:08
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.