-
Notifications
You must be signed in to change notification settings - Fork 0
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
Commits on Mar 18, 2024
-
Adds developer docs web link (opensearch-project#6117)
Signed-off-by: Ashwin P Chandran <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 522e2db - Browse repository at this point
Copy the full SHA 522e2dbView commit details -
Update 2.12 changelog to reflect correct change list (opensearch-proj…
…ect#6168) Signed-off-by: Manasvini B Suryanarayana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d404100 - Browse repository at this point
Copy the full SHA d404100View commit details -
[BUG] Fix obsolete snapshots for test within data source management p…
…lugin (opensearch-project#6185) * remove obsolete snapshots Signed-off-by: Lu Yu <[email protected]> * add change log Signed-off-by: Lu Yu <[email protected]> --------- Signed-off-by: Lu Yu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a9e874f - Browse repository at this point
Copy the full SHA a9e874fView commit details
Commits on Mar 19, 2024
-
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 <[email protected]> * only expose headers Signed-off-by: Tianle Huang <[email protected]> * update jsdoc Signed-off-by: Tianle Huang <[email protected]> * add more logs Signed-off-by: Tianle Huang <[email protected]> * update change log Signed-off-by: Tianle Huang <[email protected]> * update readme Signed-off-by: Tianle Huang <[email protected]> * update readme Signed-off-by: Tianle Huang <[email protected]> --------- Signed-off-by: Tianle Huang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bfab07c - Browse repository at this point
Copy the full SHA bfab07cView commit details -
[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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db9806d - Browse repository at this point
Copy the full SHA db9806dView commit details -
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 <[email protected]> * update attribute key from version to dataSourceVersion Signed-off-by: Zilong Xia <[email protected]> * add support and test coverage for custom auth type Signed-off-by: Zilong Xia <[email protected]> * fix ciGroup3 test case suite Create Datasource Wizard Signed-off-by: Zilong Xia <[email protected]> --------- Signed-off-by: Zilong Xia <[email protected]> Signed-off-by: ZilongX <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for daccae7 - Browse repository at this point
Copy the full SHA daccae7View commit details -
Add set default datasource (opensearch-project#6186)
* Add set default datasource Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> * Fix typo Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> * change on this.props.isDefault Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> * add unit test Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> * set data_source to false Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> * add more unit test Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> * fix lint error Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> * edit one more unit test Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> * Fix another typo Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> --------- Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> Co-authored-by: ZilongX <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d2347ca - Browse repository at this point
Copy the full SHA d2347caView commit details -
[Multiple Datasource] Use data source filter function before rendering (
opensearch-project#6175) * use filter function before rendering Signed-off-by: Lu Yu <[email protected]> * add change log Signed-off-by: Lu Yu <[email protected]> --------- Signed-off-by: Lu Yu <[email protected]> Co-authored-by: ZilongX <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8975381 - Browse repository at this point
Copy the full SHA 8975381View commit details -
Add release notes for 2.13.0 (opensearch-project#6194)
Signed-off-by: Manasvini B Suryanarayana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 73652f7 - Browse repository at this point
Copy the full SHA 73652f7View commit details -
[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 <[email protected]> * Adds changelog Signed-off-by: Ashwin P Chandran <[email protected]> --------- Signed-off-by: Ashwin P Chandran <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4a77617 - Browse repository at this point
Copy the full SHA 4a77617View commit details -
Update release notes for 2.13 (opensearch-project#6209)
Signed-off-by: Manasvini B Suryanarayana <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f74ab3 - Browse repository at this point
Copy the full SHA 1f74ab3View commit details -
[MDS] Add Vega support for importing saved objects (opensearch-projec…
…t#6123) * Add MDS support for Vega Signed-off-by: Huy Nguyen <[email protected]> * Refactor field to data_source_id Signed-off-by: Huy Nguyen <[email protected]> * Add to CHANGELOG.md Signed-off-by: Huy Nguyen <[email protected]> * Added test cases and renamed field to use data_source_name Signed-off-by: Huy Nguyen <[email protected]> * Add prefix datasource name test case and add example in default hjson Signed-off-by: Huy Nguyen <[email protected]> * Move CHANGELOG to appropriate section Signed-off-by: Huy Nguyen <[email protected]> * Increased test coverage of search() method Signed-off-by: Huy Nguyen <[email protected]> * Add test cases for util function Signed-off-by: Huy Nguyen <[email protected]> * Add util function to modify Vega Spec Signed-off-by: Huy Nguyen <[email protected]> * Add method to verify Vega saved object type Signed-off-by: Huy Nguyen <[email protected]> * Add import saved object support for Vega Signed-off-by: Huy Nguyen <[email protected]> * Add unit tests for Vega objects in create and conflict modes Signed-off-by: Huy Nguyen <[email protected]> * Refactored utils test file Signed-off-by: Huy Nguyen <[email protected]> * Add to CHANGELOG Signed-off-by: Huy Nguyen <[email protected]> * Use bulkget instead of single get Signed-off-by: Huy Nguyen <[email protected]> * Add datasource references to the specs Signed-off-by: Huy Nguyen <[email protected]> * Fix bootstrap errors Signed-off-by: Huy Nguyen <[email protected]> * Add edge case where title is potentially undefined Signed-off-by: Huy Nguyen <[email protected]> * Address PR comments Signed-off-by: Huy Nguyen <[email protected]> * Add more test coverage for checking conflict Signed-off-by: Huy Nguyen <[email protected]> * Fix unit test Signed-off-by: Huy Nguyen <[email protected]> --------- Signed-off-by: Huy Nguyen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de978d4 - Browse repository at this point
Copy the full SHA de978d4View commit details
Commits on Mar 20, 2024
-
[Admin] Add @xinruiba as a maintainer (opensearch-project#6217)
* add @xinruiba as a maintainer Signed-off-by: Flyingliuhub <[email protected]> * update PR Id Signed-off-by: Flyingliuhub <[email protected]> --------- Signed-off-by: Flyingliuhub <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f103b7e - Browse repository at this point
Copy the full SHA f103b7eView commit details -
feat: validate if workspace exists when setup inside a workspace
Signed-off-by: SuZhou-Joe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 73cf593 - Browse repository at this point
Copy the full SHA 73cf593View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4ebc8b - Browse repository at this point
Copy the full SHA b4ebc8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0300d10 - Browse repository at this point
Copy the full SHA 0300d10View commit details -
Signed-off-by: SuZhou-Joe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3547286 - Browse repository at this point
Copy the full SHA 3547286View commit details -
Signed-off-by: SuZhou-Joe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8350bef - Browse repository at this point
Copy the full SHA 8350befView commit details -
Apply suggestions from code review
Co-authored-by: Yulong Ruan <[email protected]> Signed-off-by: SuZhou-Joe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2e9385a - Browse repository at this point
Copy the full SHA 2e9385aView commit details -
Signed-off-by: SuZhou-Joe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc570f3 - Browse repository at this point
Copy the full SHA fc570f3View commit details