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

Ability to start OS Dashboards with a newer and compatible nodejs version #2091

Closed
wants to merge 177 commits into from

Commits on Sep 14, 2022

  1. [Visualizations] Adds visConfig.title and uiState to build pipeline f…

    …unction (opensearch-project#2192)
    
    In pipeline building, this PR adds `visConfig.title` and `uiState` properties for "visualization" function.
    
    This aims 2 goals:
    -    To be consistent with pipelines built with "buildPipelineVisFunction".
    -    To provide "title" and "uiState" informations for visualizations.
    
    This is currently a missing information for community plugins.
    
    Signed-off-by: fbaligand <[email protected]>
    
    Signed-off-by: fbaligand <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    fbaligand authored and sipopo committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    4ec3e36 View commit details
    Browse the repository at this point in the history
  2. Persists index field on agg type change if possible (opensearch-proje…

    …ct#2227)
    
    Signed-off-by: Ashwin Pc <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    ashwin-pc authored and sipopo committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    176d7b3 View commit details
    Browse the repository at this point in the history
  3. [BUG] fix healthcheck logic to expect object and return ids (opensear…

    …ch-project#2277)
    
    Original implementation incorrectly assumed the return list of
    nodes was an object array.
    This PR:
    opensearch-project#2232
    
    Addressed the return but didn't catch the nodes.find in the return
    which is a function for an array.
    
    Also, refactors to return a list of node_ids because the original
    implementation indicated that it should but it can return node ids
    but it never did. It only returned `null` or `_local`, the problem
    with this approach is that it doesn't expect valid node version
    with different DIs or filter out nodes when we pass `null` as the node
    ID for the node info call because it was fan out the request to all
    nodes.
    
    Now this function will return `_local` if all the nodes share the
    same cluster_id using a greedy approach since we can assume it is
    all the same version.
    
    Will return node ids, if the cluster_id are different so it will
    pass a CSV to the node info call and return the info for those nodes.
    And null if no cluster_id is present, ie, fan out the response.
    
    Original issue:
    opensearch-project#2203
    
    Signed-off-by: Kawika Avilla <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    kavilla authored and sipopo committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    a813370 View commit details
    Browse the repository at this point in the history
  4. Update API Specs for dev console (opensearch-project#2226)

    * Update API Specs for dev console
    * Remove deprecated field - master_timeout
    
    Signed-off-by: Kristen Tian <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    kristenTian authored and sipopo committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    1038c6d View commit details
    Browse the repository at this point in the history
  5. [D&D] Adds Bar line and Area charts to Wizard (opensearch-project#2266)

    * Working histogram
    
    Signed-off-by: Ashwin Pc <[email protected]>
    
    * Adds histogram options
    
    Signed-off-by: Ashwin Pc <[email protected]>
    
    * Adds line chart
    
    Signed-off-by: Ashwin Pc <[email protected]>
    
    * Adds area chart
    
    Signed-off-by: Ashwin Pc <[email protected]>
    
    * updates nav sizes
    
    Signed-off-by: Ashwin Pc <[email protected]>
    
    * adds resizeable container to right nav
    
    Signed-off-by: Ashwin Pc <[email protected]>
    
    * Misc fixes
    
    Signed-off-by: Ashwin Pc <[email protected]>
    
    * Adds chart switcher test
    
    Signed-off-by: Ashwin Pc <[email protected]>
    
    * Github comment feedback
    
    Co-authored-by: Josh Romero <[email protected]>
    Signed-off-by: Ashwin Pc <[email protected]>
    
    * Updates copy
    
    Signed-off-by: Ashwin Pc <[email protected]>
    
    Signed-off-by: Ashwin Pc <[email protected]>
    Co-authored-by: Josh Romero <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    2 people authored and sipopo committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    166945e View commit details
    Browse the repository at this point in the history
  6. [D&D] Fixes time series for new chart types (opensearch-project#2309)

    * fixes time series for new chart types
    
    Signed-off-by: Ashwin Pc <[email protected]>
    
    * moves translate to source string
    
    Signed-off-by: Ashwin Pc <[email protected]>
    
    Signed-off-by: Ashwin Pc <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    ashwin-pc authored and sipopo committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    6018ea9 View commit details
    Browse the repository at this point in the history
  7. Update caniuse (opensearch-project#2322)

    Ran npx browserslist@latest --update-db to update caniuse package
    so the integration tests will pass
    
    Signed-off-by: abbyhu2000 <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    abbyhu2000 authored and sipopo committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    b594ad1 View commit details
    Browse the repository at this point in the history
  8. Add v2.3.0 release notes (opensearch-project#2318)

    Signed-off-by: Louis Chu <[email protected]>
    
    * Add v2.3.0 release notes
    
    Signed-off-by: Sergey V. Osipov <[email protected]>
    noCharger authored and sipopo committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    c46bd14 View commit details
    Browse the repository at this point in the history
  9. README.md for saving index pattern relationship (opensearch-project#2276

    )
    
    Add readme for saved object and index pattern relationship
    
    Signed-off-by: abbyhu2000 <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    abbyhu2000 authored and sipopo committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    fb86e42 View commit details
    Browse the repository at this point in the history
  10. add node fiber to improve performance (opensearch-project#2319)

    For issue [opensearch-project#2223](opensearch-project#2223), in order to solve the slow compilation time that is caused by changing from node-sass to dart-sass, one possible solution is to add a node-fibers package. Pulling from the sass official website, "to avoid this performance hit, render() can use the fibers package to call asynchronous importers from the synchronous code path". And i have validated the performance improvement: the first compilation changed to 76s from the previous 409s.
    
    However, node-fiber package has reached end of life with Node 16. If the performance issue is a problem, we can consider stay on Node 14 and use node-fiber for now, and remove fibers when migrating to Node 16 later.
    
    Issue resolved:
    opensearch-project#2223
    
    Signed-off-by: abbyhu2000 <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    abbyhu2000 authored and sipopo committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    d205f3a View commit details
    Browse the repository at this point in the history
  11. add path ignore for markdown files (opensearch-project#2312)

    To save resources and job runners, some PRs do not need to run the full test suite. For PRs and pushes with markdown changes only, the build and test workflow will be skipped. (Linter test should be okay to skipped since it will automatically run with every commit). For PRs and pushes with markdown changes along with other changes, the build and test workflow will not be skipped.
    
    Issue Resolved:
    opensearch-project#1214
    
    Signed-off-by: abbyhu2000 <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    abbyhu2000 authored and sipopo committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    e3356c5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    93d3d11 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    83b048e View commit details
    Browse the repository at this point in the history
  2. return my changes

    Signed-off-by: Sergey V. Osipov <[email protected]>
    sipopo committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    3a29bbb View commit details
    Browse the repository at this point in the history
  3. change cosmetics

    Signed-off-by: Sergey V. Osipov <[email protected]>
    sipopo committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    4b5bb53 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

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

Commits on Sep 22, 2022

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

Commits on Oct 20, 2022

  1. Changed warning massage and fix test for it

    Signed-off-by: Sergey V. Osipov <[email protected]>
    sipopo committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    c5c8c4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2353cf8 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. remove space at the end of lines

    Signed-off-by: Sergey V. Osipov <[email protected]>
    sipopo committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    759cbb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bdfb2b View commit details
    Browse the repository at this point in the history
  3. fix error code

    Signed-off-by: Sergey V. Osipov <[email protected]>
    sipopo committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    3d050ba View commit details
    Browse the repository at this point in the history
  4. fix error.code )

    Signed-off-by: Sergey V. Osipov <[email protected]>
    sipopo committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    2b28788 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee88dc9 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Add CHANGELOG

    sipopo authored Oct 25, 2022
    Configuration menu
    Copy the full SHA
    3090d5b View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

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

Commits on Nov 20, 2022

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

Commits on Dec 16, 2022

  1. Add changes by @AMoo-Miki

    Signed-off-by: Sergey V. Osipov <[email protected]>
    sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    443f136 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3770965 View commit details
    Browse the repository at this point in the history
  3. Change timeline icon (opensearch-project#2162)

    Issue Resolved:
    opensearch-project#2155
    
    Signed-off-by: Bandini Bhopi <[email protected]>
    
    Signed-off-by: Bandini Bhopi <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    bandinib-amzn authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    0685b04 View commit details
    Browse the repository at this point in the history
  4. [Visualizations] Adds visConfig.title and uiState to build pipeline f…

    …unction (opensearch-project#2192)
    
    In pipeline building, this PR adds `visConfig.title` and `uiState` properties for "visualization" function.
    
    This aims 2 goals:
    -    To be consistent with pipelines built with "buildPipelineVisFunction".
    -    To provide "title" and "uiState" informations for visualizations.
    
    This is currently a missing information for community plugins.
    
    Signed-off-by: fbaligand <[email protected]>
    
    Signed-off-by: fbaligand <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    fbaligand authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    a746d4a View commit details
    Browse the repository at this point in the history
  5. Persists index field on agg type change if possible (opensearch-proje…

    …ct#2227)
    
    Signed-off-by: Ashwin Pc <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    ashwin-pc authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    b55b9bd View commit details
    Browse the repository at this point in the history
  6. [BUG] fix healthcheck logic to expect object and return ids (opensear…

    …ch-project#2277)
    
    Original implementation incorrectly assumed the return list of
    nodes was an object array.
    This PR:
    opensearch-project#2232
    
    Addressed the return but didn't catch the nodes.find in the return
    which is a function for an array.
    
    Also, refactors to return a list of node_ids because the original
    implementation indicated that it should but it can return node ids
    but it never did. It only returned `null` or `_local`, the problem
    with this approach is that it doesn't expect valid node version
    with different DIs or filter out nodes when we pass `null` as the node
    ID for the node info call because it was fan out the request to all
    nodes.
    
    Now this function will return `_local` if all the nodes share the
    same cluster_id using a greedy approach since we can assume it is
    all the same version.
    
    Will return node ids, if the cluster_id are different so it will
    pass a CSV to the node info call and return the info for those nodes.
    And null if no cluster_id is present, ie, fan out the response.
    
    Original issue:
    opensearch-project#2203
    
    Signed-off-by: Kawika Avilla <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    kavilla authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    cbc01f6 View commit details
    Browse the repository at this point in the history
  7. Update API Specs for dev console (opensearch-project#2226)

    * Update API Specs for dev console
    * Remove deprecated field - master_timeout
    
    Signed-off-by: Kristen Tian <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    kristenTian authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    59479fb View commit details
    Browse the repository at this point in the history
  8. [D&D] Adds Bar line and Area charts to Wizard (opensearch-project#2266)

    * Working histogram
    
    Signed-off-by: Ashwin Pc <[email protected]>
    
    * Adds histogram options
    
    Signed-off-by: Ashwin Pc <[email protected]>
    
    * Adds line chart
    
    Signed-off-by: Ashwin Pc <[email protected]>
    
    * Adds area chart
    
    Signed-off-by: Ashwin Pc <[email protected]>
    
    * updates nav sizes
    
    Signed-off-by: Ashwin Pc <[email protected]>
    
    * adds resizeable container to right nav
    
    Signed-off-by: Ashwin Pc <[email protected]>
    
    * Misc fixes
    
    Signed-off-by: Ashwin Pc <[email protected]>
    
    * Adds chart switcher test
    
    Signed-off-by: Ashwin Pc <[email protected]>
    
    * Github comment feedback
    
    Co-authored-by: Josh Romero <[email protected]>
    Signed-off-by: Ashwin Pc <[email protected]>
    
    * Updates copy
    
    Signed-off-by: Ashwin Pc <[email protected]>
    
    Signed-off-by: Ashwin Pc <[email protected]>
    Co-authored-by: Josh Romero <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    2 people authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    a7115b2 View commit details
    Browse the repository at this point in the history
  9. [D&D] Fixes time series for new chart types (opensearch-project#2309)

    * fixes time series for new chart types
    
    Signed-off-by: Ashwin Pc <[email protected]>
    
    * moves translate to source string
    
    Signed-off-by: Ashwin Pc <[email protected]>
    
    Signed-off-by: Ashwin Pc <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    ashwin-pc authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    16c8d38 View commit details
    Browse the repository at this point in the history
  10. Update caniuse (opensearch-project#2322)

    Ran npx browserslist@latest --update-db to update caniuse package
    so the integration tests will pass
    
    Signed-off-by: abbyhu2000 <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    abbyhu2000 authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    fae3296 View commit details
    Browse the repository at this point in the history
  11. Add v2.3.0 release notes (opensearch-project#2318)

    Signed-off-by: Louis Chu <[email protected]>
    
    * Add v2.3.0 release notes
    
    Signed-off-by: Sergey V. Osipov <[email protected]>
    noCharger authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    a0d195c View commit details
    Browse the repository at this point in the history
  12. README.md for saving index pattern relationship (opensearch-project#2276

    )
    
    Add readme for saved object and index pattern relationship
    
    Signed-off-by: abbyhu2000 <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    abbyhu2000 authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    0fe69a9 View commit details
    Browse the repository at this point in the history
  13. add node fiber to improve performance (opensearch-project#2319)

    For issue [opensearch-project#2223](opensearch-project#2223), in order to solve the slow compilation time that is caused by changing from node-sass to dart-sass, one possible solution is to add a node-fibers package. Pulling from the sass official website, "to avoid this performance hit, render() can use the fibers package to call asynchronous importers from the synchronous code path". And i have validated the performance improvement: the first compilation changed to 76s from the previous 409s.
    
    However, node-fiber package has reached end of life with Node 16. If the performance issue is a problem, we can consider stay on Node 14 and use node-fiber for now, and remove fibers when migrating to Node 16 later.
    
    Issue resolved:
    opensearch-project#2223
    
    Signed-off-by: abbyhu2000 <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    abbyhu2000 authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    aad58d1 View commit details
    Browse the repository at this point in the history
  14. add path ignore for markdown files (opensearch-project#2312)

    To save resources and job runners, some PRs do not need to run the full test suite. For PRs and pushes with markdown changes only, the build and test workflow will be skipped. (Linter test should be okay to skipped since it will automatically run with every commit). For PRs and pushes with markdown changes along with other changes, the build and test workflow will not be skipped.
    
    Issue Resolved:
    opensearch-project#1214
    
    Signed-off-by: abbyhu2000 <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    abbyhu2000 authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    eb4b2e4 View commit details
    Browse the repository at this point in the history
  15. Use a forced CSP-compliant interpreter with Vega visualizations (open…

    …search-project#2352)
    
    * Pass `options` to `vega.parse` to enable inclusion of parsed ASTs
    * Introduce the forced CSP-compliant interpreter that prevents evaluation of unsafe methods
    * Modified the consumed `leaflet-vega` package to one that honors `options`
    
    Signed-off-by: Miki <[email protected]>
    
    Signed-off-by: Miki <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    AMoo-Miki authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    91ee76d View commit details
    Browse the repository at this point in the history
  16. Bump moment-timezone from 0.5.34 to 0.5.37 (opensearch-project#2361)

    ### Description
    Updates `moment-timezone`
    
    Dependabot PR:
    opensearch-project#2229
    
    ### Issues Resolved
    opensearch-project#2262
    opensearch-project#2263
    
    Signed-off-by: Ashwin Pc <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    ashwin-pc authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    57ffa0f View commit details
    Browse the repository at this point in the history
  17. return my changes

    Signed-off-by: Sergey V. Osipov <[email protected]>
    sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    00be307 View commit details
    Browse the repository at this point in the history
  18. change cosmetics

    Signed-off-by: Sergey V. Osipov <[email protected]>
    sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    cb4c5d6 View commit details
    Browse the repository at this point in the history
  19. Add index pattern info when loading embeddable (opensearch-project#2363)

    Since index pattern is not included in the visualization state anymore,
    need to add the index pattern information so the embeddable can be loaded correctly.
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    Signed-off-by: abbyhu2000 <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    abbyhu2000 authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    19b4a96 View commit details
    Browse the repository at this point in the history
  20. Fixes management app breadcrumb error (opensearch-project#2344)

    Signed-off-by: Ashwin Pc <[email protected]>
    
    Signed-off-by: Ashwin Pc <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    ashwin-pc authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    607ad19 View commit details
    Browse the repository at this point in the history
  21. MultiDataSource feature merge (opensearch-project#2334)

    * Instantiate credential management plugin code structure (opensearch-project#1996)
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Data source inside stack management setup (opensearch-project#2017) (opensearch-project#2030)
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * enable CI for feature branch (opensearch-project#2010)
    
    Signed-off-by: Zhongnan Su <[email protected]>
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Add empty data source plugin (opensearch-project#2052)
    
    Adds empty data source plugin.
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * [MD] Add initial credential management CRUD pages (opensearch-project#2040)
    
    * Add credential management CRUD pages
    
    1. List all credentials
    2. Create your saved credential
    3. Edit your credential
    4. Delete credentials
    
    Signed-off-by: Louis Chu <[email protected]>
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Register Data source to savedObject & Update license header (opensearch-project#2037)
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Move credential saved object to data source plugin (opensearch-project#2062)
    
    Signed-off-by: Louis Chu <[email protected]>
    
    Move credential saved object to data source plugin
    Resolve follow up comments on UI
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * breadcrumbfix for datasource management (opensearch-project#2066)
    
    * breadcrumbfix for datasource management
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    * breadcrumbfix for datasource management - refactoring code
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    * using services to update breadcrumb on data sources management page
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    * Changing the license header on breadcrumbs.ts datasource management
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Fix breadcrumb on listing page and update saved object mapping (opensearch-project#2069)
    
    Signed-off-by: Louis Chu <[email protected]>
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Add data source step into IndexPattern with Mock switch (opensearch-project#2064) (opensearch-project#2086)
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Add delete button for credential detailed page (opensearch-project#2067)
    
    Signed-off-by: Yibo Wang <[email protected]>
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Link datasource to indexpattern (opensearch-project#2118)
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Add encrypt/decrypt module on data source plugin (opensearch-project#2120)
    
    Signed-off-by: Louis Chu <[email protected]>
    
    1. Add encrypt/decrypt module with UT
    2. Add client factory wrapper for encrypt credential
    3. Add encryption config support
    4. Bugfix on Jest interpret Buffer
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Integrate index pattern with new data client (opensearch-project#2146)
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Add noAuth to dataSource attributes (opensearch-project#2154)
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * [MD] Datasource Management - creation & listing - UI only (opensearch-project#2128)
    
    * data source management - creation & Listing UI only
    
    * data source management - creation & Listing UI only
    
    * Create/edit data source feature
    
    * toggling default value
    
    * refactoring code as per review comments
    
    * toggling server flag to false
    
    Signed-off-by: mpabba3003 <[email protected]>
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Apply dataSource plugin as dependent for cm and dsm plugins (opensearch-project#2150)
    
    Signed-off-by: Louis Chu <[email protected]>
    
    Apply dataSource plugin as dependent for cm and dsm plugins (opensearch-project#2150)
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Leverage datasource enablement in index pattern management
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * [MD] Add client management module and register `getClient()` to route handler context (opensearch-project#2121)
    
    * Add client management module and register `getClient()` interface to route handler context
    Signed-off-by: Zhongnan Su <[email protected]>
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Make step info in index pattern creation dynamic (opensearch-project#2164)
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Refactor for credential listing page & add loading effect (opensearch-project#2142)
    
    Signed-off-by: Yibo Wang <[email protected]>
    
    Signed-off-by: Yibo Wang <[email protected]>
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Integration sequal - replace data client placeholders (opensearch-project#2167)
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Integrate with crypto module to decrpt password (opensearch-project#2170)
    
    Signed-off-by: Zhongnan Su <[email protected]>
    Signed-off-by: Kristen Tian <[email protected]>
    
    * [MD] noAuth integration, credential & endpoint validation (opensearch-project#2165)
    
    * noAuth integration, credential & endpoint validation
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    * Refactoring validation message
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    * Adding back accidentally deleted file home/tutorials/haproxy_metrics/index.ts
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    Signed-off-by: mpabba3003 <[email protected]>
    Signed-off-by: Kristen Tian <[email protected]>
    
    * [MD] Refactor search strategy to conditionally user datasource client (opensearch-project#2171)
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * adding relation between credential selection and no auth checkbox (opensearch-project#2175)
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    Signed-off-by: mpabba3003 <[email protected]>
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Update getIndicesViaSearch with datasource (opensearch-project#2176)
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Add null header to child client spawn (opensearch-project#2188)
    
    Signed-off-by: Su <[email protected]>
    Signed-off-by: Kristen Tian <[email protected]>
    
    * [MD][IP]Update button position & Add UT & Add skip option (opensearch-project#2195)
    
    * Add UT - index pattern related
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Update button position
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Add skip option to allow use default os data source
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * [MD]Refactor layout and validate input fields for listing and create pages (opensearch-project#2202)
    
    Signed-off-by: Louis Chu <[email protected]>
    
    Signed-off-by: Louis Chu <[email protected]>
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Enable datasource link in saveObjectManagement (opensearch-project#2209)
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Update configure data source per UX input (opensearch-project#2235)
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Enable data source audit log to file (opensearch-project#2215)
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * [MD] Refactor of credential editing page layout & refactor backend field validation method (opensearch-project#2222)
    
    * Refactor of credential editing page layout & refactor backend field validation method
    
    * Resolved the comments & fix the multiple call for one operation
    
    Signed-off-by: Yibo Wang <[email protected]>
    
    Signed-off-by: Yibo Wang <[email protected]>
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Tweak fetch data back to original (opensearch-project#2238)
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * [MD] Revamped UX for data source management (opensearch-project#2239)
    
    * revamped UX for data source management
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    * refactored datasource screens as per PR comments
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    Signed-off-by: mpabba3003 <[email protected]>
    Signed-off-by: Kristen Tian <[email protected]>
    
    * [MD] Credentials security redesign (opensearch-project#2253)
    
    1. Data model changes for data source saved object
    2. Server side changes for data source saved object
      a. Implement data_source_saved_objects_client_wrapper to integrate with CryptographyClient for password
      encryption / decryption.
      b. Change data_source_service to fetch credentials directly from data source (still decrypt via CryptographyClient)
      c. Fix unit tests accordingly
    
    Signed-off-by: Louis Chu <[email protected]>
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Add step data source UI test (opensearch-project#2264)
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * [MD]Improve datasource server side error handling (opensearch-project#2236)
    
    Signed-off-by: Su <[email protected]>
    Signed-off-by: Kristen Tian <[email protected]>
    
    * [MD] Datasource management new API change integrations (opensearch-project#2282)
    
    * changing datasource management design to integrate with new API changes
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    * Update edit_data_source_form.tsx
    
    moving masked password to constants
    
    Signed-off-by: mpabba3003 <[email protected]>
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Update stream test to bypass CI env generate domain attribute
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Delete credential management
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Address comments
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * [MD] Datasource Management - Create data source - Unit tests (opensearch-project#2341)
    
    * Unit test cases for data source management - create
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    * adding tests to utils.ts & changing it to test
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    Signed-off-by: mpabba3003 <[email protected]>
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Fix update data source & block update endpint (opensearch-project#2364)
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * MD datasource management-datasource table-UTs (opensearch-project#2350)
    
    Signed-off-by: Yibo Wang <[email protected]>
    
    Signed-off-by: Yibo Wang <[email protected]>
    Signed-off-by: Kristen Tian <[email protected]>
    
    * reafctor based on PR 2334 comments to merge to main (opensearch-project#2375)
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    Signed-off-by: mpabba3003 <[email protected]>
    Signed-off-by: Kristen Tian <[email protected]>
    
    * removing invalid urls as CI fails on link checker for inavlid urls in git (opensearch-project#2376)
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    Signed-off-by: mpabba3003 <[email protected]>
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Address comments
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Fix DS snapshot test
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Add https://test.com/ to lychee exclude
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Address comments
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Remove unnessacry check
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    * Remove not needed check
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    Signed-off-by: Kristen Tian <[email protected]>
    Signed-off-by: Zhongnan Su <[email protected]>
    Signed-off-by: Louis Chu <[email protected]>
    Signed-off-by: Yibo Wang <[email protected]>
    Signed-off-by: mpabba3003 <[email protected]>
    Signed-off-by: Su <[email protected]>
    Co-authored-by: Louis Chu <[email protected]>
    Co-authored-by: Zhongnan Su <[email protected]>
    Co-authored-by: Yan Zeng <[email protected]>
    Co-authored-by: Manideep Pabba <[email protected]>
    Co-authored-by: Yibo Wang <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    6 people authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    86a19dc View commit details
    Browse the repository at this point in the history
  22. Add updated_at column to objects' tables (opensearch-project#1218)

    * Add updated_at columnb to objects' tables
    
    Signed-off-by: sitbubu <[email protected]>
    
    * Grammer and iso usage
    
    Signed-off-by: sitbubu <[email protected]>
    
    * Set updated at field from advanced settings
    
    Signed-off-by: sitbubu <[email protected]>
    
    * Use dateFormat instead of  dateFormat:scaled
    
    Signed-off-by: sitbubu <[email protected]>
    
    * snapshot
    
    Signed-off-by: sitbubu <[email protected]>
    
    * Add updated_at to additional comment
    
    Signed-off-by: sitbubu <[email protected]>
    
    * Add unit-tests for updated_at as null undefined or unknown
    
    Signed-off-by: sitbubu <[email protected]>
    
    * Simplify test file
    
    Signed-off-by: sitbubu <[email protected]>
    
    * Simplified header and import from src
    
    Signed-off-by: sitbubu <[email protected]>
    
    Signed-off-by: sitbubu <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    RoyiSitbon authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    f096ef5 View commit details
    Browse the repository at this point in the history
  23. Upgrade geckodriver to 3.0.2 to partially fix CVE-2022-33987 (opensea…

    …rch-project#2166)
    
    * Upgrade geckodriver to 3.0.2 to partially fix CVE-2022-33987
    
    Signed-off-by: CCongWang <[email protected]>
    
    * Revert change to package.json
    
    * Update yarn.lock
    
    Signed-off-by: CCongWang <[email protected]>
    Co-authored-by: Ashwin P Chandran <[email protected]>
    Co-authored-by: Ashwin P Chandran <[email protected]>
    Co-authored-by: Josh Romero <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    4 people authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    4e00035 View commit details
    Browse the repository at this point in the history
  24. [CI][Tests] Add BWC tests for 2.4.0 (opensearch-project#2393)

    Signed-off-by: Manasvini B Suryanarayana <[email protected]>
    
    Signed-off-by: Manasvini B Suryanarayana <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    manasvinibs authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    4ccb1c5 View commit details
    Browse the repository at this point in the history
  25. Remove extra typo from README. (opensearch-project#2403)

    Removing extra `to` within the README.
    
    Issue:
    
    opensearch-project#2402
    
    Signed-off-by: Sagar Rout <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    sagar-rout authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    d1247c5 View commit details
    Browse the repository at this point in the history
  26. Changed warning massage and fix test for it

    Signed-off-by: Sergey V. Osipov <[email protected]>
    sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    467a969 View commit details
    Browse the repository at this point in the history
  27. remove space at the end of lines

    Signed-off-by: Sergey V. Osipov <[email protected]>
    sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    0b08b32 View commit details
    Browse the repository at this point in the history
  28. Adding @abbyhu2000 as a Dashboards co-maintainer (opensearch-project#…

    …2407)
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    ashwin-pc authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    202d975 View commit details
    Browse the repository at this point in the history
  29. Add CHANGELOG.md and related workflows (opensearch-project#2414)

    Adding a CHANGELOG.md to be manually update per PR
    
    This should be automated though in the future.
    
    Issue:
    opensearch-project#2394
    
    Signed-off-by: Kawika Avilla <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    kavilla authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    a9b6086 View commit details
    Browse the repository at this point in the history
  30. Adding @zengyan-amazon as a Dashboards co-maintainer (opensearch-proj…

    …ect#2419)
    
    Signed-off-by: Neumann <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    seanneumann authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    155a248 View commit details
    Browse the repository at this point in the history
  31. Updating @tmarkley to Emeritus status (opensearch-project#2423)

    Signed-off-by: Neumann <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    seanneumann authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    0d72b8d View commit details
    Browse the repository at this point in the history
  32. [Vis Builder] Misc Bar chart fixes (opensearch-project#2401)

    * consolidates state to saved object serialization
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    
    * fixes histogram agg
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    
    * fixes orderBy
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    
    * style fixes
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    
    * updates base test
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    
    * Updates changelog
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    ashwin-pc authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    71cafea View commit details
    Browse the repository at this point in the history
  33. Fix yarn.lock file (opensearch-project#2432)

    Signed-off-by: abbyhu2000 <[email protected]>
    
    Signed-off-by: abbyhu2000 <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    abbyhu2000 authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    8fdb191 View commit details
    Browse the repository at this point in the history
  34. [Viz Builder] State validation before dispatching and loading (opense…

    …arch-project#2351)
    
    * State validation before dispatching
    
    Validate style and visualization state schema before dispatching state updates
    when loading wizard. Show error via toast.
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    * Fixes and add unit tests
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    * Add PR to changelog.md
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    Signed-off-by: abbyhu2000 <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    abbyhu2000 authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    fc62286 View commit details
    Browse the repository at this point in the history
  35. Support legacy client for data source (opensearch-project#2204)

    * support legacy client for data source
    * not wrap 401 error for data source client
    
    Signed-off-by: Su <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    zhongnansu authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    6e10927 View commit details
    Browse the repository at this point in the history
  36. Add @kristenTian as maintainer. (opensearch-project#2450)

    * Add @kristenTian as maintainer.
    
    Signed-off-by: Yan Zeng <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    zengyan-amazon authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    cd87279 View commit details
    Browse the repository at this point in the history
  37. Bumps percy-agent to use non-beta version (opensearch-project#2415)

    Beta version of percy-agent utilized a dependency that had a
    dependency with a vulnerability.
    
    Bumping to a non-beta version removes that problematic dependency.
    
    Issue:
    n/a
    
    Signed-off-by: Kawika Avilla <[email protected]>
    
    Signed-off-by: Kawika Avilla <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    kavilla authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    9304c9c View commit details
    Browse the repository at this point in the history
  38. fix d3-color and potential security issue (opensearch-project#2454)

    * Resolve sub-dependent d3-color version and potencial security issue
    
    * Addresses potential ReDoS issue from d3-color version < 3.1.0
    
    Signed-off-by: Anan Zhuang <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    ananzh authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    dbe565a View commit details
    Browse the repository at this point in the history
  39. [Plugin Helpers] Facilitate version changes (opensearch-project#2398)

    Signed-off-by: Miki <[email protected]>
    
    Signed-off-by: Miki <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    AMoo-Miki authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    4d630c0 View commit details
    Browse the repository at this point in the history
  40. [MD] Fix view single document issue by updating low-level search call…

    … param (opensearch-project#2431)
    
    * Add datasource param to low-level search call in Discover
    * update change log
    
    Signed-off-by: Su <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    zhongnansu authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    c9ecfd9 View commit details
    Browse the repository at this point in the history
  41. Add sample config for multi data source in yml config template (opens…

    …earch-project#2428)
    
    Signed-off-by: Yan Zeng <[email protected]>
    
    Signed-off-by: Yan Zeng <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    zengyan-amazon authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    2a0c5fd View commit details
    Browse the repository at this point in the history
  42. Add dataSource & dataSourceManagement ReadMe (opensearch-project#2448)

    Signed-off-by: Kristen Tian <[email protected]>
    
    Signed-off-by: Kristen Tian <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    kristenTian authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    5df8bd1 View commit details
    Browse the repository at this point in the history
  43. Adds v1.3.6 release notes (opensearch-project#2480)

    * add release notes for 1.3.6
    
    Signed-off-by: Josh Romero <[email protected]>
    
    * add plugin-helpers bug fix, healthcheck doc link
    
    Signed-off-by: Josh Romero <[email protected]>
    
    Signed-off-by: Josh Romero <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    joshuarrrr authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    46375ec View commit details
    Browse the repository at this point in the history
  44. [Chore] Visualize link fix (opensearch-project#2395)

    * Fix links in visualize plugin
    * Fix links to other apps
    
    Signed-off-by: Matt Provost <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    BSFishy authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    b14d121 View commit details
    Browse the repository at this point in the history
  45. [VizBuilder] Create a new wizard directly on a dashboard (opensearch-…

    …project#2384)
    
    * Create a new wizard directly on a dashboard
    
    After selecting a dashboard, create a new wizard directly from the dashboard and have the option to add to that dashboard.
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    * hook change to solve browser warning
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    * Move onsave out from getTopNavConfig function and added unit tests
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    * Add changelog
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    Signed-off-by: abbyhu2000 <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    abbyhu2000 authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    b621c54 View commit details
    Browse the repository at this point in the history
  46. [CI] Run functional test repo as workflow (opensearch-project#2503)

    Run the functional test repo here:
    https://github.com/opensearch-project/opensearch-dashboards-functional-test
    
    Ran as part of github actions.
    
    Issue:
    n/a
    
    Signed-off-by: Kawika Avilla <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    kavilla authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    fb00116 View commit details
    Browse the repository at this point in the history
  47. [MD] Address UX comments for index pattern pages (opensearch-project#…

    …2505)
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    Signed-off-by: Kristen Tian <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    kristenTian authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    5c3b7fe View commit details
    Browse the repository at this point in the history
  48. [MD] UX updates on data source page & validation changes (opensearch-…

    …project#2521)
    
    * new ux changes v2.4.0
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    * new UX changes and Validation changed
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    * refactoring duplicate title validation on edit data source
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    * replacing eui toasts with notifications toasts
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    * updating testcases after updating toasts methods
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    * adding change log for data source
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    * adding password validation on update stored password modal
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    * removing un-used text content
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    Signed-off-by: mpabba3003 <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    mpabba3003 authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    9a7e833 View commit details
    Browse the repository at this point in the history
  49. [MD] Display error toast for create index pattern with data source (o…

    …pensearch-project#2506)
    
    * add error toast for create index pattern with data source
    
    Signed-off-by: Su <[email protected]>
    
    * update change log
    
    Signed-off-by: Su <[email protected]>
    
    Signed-off-by: Su <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    zhongnansu authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    224650e View commit details
    Browse the repository at this point in the history
  50. [MD] Update copy on index patten config DS step (opensearch-project#2527

    )
    
    Issue Resolved:
    opensearch-project/ux#40
    
    Signed-off-by: Kristen Tian <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    kristenTian authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    c548512 View commit details
    Browse the repository at this point in the history
  51. [MD] new UX changes for password fields and update password modal in …

    …data source management (opensearch-project#2532)
    
    * nex ux changes for password fields and update password modal in data source management
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    * update change log
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    Signed-off-by: mpabba3003 <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    mpabba3003 authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    8f5056a View commit details
    Browse the repository at this point in the history
  52. Edit wizard directly on dashboard (opensearch-project#2508)

    Signed-off-by: abbyhu2000 <[email protected]>
    
    Signed-off-by: abbyhu2000 <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    abbyhu2000 authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    78c1ac6 View commit details
    Browse the repository at this point in the history
  53. Updates functional test readme (opensearch-project#2492)

    Updates the Readme to call out the change in functional testing
    for OpenSearch Dashboards
    
    Issue resolved:
    opensearch-project#2462
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    ashwin-pc authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    3bfabf4 View commit details
    Browse the repository at this point in the history
  54. Add column service to index pattern & Register data source column (op…

    …ensearch-project#2542)
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    Signed-off-by: Kristen Tian <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    kristenTian authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    3696483 View commit details
    Browse the repository at this point in the history
  55. [MD] Add experimental callout for index pattern section (opensearch-p…

    …roject#2523)
    
    * Add experimental callout for index pattern section
    
    Signed-off-by: Yibo Wang <[email protected]>
    
    * add switch for experimental callout & update snapshots
    
    Signed-off-by: Yibo Wang <[email protected]>
    
    * Update UT
    
    Signed-off-by: Yibo Wang <[email protected]>
    
    Signed-off-by: Yibo Wang <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    yibow98 authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    8ba1e35 View commit details
    Browse the repository at this point in the history
  56. [MD] Add data source signing support (opensearch-project#2510)

    * Add data source signing support
    * Optimize error handling and logging
    * Update wording on error message and readme
    
    Signed-off-by: Louis Chu <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    noCharger authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    0916619 View commit details
    Browse the repository at this point in the history
  57. [MD] UX refactor for datasource create page (opensearch-project#2501)

    * UX refactor for datasource create page
    
    Signed-off-by: Yibo Wang <[email protected]>
    
    * address comments&add CHANGLOG
    
    Signed-off-by: Yibo Wang <[email protected]>
    
    * Apply callout in all ds pages & update endpoint field placeholder text
    
    Signed-off-by: Yibo Wang <[email protected]>
    
    * add documentation links
    
    Signed-off-by: Yibo Wang <[email protected]>
    
    * update snapshot test and snapshots
    
    Signed-off-by: Yibo Wang <[email protected]>
    
    * Update CHANGELOG.md&.lycheeexclude
    
    Signed-off-by: Yibo Wang <[email protected]>
    
    * Update UT
    
    Signed-off-by: Yibo Wang <[email protected]>
    
    Signed-off-by: Yibo Wang <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    yibow98 authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    a868ce5 View commit details
    Browse the repository at this point in the history
  58. [MD]Add data source config to opensearch-dashboards-docker (opensearc…

    …h-project#2557)
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    Signed-off-by: Kristen Tian <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    kristenTian authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    6f6d5b8 View commit details
    Browse the repository at this point in the history
  59. [MD] Make text content dynamically translated & update unit tests (op…

    …ensearch-project#2570)
    
    * Make text content dynamically translated
    * add unit tests
    
    Signed-off-by: Yibo Wang <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    yibow98 authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    8dcaadc View commit details
    Browse the repository at this point in the history
  60. [MD] Adding unit test coverage for Update data source management (ope…

    …nsearch-project#2567)
    
    * adding unit test cases for edit data source page
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    * lint mock file
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    * updating snapshot
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    * updating CHANGELOG.MD
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    * updating CHANGELOG.MD
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    * updating CHANGELOG.MD
    
    Signed-off-by: mpabba3003 <[email protected]>
    
    Signed-off-by: mpabba3003 <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    mpabba3003 authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    a902811 View commit details
    Browse the repository at this point in the history
  61. [MD] skip data source view when pick default (opensearch-project#2574)

    Signed-off-by: Kristen Tian <[email protected]>
    
    Signed-off-by: Kristen Tian <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    kristenTian authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    f2fc745 View commit details
    Browse the repository at this point in the history
  62. Change classname prefix wiz to vb (opensearch-project#2581)

    Signed-off-by: abbyhu2000 <[email protected]>
    
    Signed-off-by: abbyhu2000 <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    abbyhu2000 authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    ca2d031 View commit details
    Browse the repository at this point in the history
  63. Change wizard to vis_builder in file names and paths (opensearch-proj…

    …ect#2587)
    
    Change all wizard reference in file names and paths to vis_builder
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    Signed-off-by: abbyhu2000 <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    abbyhu2000 authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    459fa6a View commit details
    Browse the repository at this point in the history
  64. Add @zhongnansu as maintainer (opensearch-project#2590)

    Signed-off-by: Kristen Tian <[email protected]>
    
    Signed-off-by: Kristen Tian <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    kristenTian authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    8b75268 View commit details
    Browse the repository at this point in the history
  65. [Vis Builder] Update vislib params and misc fixes (opensearch-project…

    …#2610)
    
    * Updates bar, line, area visbuilder config
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    
    * Misc fixes from functional testing
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    
    * Adds Changelog entry
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    ashwin-pc authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    9d5e7df View commit details
    Browse the repository at this point in the history
  66. fix error code

    Signed-off-by: Sergey V. Osipov <[email protected]>
    sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    a4f85bd View commit details
    Browse the repository at this point in the history
  67. fix error.code )

    Signed-off-by: Sergey V. Osipov <[email protected]>
    sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    2726f63 View commit details
    Browse the repository at this point in the history
  68. [MD] Datasource management Edit/Update page UX updates (opensearch-pr…

    …oject#2629)
    
    Signed-off-by: mpabba3003 <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    mpabba3003 authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    8f25a16 View commit details
    Browse the repository at this point in the history
  69. [MD]Address comments from UX signoff meeting-Datasource list and crea…

    …te page (opensearch-project#2625)
    
    Signed-off-by: Yibo Wang <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    yibow98 authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    de2b984 View commit details
    Browse the repository at this point in the history
  70. Rename wizard to visBuilder in i18n id and formatted message id (open…

    …search-project#2635)
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    Signed-off-by: abbyhu2000 <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    abbyhu2000 authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    167951b View commit details
    Browse the repository at this point in the history
  71. Add CHANGELOG

    Signed-off-by: Sergey V. Osipov <[email protected]>
    sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    7fd8e21 View commit details
    Browse the repository at this point in the history
  72. [Windows] Facilitate building of OSD and plugins (opensearch-project#…

    …2601)
    
    * [Windows] Replaces `rm -rf` with `remove.js`
    * [dev/build] Facilitates using zipped archives of node releases
    * [div/build] Introduces Windows as a platform
    * [dev/build] Corrects cleaning of platform specific build artifacts
    * [dev/build] Enhances the cleanup of downloaded node binaries
    * [opensearch-dashboards-plugin] Removes prohibition on installing plugins on Windows
    * [@osd/utils] Adds a method to standardize path references across platforms
    * [dev/build] Standardize paths in tests
    * [@osd/telemetry-tools] Normalizes the collection paths
    * [plugins/url-forwarding] Fixes the usage of `normalizePath` across node and browser
    * [@osd/pm] Allows symlink created for tests without elevated privileges on Windows
    * [@osd/opensearch] Allows usage of Windows snapshots in integration tests
    * [@osd/opensearch] Employs absolute paths in tests
    * [@osd/apm-config-loader] Employs absolute paths in tests
    * [core/server] Employs absolute and posix references to paths
    * [@osd/optimizer] Standardize paths in tests
    * [@osd/tests] Employs absolute paths in tests
    * [@osd/pm] Standardize paths in project trees
    * [plugins/telemetry] Accommodates the inability of Windows to create unreadable files for testing
    * [@osd/config-schema] Normalize paths in tests
    * [@osd/plugin-helpers] Standardize paths in tests
    * [@osd/plugin-generator] Standardize paths in tests
    * [Windows] Update changelog
    
    Signed-off-by: Miki <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    AMoo-Miki authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    1514ed5 View commit details
    Browse the repository at this point in the history
  73. Rename wizard to visBuilder in class name, type name and function name (

    opensearch-project#2639)
    
    Rname wizard to visBuilder
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    Signed-off-by: abbyhu2000 <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    abbyhu2000 authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    324f0f0 View commit details
    Browse the repository at this point in the history
  74. [BUG]fix suggestion list cutoff issue (opensearch-project#2607)

    In this PR, we fixed the suggestion list cutoff in an easy way.
    We remove width 250px and add block display to allow browser to
    select a width and add ellipsis at the bottom.
    
    However, we might have longer input that can't fit into the search.
    When we truncate the search, the elements look the same which might
    be still an issue for customer usage. We definitely need more
    feedbacks on the cutoff behavior.
    
    Issue resolved:
    opensearch-project#2555
    
    Signed-off-by: Anan Zhuang <[email protected]>
    
    Signed-off-by: Anan Zhuang <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    ananzh authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    aaeda4d View commit details
    Browse the repository at this point in the history
  75. [MD] Address UX comments on index pattern stack (opensearch-project#…

    …2611)
    
    - Update data source column header in index pattern table
        - Update index pattern column name to Title
        - Remove data source search field error check given it is not required
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    Signed-off-by: Kristen Tian <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    kristenTian authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    198b3f2 View commit details
    Browse the repository at this point in the history
  76. [CVE 2022-3517] Bump minimatch to 3.0.5 and [IBM X-Force ID: 220063] …

    …unset-value to 2.0.1 (opensearch-project#2640)
    
    * Update CVE 2022-3517 minimatch to 3.0.5
    * enforce unset-value to 2.0.1
    * version semver update and combining changelogs
    * adding minimatch sub-dep resolution
    Signed-off-by: himsgupta1122 <[email protected]>
    
    Signed-off-by: Sergey V. Osipov <[email protected]>
    himsgupta1122 authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    b4ca07f View commit details
    Browse the repository at this point in the history
  77. Apply get indice error handling in step index pattern (opensearch-pro…

    …ject#2652)
    
    Error handling only happens before loading the indices to step index pattern but not within. Therefore pass the error handling inside the step as well to render error state.
    
    Signed-off-by: Kristen Tian <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    kristenTian authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    d33f900 View commit details
    Browse the repository at this point in the history
  78. [Vis Builder] Bug fixes for datasource picker and auto time interval (o…

    …pensearch-project#2632)
    
    * Fixes auto time interval
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    
    * Fixes change datasource while editing agg
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    
    * Misc fixes
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    
    * Updates Changelog
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    
    * Correctly sets timerange
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    
    * Fixes rebase
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    ashwin-pc authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    d7b6efe View commit details
    Browse the repository at this point in the history
  79. Last Updated Timestamp for visbuilder saved object is getting Generat…

    …ed (opensearch-project#2628)
    
    Signed-off-by: AbhishekReddy1127 <[email protected]>
    
    Signed-off-by: AbhishekReddy1127 <[email protected]>
    Co-authored-by: Ashwin P Chandran <[email protected]>
    2 people authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    89f7bf4 View commit details
    Browse the repository at this point in the history
  80. [MD] Refactor data source server side error handling (opensearch-proj…

    …ect#2661)
    
    - Rename DataSourceConfigError to DataSourceError
    - Add helper createDataSourceError() to create data source error from, and replace usage of new DataSourceError(e) with createDataSourceError(e)
    - import createDataSourceError()  from data source plugin setup interface,
    refactor to move data source error response logic from router.ts to resolve_index.ts.
    
    Signed-off-by: Su <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    zhongnansu authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    dcd2ee8 View commit details
    Browse the repository at this point in the history
  81. [Vis Builder] Rename wizard on save modal and visualization table (op…

    …ensearch-project#2645)
    
    * Rename wizard on save modal and visualization table
    
    Change the wizard reference in save modal title, toggle and visualization table
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    * Save visualization on save modal, VisBuilder for chart type
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    * No experimental flag
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    Signed-off-by: abbyhu2000 <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    abbyhu2000 authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    313ca79 View commit details
    Browse the repository at this point in the history
  82. [@osd/cross-platform] Adds cross-platform helpers (opensearch-project…

    …#2681)
    
    Signed-off-by: Miki <[email protected]>
    
    Signed-off-by: Miki <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    AMoo-Miki authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    87c9d68 View commit details
    Browse the repository at this point in the history
  83. Change save object type, wizard id and name to visBuilder (opensearch…

    …-project#2673)
    
    * Change save object type, wizard ID and Name to visBuilder
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    * Rename wizard in functional tests
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    * Finalize plugin-id and plugin-name and saved-object-type
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    * Change official name to VisBuilder
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    * Delete migration
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    * Fix functional test
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    * Update snapshot
    
    Signed-off-by: abbyhu2000 <[email protected]>
    
    Signed-off-by: abbyhu2000 <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    abbyhu2000 authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    904701f View commit details
    Browse the repository at this point in the history
  84. [CVE] Bump loader-utils to 2.0.3 to fix CVE-2022-37601 (opensearch-pr…

    …oject#2689)
    
    * [CVE] Bump loader-utils to 2.0.3 to fix CVE-2022-37601
    
    Signed-off-by: Zilong Xia <[email protected]>
    
    * Update CHANGELOG.md
    
    Signed-off-by: Zilong Xia <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    ZilongX authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    cf8f26f View commit details
    Browse the repository at this point in the history
  85. Add extension point in saved object management to register namespaces…

    … and show filter (opensearch-project#2656)
    
    * Create filter registry for saved object management to make filters extensible
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * WIP on making fetchCounts generic
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * First step at making scroll_counts generic
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Work on getting other filter counts with same object count endpoint
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Get tenant count options to display
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Extend find to work with namespaces for saved objects
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Add missing filterFields
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Update jest tests
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Update saved_objects_table snapshot
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Append index to id to make unique
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Add semi-colon
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Fix saved objects table tests with new id scheme
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Only append idx on config type to ensure Advanced Settings have a unique id across tenants
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Remove itemsClone in favor of showing only Advanced Settings of current tenant
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Revert snapshots in table.test.tsx
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Add additional parse_query test
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Add comma
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Create namespaceRegistry to decouple security dashboards plugin and osd core
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Add ability to register an alias
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Update parse query and add to CHANGELOG
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Remove commented out code
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Address code review comments
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Override i18n if alias is regitered
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    Signed-off-by: Craig Perkins <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    cwperks authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    b234559 View commit details
    Browse the repository at this point in the history
  86. Removed Leftover X Pack references opensearch-project#2517 (opensearc…

    …h-project#2638)
    
    x-pack references in the code are removed as per the given files in opensearch-project#2517
    
    Issue Resolved:
    opensearch-project#2517
    
    Signed-off-by: vimal K <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    vimalMK authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    b6650ea View commit details
    Browse the repository at this point in the history
  87. Revert "[@osd/cross-platform] Adds cross-platform helpers (opensearch…

    …-project#2681)" (opensearch-project#2694)
    
    This reverts commit 887093d.
    
    Now that downstream plugins and projects are unblocked from builds, we want to make these changes following our standard processes and automated checks
    
    Signed-off-by: Josh Romero <[email protected]>
    
    Signed-off-by: Josh Romero <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    joshuarrrr authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    add7c56 View commit details
    Browse the repository at this point in the history
  88. [MD] Add design documents of multiple data source feature (opensearch…

    …-project#2538)
    
    * Add MD design documents, including high level design, user stories, client management detailed design
    
    Signed-off-by: Su <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    zhongnansu authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    c908203 View commit details
    Browse the repository at this point in the history
  89. Adds @osd/cross-platform (opensearch-project#2703)

    * Adds helper functions, @osd/cross-platform, to work around the differences of platforms
    
    Signed-off-by: Miki <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    AMoo-Miki authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    693b429 View commit details
    Browse the repository at this point in the history
  90. [MD]Update MD data source documentation link (opensearch-project#2693)

    Signed-off-by: Kristen Tian <[email protected]>
    
    Signed-off-by: Kristen Tian <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    kristenTian authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    b67f2e7 View commit details
    Browse the repository at this point in the history
  91. Add Skip-Changelog label to skip changelog verification on certain …

    …PRs (opensearch-project#2726)
    
    Signed-off-by: Miki <[email protected]>
    
    Signed-off-by: Miki <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    AMoo-Miki authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    29b086e View commit details
    Browse the repository at this point in the history
  92. Enable visbuilder by default (opensearch-project#2725)

    * Enable visbuilder by default
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    
    * Adds changelog entry
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    ashwin-pc authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    dfde15a View commit details
    Browse the repository at this point in the history
  93. [Save Object Aggregation View] Fix for export all after scroll count …

    …response changed in PR#2656 (opensearch-project#2696)
    
    * Fix for filterSavedObjectCounts for namespaceRegistry
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Fix saved_objects_table.test.tsx
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Add to CHANGELOG
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Correct reference to namespacesToInclude
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Use filteredTypeCounts
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Use namespaces similar to types for fetchObjects
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Use _all to represent query for all namespaces
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Pass all registered namespaces
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Switch back signature of scroll_count
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Change countOptions to options
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Use not not instead of in
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Filter namespaces to only include namespace that have been registered
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Add filterQuery with tests
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    * Update license headers and address review comments
    
    Signed-off-by: Craig Perkins <[email protected]>
    
    Signed-off-by: Craig Perkins <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    cwperks authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    6855c0f View commit details
    Browse the repository at this point in the history
  94. Update backport workflow to ignore changelog conflicts (opensearch-pr…

    …oject#2729)
    
    Signed-off-by: Miki <[email protected]>
    
    Signed-off-by: Miki <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    AMoo-Miki authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    1b6dde7 View commit details
    Browse the repository at this point in the history
  95. Tweak multiple data source design doc (opensearch-project#2724)

    Signed-off-by: Kristen Tian <[email protected]>
    
    Signed-off-by: Kristen Tian <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    kristenTian authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    4273887 View commit details
    Browse the repository at this point in the history
  96. [Chore] Refactor and improve Discover field summaries (opensearch-pro…

    …ject#2391)
    
    * [Chore] Refactor and improve field summaries
    
    * Convert to typescript
    * Fix types
    * Add tests
    
    Signed-off-by: Josh Romero <[email protected]>
    
    * [Test] Update functional test
    
    Groups are now naturally sorted by key, which requires selecting a different date filter
    
    Signed-off-by: Josh Romero <[email protected]>
    
    * [Chore] Add changelog entry
    
    Signed-off-by: Josh Romero <[email protected]>
    
    * [Chore] Refactor columns passing, fix bugs
    
    * pass columns explicitly as props
    * fix branding in core mocks
    * fix `toBeUndefined()` usage in tests
    * remove leftover comment
    * fix test subject
    * condense types
    
    Signed-off-by: Josh Romero <[email protected]>
    
    Signed-off-by: Josh Romero <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    joshuarrrr authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    0e4eec3 View commit details
    Browse the repository at this point in the history
  97. Removes Add Integration button (opensearch-project#2723)

    * Removes Add Integration button
    
    Issue Resolved:
    opensearch-project#2684
    
    Signed-off-by: Bandini Bhopi <[email protected]>
    
    * Adds changelog entry
    
    Signed-off-by: Bandini Bhopi <[email protected]>
    
    Signed-off-by: Bandini Bhopi <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    bandinib-amzn authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    5aa57ff View commit details
    Browse the repository at this point in the history
  98. Prevent backport workflow from running on umerged PRs (opensearch-pro…

    …ject#2746)
    
    Signed-off-by: Miki <[email protected]>
    
    Signed-off-by: Miki <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    AMoo-Miki authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    5d70422 View commit details
    Browse the repository at this point in the history
  99. [Vis Builder] Enable VisBuilder cypress tests (opensearch-project#2728)

    * Enable VisBuilder cypress tests
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    
    * Adds changelog and fix env
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    
    * Run all tests
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    ashwin-pc authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    9d7967c View commit details
    Browse the repository at this point in the history
  100. Update src/setup_node_env/node_version_validator.js

    Co-authored-by: Miki <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    sipopo and AMoo-Miki committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    fec31f5 View commit details
    Browse the repository at this point in the history
  101. Add changes by @AMoo-Miki

    Signed-off-by: Sergey V. Osipov <[email protected]>
    sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    4c030bf View commit details
    Browse the repository at this point in the history
  102. [CI] update backport custom branch name (opensearch-project#2766)

    GitHub action for backporting got updated to change custom branch
    to head template.
    
    This was causing issues in clean up and skipping steps.
    
    Issue:
    n/a
    
    Signed-off-by: Kawika Avilla <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    kavilla authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    ab5217f View commit details
    Browse the repository at this point in the history
  103. [Legacy Maps Plugin] Prevent reverse-tabnabbing (opensearch-project#2540

    )
    
    Signed-off-by: Miki <[email protected]>
    
    Signed-off-by: Miki <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    AMoo-Miki authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    4fe1349 View commit details
    Browse the repository at this point in the history
  104. change geckodriver version to make consistency (opensearch-project#2772)

    * change geckodriver version to make consistency
    
    Issue Resolved:
    opensearch-project#2771
    
    Signed-off-by: Anan Zhuang <[email protected]>
    
    * combine https-proxy-agent in yarn.lock
    
    Signed-off-by: Anan Zhuang <[email protected]>
    
    Signed-off-by: Anan Zhuang <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    ananzh authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    bc14ef0 View commit details
    Browse the repository at this point in the history
  105. [Vis Builder] Add an experimental table visualization in vis builder (o…

    …pensearch-project#2705)
    
    * [Vis Builder] Add an experimental table visualization in vis builder
    
    In this PR, we hook up an experimental table vis in vis builder. This
    table vis is a refactor of previous table. It is written in React and
    DataGrid component.
    
    In this PR, we did two main things:
    * add an experimental table visualization
    * enable it in vis builder
    
    Issue Resolved (hook up table in vis builder):
    opensearch-project#2704
    
    The experimental table vis has all the features from current table, including
    * restore table vis in react using a Datagrid component
    * datagrid component does not support splitted grids. For future transfer
    to OUI Datagrid, we create a tableGroup in visData for splitted grids.
    * restore basic pagenation, sort and format.
    * implement datagrid columns
    * display column title correctly
    * deangular and re-use formatted column
    * convert formatted column to data grid column
    * restore filter in and filter out value functions
    * format table cell to show Date and percent
    * restore showTotal feature: it allows table vis to show total,
    avg, min, max and count statics on count
    * restore export csv feature to table vis
    * split table in rows and columns
    
    Beside of restoring original features, there are some changes:
    
    * [IMPROVE] remove repeated column from split tables
    Currently, when we split table by columns, the split column is shown
    both in the table title and as a separate column. This is not needed.
    In this PR, we remove the repeated column in split tables in col.
    * [NEW FEATURE] adjustable table column width
    In the new table visualization, customer can adjust the column width
    as needed.
    
    Issue Resolved:
    opensearch-project#2212
    opensearch-project#2213
    opensearch-project#2305
    opensearch-project#2379
    opensearch-project#2579
    
    Since this is a hookup PR, we remove un-used table vis types and options
    because they could be defined in vis builder.
    
    We also create follow up issues for some un-resolved PR comments.
    
    Signed-off-by: Anan Zhuang <[email protected]>
    
    * remove unused scss tyle
    
    Signed-off-by: Anan Zhuang <[email protected]>
    
    * remove total func and percentage col
    
    total func and percentage col are two features that we might
    need to remove or re-invent for future table vis. For hookup
    purpose, it doesn't make sense to include some features that
    we would like to remove.
    
    this PR removes total func and percentage col in both table
    vis and vis builder
    
    Signed-off-by: Anan Zhuang <[email protected]>
    
    * comment out cellActions
    currently filter in/out cell doesn't function in vis builder.
    we will coumment out cell actions for now.
    
    Signed-off-by: Anan Zhuang <[email protected]>
    
    Signed-off-by: Anan Zhuang <[email protected]>
    ananzh authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    f40aa48 View commit details
    Browse the repository at this point in the history
  106. Security-CVEs fixes guidelines (opensearch-project#2674)

    * Security-CVEs fixes guidelines
    
    Signed-off-by: himsgupta1122 <[email protected]>
    
    * styling
    
    Signed-off-by: himsgupta1122 <[email protected]>
    
    * add example
    
    Signed-off-by: himsgupta1122 <[email protected]>
    
    * add documention
    
    Signed-off-by: himsgupta1122 <[email protected]>
    
    Signed-off-by: himsgupta1122 <[email protected]>
    Signed-off-by: Sergey V. Osipov <[email protected]>
    himsgupta1122 authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    ca7faac View commit details
    Browse the repository at this point in the history
  107. [MD] Update default audit log path (opensearch-project#2793)

    - Fix the /tmp path issue seen on windows platform.
    - Change audit log to disable by default.
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    Signed-off-by: Kristen Tian <[email protected]>
    kristenTian authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    50ac94c View commit details
    Browse the repository at this point in the history
  108. [Vis Builder] Add field summary popovers (opensearch-project#2682)

    * [Vis Builder] Add field summary popovers
    
    Much of the functionality was ported from `Discover`, but
    largely refactored.
    
    * Add utilities to get sampled hit summaries by field
    * Add popover summaries
    * Slight refactor of special `Count` pseudofield
    * Use observable subscription to update sampled hits
    
    Fixes opensearch-project#950
    
    Signed-off-by: Josh Romero <[email protected]>
    
    * [Vis Builder] Add additional unit tests
    
    Signed-off-by: Josh Romero <[email protected]>
    
    * [VisBuilder] Update naming of summary field components
    
    Signed-off-by: Josh Romero <[email protected]>
    
    * [VisBuilder] Avoid prop passing by extracting custom hooks
    
    - refactor meta field identification
    
    Signed-off-by: Josh Romero <[email protected]>
    
    * [VisBuilder] Add TODOs with issue links, fix test ID
    
    Restores previous test ID for count field button
    
    Signed-off-by: Josh Romero <[email protected]>
    
    Signed-off-by: Josh Romero <[email protected]>
    joshuarrrr authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    ba0982e View commit details
    Browse the repository at this point in the history
  109. Bump makelogs to remove dependency on got (opensearch-project#2801)

    * Also dusted off the lock file a bit
    
    Fixes opensearch-project#1764
    
    Signed-off-by: Miki <[email protected]>
    
    Signed-off-by: Miki <[email protected]>
    Signed-off-by: Sergey Osipov <[email protected]>
    AMoo-Miki authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    a31a21e View commit details
    Browse the repository at this point in the history
  110. Change VisBuilder flag for docker config (opensearch-project#2804)

    Signed-off-by: Ashwin P Chandran <[email protected]>
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    Signed-off-by: Sergey Osipov <[email protected]>
    ashwin-pc authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    df25e13 View commit details
    Browse the repository at this point in the history
  111. [MD] Add explicit no spellcheck on password fields (opensearch-projec…

    …t#2818)
    
    Signed-off-by: Kristen Tian <[email protected]>
    
    Signed-off-by: Kristen Tian <[email protected]>
    Signed-off-by: Sergey Osipov <[email protected]>
    kristenTian authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    89ed89b View commit details
    Browse the repository at this point in the history
  112. [Bug][Table Visualization] Fix first column sort issue (opensearch-pr…

    …oject#2828)
    
    Currently, the first column of table vis won't sort. This PR fixes
    the bug.
    
    Issue Resolved:
    opensearch-project#2827
    
    Signed-off-by: Anan Zhuang <[email protected]>
    
    Signed-off-by: Anan Zhuang <[email protected]>
    Signed-off-by: Sergey Osipov <[email protected]>
    ananzh authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    7b8faf1 View commit details
    Browse the repository at this point in the history
  113. Temporarily prevents task-kill exceptions on Windows when it is pas…

    …sed a `pid` for a process that is already dead (opensearch-project#2842)
    
    Ref: opensearch-project#2811
    
    Signed-off-by: Miki <[email protected]>
    
    Signed-off-by: Miki <[email protected]>
    Signed-off-by: Sergey Osipov <[email protected]>
    AMoo-Miki authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    f1f638f View commit details
    Browse the repository at this point in the history
  114. Add the release runbook to RELEASING.md (opensearch-project#2533)

    * Add release runbook on RELEASING.md
    
    Signed-off-by: Louis Chu <[email protected]>
    
    * Update wording based on comments
    
    Signed-off-by: Louis Chu <[email protected]>
    
    * Update wording based on comment
    
    Signed-off-by: Louis Chu <[email protected]>
    
    * Resolve CHANGELOG.MD conflicts
    
    Signed-off-by: Louis Chu <[email protected]>
    
    Signed-off-by: Louis Chu <[email protected]>
    Signed-off-by: Louis Chu <[email protected]>
    Signed-off-by: Sergey Osipov <[email protected]>
    noCharger authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    09edbdc View commit details
    Browse the repository at this point in the history
  115. [VisBuilder] [BUG] fix empty workspace animation does not work in fir…

    …efox (opensearch-project#2853)
    
    * fix: fix VisBuilder empty animation does not work in firefox
    
    Signed-off-by: raintygao <[email protected]>
    
    * doc: add changelog for pull request
    
    Signed-off-by: raintygao <[email protected]>
    
    Signed-off-by: raintygao <[email protected]>
    Signed-off-by: Sergey Osipov <[email protected]>
    raintygao authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    bdc989b View commit details
    Browse the repository at this point in the history
  116. [Vis Builder] Removed Hard Coded Strings and Used i18n to transalte (o…

    …pensearch-project#2867)
    
    Signed-off-by: AbhishekReddy1127 <[email protected]>
    
    Signed-off-by: AbhishekReddy1127 <[email protected]>
    Signed-off-by: Sergey Osipov <[email protected]>
    AbhishekReddy1127 authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    da7b742 View commit details
    Browse the repository at this point in the history
  117. [Doc] Document charts plugin (opensearch-project#2695)

    - Update README with full capabilities
    - Add `current_usage` to track current usage
    
    Signed-off-by: Josh Romero <[email protected]>
    Signed-off-by: Sergey Osipov <[email protected]>
    joshuarrrr authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    f5880c3 View commit details
    Browse the repository at this point in the history
  118. Setup OpenSearch plugin dependencies on cluster snapshot (opensearch-…

    …project#2734)
    
    * Adding yarn opensearch args to setup opensearch plugin dependencies on snapshot
    * Updating the example opensearch snapshot help command with --P arg
    * Adding tests to the plugin installation function
    * Adding documentation for the new flag in developer guide
    
    Signed-off-by: Manasvini B Suryanarayana <[email protected]>
    manasvinibs authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    046fd07 View commit details
    Browse the repository at this point in the history
  119. [WS-2021-0638][Security] bump mocha to 10.1.0 (opensearch-project#2711)

    * [WS-2021-0638][Security] bump mocha to 10.1.0
    
    In our current repo, most mocha tests have been changed
    to jest in this issue:
    opensearch-project#215
    
    The fix for the above issue
    (mochajs/mocha@61b4b92)
    is only released in the latest version v10.1.0:
    https://github.com/mochajs/mocha/blob/5f96d511dbf913f135b92198aab721a27f6b44fe/lib/utils.js#L79
    
    Since we are considering this change might break others, we will not backport to 2.x and release it in 3.0.0
    
    Issue Resolved:
    opensearch-project#2269
    
    Signed-off-by: Anan Zhuang <[email protected]>
    Signed-off-by: Sergey Osipov <[email protected]>
    ananzh authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    111700e View commit details
    Browse the repository at this point in the history
  120. OSD-2847 bump del version to fix race condition (opensearch-project#2873

    )
    
    * OSD-2847 bump del version to fix race condition
    
    Signed-off-by: Daniel Belmes <[email protected]>
    Signed-off-by: Sergey Osipov <[email protected]>
    DanielBelmes authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    87d186a View commit details
    Browse the repository at this point in the history
  121. [i18n] Register ru, ru-RU locale (opensearch-project#2817)

    * register ru locale
    
    Signed-off-by: Dmitry Dudin <[email protected]>
    Signed-off-by: Sergey Osipov <[email protected]>
    dmitry-by-step-logic authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    344e520 View commit details
    Browse the repository at this point in the history
  122. [Doc] Correct "help" command to reflect actual behaviour (opensearch-…

    …project#2810)
    
    * [Doc] Correct "help" command to reflect actual behaviour
    
    Signed-off-by: Patrick Clausen <[email protected]>
    
    * Update CHANGELOG.md
    
    Signed-off-by: Patrick Clausen <[email protected]>
    
    Signed-off-by: Patrick Clausen <[email protected]>
    Co-authored-by: Josh Romero <[email protected]>
    Signed-off-by: Sergey Osipov <[email protected]>
    2 people authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    8373c92 View commit details
    Browse the repository at this point in the history
  123. Add 2.4.0 release notes (opensearch-project#2881)

    The release notes are in the 2.4 branch and 2.4.0 tag but not in main or
    2.x which is our usual standard.
    
    Instead of cherry-picking commits I have just copied over the file.
    
    Issue:
    n/a
    
    Signed-off-by: Kawika Avilla <[email protected]>
    
    Signed-off-by: Kawika Avilla <[email protected]>
    Signed-off-by: Sergey Osipov <[email protected]>
    kavilla authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    4769ef5 View commit details
    Browse the repository at this point in the history
  124. Configuration menu
    Copy the full SHA
    30b2fee View commit details
    Browse the repository at this point in the history
  125. Reenable CI tests for feature branches (opensearch-project#2908)

    * Reenable CI tests for feature branches
    
    Signed-off-by: Ashwin P Chandran <[email protected]>
    Signed-off-by: Sergey Osipov <[email protected]>
    ashwin-pc authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    e66f1d7 View commit details
    Browse the repository at this point in the history
  126. 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]>
    Signed-off-by: Sergey Osipov <[email protected]>
    AMoo-Miki authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    8773686 View commit details
    Browse the repository at this point in the history
  127. 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]>
    Signed-off-by: Sergey Osipov <[email protected]>
    AMoo-Miki authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    1675b91 View commit details
    Browse the repository at this point in the history
  128. [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]>
    Signed-off-by: Sergey Osipov <[email protected]>
    AMoo-Miki authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    bfb9db7 View commit details
    Browse the repository at this point in the history
  129. Add Windows CI to the workflow (opensearch-project#2966)

    Signed-off-by: Miki <[email protected]>
    
    Signed-off-by: Miki <[email protected]>
    Signed-off-by: Sergey Osipov <[email protected]>
    AMoo-Miki authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    ed9f17b View commit details
    Browse the repository at this point in the history
  130. 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]>
    Signed-off-by: Sergey Osipov <[email protected]>
    AMoo-Miki authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    031c3d4 View commit details
    Browse the repository at this point in the history
  131. 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>
    Signed-off-by: Sergey Osipov <[email protected]>
    dependabot[bot] authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    9dc6b05 View commit details
    Browse the repository at this point in the history
  132. 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]>
    Signed-off-by: Sergey Osipov <[email protected]>
    AMoo-Miki authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    d8bf14b View commit details
    Browse the repository at this point in the history
  133. 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]>
    Signed-off-by: Sergey Osipov <[email protected]>
    kavilla authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    b5553ac View commit details
    Browse the repository at this point in the history
  134. [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]>
    Signed-off-by: Sergey Osipov <[email protected]>
    abbyhu2000 authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    4a9fd9f View commit details
    Browse the repository at this point in the history
  135. Automates chromedriver version selection for tests (opensearch-projec…

    …t#2990)
    
    Signed-off-by: Miki <[email protected]>
    Signed-off-by: Sergey Osipov <[email protected]>
    AMoo-Miki authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    c625a57 View commit details
    Browse the repository at this point in the history
  136. 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]>
    Signed-off-by: Sergey Osipov <[email protected]>
    AMoo-Miki authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    aeed823 View commit details
    Browse the repository at this point in the history
  137. [Doc] Add readme for global query persistence (opensearch-project#3001)

    Signed-off-by: Sergey Osipov <[email protected]>
    abbyhu2000 authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    b2fb0db View commit details
    Browse the repository at this point in the history
  138. [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 and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    18ed706 View commit details
    Browse the repository at this point in the history
  139. [Chore] Add release notes for 1.3.7 (opensearch-project#3066)

    Signed-off-by: Josh Romero <[email protected]>
    Signed-off-by: Sergey Osipov <[email protected]>
    joshuarrrr authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    c8ee9af View commit details
    Browse the repository at this point in the history
  140. [Chore] Add 2.4.1 release notes (opensearch-project#3070)

    * [Chore] Add 2.4.1 release notes
    
    Signed-off-by: Josh Romero <[email protected]>
    Signed-off-by: Sergey Osipov <[email protected]>
    joshuarrrr authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    9c34260 View commit details
    Browse the repository at this point in the history
  141. [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]>
    Signed-off-by: Sergey Osipov <[email protected]>
    ananzh authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    897d59b View commit details
    Browse the repository at this point in the history
  142. [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]>
    Signed-off-by: Sergey Osipov <[email protected]>
    tmarkley authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    78a00b2 View commit details
    Browse the repository at this point in the history
  143. 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]>
    Signed-off-by: Sergey Osipov <[email protected]>
    tmarkley authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    9d93970 View commit details
    Browse the repository at this point in the history
  144. 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]>
    Signed-off-by: Sergey Osipov <[email protected]>
    2 people authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    4553682 View commit details
    Browse the repository at this point in the history
  145. Fix boktorbb alias. (opensearch-project#3085)

    Signed-off-by: dblock <[email protected]>
    Signed-off-by: Sergey Osipov <[email protected]>
    dblock authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    8411201 View commit details
    Browse the repository at this point in the history
  146. 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]>
    Signed-off-by: Sergey Osipov <[email protected]>
    2 people authored and sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    3e1f49c View commit details
    Browse the repository at this point in the history
  147. merge differents

    sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    106b141 View commit details
    Browse the repository at this point in the history
  148. remove some spaces

    Signed-off-by: Sergey Osipov <[email protected]>
    sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    658081c View commit details
    Browse the repository at this point in the history
  149. add ; -)

    Signed-off-by: Sergey Osipov <[email protected]>
    sipopo committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    df33397 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

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