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

Rebase feature/feature-anywhere with main #3364

Commits on Nov 30, 2022

  1. Fixes folder timestamps being updated before copying files into them (o…

    …pensearch-project#2964)
    
    * When updating the timestamps were requested, scanCopy first set the times and then copied content into the destination folder. On certain platforms, copying files into a folder updates its "Last Access Time" and that overwrites the just set timestamps. This PR, makes sure the timestamps are set only after copying the content.
    
    Signed-off-by: Miki <[email protected]>
    
    Signed-off-by: Miki <[email protected]>
    AMoo-Miki authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    5dc0212 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    a56480b View commit details
    Browse the repository at this point in the history
  2. [Windows] Make yarn pkg-version work across platforms (opensearch-p…

    …roject#2963)
    
    * Makes `yarn pkg-version` work across platforms
    
    Signed-off-by: Miki <[email protected]>
    
    * Makes `yarn pkg-version` work across platforms
    
    Signed-off-by: Miki <[email protected]>
    
    Signed-off-by: Miki <[email protected]>
    AMoo-Miki authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    3f576df View commit details
    Browse the repository at this point in the history
  3. Add Windows CI to the workflow (opensearch-project#2966)

    Signed-off-by: Miki <[email protected]>
    
    Signed-off-by: Miki <[email protected]>
    AMoo-Miki authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    f44ec7c View commit details
    Browse the repository at this point in the history
  4. Makes tests covering plugin installation on cluster snapshots work ac…

    …ross platforms (opensearch-project#2994)
    
    Signed-off-by: Miki <[email protected]>
    
    Signed-off-by: Miki <[email protected]>
    AMoo-Miki authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    ed92158 View commit details
    Browse the repository at this point in the history
  5. Bump loader-utils from 2.0.3 to 2.0.4 (opensearch-project#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] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    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 (opensearch-project#3005)

    Fixes opensearch-project#2996, opensearch-project#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 <[email protected]>
    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 (opensearch-project#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 opensearch-project#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 <[email protected]>
    
    Signed-off-by: Kawika Avilla <[email protected]>
    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 (opensearch…

    …-project#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 <[email protected]>
    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. 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 (opensearch-project#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 <[email protected]>
    
    Signed-off-by: Miki <[email protected]>
    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 13, 2022

  1. Configuration menu
    Copy the full SHA
    fcf9332 View commit details
    Browse the repository at this point in the history
  2. [MD] Feature test connection (opensearch-project#2973)

    * test connection intial code
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    * error handling
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    * refactor
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    * removing get cluster info dependency
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    * refactor test connection
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    * adding test cases and test connection on edit datasource
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    * adding changelog comment
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    * fixing bug on edit datasource page
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    * refactor based on PR comments
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    Signed-off-by: mpabba3003 <[email protected]>
    mpabba3003 authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    75df251 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    527ddf2 View commit details
    Browse the repository at this point in the history
  4. [Chore] Add 2.4.1 release notes (opensearch-project#3070)

    * [Chore] Add 2.4.1 release notes
    
    Signed-off-by: Josh Romero <[email protected]>
    joshuarrrr authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    bb94a9d View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. [Table Visualization][BUG] Fix Url content display (opensearch-projec…

    …t#2918)
    
    Currently, the new table can not format Url. If we
    set to use URL format in index pattern field, table
    will display it as string.
    
    In this PR, we switch the format from string to html.
    To make html understandable by react as a DOM element,
    we use dangerouslySetInnerHTML to transform it. For the
    security, since the content is not from random input but
    fetched from stored data, we should be safe as long as
    data is not messed.
    
    To provide more security protection, we also add dompurify
    package to sanitize the html content.
    
    Issue Resolved:
    opensearch-project#2905
    
    Signed-off-by: Anan Zhuang <[email protected]>
    
    Signed-off-by: Anan Zhuang <[email protected]>
    ananzh authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    b16ee64 View commit details
    Browse the repository at this point in the history
  2. [Tests] Bumps chromedriver to v107 (opensearch-project#3017)

    * Removes manual resolution of `axios`.
    
    Signed-off-by: Tommy Markley <[email protected]>
    
    Signed-off-by: Tommy Markley <[email protected]>
    tmarkley authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    5da75c7 View commit details
    Browse the repository at this point in the history
  3. Removes minimatch manual resolution (opensearch-project#3019)

    * The minimatch resolution was no longer necessary after the upstream
    library that depended on v3.0.4 was removed in opensearch-project#2711.
    
    Signed-off-by: Tommy Markley <[email protected]>
    
    Signed-off-by: Tommy Markley <[email protected]>
    tmarkley authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    db87a95 View commit details
    Browse the repository at this point in the history
  4. Bumps simple-git from 3.4.0 to 3.15.0 (opensearch-project#3036)

    Signed-off-by: Kristen Tian <[email protected]>
    
    Signed-off-by: Kristen Tian <[email protected]>
    Co-authored-by: Miki <[email protected]>
    kristenTian and AMoo-Miki authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    911b969 View commit details
    Browse the repository at this point in the history
  5. Fix boktorbb alias. (opensearch-project#3085)

    Signed-off-by: dblock <[email protected]>
    dblock authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    f1a659f View commit details
    Browse the repository at this point in the history
  6. Bump decode-uri-component from 0.2.0 to 0.2.2 (opensearch-project#3009)

    Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
    - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
    - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: decode-uri-component
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Ashwin P Chandran <[email protected]>
    dependabot[bot] and ashwin-pc authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    cf4a4b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. Configuration menu
    Copy the full SHA
    14d0585 View commit details
    Browse the repository at this point in the history
  2. [Infrastructure] Add untriaged label to issues workflow (opensearch…

    …-project#3073)
    
    Credit to Peter Nied <[email protected]> via opensearch-project/.github#111
    
    Signed-off-by: Josh Romero <[email protected]>
    
    Signed-off-by: Josh Romero <[email protected]>
    joshuarrrr authored Dec 17, 2022
    Configuration menu
    Copy the full SHA
    9299784 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Update console to use core.http instead of jQuery.ajax (opensearch-pr…

    …oject#3080)
    
    * Update console to use core.http instead of jQuery.ajax
    
    Signed-off-by: Yan Zeng <[email protected]>
    zengyan-amazon authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    5764d6c View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Configuration menu
    Copy the full SHA
    cfd5aeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5116f16 View commit details
    Browse the repository at this point in the history
  3. Updates NOTICE file, adds validation to GitHub CI (opensearch-project…

    …#3051)
    
    * Aligns NOTICE with rules outlined in
    opensearch-project/.github#21.
    * Adds NOTICE validation to the build and test workflow.
    * Fixes product name discrepancies between repository NOTICE file and
    the generated NOTICE file for the build.
    * Skips template-izing the build and test workflow since that's being
    worked on in opensearch-project#2991.
    
    Resolves opensearch-project#765
    
    Signed-off-by: Tommy Markley <[email protected]>
    Co-authored-by: Anan Zhuang <[email protected]>
    tmarkley and ananzh authored Dec 23, 2022
    Configuration menu
    Copy the full SHA
    100a41a View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. [Doc] Add current plugin persistence implementation readme (opensearc…

    …h-project#3081)
    
    * readme
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    * Add readme for current plugin data persistence implementation
    
    Added readme in root level doc folder
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    * Changelog and minor fixes
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    * some modifications
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    Signed-off-by: abbyhu2000 <[email protected]>
    Co-authored-by: Anan Zhuang <[email protected]>
    abbyhu2000 and ananzh authored Dec 27, 2022
    Configuration menu
    Copy the full SHA
    0ec0712 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. [Table Visualization] Replace table visualization with React and Data…

    …Grid (opensearch-project#2863)
    
    * [Table Visualization] Replace table visualization with React and DataGrid
    
    In this PR, we add back functions to make new table usage to
    be consistent with the replaced one.
    * total function
    * percentage column
    * filter in/out
    
    Meanwhile, we also add back server. Functional tests are removed.
    We will add new functional test in opensearch-dashboards-functional-test
    repo. We also clean out some legacy codes.
    
    Issue Resolved:
    opensearch-project#2855
    
    Signed-off-by: Anan Zhuang <[email protected]>
    
    * add some data-test-subj and fix PR comments
    
    Signed-off-by: Anan Zhuang <[email protected]>
    
    * Fix PR comments and add unit tests
    
    Signed-off-by: Anan Zhuang <[email protected]>
    
    * remove listenOnChange
    
    Signed-off-by: Anan Zhuang <[email protected]>
    
    Signed-off-by: Anan Zhuang <[email protected]>
    ananzh authored Dec 28, 2022
    Configuration menu
    Copy the full SHA
    9eedb8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    830c129 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd52024 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. [Vis Builder] Add redux store persistence (opensearch-project#3088)

    * add redux store persistence
    
    implement persistence without using state container or state sync utils, and it
    works with both the URL and session storage.
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    * changelog and rebase
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    * Console log the error
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    * rebase and changelog
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    * add unit tests
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    Signed-off-by: abbyhu2000 <[email protected]>
    abbyhu2000 authored Dec 29, 2022
    Configuration menu
    Copy the full SHA
    bfc59d4 View commit details
    Browse the repository at this point in the history
  2. Adds config override to fix obsolete theme:version config value of v8…

    … (beta) rendering issue (opensearch-project#3045)
    
    Signed-off-by: Manasvini B Suryanarayana <[email protected]>
    manasvinibs authored Dec 29, 2022
    Configuration menu
    Copy the full SHA
    7789295 View commit details
    Browse the repository at this point in the history
  3. Adds retrying flaky jest tests (opensearch-project#2967)

    Signed-off-by: Miki <[email protected]>
    Co-authored-by: Anan Zhuang <[email protected]>
    Co-authored-by: Josh Romero <[email protected]>
    Co-authored-by: Qingyang(Abby) Hu <[email protected]>
    4 people authored Dec 29, 2022
    Configuration menu
    Copy the full SHA
    e9485f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. [MD] Improve test connection (opensearch-project#3110)

    Signed-off-by: Su <[email protected]>
    
    Signed-off-by: Su <[email protected]>
    zhongnansu authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    5719fb9 View commit details
    Browse the repository at this point in the history
  2. Bump node version from 14.20.0 to 14.20.1 to resolve CVE-2022-35256 (o…

    …pensearch-project#3166)
    
    * Bump node version from 14.20.0 to 14.20.1 to resolve CVE-2022-35256
    
    Signed-off-by: Zilong Xia <[email protected]>
    
    * Update the PR number in CHANGELOG
    
    Signed-off-by: Zilong Xia <[email protected]>
    
    Signed-off-by: Zilong Xia <[email protected]>
    ZilongX authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    90b34f3 View commit details
    Browse the repository at this point in the history
  3. [CI] update yarn timeout for GitHub workflow on Windows (opensearch-p…

    …roject#3118)
    
    Yarn 1.x seems to have an issue with timing on windows and
    mac when running.
    
    Source:
    yarnpkg/yarn#8242 (comment)
    
    Increase timeout for Windows only.
    
    Issue:
    n/a
    
    Signed-off-by: Kawika Avilla <[email protected]>
    
    Signed-off-by: Kawika Avilla <[email protected]>
    kavilla authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    038968d View commit details
    Browse the repository at this point in the history
  4. Updated MAINTAINERS.md to match recommended opensearch-project format. (

    opensearch-project#3180)
    
    Signed-off-by: dblock <[email protected]>
    
    Signed-off-by: dblock <[email protected]>
    Co-authored-by: Qingyang(Abby) Hu <[email protected]>
    dblock and abbyhu2000 authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    7584969 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Configuration menu
    Copy the full SHA
    303e3bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a51db5 View commit details
    Browse the repository at this point in the history
  3. [CI] Improve yarn's performance in workflows by caching yarn's cache …

    …folder (opensearch-project#3194)
    
    Signed-off-by: Miki <[email protected]>
    
    Signed-off-by: Miki <[email protected]>
    Co-authored-by: Qingyang(Abby) Hu <[email protected]>
    AMoo-Miki and abbyhu2000 authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    b57f3cc View commit details
    Browse the repository at this point in the history
  4. [Vis Builder] Add app filter and query persistence without using stat…

    …e container (opensearch-project#3100)
    
    * connect without container
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    * Query and filter persistence working
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    * Rebase and changelog
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    * Simplify filter management
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    * change function name
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    * add unit test for function connect storage to query
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    * changelog change
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    * add comments and functional documentation in readme
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    * add more documentation in data persistence readme about vis builder persistence
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    * error handling
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    * add function definition in data plugin api doc
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    * document and comments
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    Signed-off-by: abbyhu2000 <[email protected]>
    abbyhu2000 authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    8fd8643 View commit details
    Browse the repository at this point in the history
  5. test (opensearch-project#3197)

    Signed-off-by: abbyhu2000 <[email protected]>
    
    Signed-off-by: abbyhu2000 <[email protected]>
    abbyhu2000 authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    1d4bbe7 View commit details
    Browse the repository at this point in the history
  6. Update json5 to 1.0.2 and 2.2.3 (opensearch-project#3201)

    * Update json5 to 1.0.2 and 2.2.3
    
    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 Jan 6, 2023
    Configuration menu
    Copy the full SHA
    68d503d View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. [Chore] Add vega-lite v5 dependency and bundle from source (opensea…

    …rch-project#3076)
    
    * [Chore] Add vega-lite v5 dep and bundle from source
    
    - Add vega-lite@^5.6.0 dependency
    - Update webpack config to build `vega-lite` from typescript source to target es5
    - Add babel plugin for logical assignment operators
    - Selectively import only the vega-lite modules used
    - Update vega_parser tests
    
    Co-authored-by: Miki <[email protected]>
    Signed-off-by: Josh Romero <[email protected]>
    
    * [Chore] Update vega-lite defaults and tests to v5
    
    - Add test case for older vega-light spec parsing
    - Update default schema version in default spec, test specs, mocked saved objects
    - Fix indentation of comments in default spec
    - Update jest mock imports to use `vega-lite`
    
    Signed-off-by: Josh Romero <[email protected]>
    
    Signed-off-by: Josh Romero <[email protected]>
    Co-authored-by: Miki <[email protected]>
    joshuarrrr and AMoo-Miki authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    46186a4 View commit details
    Browse the repository at this point in the history
  2. [Feature] Allow order control in createAggConfig (opensearch-projec…

    …t#3160)
    
    * [Feature] Allow order control in `createAggConfig`
    
    Add new optional boolean param that adds the new `AggConfig` to the beginning of the array rather than the end.
    Makes it easier to work with Pie or other visualizations with `Schemas` that set `mustBeFirst`
    
    Signed-off-by: Josh Romero <[email protected]>
    
    * [Chore] Add changelog
    
    Signed-off-by: Josh Romero <[email protected]>
    
    Signed-off-by: Josh Romero <[email protected]>
    Co-authored-by: Qingyang(Abby) Hu <[email protected]>
    joshuarrrr and abbyhu2000 authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    b750846 View commit details
    Browse the repository at this point in the history
  3. [VisBuilder] Adds field unit tests (opensearch-project#3211)

    * Adds field tests
    
    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 Jan 9, 2023
    Configuration menu
    Copy the full SHA
    8bc2a6b View commit details
    Browse the repository at this point in the history
  4. Fix bug that prevents selected join field to be used (opensearch-proj…

    …ect#3213)
    
    Remove setting join field even if it is already set.
    
    Signed-off-by: Vijayan Balasubramanian <[email protected]>
    
    Signed-off-by: Vijayan Balasubramanian <[email protected]>
    VijayanB authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    8c6f569 View commit details
    Browse the repository at this point in the history
  5. [VisBuilder] fixes filters for table visualisation (opensearch-projec…

    …t#3210)
    
    * fixes table vis for filter aggregation types
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    
    * Fixes filter and add error boundry
    
    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 Jan 9, 2023
    Configuration menu
    Copy the full SHA
    fba380b View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. [VisBuilder] Fixes pipeline aggs (opensearch-project#3137)

    * fixes pipeline aggs in visbuilder
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    
    * adds changelog
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    
    * Adds unit tests
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    
    * fixes pipeline aggs in visbuilder
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    
    * adds changelog
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    
    * Adds unit tests
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    
    * fixes unit tests
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    ashwin-pc authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    c259952 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Add v2.5.0 release notes (opensearch-project#3234)

    * Add v2.5.0 release notes
    
    Signed-off-by: Manasvini B Suryanarayana <[email protected]>
    
    * Adds aliased vega-lite v5 dependency to the notes opensearch-project#3151
    
    Signed-off-by: Manasvini B Suryanarayana <[email protected]>
    
    * Address feedback comments
    
    Signed-off-by: Manasvini B Suryanarayana <[email protected]>
    
    * Add opensearch-project#3197 to notes
    
    Signed-off-by: Manasvini B Suryanarayana <[email protected]>
    
    * Address feedback comments
    
    Signed-off-by: Manasvini B Suryanarayana <[email protected]>
    
    * Address feedback comments
    
    Signed-off-by: Manasvini B Suryanarayana <[email protected]>
    
    * Address feedback comments
    
    Signed-off-by: Manasvini B Suryanarayana <[email protected]>
    
    Signed-off-by: Manasvini B Suryanarayana <[email protected]>
    manasvinibs authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    ba1862c View commit details
    Browse the repository at this point in the history
  2. [MD]Update test connection button text (opensearch-project#3247)

    Signed-off-by: Kristen Tian <[email protected]>
    
    Signed-off-by: Kristen Tian <[email protected]>
    kristenTian authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    a3348c6 View commit details
    Browse the repository at this point in the history
  3. Update text and include new changes in the release notes 2.5.0 (opens…

    …earch-project#3251)
    
    Signed-off-by: Manasvini B Suryanarayana <[email protected]>
    
    Signed-off-by: Manasvini B Suryanarayana <[email protected]>
    manasvinibs authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    d92e215 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. [Chore] fix comment typo (opensearch-project#3239)

    Signed-off-by: Josh Romero <[email protected]>
    
    Signed-off-by: Josh Romero <[email protected]>
    joshuarrrr authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    84efac7 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. [Docs] Fix documentation link for date math (opensearch-project#3207)

    - Add new documentation link
    - move from `noDocumentation` to `opensearch`
    
    fixes opensearch-project#2849
    
    Signed-off-by: Josh Romero <[email protected]>
    joshuarrrr authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    11b98ec View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

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

Commits on Jan 25, 2023

  1. [Maintenance] Bumps re2 and supertest (opensearch-project#3018)

    * Removes manual resolution on `qs`. The latest version of `supertest` depends on v6.11.0.
    * Adds steps for upgrading `re2`.
    * Addresses CVE-2022-24999 (no issue opened)
    
    Signed-off-by: Tommy Markley <[email protected]>
    
    Signed-off-by: Tommy Markley <[email protected]>
    tmarkley authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    846706f View commit details
    Browse the repository at this point in the history
  2. Add disablePrototypePoisoningProtection configuration (opensearch-pro…

    …ject#2992)
    
    Enables the configuration of `disablePrototypePoisoningProtection` by setting
    `opensearch.disablePrototypePoisoningProtection`. Enables users to store
    protected logs that include reserve words from JS without the
    OpenSearch JS client throwing errors.
    
    We should still consider transforming unsafe data values if a bad actor
    attempts to prototype pollute the cluster.
    
    More information:
    https://web.archive.org/web/20200319091159/https://hueniverse.com/square-brackets-are-the-enemy-ff5b9fd8a3e8?gi=184a27ee2a08
    
    Related issue:
    opensearch-project#1777
    
    Signed-off-by: Kawika Avilla <[email protected]>
    
    Signed-off-by: Kawika Avilla <[email protected]>
    Co-authored-by: Anan Zhuang <[email protected]>
    kavilla and ananzh authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    1a82ae3 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. [CVE-2022-25860] Bumps simple-git from 3.15.1 to 3.16.0 (opensearch-p…

    …roject#3345)
    
    Issue Resolved
    opensearch-project#3329
    
    Signed-off-by: Anan Zhuang <[email protected]>
    
    Signed-off-by: Anan Zhuang <[email protected]>
    ananzh authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    24b1a78 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Add a new vis_augmenter plugin (opensearch-project#3107)

    This PR only sets up the boilerplate code for the new plugin. The additions of the new saved object type and expression function types will be added in later PRs. Breaking it up for readability purposes.
    
    Signed-off-by: Tyler Ohlsen <[email protected]>
    ohltyler committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    e813ab4 View commit details
    Browse the repository at this point in the history
  2. Add interfaces for layering data on Visualizations (opensearch-projec…

    …t#3108)
    
    * Add vis layer interfaces
    
    Signed-off-by: Tyler Ohlsen <[email protected]>
    ohltyler committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    c52f901 View commit details
    Browse the repository at this point in the history