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

Enhance grouping for context menu options #3991

Commits on Apr 22, 2023

  1. Fix header icon (opensearch-project#3910) (opensearch-project#3915)

    * fixes header change
    * Update src/core/public/chrome/ui/header/header_help_menu.tsx
    * fixes snapshots
    
    
    
    ---------
    
    
    
    (cherry picked from commit 3cca088)
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Josh Romero <[email protected]>
    3 people authored Apr 22, 2023
    Configuration menu
    Copy the full SHA
    e74ab2d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. enhance grouping for context menu options

    Signed-off-by: David Sinclair <[email protected]>
    sikhote committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    b98934b View commit details
    Browse the repository at this point in the history
  2. change log

    Signed-off-by: David Sinclair <[email protected]>
    sikhote committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    232fc03 View commit details
    Browse the repository at this point in the history
  3. remove type export

    Signed-off-by: David Sinclair <[email protected]>
    sikhote committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    867978f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef2cb84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a947240 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b97a4b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. [BUG][Dashboard listing] push to history if dashboard otherwise nav (o…

    …pensearch-project#3922)
    
    History push will just to the current route. However, dashboardsProvider
    was implemented with the expectation that it was a different app.
    
    So when a plugin registered it was attempting to navigate to
    `app/dashboard#/app/{url}`
    
    Add tests and extra data test subject.
    
    Signed-off-by: Kawika Avilla <[email protected]>
    kavilla authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    0e34c3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66aa122 View commit details
    Browse the repository at this point in the history
  3. [CCI] Update js-yaml to v4.0.5 (opensearch-project#3770)

    * Update js-yaml to 4.0.5 (opensearch-project#3659)
    * Update CHANGELOG.md (opensearch-project#3659)
    
    Co-authored-by: Sergey Myssak <[email protected]>
    Signed-off-by: Andrey Myssak <[email protected]>
    
    ---------
    
    Signed-off-by: Andrey Myssak <[email protected]>
    Signed-off-by: Josh Romero <[email protected]>
    Co-authored-by: Sergey Myssak <[email protected]>
    Co-authored-by: Josh Romero <[email protected]>
    3 people authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    755f16b View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Update README.md (opensearch-project#3788)

    * Update README.md
    
    Signed-off-by: Melissa Vagi <[email protected]>
    
    * Update README.md
    
    Co-authored-by: Miki <[email protected]>
    
    ---------
    
    Signed-off-by: Melissa Vagi <[email protected]>
    Co-authored-by: Miki <[email protected]>
    Co-authored-by: Miki <[email protected]>
    3 people authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    ac2ee3a View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Bump yaml to 2.2.2 (opensearch-project#3947)

    Signed-off-by: Manasvini B Suryanarayana <[email protected]>
    Co-authored-by: Sean Neumann <[email protected]>
    manasvinibs and seanneumann authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    a8ace28 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

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

Commits on May 3, 2023

  1. [Doc] Add communication guide (opensearch-project#3837)

    * docs(COMMUNICATION): Add communication guide
    
    with info on slack, forum, and developer office hours
    link from README, CONTRIBUTING, DEVELOPER_GUIDE
    
    Signed-off-by: Josh Romero <[email protected]>
    
    ---------
    
    Signed-off-by: Josh Romero <[email protected]>
    joshuarrrr authored May 3, 2023
    Configuration menu
    Copy the full SHA
    f5a978d View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Temporarily hardcode chromedriver to 112.0.0 to enable all ftr tests (o…

    …pensearch-project#3976)
    
    The latest version of chromedriver is 112.0.1 which does not support
    node 14. This PR hardcodes chromedriver to 112.0.0 temporarily. Pls
    revert it once we bump to node 18.
    
    Issue Resolved
    opensearch-project#3975
    
    Signed-off-by: ananzh <[email protected]>
    ananzh authored May 5, 2023
    Configuration menu
    Copy the full SHA
    5ea0cbe View commit details
    Browse the repository at this point in the history
  2. Fix wording and duplicate code in embeddable example plugin (opensear…

    …ch-project#3911)
    
    * Fix wording and duplicate code in embeddable example plugin
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    * Fix some wording in the embeddable readme
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    ---------
    
    Signed-off-by: abbyhu2000 <[email protected]>
    abbyhu2000 authored May 5, 2023
    Configuration menu
    Copy the full SHA
    6e352ff View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. [CI] setup Chrome and utilize binary path (opensearch-project#3997)

    Within the CI, the virtual runner that we are utilizing has Chrome
    installed already. The version of Chrome is installed periodically.
    
    The most recent version of Chrome requires updates to dependencies
    that drop support for Node 14.
    
    This downloads chrome in the CI and then checks the chromedriver
    from the environment variable `TEST_BROWSER_BINARY_PATH`.
    
    Signed-off-by: Kawika Avilla <[email protected]>
    kavilla authored May 11, 2023
    Configuration menu
    Copy the full SHA
    0188d05 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. revert border and prevent destroy options

    Signed-off-by: David Sinclair <[email protected]>
    sikhote committed May 15, 2023
    Configuration menu
    Copy the full SHA
    41daddd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'enhance-grouping-for-context-menu-options' of github.co…

    …m:sikhote/OpenSearch-Dashboards into enhance-grouping-for-context-menu-options
    
    Signed-off-by: David Sinclair <[email protected]>
    sikhote committed May 15, 2023
    Configuration menu
    Copy the full SHA
    c5ce04d View commit details
    Browse the repository at this point in the history
  3. revert destroy

    Signed-off-by: David Sinclair <[email protected]>
    sikhote committed May 15, 2023
    Configuration menu
    Copy the full SHA
    967a8f1 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'enhance-grouping-for-context-menu-options' of github.co…

    …m:sikhote/OpenSearch-Dashboards into enhance-grouping-for-context-menu-options
    
    Signed-off-by: David Sinclair <[email protected]>
    sikhote committed May 15, 2023
    Configuration menu
    Copy the full SHA
    575bae7 View commit details
    Browse the repository at this point in the history
  5. [Dashboards listing] fix listing limit (opensearch-project#4021)

    Initial page size was passed to the search function instead
    of the listing limit causing the max amount received to be
    significantly less than the previously implementation.
    
    Saved objects per page is `20` by default and the listing
    limit per page is `1000` by default.
    
    Issue:
    opensearch-project#4017
    
    Signed-off-by: Kawika Avilla <[email protected]>
    kavilla authored May 15, 2023
    Configuration menu
    Copy the full SHA
    8121c9d View commit details
    Browse the repository at this point in the history
  6. [CCI] Fix EUI/OUI type errors (opensearch-project#3798)

    * Update find_test_subject imports for tests
    
    Signed-off-by: Alexei Karikov <[email protected]>
    
    * Update to available imports for findTestSubject
    
    Signed-off-by: Alexei Karikov <[email protected]>
    
    * Fix available import for Query and custom icon
    
    Signed-off-by: Alexei Karikov <[email protected]>
    
    * Add changelog entry
    
    Signed-off-by: Alexei Karikov <[email protected]>
    
    * Add ts-ignore
    
    Signed-off-by: Alexei Karikov <[email protected]>
    
    ---------
    
    Signed-off-by: Alexei Karikov <[email protected]>
    Co-authored-by: Qingyang(Abby) Hu <[email protected]>
    Nicksqain and abbyhu2000 authored May 15, 2023
    Configuration menu
    Copy the full SHA
    0e25f2e View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    87e7951 View commit details
    Browse the repository at this point in the history
  2. Adds threshold to code coverage changes for project (opensearch-proje…

    …ct#4040)
    
    * Fixes code coverage workflow failures for the project test due to inderect flakey changes
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    
    * Adds changelog
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    
    ---------
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    ashwin-pc authored May 16, 2023
    Configuration menu
    Copy the full SHA
    69b1854 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    873b7f3 View commit details
    Browse the repository at this point in the history
  4. Replace re2 with RegExp in timeline and add unit tests (opensearch-pr…

    …oject#3908)
    
    Remove re2 usage and replace it with JavaScript built-in
    RegExp object. Also add more unit tests to make sure that
    using RegExp has same expressions as using re2 library.
    
    Issue Resolve
    opensearch-project#3901
    
    Signed-off-by: Anan Zhuang <[email protected]>
    ananzh authored May 16, 2023
    Configuration menu
    Copy the full SHA
    2c33d57 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. [Console] [CCI] Remove unused ul element and its custom styling. (ope…

    …nsearch-project#3993)
    
    * remove unused ul element
    
    Signed-off-by: Sirazh Gabdullin <[email protected]>
    
    * Update CHANGELOG.md
    
    Signed-off-by: Sirazh Gabdullin <[email protected]>
    
    ---------
    
    Signed-off-by: Sirazh Gabdullin <[email protected]>
    curq authored May 17, 2023
    Configuration menu
    Copy the full SHA
    b04e657 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Add 1.3.10 release note (opensearch-project#4060) (opensearch-project…

    …#4063)
    
    * Add release note for 1.3.10
    
    
    
    * Address comments and add one CVE PR
    
    
    
    ---------
    
    
    (cherry picked from commit 4371587)
    
    Signed-off-by: abbyhu2000 <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    c5058a3 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. [Multiple Datasource] Support Amazon OpenSearch Serverless (opensearc…

    …h-project#3957)
    
    * [Multiple Datasource]Support Amazon OpenSearch Serverless in SigV4
    * remove experimental text in yml
    * Refactor create data source form for authentication
    
    Signed-off-by: Su <[email protected]>
    zhongnansu authored May 19, 2023
    Configuration menu
    Copy the full SHA
    e737790 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. revert getDisplayName changes

    Signed-off-by: David Sinclair <[email protected]>
    sikhote committed May 21, 2023
    Configuration menu
    Copy the full SHA
    39f0f1b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'enhance-grouping-for-context-menu-options' of github.co…

    …m:sikhote/OpenSearch-Dashboards into enhance-grouping-for-context-menu-options
    
    Signed-off-by: David Sinclair <[email protected]>
    sikhote committed May 21, 2023
    Configuration menu
    Copy the full SHA
    649b21a View commit details
    Browse the repository at this point in the history
  3. update comments for building panels

    Signed-off-by: David Sinclair <[email protected]>
    sikhote committed May 21, 2023
    Configuration menu
    Copy the full SHA
    a25cbc4 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. build panels tests and more comments

    Signed-off-by: David Sinclair <[email protected]>
    sikhote committed May 22, 2023
    Configuration menu
    Copy the full SHA
    d9bf726 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Remove Sass from tile_map plugin (opensearch-project#4110)

    * Remove Sass from tile_map plugin
    
    Signed-off-by: Matt Provost <[email protected]>
    
    * Update changelog
    
    Signed-off-by: Matt Provost <[email protected]>
    
    ---------
    
    Signed-off-by: Matt Provost <[email protected]>
    BSFishy authored May 23, 2023
    Configuration menu
    Copy the full SHA
    83d7b5b View commit details
    Browse the repository at this point in the history
  2. Design for New Saved Object Service Interface for Custom Repository (o…

    …pensearch-project#3954)
    
    * Adds design document for new saved object service interface for custom repository
    
    Signed-off-by: Bandini Bhopi <[email protected]>
    bandinib-amzn authored May 23, 2023
    Configuration menu
    Copy the full SHA
    61ea841 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

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