Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 147 commits into from
Jul 28, 2022
Merged

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

merged 147 commits into from
Jul 28, 2022

Commits on Apr 27, 2021

  1. Fix release notes version (#28)

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

Commits on Apr 29, 2021

  1. Migrate Reporting Notebooks Integration (#21)

    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    047b54c View commit details
    Browse the repository at this point in the history
  2. Add Logic to Auto-populate Notebooks from Context Menu (#30)

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

Commits on May 4, 2021

  1. Change opendistro to opensearch in email template (#31)

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

Commits on May 5, 2021

  1. 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>
    4 people committed May 5, 2021
    Configuration menu
    Copy the full SHA
    17443d9 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Use output_only Parameter for notebook reports (#32)

    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 committed May 10, 2021
    Configuration menu
    Copy the full SHA
    9d5e1a1 View commit details
    Browse the repository at this point in the history
  2. replace osd-version header to remove need for version number matching (

    …#37)
    
    Signed-off-by: David Cui <davidcui@amazon.com>
    davidcui1225 committed May 10, 2021
    Configuration menu
    Copy the full SHA
    8f2197d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Remove visualization editor in visualization reports (#50)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    joshuali925 committed May 14, 2021
    Configuration menu
    Copy the full SHA
    dd6e3b2 View commit details
    Browse the repository at this point in the history
  2. add condition to fix negative value display (#51)

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

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. 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
  5. 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

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 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:
    #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) (#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>
    opensearch-trigger-bot[bot] and zhongnansu committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    d52091c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. 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>
    opensearch-trigger-bot[bot] and zhongnansu committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    fec1eaf View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Bump version to 1.3.1 (#324)

    Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
    gaiksaya committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    50cb45b View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Bump reports dashboards to 1.3.1 (#331)

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

Commits on Apr 28, 2022

  1. Incremented version to 1.3.2. (#352)

    Signed-off-by: Zelin Hao <zelinhao@amazon.com>
    zelinh committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    c960d80 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. Version bump 1.3.3

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

Commits on Jun 3, 2022

  1. Version bump 1.3.3

    Signed-off-by: pgodithi <pgodithi@amazon.com>
    prudhvigodithi committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    a14baf1 View commit details
    Browse the repository at this point in the history
  2. Version bump 1.3.3

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

Commits on Jun 6, 2022

  1. Merge pull request #366 from prudhvigodithi/1.3.3-versionbump

    Version Increment to 1.3.3 OpenSearch release
    anirudha committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    1d72c3f View commit details
    Browse the repository at this point in the history
  2. [1.3] Bump minimist to 1.2.6 (#367)

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

Commits on Jul 6, 2022

  1. 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>
    joshuali925 and davidcui1225 committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    00ba034 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. 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>
    zelinh committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    f066c65 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) (#394)

    Signed-off-by: Joshua Li <joshuali925@gmail.com>
    (cherry picked from commit 8e01eaa)
    
    Co-authored-by: Joshua Li <joshuali925@gmail.com>
    opensearch-trigger-bot[bot] and joshuali925 committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    072ac50 View commit details
    Browse the repository at this point in the history