-
Notifications
You must be signed in to change notification settings - Fork 890
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
Rebase feature/feature-anywhere with main #3364
Commits on Nov 30, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 5dc0212 - Browse repository at this point
Copy the full SHA 5dc0212View commit details
Commits on Dec 1, 2022
-
Fixes incorrect validation of time values in JUnit Reporter (opensear…
…ch-project#2965) Signed-off-by: Miki <[email protected]> Signed-off-by: Miki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a56480b - Browse repository at this point
Copy the full SHA a56480bView commit details -
[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]>
Configuration menu - View commit details
-
Copy full SHA for 3f576df - Browse repository at this point
Copy the full SHA 3f576dfView commit details -
Add Windows CI to the workflow (opensearch-project#2966)
Signed-off-by: Miki <[email protected]> Signed-off-by: Miki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f44ec7c - Browse repository at this point
Copy the full SHA f44ec7cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for ed92158 - Browse repository at this point
Copy the full SHA ed92158View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 0516560 - Browse repository at this point
Copy the full SHA 0516560View commit details
Commits on Dec 2, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 94e7584 - Browse repository at this point
Copy the full SHA 94e7584View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 9d62439 - Browse repository at this point
Copy the full SHA 9d62439View commit details
Commits on Dec 7, 2022
-
[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]>
Configuration menu - View commit details
-
Copy full SHA for 9646d02 - Browse repository at this point
Copy the full SHA 9646d02View commit details
Commits on Dec 8, 2022
-
Automates chromedriver version selection for tests (opensearch-projec…
…t#2990) Signed-off-by: Miki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a26fb43 - Browse repository at this point
Copy the full SHA a26fb43View commit details -
Fixes
no-restricted-path
false-positives whenallowSameFolder
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]>
Configuration menu - View commit details
-
Copy full SHA for 8732b1c - Browse repository at this point
Copy the full SHA 8732b1cView commit details
Commits on Dec 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fcf9332 - Browse repository at this point
Copy the full SHA fcf9332View commit details -
[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]>
Configuration menu - View commit details
-
Copy full SHA for 75df251 - Browse repository at this point
Copy the full SHA 75df251View commit details -
[Chore] Add release notes for 1.3.7 (opensearch-project#3066)
Signed-off-by: Josh Romero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 527ddf2 - Browse repository at this point
Copy the full SHA 527ddf2View commit details -
[Chore] Add 2.4.1 release notes (opensearch-project#3070)
* [Chore] Add 2.4.1 release notes Signed-off-by: Josh Romero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb94a9d - Browse repository at this point
Copy the full SHA bb94a9dView commit details
Commits on Dec 15, 2022
-
[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]>
Configuration menu - View commit details
-
Copy full SHA for b16ee64 - Browse repository at this point
Copy the full SHA b16ee64View commit details -
[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]>
Configuration menu - View commit details
-
Copy full SHA for 5da75c7 - Browse repository at this point
Copy the full SHA 5da75c7View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for db87a95 - Browse repository at this point
Copy the full SHA db87a95View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 911b969 - Browse repository at this point
Copy the full SHA 911b969View commit details -
Fix boktorbb alias. (opensearch-project#3085)
Signed-off-by: dblock <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f1a659f - Browse repository at this point
Copy the full SHA f1a659fView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for cf4a4b2 - Browse repository at this point
Copy the full SHA cf4a4b2View commit details
Commits on Dec 17, 2022
-
[MD] Update url in tests to follow lychee url allowlist (opensearch-p…
…roject#3099) Signed-off-by: Su <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 14d0585 - Browse repository at this point
Copy the full SHA 14d0585View commit details -
[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]>
Configuration menu - View commit details
-
Copy full SHA for 9299784 - Browse repository at this point
Copy the full SHA 9299784View commit details
Commits on Dec 21, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 5764d6c - Browse repository at this point
Copy the full SHA 5764d6cView commit details
Commits on Dec 23, 2022
-
[Maintenance] Exempt feature branches from changelog verification wor…
…kflow (opensearch-project#3123) Signed-off-by: Josh Romero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cfd5aeb - Browse repository at this point
Copy the full SHA cfd5aebView commit details -
Gets rid of
github-checks-reporter
(opensearch-project#3126)Signed-off-by: Miki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5116f16 - Browse repository at this point
Copy the full SHA 5116f16View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 100a41a - Browse repository at this point
Copy the full SHA 100a41aView commit details
Commits on Dec 27, 2022
-
[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]>
Configuration menu - View commit details
-
Copy full SHA for 0ec0712 - Browse repository at this point
Copy the full SHA 0ec0712View commit details
Commits on Dec 28, 2022
-
[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]>
Configuration menu - View commit details
-
Copy full SHA for 9eedb8e - Browse repository at this point
Copy the full SHA 9eedb8eView commit details -
[CVE] Update package info and changelog for loader-utils bump to 2.0.…
…4 fixing CVE-2022-37599 and CVE-2022-37603 (opensearch-project#3031) Signed-off-by: Zilong Xia <[email protected]> Co-authored-by: Josh Romero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 830c129 - Browse repository at this point
Copy the full SHA 830c129View commit details -
Fixes misleading embeddable plugin error message (opensearch-project#…
…3043) Resolves opensearch-project#1479 Resolves opensearch-project#3083 Signed-off-by: Tommy Markley <[email protected]> Co-authored-by: Josh Romero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd52024 - Browse repository at this point
Copy the full SHA bd52024View commit details
Commits on Dec 29, 2022
-
[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]>
Configuration menu - View commit details
-
Copy full SHA for bfc59d4 - Browse repository at this point
Copy the full SHA bfc59d4View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 7789295 - Browse repository at this point
Copy the full SHA 7789295View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for e9485f6 - Browse repository at this point
Copy the full SHA e9485f6View commit details
Commits on Jan 5, 2023
-
[MD] Improve test connection (opensearch-project#3110)
Signed-off-by: Su <[email protected]> Signed-off-by: Su <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5719fb9 - Browse repository at this point
Copy the full SHA 5719fb9View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 90b34f3 - Browse repository at this point
Copy the full SHA 90b34f3View commit details -
[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]>
Configuration menu - View commit details
-
Copy full SHA for 038968d - Browse repository at this point
Copy the full SHA 038968dView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 7584969 - Browse repository at this point
Copy the full SHA 7584969View commit details
Commits on Jan 6, 2023
-
[CI] Record functional test artifacts in case of failure (opensearch-…
…project#3190) Signed-off-by: Miki <[email protected]> Signed-off-by: Miki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 303e3bd - Browse repository at this point
Copy the full SHA 303e3bdView commit details -
Increase timeout waiting for the exiting of an optimizer worker (open…
…search-project#3193) Signed-off-by: Miki <[email protected]> Signed-off-by: Miki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a51db5 - Browse repository at this point
Copy the full SHA 6a51db5View commit details -
[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]>
Configuration menu - View commit details
-
Copy full SHA for b57f3cc - Browse repository at this point
Copy the full SHA b57f3ccView commit details -
[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]>
Configuration menu - View commit details
-
Copy full SHA for 8fd8643 - Browse repository at this point
Copy the full SHA 8fd8643View commit details -
test (opensearch-project#3197)
Signed-off-by: abbyhu2000 <[email protected]> Signed-off-by: abbyhu2000 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1d4bbe7 - Browse repository at this point
Copy the full SHA 1d4bbe7View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 68d503d - Browse repository at this point
Copy the full SHA 68d503dView commit details
Commits on Jan 9, 2023
-
[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]>
Configuration menu - View commit details
-
Copy full SHA for 46186a4 - Browse repository at this point
Copy the full SHA 46186a4View commit details -
[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]>
Configuration menu - View commit details
-
Copy full SHA for b750846 - Browse repository at this point
Copy the full SHA b750846View commit details -
[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]>
Configuration menu - View commit details
-
Copy full SHA for 8bc2a6b - Browse repository at this point
Copy the full SHA 8bc2a6bView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 8c6f569 - Browse repository at this point
Copy the full SHA 8c6f569View commit details -
[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]>
Configuration menu - View commit details
-
Copy full SHA for fba380b - Browse repository at this point
Copy the full SHA fba380bView commit details
Commits on Jan 10, 2023
-
[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]>
Configuration menu - View commit details
-
Copy full SHA for c259952 - Browse repository at this point
Copy the full SHA c259952View commit details
Commits on Jan 11, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for ba1862c - Browse repository at this point
Copy the full SHA ba1862cView commit details -
[MD]Update test connection button text (opensearch-project#3247)
Signed-off-by: Kristen Tian <[email protected]> Signed-off-by: Kristen Tian <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a3348c6 - Browse repository at this point
Copy the full SHA a3348c6View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for d92e215 - Browse repository at this point
Copy the full SHA d92e215View commit details
Commits on Jan 12, 2023
-
[Chore] fix comment typo (opensearch-project#3239)
Signed-off-by: Josh Romero <[email protected]> Signed-off-by: Josh Romero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 84efac7 - Browse repository at this point
Copy the full SHA 84efac7View commit details
Commits on Jan 18, 2023
-
[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]>
Configuration menu - View commit details
-
Copy full SHA for 11b98ec - Browse repository at this point
Copy the full SHA 11b98ecView commit details
Commits on Jan 20, 2023
-
Fix detection of Chrome's version on Darwin (opensearch-project#3296)
Signed-off-by: Miki <[email protected]> Signed-off-by: Miki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 52769f2 - Browse repository at this point
Copy the full SHA 52769f2View commit details
Commits on Jan 25, 2023
-
[Maintenance] Bumps
re2
andsupertest
(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]>
Configuration menu - View commit details
-
Copy full SHA for 846706f - Browse repository at this point
Copy the full SHA 846706fView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 1a82ae3 - Browse repository at this point
Copy the full SHA 1a82ae3View commit details
Commits on Jan 27, 2023
-
[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]>
Configuration menu - View commit details
-
Copy full SHA for 24b1a78 - Browse repository at this point
Copy the full SHA 24b1a78View commit details
Commits on Feb 1, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for e813ab4 - Browse repository at this point
Copy the full SHA e813ab4View commit details -
Add interfaces for layering data on Visualizations (opensearch-projec…
…t#3108) * Add vis layer interfaces Signed-off-by: Tyler Ohlsen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c52f901 - Browse repository at this point
Copy the full SHA c52f901View commit details