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

Revert "feat: make the pr smaller" #16

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Commits on Mar 18, 2024

  1. Adds developer docs web link (opensearch-project#6117)

    Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com>
    ashwin-pc committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    522e2db View commit details
    Browse the repository at this point in the history
  2. Update 2.12 changelog to reflect correct change list (opensearch-proj…

    …ect#6168)
    
    Signed-off-by: Manasvini B Suryanarayana <manasvis@amazon.com>
    manasvinibs committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d404100 View commit details
    Browse the repository at this point in the history
  3. [BUG] Fix obsolete snapshots for test within data source management p…

    …lugin (opensearch-project#6185)
    
    * remove obsolete snapshots
    
    Signed-off-by: Lu Yu <nluyu@amazon.com>
    
    * add change log
    
    Signed-off-by: Lu Yu <nluyu@amazon.com>
    
    ---------
    
    Signed-off-by: Lu Yu <nluyu@amazon.com>
    BionIT committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a9e874f View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Pass request headers when making application config calls (opensearch…

    …-project#6164)
    
    Application config plugin allows external plugin to register a different storage other than the default OpenSearch. The external plugin may need some additional information about the request headers when handling the requests.
    
    * Allow extra information in the application config calls
    
    Signed-off-by: Tianle Huang <tianleh@amazon.com>
    
    * only expose headers
    
    Signed-off-by: Tianle Huang <tianleh@amazon.com>
    
    * update jsdoc
    
    Signed-off-by: Tianle Huang <tianleh@amazon.com>
    
    * add more logs
    
    Signed-off-by: Tianle Huang <tianleh@amazon.com>
    
    * update change log
    
    Signed-off-by: Tianle Huang <tianleh@amazon.com>
    
    * update readme
    
    Signed-off-by: Tianle Huang <tianleh@amazon.com>
    
    * update readme
    
    Signed-off-by: Tianle Huang <tianleh@amazon.com>
    
    ---------
    
    Signed-off-by: Tianle Huang <tianleh@amazon.com>
    tianleh committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    bfab07c View commit details
    Browse the repository at this point in the history
  2. [Discover] options button in canvas to toggle legacy mode (opensearch…

    …-project#6170)
    
    * [Discover] options button in canvas to toggle legacy mode
    
    Removes top nav bar link and provides a button option.
    
    Issue:
    n/a
    
    Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
    kavilla committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    db9806d View commit details
    Browse the repository at this point in the history
  3. add version number to newly created datasource object (opensearch-pro…

    …ject#6178)
    
    * add version number to newly created datasource object
    
    Signed-off-by: Zilong Xia <zilongx@amazon.com>
    
    * update attribute key from version to dataSourceVersion
    
    Signed-off-by: Zilong Xia <zilongx@amazon.com>
    
    * add support and test coverage for custom auth type
    
    Signed-off-by: Zilong Xia <zilongx@amazon.com>
    
    * fix ciGroup3 test case suite Create Datasource Wizard
    
    Signed-off-by: Zilong Xia <zilongx@amazon.com>
    
    ---------
    
    Signed-off-by: Zilong Xia <zilongx@amazon.com>
    Signed-off-by: ZilongX <99905560+ZilongX@users.noreply.github.com>
    ZilongX committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    daccae7 View commit details
    Browse the repository at this point in the history
  4. Add set default datasource (opensearch-project#6186)

    * Add set default datasource
    
    Signed-off-by: Yuanqi(Ella) Zhu <zhyuanqi@amazon.com>
    
    * Fix typo
    
    Signed-off-by: Yuanqi(Ella) Zhu <zhyuanqi@amazon.com>
    
    * change on this.props.isDefault
    
    Signed-off-by: Yuanqi(Ella) Zhu <zhyuanqi@amazon.com>
    
    * add unit test
    
    Signed-off-by: Yuanqi(Ella) Zhu <zhyuanqi@amazon.com>
    
    * set data_source to false
    
    Signed-off-by: Yuanqi(Ella) Zhu <zhyuanqi@amazon.com>
    
    * add more unit test
    
    Signed-off-by: Yuanqi(Ella) Zhu <zhyuanqi@amazon.com>
    
    * fix lint error
    
    Signed-off-by: Yuanqi(Ella) Zhu <zhyuanqi@amazon.com>
    
    * edit one more unit test
    
    Signed-off-by: Yuanqi(Ella) Zhu <zhyuanqi@amazon.com>
    
    * Fix another typo
    
    Signed-off-by: Yuanqi(Ella) Zhu <zhyuanqi@amazon.com>
    
    ---------
    
    Signed-off-by: Yuanqi(Ella) Zhu <zhyuanqi@amazon.com>
    Co-authored-by: ZilongX <99905560+ZilongX@users.noreply.github.com>
    zhyuanqi and ZilongX committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    d2347ca View commit details
    Browse the repository at this point in the history
  5. [Multiple Datasource] Use data source filter function before rendering (

    opensearch-project#6175)
    
    * use filter function before rendering
    
    Signed-off-by: Lu Yu <nluyu@amazon.com>
    
    * add change log
    
    Signed-off-by: Lu Yu <nluyu@amazon.com>
    
    ---------
    
    Signed-off-by: Lu Yu <nluyu@amazon.com>
    Co-authored-by: ZilongX <99905560+ZilongX@users.noreply.github.com>
    BionIT and ZilongX committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    8975381 View commit details
    Browse the repository at this point in the history
  6. Add release notes for 2.13.0 (opensearch-project#6194)

    Signed-off-by: Manasvini B Suryanarayana <manasvis@amazon.com>
    manasvinibs committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    73652f7 View commit details
    Browse the repository at this point in the history
  7. [CVE-2024-28849] Bump follow-redirects from 1.15.4 to 1.15.6 (opensea…

    …rch-project#6201)
    
    * updated follow redirects
    
    Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com>
    
    * Adds changelog
    
    Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com>
    
    ---------
    
    Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com>
    ashwin-pc committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    4a77617 View commit details
    Browse the repository at this point in the history
  8. Update release notes for 2.13 (opensearch-project#6209)

    Signed-off-by: Manasvini B Suryanarayana <manasvis@amazon.com>
    manasvinibs committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    1f74ab3 View commit details
    Browse the repository at this point in the history
  9. [MDS] Add Vega support for importing saved objects (opensearch-projec…

    …t#6123)
    
    * Add MDS support for Vega
    
    Signed-off-by: Huy Nguyen <73027756+huyaboo@users.noreply.github.com>
    
    * Refactor field to data_source_id
    
    Signed-off-by: Huy Nguyen <73027756+huyaboo@users.noreply.github.com>
    
    * Add to CHANGELOG.md
    
    Signed-off-by: Huy Nguyen <73027756+huyaboo@users.noreply.github.com>
    
    * Added test cases and renamed field to use data_source_name
    
    Signed-off-by: Huy Nguyen <73027756+huyaboo@users.noreply.github.com>
    
    * Add prefix datasource name test case and add example in default hjson
    
    Signed-off-by: Huy Nguyen <73027756+huyaboo@users.noreply.github.com>
    
    * Move CHANGELOG to appropriate section
    
    Signed-off-by: Huy Nguyen <73027756+huyaboo@users.noreply.github.com>
    
    * Increased test coverage of search() method
    
    Signed-off-by: Huy Nguyen <73027756+huyaboo@users.noreply.github.com>
    
    * Add test cases for util function
    
    Signed-off-by: Huy Nguyen <73027756+huyaboo@users.noreply.github.com>
    
    * Add util function to modify Vega Spec
    
    Signed-off-by: Huy Nguyen <73027756+huyaboo@users.noreply.github.com>
    
    * Add method to verify Vega saved object type
    
    Signed-off-by: Huy Nguyen <73027756+huyaboo@users.noreply.github.com>
    
    * Add import saved object support for Vega
    
    Signed-off-by: Huy Nguyen <73027756+huyaboo@users.noreply.github.com>
    
    * Add unit tests for Vega objects in create and conflict modes
    
    Signed-off-by: Huy Nguyen <73027756+huyaboo@users.noreply.github.com>
    
    * Refactored utils test file
    
    Signed-off-by: Huy Nguyen <73027756+huyaboo@users.noreply.github.com>
    
    * Add to CHANGELOG
    
    Signed-off-by: Huy Nguyen <73027756+huyaboo@users.noreply.github.com>
    
    * Use bulkget instead of single get
    
    Signed-off-by: Huy Nguyen <73027756+huyaboo@users.noreply.github.com>
    
    * Add datasource references to the specs
    
    Signed-off-by: Huy Nguyen <73027756+huyaboo@users.noreply.github.com>
    
    * Fix bootstrap errors
    
    Signed-off-by: Huy Nguyen <73027756+huyaboo@users.noreply.github.com>
    
    * Add edge case where title is potentially undefined
    
    Signed-off-by: Huy Nguyen <73027756+huyaboo@users.noreply.github.com>
    
    * Address PR comments
    
    Signed-off-by: Huy Nguyen <73027756+huyaboo@users.noreply.github.com>
    
    * Add more test coverage for checking conflict
    
    Signed-off-by: Huy Nguyen <73027756+huyaboo@users.noreply.github.com>
    
    * Fix unit test
    
    Signed-off-by: Huy Nguyen <73027756+huyaboo@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Huy Nguyen <73027756+huyaboo@users.noreply.github.com>
    huyaboo committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    de978d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. [Admin] Add @xinruiba as a maintainer (opensearch-project#6217)

    * add @xinruiba as a maintainer
    
    Signed-off-by: Flyingliuhub <33105471+flyingliuhub@users.noreply.github.com>
    
    * update PR Id
    
    Signed-off-by: Flyingliuhub <33105471+flyingliuhub@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: Flyingliuhub <33105471+flyingliuhub@users.noreply.github.com>
    Flyingliuhub committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f103b7e View commit details
    Browse the repository at this point in the history
  2. feat: validate if workspace exists when setup inside a workspace

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    73cf593 View commit details
    Browse the repository at this point in the history
  3. feat: add CHANGELOG

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b4ebc8b View commit details
    Browse the repository at this point in the history
  4. fix: unit test

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    0300d10 View commit details
    Browse the repository at this point in the history
  5. feat: optimize import order

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    3547286 View commit details
    Browse the repository at this point in the history
  6. feat: add protection

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    8350bef View commit details
    Browse the repository at this point in the history
  7. Apply suggestions from code review

    Co-authored-by: Yulong Ruan <ruanyu1@gmail.com>
    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe and ruanyl committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    2e9385a View commit details
    Browse the repository at this point in the history
  8. feat: jump to landing page

    Signed-off-by: SuZhou-Joe <suzhou@amazon.com>
    SuZhou-Joe committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    fc570f3 View commit details
    Browse the repository at this point in the history