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
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 17, 2021

  1. [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>
    MKCG committed May 17, 2021
    Configuration menu
    Copy the full SHA
    0399724 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2021

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

    Pass processing if doc[field] == null
    Based on opendistro-for-elasticsearch/kibana-reports#327 (comment)
    uzhinskiy authored and zhongnansu committed May 24, 2021
    Configuration menu
    Copy the full SHA
    22e5489 View commit details
    Browse the repository at this point in the history
  2. add test case for commit 368eb03e200b755870f1ad373e67561201ab6f31 (#370)

    Add missing test case for the fix "pass doc[field] == null"
    zhongnansu committed May 24, 2021
    Configuration menu
    Copy the full SHA
    19ca93a View commit details
    Browse the repository at this point in the history
  3. Unhash page url in case store URLs in session storage is enabled from…

    … Kibana advanced setting (#371)
    zhongnansu committed May 24, 2021
    Configuration menu
    Copy the full SHA
    1260f6b View commit details
    Browse the repository at this point in the history
  4. Update Namespaces/APIs/Documentation for OpenSearch (#55)

    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 committed May 24, 2021
    Configuration menu
    Copy the full SHA
    fa2d7dc View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

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

    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 committed May 25, 2021
    Configuration menu
    Copy the full SHA
    b43e33e View commit details
    Browse the repository at this point in the history
  2. merge main into dev

    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 committed May 25, 2021
    Configuration menu
    Copy the full SHA
    31bbecb View commit details
    Browse the repository at this point in the history
  3. increase chromium timeout to 100s (#58)

    Signed-off-by: Zhongnan Su <szhongna@amazon.com>
    zhongnansu committed May 25, 2021
    Configuration menu
    Copy the full SHA
    f517f3f View commit details
    Browse the repository at this point in the history
  4. Updated README.md CoC Link (#56)

    * Updated README.md CoC Link
    
    Updated Code of Conduct link to new (https://opensearch.org/codeofconduct.html) from old (https://opendistro.github.io/for-elasticsearch/codeofconduct.html).
    
    * Update README.md
    
    Updated Code of Conduct link to new (https://opensearch.org/codeofconduct.html) from old (https://opendistro.github.io/for-elasticsearch/codeofconduct.html).
    ahopp committed May 25, 2021
    Configuration menu
    Copy the full SHA
    4ba7ff4 View commit details
    Browse the repository at this point in the history
  5. 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>
    joshuali925 committed May 25, 2021
    Configuration menu
    Copy the full SHA
    83bf1b4 View commit details
    Browse the repository at this point in the history
  6. Add release notes for rc1 (#60)

    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 committed May 25, 2021
    Configuration menu
    Copy the full SHA
    4a791ae View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. configure index settings to have default 1 replica and auto-expand up…

    …perbound 2 (#62)
    
    Signed-off-by: Zhongnan Su <szhongna@amazon.com>
    zhongnansu committed May 26, 2021
    Configuration menu
    Copy the full SHA
    2341aaa View commit details
    Browse the repository at this point in the history
  2. Rc1 release note patch (#63)

    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 committed May 26, 2021
    Configuration menu
    Copy the full SHA
    b88adc3 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Bump OpenSearch Dashboards version to 1.0 (#64)

    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 committed May 27, 2021
    Configuration menu
    Copy the full SHA
    c325710 View commit details
    Browse the repository at this point in the history
  2. fix merge conflict in readme

    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 committed May 27, 2021
    Configuration menu
    Copy the full SHA
    8c3b56f View commit details
    Browse the repository at this point in the history
  3. Merge dev into main (#66)

    Signed-off-by: David Cui <davidcui@amazon.com>
    
    Co-authored-by: Zhongnan Su <szhongna@amazon.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>
    6 people committed May 27, 2021
    Configuration menu
    Copy the full SHA
    8f8357b View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

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

    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 committed May 28, 2021
    Configuration menu
    Copy the full SHA
    5ba1a9d View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Bump ws from 7.3.1 to 7.4.6 in /dashboards-reports (#68)

    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] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    d08711e View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. 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>
    davidcui1225 committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    960bcaa View commit details
    Browse the repository at this point in the history
  2. merge changes from main

    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    c2c43bd View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2021

  1. Add i18n translation support (#362)

    starcatter authored and zhongnansu committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    7e326be View commit details
    Browse the repository at this point in the history
  2. PDF report is no more a screenshot, increasing the overall quality

    Also a issue with chrome font rendering was fixed
    iget-esoares authored and zhongnansu committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    6933dd4 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. 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>
    davidcui1225 committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    f3d5167 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Configuration menu
    Copy the full SHA
    62be0df View commit details
    Browse the repository at this point in the history
  2. 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>
    davidcui1225 committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    ab99ee3 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. 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>
    davidcui1225 committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    e5a9bfc View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Configuration menu
    Copy the full SHA
    3bcef87 View commit details
    Browse the repository at this point in the history
  2. Add code cov back (#98)

    Signed-off-by: Zhongnan Su <szhongna@amazon.com>
    zhongnansu committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    15cb8e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

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

    Signed-off-by: Zhongnan Su <szhongna@amazon.com>
    zhongnansu committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    48d81ab View commit details
    Browse the repository at this point in the history
  2. bump dependency version (#101)

    Signed-off-by: Zhongnan Su <szhongna@amazon.com>
    zhongnansu committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    138fb27 View commit details
    Browse the repository at this point in the history
  3. level up markdowns and readme (#97)

    Signed-off-by: Zhongnan Su <szhongna@amazon.com>
    zhongnansu committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    c1bfb46 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Bump to version 1.0.0.0 (#103)

    Signed-off-by: Zhongnan Su <szhongna@amazon.com>
    zhongnansu committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    55d6144 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

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

    Signed-off-by: Zhongnan Su <szhongna@amazon.com>
    zhongnansu committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    c7a1726 View commit details
    Browse the repository at this point in the history
  2. fix failed cypress integ-testing (#106)

    Signed-off-by: Zhongnan Su <szhongna@amazon.com>
    zhongnansu committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    9186448 View commit details
    Browse the repository at this point in the history
  3. 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>
    zhongnansu committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    5c12180 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Add release notes for 1.0.0.0 (#104)

    Signed-off-by: Zhongnan Su <szhongna@amazon.com>
    zhongnansu committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    3661fa1 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Fix notebooks context menu (#109)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    e517453 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Fix context menu download request body after schema change to add not…

    …ifiaction (#115)
    
    Signed-off-by: Zhongnan Su <szhongna@amazon.com>
    zhongnansu committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    c0b29d3 View commit details
    Browse the repository at this point in the history
  2. 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>
    davidcui1225 committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    72705e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Update regex for notebooks reports (#118)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    698448e View commit details
    Browse the repository at this point in the history
  2. Add integtest script to the repo

    Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
    peterzhuamazon committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    777a7f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2021

  1. Improve osd bootstrap on dub directory

    Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
    peterzhuamazon committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    938611f View commit details
    Browse the repository at this point in the history
  2. Improve osd bootstrap on dub directory

    Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
    peterzhuamazon committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    18abf93 View commit details
    Browse the repository at this point in the history
  3. Exclude Faulty Integration Test (#122)

    Exclude broken ITs from upstream OpenSearch
    davidcui1225 committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    48570bd View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' of github.com:opensearch-project/dashboards-repor…

    …ts into opensearch-integtest-demo
    
    Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
    peterzhuamazon committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    ae32282 View commit details
    Browse the repository at this point in the history
  5. Fix cypress reporting (#123)

    * fix create test
    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    8e2470f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #121 from opensearch-project/opensearch-integtest-…

    …demo
    
    Add Integtest.sh for OpenSearch integtest setups
    peterzhuamazon committed Jul 10, 2021
    Configuration menu
    Copy the full SHA
    237a822 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2021

  1. toggle video on for cypress testing (#124)

    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    0cc55a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Update Doc Links (#127)

    * update doc links in dashboards-reports
    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    f44826f View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Update template to reflect new branding (#128)

    Signed-off-by: kgcreative <kvngar@amazon.com>
    kgcreative committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    ea5dc61 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Update UI for Notifications Integration (#126)

    Update reporting front-end for Notifications integration
    
    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    a031386 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Add themed logo to README (#130)

    Signed-off-by: Miki <mehranb@amazon.com>
    Miki committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    0aeccac View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Fix url validation (#132)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    efb5a90 View commit details
    Browse the repository at this point in the history
  2. 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>
    joshuali925 committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    55ed985 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. 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>
    davidcui1225 committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    b3cf1d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

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

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    edc55c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Add release notes for 1.0.1 release (#143)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    622f334 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. 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>
    davidcui1225 committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    49d7937 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Configuration menu
    Copy the full SHA
    bf33e63 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Removed integtest.sh. (#157)

    Signed-off-by: dblock <dblock@dblock.org>
    dblock committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    dc55f62 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. 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
    akbhatta committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    1b08bff View commit details
    Browse the repository at this point in the history
  2. Merge pull request #165 from akbhatta/main

    Taking RBAC settings from Alerting plugin default to false
    akbhatta committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    c3c8e2f View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. 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>
    dependabot[bot] committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    371f1d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. 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>
    kroussou and zhongnansu committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    9b1ecab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d2607b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a238baf View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

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

    Signed-off-by: Tengda He <tengh@amazon.com>
    Tengda-He committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    5f4ef34 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Configuration menu
    Copy the full SHA
    3340e34 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Add logic to build report detail page link and send as part of messag…

    …e for non-email channels (#182)
    
    * forward origin plus basePath to backend
    
    * Add build report link function and forward link as part of message
    zhongnansu committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    64c8e30 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Configuration menu
    Copy the full SHA
    ecd95c9 View commit details
    Browse the repository at this point in the history
  2. 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>
    zhongnansu committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    b62ba6e View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Configuration menu
    Copy the full SHA
    b2097b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    1b96740 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93d885c View commit details
    Browse the repository at this point in the history
  3. add check in ReportInstanceActions to fix on demand report creation a…

    …fter report definition creation (#196)
    
    Signed-off by: David Cui <davidcui@amazon.com>
    davidcui1225 committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    56008de View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. 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>
    davidcui1225 committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    677fbab View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. remove notifications integration from details pages and update snapsh…

    …ots (#210)
    
    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    c7b1c11 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    24cea4e View commit details
    Browse the repository at this point in the history
  2. remove notifications references from create and edit report definitio…

    …n pages (#212)
    
    Signed-off by: David Cui <davidcui@amazon.com>
    davidcui1225 committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    30bd9cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4ec424 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Configuration menu
    Copy the full SHA
    42594da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8dd5bf View commit details
    Browse the repository at this point in the history
  3. Bump to version 1.2 (#203)

    * Bump to version 1.2
    
    Bump OpenSearch and OpenSearch Dashboards plugins to 1.2
    
    Related issue:
    opensearch-project/reporting#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>
    kavilla and joshuali925 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    68962b3 View commit details
    Browse the repository at this point in the history
  4. Add dco and release drafter workflows (#217)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    41523a5 View commit details
    Browse the repository at this point in the history
  5. update readme notification section (#216)

    Signed-off-by: Zhongnan Su <szhongna@amazon.com>
    zhongnansu committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    860e89c View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. revert paths to opendistro to keep cluster permissions same with ODFE…

    … (#218)
    
    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    ccdadcc View commit details
    Browse the repository at this point in the history
  2. Create opensearch-dashboards-reports.release-notes-1.2.0.0.md

    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    kavithacm committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    54b4e6c View commit details
    Browse the repository at this point in the history
  3. 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>
    davidcui1225 committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    d0531f9 View commit details
    Browse the repository at this point in the history
  4. changes

    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    kavithacm committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    fe06fd0 View commit details
    Browse the repository at this point in the history
  5. changes

    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    kavithacm committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    f199e40 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #219 from kavithacm/1.2-release-notes

    Create opensearch-dashboards-reports.release-notes-1.2.0.0.md
    kavithacm committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    b686df8 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Remove notifications actions in reports scheduler (#221)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    b941c82 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. add reporting osd server configurations (#222)

    Signed-off-by: Zhongnan Su <szhongna@amazon.com>
    zhongnansu committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    5f01a02 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. 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>
    davidcui1225 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    1fdbadc View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. 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>
    davidcui1225 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    ee7c0af View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Add support for codeowners to repo (#227)

    Signed-off-by: Ryan Bogan <rbogan@amazon.com>
    ryanbogan committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    507299e View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. 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>
    joshuali925 committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    497ce77 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. remove poller code from frontend plugin (#235)

    Signed-off-by: Zhongnan Su <szhongna@amazon.com>
    zhongnansu committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    9e80976 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. bump reports-scheduler to 1.3 (#241)

    Signed-off-by: Zhongnan Su <szhongna@amazon.com>
    zhongnansu committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    a2fbbe8 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. 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>
    joshuali925 committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    9f4fb7b View commit details
    Browse the repository at this point in the history
  2. 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>
    davidcui1225 committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    37fe669 View commit details
    Browse the repository at this point in the history
  3. add bwc test for reports-scheduler (#244)

    Signed-off-by: Zhongnan Su <szhongna@amazon.com>
    zhongnansu committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    40dc925 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. 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>
    ps48 committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    546a128 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. 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>
    davidcui1225 committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    9daf116 View commit details
    Browse the repository at this point in the history
  2. add gradle task to run integtest against remote cluster (#247)

    Signed-off-by: Zhongnan Su <szhongna@amazon.com>
    zhongnansu committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    6f30fc4 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. added untriaged and nolabel badges

    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    02ae414 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #259 from ps48/update_readme_badges

    added untriaged and nolabel badges
    ps48 committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    4a93401 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. bump dashboards-reports version to 1.3 (#265)

    Signed-off-by: Zhongnan Su <szhongna@amazon.com>
    zhongnansu committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    b08c5b4 View commit details
    Browse the repository at this point in the history
  2. add UT for request/reseponse model (#264)

    Signed-off-by: Zhongnan Su <szhongna@amazon.com>
    zhongnansu committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    43bc73f View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Configuration menu
    Copy the full SHA
    aee944b View commit details
    Browse the repository at this point in the history
  2. 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>
    davidcui1225 committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    d6fba2b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #268 from opensearch-project/whitesource/configure

    Configure WhiteSource for github.com
    ps48 committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    4355763 View commit details
    Browse the repository at this point in the history
  4. update yarn lock for cve fixes (#271)

    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    fa3fa18 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. add release notes for 1.2.4

    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    fed08aa View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. remove jcenter repo from gradle build

    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    3bf062e View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Merge pull request #278 from ps48/jcenter_fix_main

    [main] remove jcenter repo from gradle build
    ps48 committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    48fa2c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Merge pull request #274 from davidcui1225/1.2.4-release-notes

    [main] Add release notes for 1.2.4
    ps48 committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    7a83ebb View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. update guava to 31.0.1-jre

    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    c38ee04 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #282 from ps48/guava_update

    Guava package update
    ps48 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    03ecd26 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. 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>
    ps48 committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    09fe245 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. add auto-backport functionality for reporting (#286)

    Add auto-backport and auto-delete workflows for reporting
    
    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    3b03b70 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. 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>
    davidcui1225 committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    f581454 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. remove incorrect tag form issue template (#294)

    Signed-off-by: Zhongnan Su <szhongna@amazon.com>
    zhongnansu committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    a84e4b1 View commit details
    Browse the repository at this point in the history
  2. Fix empty or multiple date values in csv (#293)

    Signed-off-by: Zhongnan Su <szhongna@amazon.com>
    zhongnansu committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    d444010 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

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

    Signed-off-by: Zhongnan Su <szhongna@amazon.com>
    zhongnansu committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    162373e View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

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

    exclude centos links from linkchecker
    
    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    075f5ac View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

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

    Signed-off-by: Zhongnan Su <szhongna@amazon.com>
    zhongnansu committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    d28fdd4 View commit details
    Browse the repository at this point in the history
  2. Fix reporting uuid parsing (#300)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    265e2a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Add java 8 support in compile and test (#304)

    * add java 8 support in compile and test
    
    Signed-off-by: Zhongnan Su <szhongna@amazon.com>
    zhongnansu committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    e753b07 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Add 1.3 release notes (#307)

    * Add 1.3 release notes
    
    Signed-off-by: Zhongnan Su <szhongna@amazon.com>
    zhongnansu committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    2e904c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Bump version to 2.0.0 (#311)

    * Bump version to 2.0
    
    Signed-off-by: Eugene Lee <eugenesk@amazon.com>
    
    Co-authored-by: David Cui <davidcui@amazon.com>
    eugenesk24 and davidcui1225 committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    a3adae8 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Support build version qualifier for reports (#322)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    488e9d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Bump to 2.0 alpha1 and gradle 7 (#325)

    Bumping gradle 7, reporting to 2.0 and removed mapping types
    
    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    b86c19e View commit details
    Browse the repository at this point in the history
  2. Make sure qualifier is applied in 2.0.0 (#327)

    Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
    peterzhuamazon committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    9c01dfc View commit details
    Browse the repository at this point in the history
  3. Added missing zip for bwc tests (#329)

    Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
    vamsi-amazon committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    1ee8ef2 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Remove JDK14 from CI (#335)

    Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
    vamsi-amazon committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    45fe8c1 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Updated issue templates from .github. (#328)

    Signed-off-by: dblock <dblock@dblock.org>
    
    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    
    Co-authored-by: Joshua Li <joshuali925@gmail.com>
    dblock and joshuali925 committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    c736995 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Change alpha1 to rc1 for first 2.0 release (#333)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    87b24bb View commit details
    Browse the repository at this point in the history
  2. Remove zips and download from remote at build time (#337)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    9b4391e View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Incremented version to 2.0-rc1. (#341)

    Signed-off-by: dblock <dblock@amazon.com>
    dblock committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    7642bbb View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Remove master and whitelist text (#342)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    a965daf View commit details
    Browse the repository at this point in the history
  2. Bump async from 3.2.0 to 3.2.3 in /dashboards-reports (#338)

    Bumps [async](https://github.com/caolan/async) from 3.2.0 to 3.2.3.
    - [Release notes](https://github.com/caolan/async/releases)
    - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md)
    - [Commits](caolan/async@v3.2.0...v3.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: async
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    480f1aa View commit details
    Browse the repository at this point in the history
  3. Bump moment from 2.29.1 to 2.29.3 in /dashboards-reports (#344)

    Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.3.
    - [Release notes](https://github.com/moment/moment/releases)
    - [Changelog](https://github.com/moment/moment/blob/2.29.3/CHANGELOG.md)
    - [Commits](moment/moment@2.29.1...2.29.3)
    
    ---
    updated-dependencies:
    - dependency-name: moment
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    095c35b View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Bump minimist from 1.2.5 to 1.2.6 in /dashboards-reports (#321)

    * Bump minimist from 1.2.5 to 1.2.6 in /dashboards-reports
    
    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    * add step to fetch correct node version
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: David Cui <davidcui@amazon.com>
    dependabot[bot] and davidcui1225 committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    b5b86dd View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Add release notes for 2.0.0-rc1 (#346)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    9346898 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Bump cross-fetch from 3.0.6 to 3.1.5 in /dashboards-reports (#353)

    Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.0.6 to 3.1.5.
    - [Release notes](https://github.com/lquixada/cross-fetch/releases)
    - [Commits](lquixada/cross-fetch@v3.0.6...v3.1.5)
    
    ---
    updated-dependencies:
    - dependency-name: cross-fetch
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    2d54efe View commit details
    Browse the repository at this point in the history
  2. Support integTestRemote with security enabled endpoint (#354)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    56e9407 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. update builds from 2.0-rc1 to 2.0

    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 committed May 10, 2022
    Configuration menu
    Copy the full SHA
    726ecd4 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Merge pull request #358 from ps48/2.0_update

    Remove rc1 qualifier reference
    anirudha committed May 13, 2022
    Configuration menu
    Copy the full SHA
    38303cf View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Release notes 2.0.0.0 (#361)

    Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
    vamsi-amazon committed May 19, 2022
    Configuration menu
    Copy the full SHA
    7333102 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Uses custom plugin to publish zips to maven (#372)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    ca25b88 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. version bump to 2.1.0 and grade version upgrade to 7.4.2

    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    kavithacm committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    b5a533b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #379 from kavithacm/bump_to_2.1.0

    version bump to 2.1.0 and grade version upgrade to 7.4.2
    kavithacm committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    3541516 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Move HTML sanitization from client to server side (#382)

    Move HTML sanitization to server, store markdown over HTML, remove unused imports
    
    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    d70d507 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. 2.1 release notes (#387)

    * 2.1 release notes
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    * change version bump PR to maintenance
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    
    * change version bump PR to maintenance
    
    Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
    kavithacm committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    47bbb32 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. initial commit for reporting-anything

    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 authored and sumukhswamy committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    f1983fd View commit details
    Browse the repository at this point in the history
  2. wrap download_report in try block

    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 authored and sumukhswamy committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    4f4bd80 View commit details
    Browse the repository at this point in the history
  3. address undefined errors in download

    Signed-off-by: EC2 Default User <ec2-user@ip-172-31-41-15.us-west-2.compute.internal>
    EC2 Default User authored and sumukhswamy committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    754f3f1 View commit details
    Browse the repository at this point in the history
  4. convert puppeteer evaluate expression to string

    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 authored and sumukhswamy committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    368c6e4 View commit details
    Browse the repository at this point in the history
  5. add report type const to page.evalute for puppeteer

    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 authored and sumukhswamy committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    97fdaa5 View commit details
    Browse the repository at this point in the history
  6. test evaluate with google

    Signed-off-by: EC2 Default User <ec2-user@ip-172-31-41-15.us-west-2.compute.internal>
    EC2 Default User authored and sumukhswamy committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    8fc34c5 View commit details
    Browse the repository at this point in the history
  7. reporting-anything functional for URL or opensearch reports, added in…

    …put validation
    
    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 authored and sumukhswamy committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    a75b64e View commit details
    Browse the repository at this point in the history
  8. remove additional package.json and test report files

    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 authored and sumukhswamy committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    f47deec View commit details
    Browse the repository at this point in the history
  9. remove additional yarn lock file

    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 authored and sumukhswamy committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    fd754f7 View commit details
    Browse the repository at this point in the history
  10. address comments; remove type and object id as parameter options in f…

    …avor of url
    
    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 authored and sumukhswamy committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    99b1e59 View commit details
    Browse the repository at this point in the history
  11. added workaround for accessing auth-enabled dashboards, removed unuse…

    …d constants
    
    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 authored and sumukhswamy committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    c7a2b2d View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Add release notes for 1.3.4.0 (#393)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    8e01eaa View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Staging for version increment automation (#391)

    * 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>
    prudhvigodithi committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    6667bfb View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. 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>
    ps48 committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    556b5fb View commit details
    Browse the repository at this point in the history
  2. Release notes for 2.2.0

    Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
    vamsi-amazon committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    f43f7de View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Add Bwc Test for OS 1.1 (#417)

    Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
    ps48 committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    51f6a6d View commit details
    Browse the repository at this point in the history
  2. Bump moment from 2.29.3 to 2.29.4 in /dashboards-reports (#410)

    Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4.
    - [Release notes](https://github.com/moment/moment/releases)
    - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
    - [Commits](moment/moment@2.29.3...2.29.4)
    
    ---
    updated-dependencies:
    - dependency-name: moment
      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>
    dependabot[bot] committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    ed351d6 View commit details
    Browse the repository at this point in the history
  3. Bump jsdom from 13.1.0 to 16.5.0 in /dashboards-reports (#380)

    Bumps [jsdom](https://github.com/jsdom/jsdom) from 13.1.0 to 16.5.0.
    - [Release notes](https://github.com/jsdom/jsdom/releases)
    - [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
    - [Commits](jsdom/jsdom@13.1.0...16.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: jsdom
      dependency-type: direct:production
    ...
    
    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>
    dependabot[bot] committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    2e2fec3 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. added authentication code for saml and fgac

    Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
    sumukhswamy committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    1c6febe View commit details
    Browse the repository at this point in the history
  2. added authentication code for cognito

    Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
    sumukhswamy committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    70800d3 View commit details
    Browse the repository at this point in the history
  3. Added the code for changes of variable names and other optimizations

    Signed-off-by: Sumukh Swamy <sumukhhs@amazon.com>
    
    Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
    sumukhswamy committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    ec86b26 View commit details
    Browse the repository at this point in the history
  4. divided the authentication implementation into functions for each aut…

    …h type
    
    Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
    sumukhswamy committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    6bb4808 View commit details
    Browse the repository at this point in the history
  5. commit added to change the signoff author text

    Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
    
    Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
    sumukhswamy committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    2bcaa68 View commit details
    Browse the repository at this point in the history
  6. commit added to change the signoff author text

    Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
    
    Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
    sumukhswamy committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    68d40a8 View commit details
    Browse the repository at this point in the history
  7. addressed pr comments,added email sending, specified the template, di…

    …vided the authentication into multiple functions and added error handling for login fails
    
    Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
    
    Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
    sumukhswamy committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    9efc51f View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Added release notes for 1.3.5 and 2.2.1

    Signed-off-by: vamsi-amazon <reddyvam@amazon.com>
    vamsi-amazon committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    c947f8d View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. release notes for 2.3.0

    Signed-off-by: Eric Wei <menwe@amazon.com>
    mengweieric committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    b8ac313 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #459 from mengweieric/release-notes-2.3.0

    Release notes for 2.3.0
    mengweieric committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    b0c5643 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Update puppeteer flags (#460)

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    3244da5 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Upgrade puppeteer (#483)

    * Upgrade puppeteer & change report timeout
    
    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    
    * Change default timeout
    
    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    
    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    a607c8c View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Add Forum link in Dashboards reports plugin README.md (#455)

    Signed-off-by: cwillum <cwmmoore@amazon.com>
    cwillum committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    32d22c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. changes for new chromium

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    ab3e027 View commit details
    Browse the repository at this point in the history
  2. fix timeout

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    000d60d View commit details
    Browse the repository at this point in the history
  3. Fix No auth

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    541bba8 View commit details
    Browse the repository at this point in the history
  4. change height to avoid blank space for smaller pages

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    c3688e2 View commit details
    Browse the repository at this point in the history
  5. fix for downloading report in required format only

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    3a136b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Merge remote-tracking branch 'origin/main' into reporting-anything

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    7e45320 View commit details
    Browse the repository at this point in the history
  2. add group = org.opensearch.plugin (#506)

    Signed-off-by: prudhvigodithi <pgodithi@amazon.com>
    
    Signed-off-by: prudhvigodithi <pgodithi@amazon.com>
    prudhvigodithi committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    b25984b View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. email options draft

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    3a6bbe0 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. feat: enable windows and macos build (#504)

    Signed-off-by: Derek Ho <dxho@amazon.com>
    derek-ho committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    e1843a8 View commit details
    Browse the repository at this point in the history
  2. Bump version to 3.0.0 (#509)

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    3801649 View commit details
    Browse the repository at this point in the history
  3. add minimatch 3.0.5 to resolutions (#512)

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    a1248a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. fix email png attachment

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    8db448e View commit details
    Browse the repository at this point in the history
  2. fix command line credential value

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    391947c View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Reorganize command arguments

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    070d53f View commit details
    Browse the repository at this point in the history
  2. Reorganize email functions

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    14486fc View commit details
    Browse the repository at this point in the history
  3. Switch to puppeteer

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    95b7e68 View commit details
    Browse the repository at this point in the history
  4. Add reference doc (draft)

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    a56e88e View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Update doc

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    54b99b7 View commit details
    Browse the repository at this point in the history
  2. Update docs

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    55837e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Add progress bar

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    b980032 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Update jsoup version (#514)

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    4aa0a18 View commit details
    Browse the repository at this point in the history
  2. Fix snakeyaml vulnerability issue by disabling detekt (#518)

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    139e6e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Update ktlint version to 0.45.1 (#521)

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    5fced6c View commit details
    Browse the repository at this point in the history
  2. Enable Detekt (#522)

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    5e3047d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Add loader-utils to resolutions (#524)

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    
    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    73c3670 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Add SMTP transport

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    312e79a View commit details
    Browse the repository at this point in the history
  2. Change detekt version to 1.21.0 (#526)

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    
    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    3e0e613 View commit details
    Browse the repository at this point in the history
  3. add doc for installing & running reporting-anything

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    3234832 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Nit: add resolutions at once place (#529)

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    
    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    0dada24 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Prettify help options, use commander instead of argparse

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    989f94b View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Restructure command arguments

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    20886bc View commit details
    Browse the repository at this point in the history
  2. Replace progress bar with ora spinner

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    1d85de1 View commit details
    Browse the repository at this point in the history
  3. Update user doc

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    f8e2878 View commit details
    Browse the repository at this point in the history
  4. add release notes for 2.4.0.0 (#532)

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    
    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    a1c4839 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. restructure files draft

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    4cbf99f View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. add tenant for basic auth reports

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    835b6d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Update spinner logs

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    3450bf0 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. update filename default

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    38a9c0c View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. Rename folder

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    acc4b34 View commit details
    Browse the repository at this point in the history
  2. Nit: missed adding deleted files in earlier commit

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    98d33d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. add tenant for cognito

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    6d1a5db View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

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

    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>
    dependabot[bot] committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    f250deb View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Add csv download option

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    666ad68 View commit details
    Browse the repository at this point in the history
  2. Add subject option

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    09a153c View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Rename

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    591fe67 View commit details
    Browse the repository at this point in the history
  2. Remove tests

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    f8f6583 View commit details
    Browse the repository at this point in the history
  3. Update doc

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    18467f3 View commit details
    Browse the repository at this point in the history
  4. Update flow diagram

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    fb5c9e0 View commit details
    Browse the repository at this point in the history
  5. Remove ora logs if sending email is not required

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    97fe411 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Fix csv issue with old es version

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    af8c9a2 View commit details
    Browse the repository at this point in the history
  2. Update repo name in doc

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    1a5c08d View commit details
    Browse the repository at this point in the history
  3. Address PR comments

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    42b1650 View commit details
    Browse the repository at this point in the history
  4. Use puppeteer v18 until dashboard pdf issue is fixed with v19

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    5eb1eaa View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Fix custom tenant issue

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    95c3779 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Fix none auth

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    0b04cdf View commit details
    Browse the repository at this point in the history
  2. Make aws config optional

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    710b596 View commit details
    Browse the repository at this point in the history
  3. nit

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    f5248fe View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Update reporting-cli/src/download-helpers.js

    Co-authored-by: Joshua Li <joshuali925@gmail.com>
    rupal-bq and joshuali925 committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    e15eb33 View commit details
    Browse the repository at this point in the history
  2. nit: remove export

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    69c935f View commit details
    Browse the repository at this point in the history
  3. Use yarn.lock instead of package-lock.json

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    8fb8e29 View commit details
    Browse the repository at this point in the history
  4. Update doc

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    755a2f1 View commit details
    Browse the repository at this point in the history
  5. Add expected node version in dev doc

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    4d2f2a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Merge branch 'main' into reporting-anything

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    f116e76 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Merge remote-tracking branch 'reporting-anything' into add-cli

    Signed-off-by: Rupal Mahajan <maharup@amazon.com>
    rupal-bq committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    0699c81 View commit details
    Browse the repository at this point in the history