Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opensearch-project/OpenSearch-Dashboards
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5631bed
Choose a base ref
...
head repository: opensearch-project/OpenSearch-Dashboards
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cd2895a
Choose a head ref
  • 10 commits
  • 22 files changed
  • 4 contributors

Commits on Dec 1, 2022

  1. Bump loader-utils from 2.0.3 to 2.0.4 (#2892)

    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: direct:development
    ...
    
    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] authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    0516560 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Corrects the usage of leaflet-vega parameters (#3005)

    Fixes #2996, #2353
    
    - Bump `leaflet-vega` to `^0.9.0` - they merged in our upstream PR and made a release
    - Fix the parameter name for passing `vega.parse` options.
    
    Signed-off-by: Miki <miki@amazon.com>
    AMoo-Miki authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    94e7584 View commit details
    Browse the repository at this point in the history
  2. Add @manasvinibs as maintainer (#3006)

    Basic data points
    [OSD] 16 submitted PRs (https://github.com/opensearch-project/OpenSearch-Dashboards/pulls/manasvinibs)
    [OSD] 74 reviewed PRs (https://github.com/opensearch-project/OpenSearch-Dashboards/issues?q=reviewed-by%3Amanasvinibs)
    [OSD] 28 issues involved (https://github.com/opensearch-project/OpenSearch-Dashboards/issues?page=1&q=involves%3Amanasvinibs+is%3Aissue)
    
    Highlight
    Mana is assisting with extensions project which will be the next evolution of extending core functionality from OpenSearch Dashboards
    Mana implemented #2734 which allows for a huge quality of life for local development for external plugin developers to utilize snapshots with a single CLI command compared to before when they would had to pull down OpenSearch build, install their plugin on OpenSearch, and ensure the proper configurations. This has caused historically problems when plugin teams do development and miss some steps per their onboard documentation/PR suggestion and get different results than expected.
    Mana has assisted reviewing PRs providing great insight on BWC tests, BWC in general, and the release process.
    Mana has added documentation from insight she has gained within the informal dev doc repo https://cptnb.github.io/opensearch-dashboards-dev-docs/ ensuring the spread of knowledge.
    
    Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
    
    Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
    kavilla authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    9d62439 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. [Vis Builder] Add global data persistence for vis builder (#2896)

    * Add global data persistence for vis builder
    
    Persist filters, time range, time refresh interval for vis builder when we
    refresh or navigate to other apps such as dashboard, discover, timeline and visualize
    
    Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
    abbyhu2000 authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    9646d02 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Automates chromedriver version selection for tests (#2990)

    Signed-off-by: Miki <amoo_miki@yahoo.com>
    AMoo-Miki authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    a26fb43 View commit details
    Browse the repository at this point in the history
  2. Fixes no-restricted-path false-positives when allowSameFolder is …

    …true (#3020)
    
    `no-restricted-paths` compares source files and import statements, and their membership in restricted zones. However, when `allowSameFolder` is true, it failed to remove a trailing slash before validation which results in a false-positive.
    
    Signed-off-by: Miki <amoo_miki@yahoo.com>
    
    Signed-off-by: Miki <amoo_miki@yahoo.com>
    AMoo-Miki authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    8732b1c View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Add readme for global query persistence

    Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
    abbyhu2000 committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    20dc47a View commit details
    Browse the repository at this point in the history
  2. Add changelog and fix minor issues

    Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
    abbyhu2000 committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    3c9064e View commit details
    Browse the repository at this point in the history
  3. Add more details

    Add more explainations on the purpose of the functions, make it more general for global data persistence, so it is not specific for global query parameter
    Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
    abbyhu2000 committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    ae17e1b View commit details
    Browse the repository at this point in the history
  4. rename and add to root level readme

    Signed-off-by: abbyhu2000 <abigailhu2000@gmail.com>
    abbyhu2000 committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    cd2895a View commit details
    Browse the repository at this point in the history
Loading