You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix header icon (#3910) (#3915)
* fixes header change
* Update src/core/public/chrome/ui/header/header_help_menu.tsx
* fixes snapshots
---------
(cherry picked from commit 3cca088)
Signed-off-by: Ashwin P Chandran <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Josh Romero <[email protected]>
* Add server side private IP blocking for data source endpoints validation (#3912)
Signed-off-by: Kristen Tian <[email protected]>
* Docs (Jest): Update jest documentation links (#3931)
Signed-off-by: Josh Romero <[email protected]>
* Revert "[CCI] Replace jquery usage in console plugin with native methods (#3733)" (#3929)
This reverts commit ffe4556.
* [BUG][Dashboard listing] push to history if dashboard otherwise nav (#3922)
History push will just to the current route. However, dashboardsProvider
was implemented with the expectation that it was a different app.
So when a plugin registered it was attempting to navigate to
`app/dashboard#/app/{url}`
Add tests and extra data test subject.
Signed-off-by: Kawika Avilla <[email protected]>
* remove jquery console release note for #3929 revert (#3930)
Signed-off-by: Josh Romero <[email protected]>
Co-authored-by: Ashwin P Chandran <[email protected]>
* [CCI] Update js-yaml to v4.0.5 (#3770)
* Update js-yaml to 4.0.5 (#3659)
* Update CHANGELOG.md (#3659)
Co-authored-by: Sergey Myssak <[email protected]>
Signed-off-by: Andrey Myssak <[email protected]>
---------
Signed-off-by: Andrey Myssak <[email protected]>
Signed-off-by: Josh Romero <[email protected]>
Co-authored-by: Sergey Myssak <[email protected]>
Co-authored-by: Josh Romero <[email protected]>
* Update README.md (#3788)
* Update README.md
Signed-off-by: Melissa Vagi <[email protected]>
* Update README.md
Co-authored-by: Miki <[email protected]>
---------
Signed-off-by: Melissa Vagi <[email protected]>
Co-authored-by: Miki <[email protected]>
Co-authored-by: Miki <[email protected]>
* Bump yaml to 2.2.2 (#3947)
Signed-off-by: Manasvini B Suryanarayana <[email protected]>
Co-authored-by: Sean Neumann <[email protected]>
* Bump `joi` to v14 to avoid the possibility of prototype poisoning in a nested dependency (#3952)
Signed-off-by: Miki <[email protected]>
* [Doc] Add communication guide (#3837)
* docs(COMMUNICATION): Add communication guide
with info on slack, forum, and developer office hours
link from README, CONTRIBUTING, DEVELOPER_GUIDE
Signed-off-by: Josh Romero <[email protected]>
---------
Signed-off-by: Josh Romero <[email protected]>
* Temporarily hardcode chromedriver to 112.0.0 to enable all ftr tests (#3976)
The latest version of chromedriver is 112.0.1 which does not support
node 14. This PR hardcodes chromedriver to 112.0.0 temporarily. Pls
revert it once we bump to node 18.
Issue Resolved#3975
Signed-off-by: ananzh <[email protected]>
* Fix wording and duplicate code in embeddable example plugin (#3911)
* Fix wording and duplicate code in embeddable example plugin
Signed-off-by: abbyhu2000 <[email protected]>
* Fix some wording in the embeddable readme
Signed-off-by: abbyhu2000 <[email protected]>
---------
Signed-off-by: abbyhu2000 <[email protected]>
* [CI] setup Chrome and utilize binary path (#3997)
Within the CI, the virtual runner that we are utilizing has Chrome
installed already. The version of Chrome is installed periodically.
The most recent version of Chrome requires updates to dependencies
that drop support for Node 14.
This downloads chrome in the CI and then checks the chromedriver
from the environment variable `TEST_BROWSER_BINARY_PATH`.
Signed-off-by: Kawika Avilla <[email protected]>
* [Dashboards listing] fix listing limit (#4021)
Initial page size was passed to the search function instead
of the listing limit causing the max amount received to be
significantly less than the previously implementation.
Saved objects per page is `20` by default and the listing
limit per page is `1000` by default.
Issue:
#4017
Signed-off-by: Kawika Avilla <[email protected]>
* [CCI] Fix EUI/OUI type errors (#3798)
* Update find_test_subject imports for tests
Signed-off-by: Alexei Karikov <[email protected]>
* Update to available imports for findTestSubject
Signed-off-by: Alexei Karikov <[email protected]>
* Fix available import for Query and custom icon
Signed-off-by: Alexei Karikov <[email protected]>
* Add changelog entry
Signed-off-by: Alexei Karikov <[email protected]>
* Add ts-ignore
Signed-off-by: Alexei Karikov <[email protected]>
---------
Signed-off-by: Alexei Karikov <[email protected]>
Co-authored-by: Qingyang(Abby) Hu <[email protected]>
* Fix bottom bar visibility using create portal (#3336) (#3978)
Signed-off-by: Sergey Myssak <[email protected]>
Co-authored-by: Andrey Myssak <[email protected]>
* Adds threshold to code coverage changes for project (#4040)
* Fixes code coverage workflow failures for the project test due to inderect flakey changes
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]>
* Updates PR template for screenshots and test instructions (#4042)
Signed-off-by: Ashwin P Chandran <[email protected]>
* Replace re2 with RegExp in timeline and add unit tests (#3908)
Remove re2 usage and replace it with JavaScript built-in
RegExp object. Also add more unit tests to make sure that
using RegExp has same expressions as using re2 library.
Issue Resolve#3901
Signed-off-by: Anan Zhuang <[email protected]>
* [Console] [CCI] Remove unused ul element and its custom styling. (#3993)
* remove unused ul element
Signed-off-by: Sirazh Gabdullin <[email protected]>
* Update CHANGELOG.md
Signed-off-by: Sirazh Gabdullin <[email protected]>
---------
Signed-off-by: Sirazh Gabdullin <[email protected]>
* Add 1.3.10 release note (#4060) (#4063)
* Add release note for 1.3.10
* Address comments and add one CVE PR
---------
(cherry picked from commit 4371587)
Signed-off-by: abbyhu2000 <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* [Multiple Datasource] Support Amazon OpenSearch Serverless (#3957)
* [Multiple Datasource]Support Amazon OpenSearch Serverless in SigV4
* remove experimental text in yml
* Refactor create data source form for authentication
Signed-off-by: Su <[email protected]>
* Remove Sass from `tile_map` plugin (#4110)
* Remove Sass from tile_map plugin
Signed-off-by: Matt Provost <[email protected]>
* Update changelog
Signed-off-by: Matt Provost <[email protected]>
---------
Signed-off-by: Matt Provost <[email protected]>
* Design for New Saved Object Service Interface for Custom Repository (#3954)
* Adds design document for new saved object service interface for custom repository
Signed-off-by: Bandini Bhopi <[email protected]>
* enhance grouping for context menu options (#3924)
* enhance grouping for context menu options
* build panels tests and more comments
Signed-off-by: David Sinclair <[email protected]>
---------
Signed-off-by: David Sinclair <[email protected]>
Signed-off-by: David Sinclair <[email protected]>
Signed-off-by: Josh Romero <[email protected]>
Co-authored-by: Josh Romero <[email protected]>
* Adding Tao and Zilong to MAINTAINERS (#4137)
* Adding Tao and Zilong to MAINTAINERS
Signed-off-by: Yan Zeng <[email protected]>
* [MD]Update data-test-subj for functional tests & fix bug in edit flow (#4126)
Signed-off-by: Su <[email protected]>
* Add support for Node.js >=14.20.1 <19 (#4071)
* Bump Node.js requirements to 18
Signed-off-by: Miki <[email protected]>
* Replace `lmdb-store` with `lmdb`
Signed-off-by: Miki <[email protected]>
Co-authored-by: Anan Zhuang <[email protected]>
* Bump `elastic-apm-node` to the latest minor
Signed-off-by: Miki <[email protected]>
* Replace webpack and plugins with a patched version that uses xxhash64
* Use `xxhash64` as the hashing algorithm of webpack
* Upgrade `globby`
* Remove `fibers`
Signed-off-by: Miki <[email protected]>
* Replace `fs.rmdir` with `fs.rm` in cross-platform tests
Signed-off-by: Miki <[email protected]>
* Increase listener limit
Signed-off-by: Miki <[email protected]>
Co-authored-by: Anan Zhuang <[email protected]>
* Add promise-stripping serializer
Signed-off-by: Miki <[email protected]>
* Bump heap for CI
Signed-off-by: Miki <[email protected]>
* Correct use of fs/promises in @osd/pm
Signed-off-by: Miki <[email protected]>
* Use fs/promise in plugin post-install cleanup
Signed-off-by: Miki <[email protected]>
* Set the test server's host to `0.0.0.0`
Signed-off-by: Miki <[email protected]>
* Sync `.node-version` file
Signed-off-by: Miki <[email protected]>
* Support both `isPrimary`, for Node 18, and `isMaster`, for Node 14
Signed-off-by: Miki <[email protected]>
* Add types when using `isDeepStrictEqual`
Signed-off-by: Miki <[email protected]>
Co-authored-by: Anan Zhuang <[email protected]>
* Add names to `SchemaError` to log more specific errors
Signed-off-by: Miki <[email protected]>
* Fix failing vega visualization tests outside the CI
Signed-off-by: Miki <[email protected]>
* Fix snapshot of errors thrown for undefined accessors
Signed-off-by: Miki <[email protected]>
* Fix flakiness of log_rotator
Signed-off-by: Miki <[email protected]>
* Fix asynchronous `fs` usafe in plugin discover
Signed-off-by: Miki <[email protected]>
* Fix mocks in @osd/optimizer
Signed-off-by: Miki <[email protected]>
* Fix memory leaks caused by setting states on unloaded components
Signed-off-by: Miki <[email protected]>
Co-authored-by: Anan Zhuang <[email protected]>
* Bump Node in Dockerfile
Signed-off-by: Miki <[email protected]>
Co-authored-by: Anan Zhuang <[email protected]>
* Remove the response `close` event as an indicator of the requesting finishing
#3601 (comment)
Signed-off-by: Miki <[email protected]>
Co-authored-by: Anan Zhuang <[email protected]>
* [BWC] Timeout after 3 mins of waiting for OSD to be running in tests
Signed-off-by: Miki <[email protected]>
* Make build use the same node version that tests are run against
Signed-off-by: Miki <[email protected]>
* Make Node resolve DNS by IPv4 first
* This is helpful to resolve `locahost` to `127.0.0.1`
Signed-off-by: Miki <[email protected]>
* Standardize patterns used by plugin discovery
* Enhance absolute path serialization on Windows
Signed-off-by: Miki <[email protected]>
* Mock fetch in SenseEditor tests
Signed-off-by: Miki <[email protected]>
* Restore node-sass usage to fix build performance
* `sass-loader@10` is the last version that supports webpack@4
* `sass` is extremely slow when using the legacy API (`render`) and to use the "Modern API" (`compileStringAsync`), `sass-loader@13` would be needed.
* The performance of `sass@10` is made acceptable only with `fibers` but that is deprecated and doesn't work on Node 18
Signed-off-by: Anan Zhuang <[email protected]>
Signed-off-by: Miki <[email protected]>
* Revert "[CI] setup Chrome and utilize binary path (#3997)"
This reverts commit 0188d05
Signed-off-by: Miki <[email protected]>
* Prevent fast-fail while running functional test in CI
Signed-off-by: Miki <[email protected]>
* Revert "Temporarily hardcode chromedriver to 112.0.0 to enable all ftr tests (#3976)"
This reverts commit 5ea0cbe.
Signed-off-by: Miki <[email protected]>
* Save Cypress results artifacts during CI
Signed-off-by: Miki <[email protected]>
* Add missing required dependency on `set-value`
* Also force all to ^4.1.0 due to a vulnerability fixed in 3.1.0.
Signed-off-by: Miki <[email protected]>
* Prevent multiple calls to bootstrap's shutdown
Signed-off-by: Miki <[email protected]>
* Use Node 18.16.0 in distributions
* Bump jest-canvas-mock to fix failing tests
* Extend Node engines versions
Signed-off-by: Miki <[email protected]>
* Normalize test snapshots across Node 14, 16, and 18
Signed-off-by: Miki <[email protected]>
* Update CHANGELOG for Node.js >=14.20.1 <19 support
Signed-off-by: Miki <[email protected]>
---------
Signed-off-by: Miki <[email protected]>
Signed-off-by: Miki <[email protected]>
Signed-off-by: Anan Zhuang <[email protected]>
Co-authored-by: Anan Zhuang <[email protected]>
* Remove timeline application (#3971)
* Remove timeline application
In this PR, we made the following changes:
First of all, clean out some advanced settings specific to timeline
application and tests.
* Remove timelion:default_rows: This setting defines the default
number of rows that a new Timelion sheet should have.
* Remove timelion:default_rows: This setting defines the default
number of columns that a new Timelion sheet should have.
* Remove timelion:showTutorial.
Second, remove src/plugin/timeline completely and modify timeline vis.
Third, remove all the functional tests related to timeline application.
Issue resolve#3519#3593
Signed-off-by: ananzh <[email protected]>
---------
Signed-off-by: Anan Zhuang <[email protected]>
Signed-off-by: ananzh <[email protected]>
* Use `exec` in the CLI shell scripts to prevent new process creation (#3955)
Signed-off-by: Miki <[email protected]>
* chore (lychee): Add company.net to exclusion list (#4171)
Signed-off-by: Josh Romero <[email protected]>
* Bundle Node 14 as a fallback for operating systems that cannot run Node 18 (#4151)
Signed-off-by: ananzh <[email protected]>
Signed-off-by: Miki <[email protected]>
* Refactor authentication description message (#4179)
resolves#4173
Signed-off-by: Su <[email protected]>
---------
Signed-off-by: Ashwin P Chandran <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Kristen Tian <[email protected]>
Signed-off-by: Josh Romero <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Andrey Myssak <[email protected]>
Signed-off-by: Melissa Vagi <[email protected]>
Signed-off-by: Manasvini B Suryanarayana <[email protected]>
Signed-off-by: Miki <[email protected]>
Signed-off-by: ananzh <[email protected]>
Signed-off-by: abbyhu2000 <[email protected]>
Signed-off-by: Alexei Karikov <[email protected]>
Signed-off-by: Sergey Myssak <[email protected]>
Signed-off-by: Anan Zhuang <[email protected]>
Signed-off-by: Sirazh Gabdullin <[email protected]>
Signed-off-by: Su <[email protected]>
Signed-off-by: Matt Provost <[email protected]>
Signed-off-by: Bandini Bhopi <[email protected]>
Signed-off-by: David Sinclair <[email protected]>
Signed-off-by: David Sinclair <[email protected]>
Signed-off-by: Yan Zeng <[email protected]>
Signed-off-by: Miki <[email protected]>
Signed-off-by: Ashish Agrawal <[email protected]>
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Josh Romero <[email protected]>
Co-authored-by: Kristen Tian <[email protected]>
Co-authored-by: Kawika Avilla <[email protected]>
Co-authored-by: Ashwin P Chandran <[email protected]>
Co-authored-by: Andrey Myssak <[email protected]>
Co-authored-by: Sergey Myssak <[email protected]>
Co-authored-by: Melissa Vagi <[email protected]>
Co-authored-by: Miki <[email protected]>
Co-authored-by: Miki <[email protected]>
Co-authored-by: Manasvini B Suryanarayana <[email protected]>
Co-authored-by: Sean Neumann <[email protected]>
Co-authored-by: Anan Zhuang <[email protected]>
Co-authored-by: Qingyang(Abby) Hu <[email protected]>
Co-authored-by: Alexei Karikov <[email protected]>
Co-authored-by: Andrey Myssak <[email protected]>
Co-authored-by: Sirazh Gabdullin <[email protected]>
Co-authored-by: Zhongnan Su <[email protected]>
Co-authored-by: Matt Provost <[email protected]>
Co-authored-by: Bandini <[email protected]>
Co-authored-by: David Sinclair <[email protected]>
Co-authored-by: Yan Zeng <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22-2
Original file line number
Diff line number
Diff line change
@@ -14,14 +14,17 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
14
14
- Eliminate dependency on `got` versions older than 11.8.5 ([#2801](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2801))
15
15
-[Multi DataSource] Add explicit no spellcheck on password fields ([#2818](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2818))
16
16
-[CVE-2022-25912] Bumps simple-git from 3.4.0 to 3.15.0 ([#3036](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3036))
17
-
-[CVE-2022-35256] Bumps node version from 14.20.0 to 14.20.1 [#3166](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3166))
17
+
-[CVE-2022-35256] Bumps node version from 14.20.0 to 14.20.1 ([#3166](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3166))
18
18
-[CVE-2022-46175] Bumps json5 version from 1.0.1 and 2.2.1 to 1.0.2 and 2.2.3 ([#3201](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3201))
19
19
-[CVE-2022-25860] Bumps simple-git from 3.15.1 to 3.16.0 ([#3345](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3345))
20
20
-[Security] Bumps hapi/statehood to 7.0.4 ([#3411](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3411))
21
21
-[CVE-2023-25166] Bump formula to 3.0.1 ([#3416](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3416))
22
22
-[CVE-2023-25653] Bump node-jose to 2.2.0 ([#3445](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3445))
23
23
-[CVE-2023-26486][cve-2023-26487] Bump vega from 5.22.1 to 5.23.0 ([#3533](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3533))
24
24
-[CVE-2023-0842] Bump xml2js from 0.4.23 to 0.5.0 ([#3842](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3842))
25
+
-[Multi DataSource] Add private IP blocking validation on server side ([#3912](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3912))
26
+
- Bump `joi` to v14 to avoid the possibility of prototype poisoning in a nested dependency ([#3952](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3952))
27
+
-[CVE-2023-2251] Bump yaml to 2.2.2 ([#3947](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3947))
25
28
26
29
### 📈 Features/Enhancements
27
30
@@ -82,6 +85,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
82
85
- Add satisfaction survey link to help menu ([#3676] (https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3676))
83
86
-[Vis Builder] Add persistence to visualizations inner state ([#3751](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3751))
84
87
-[Table Visualization] Move format table, consolidate types and add unit tests ([#3397](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3397))
88
+
-[Multiple Datasource] Support Amazon OpenSearch Serverless ([#3957](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3957))
89
+
- Add support for Node.js >=14.20.1 <19 ([#4071](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4071))
90
+
- Bundle Node.js 14 as a fallback for operating systems that cannot run Node.js 18 ([#4151](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4151))
85
91
86
92
### 🐛 Bug Fixes
87
93
@@ -131,6 +137,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
131
137
-[Table Visualization] Fix table rendering empty unused space ([#3797](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3797))
132
138
-[Table Visualization] Fix data table not adjusting height on the initial load ([#3816](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3816))
-[BUG] Docked navigation impacts visibility of bottom bar component ([#3978](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3978))
134
141
135
142
### 🚞 Infrastructure
136
143
@@ -145,6 +152,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
145
152
- Upgrade yarn version to be compatible with @openearch-project/opensearch ([#3443](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3443))
146
153
-[CI] Reduce redundancy by using matrix strategy on Windows and Linux workflows ([#3514](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3514))
147
154
- Add an achievement badger to the PR ([#3721](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3721))
155
+
- Install chrome driver for functional tests from path set by environment variable `TEST_BROWSER_BINARY_PATH`([#3997](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3997))
156
+
- Adds threshold to code coverage config to prevent workflow failures ([#4040](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4040))
148
157
149
158
### 📝 Documentation
150
159
@@ -164,7 +173,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
164
173
-[Doc] Update SECURITY.md with instructions for nested dependencies and backporting ([#3497](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3497))
165
174
-[Doc][Console] Fix/update documentation links in Dev Tools console ([#3724](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3724))
166
175
-[Doc] Update DEVELOPER_GUIDE.md with added manual bootstrap timeout solution and max virtual memory error solution with docker ([#3764](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3764))
176
+
-[Doc] Add COMMUNICATIONS.md with info about Slack, forum, office hours ([#3837](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3837))
167
177
-[Doc] Add docker files and instructions for debugging Selenium functional tests ([#3747](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3747))
178
+
-[Saved Object Service] Adds design doc for new Saved Object Service Interface for Custom Repository [#3954](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3954)
168
179
169
180
### 🛠 Maintenance
170
181
@@ -181,7 +192,11 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
181
192
- Remove the unused `renovate.json5` file ([3489](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3489))
182
193
- Allow selecting the Node.js binary using `NODE_HOME` and `OSD_NODE_HOME` ([3508](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3508))
183
194
- Bump `styled-components` from 5.3.5 to 5.3.9 ([#3678](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3678))
195
+
- Bump `js-yaml` from 3.14.0 to 4.1.0 ([#3770](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3770))
184
196
- Bump `oui` from `1.0.0` to `1.1.1` ([#3884](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3884))
197
+
- Use `exec` in the CLI shell scripts to prevent new process creation ([#3955](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3955))
198
+
- Adding @ZilongX and @Flyingliuhub as maintainers. ([#4137](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4137))
@@ -191,7 +206,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
191
206
-[Console] Replace jQuery.ajax with core.http when calling OSD APIs in console ([#3080](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3080))
192
207
-[I18n] Fix Listr type errors and error handlers ([#3629](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3629))
193
208
-[Multiple DataSource] Present the authentication type choices in a drop-down ([#3693](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3693))
194
-
-[Console] Replace jQuery usage in console plugin with native methods ([#3733](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3733))
209
+
-[Console] Remove unused ul element and its custom styling ([#3993](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3993))
210
+
- Fix EUI/OUI type errors ([#3798](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3798))
211
+
- Remove unused Sass in `tile_map` plugin ([#4110](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4110))
195
212
196
213
### 🔩 Tests
197
214
@@ -238,6 +255,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
238
255
-[Multi DataSource] UX enhancement on Data source management stack ([#2521](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2521))
239
256
-[Multi DataSource] UX enhancement on Update stored password modal for Data source management stack ([#2532](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2532))
240
257
-[Monaco editor] Add json worker support ([#3424](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3424))
258
+
- Enhance grouping for context menus ([#3169](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3169))
259
+
- Replace re2 with RegExp in timeline and add unit tests ([#3908](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3908))
241
260
242
261
### 🐛 Bug Fixes
243
262
@@ -249,6 +268,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
249
268
-[Console] Fix dev tool console autocomplete not loading issue ([#3775](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3775))
250
269
-[Console] Fix dev tool console run command with query parameter error ([#3813](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3813))
251
270
- Add clarifying tooltips to header navigation ([#3573](https://github.com/opensearch-project/OpenSearch-Dashboards/issues/3573))
271
+
-[Dashboards Listing] Fix listing limit to utilize `savedObjects:listingLimit` instead of `savedObjects:perPage` ([#4021](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4021))
The purpose of this document is to provide information regarding the communication channels for OpenSearch Dashboards. All communication is subject to the [OpenSearch Code of Conduct](CODE_OF_CONDUCT.md). Please see [CONTRIBUTING](CONTRIBUTING.md) if you're interested in contributing to the project.
15
+
16
+
## Slack
17
+
18
+
The OpenSearch project has a public workspace on [Slack](https://opensearch.slack.com). See the [Getting Started guide]() for steps to register and setup the workspace.
19
+
20
+
Once registered, check out these channels for discussion of OpenSearch Dashboards topics:
Slack conversations are not searchable outside the workspace. For this reason we encourage using the [OpenSearch Dashboards category](https://forum.opensearch.org/c/opensearch-dashboards/57) of the forum for technical support discussions or summarizing findings for the rest of the community.
28
+
29
+
## Developer Office Hours
30
+
31
+
### What it is
32
+
33
+
A recurring 1-hour virtual meeting for community developers to chat with [OpenSearch Dashboards project maintainers](MAINTAINERS.md). Priority will be given to topics that are signed-up in advance, but ad-hoc discussions are welcome in any remaining time.
34
+
35
+
While we'll always prioritize asynchronous communication, sometimes a community call is the most effective and efficient venue to share information and knowledge. Some reasons to sign up:
36
+
37
+
1. Review a proposal or technical design for a new feature in OpenSearch Dashboards or an OpenSearch Dashboards plugin
38
+
2. Learn more about how to build and extend OpenSearch Dashboards - which APIs, plugins, resources, and services are available to speed development
39
+
3. Discuss OpenSearch Dashboard roadmap and technical initiatives
40
+
41
+
Signing up isn't required to attend - all OpenSearch Dashboards contributors or interested developers are welcome as participants.
42
+
43
+
Bring your ideas and projects early, while you still have time and flexibility to make significant changes.
44
+
45
+
### When
46
+
47
+
Every other Thursday, 10AM-11AM PT.
48
+
49
+
### How to sign up
50
+
51
+
There will be a forum post for each iteration of the meeting, with pre-defined slots. To sign-up, simply reply in the forum thread with the following template:
52
+
53
+
* Topic: [a brief description of what you'd like to discuss]
54
+
* Requested by: [provide GitHub aliases of attendees]
55
+
* GitHub issues or PRs: [before signing up, make sure to create an issue, whether in the OpenSearch Dashboards repository or your own plugin repository]
56
+
* Time required [choose 15, 30, 45, or 60 minutes]
57
+
* Requested maintainer: [optional; provide GitHub alias of any particular maintainer you’d like to attend]
58
+
59
+
### FAQ
60
+
61
+
#### Will the meetings be recorded?
62
+
63
+
Yes, we plan to record each office hours session and post to our YouTube channel so the information can be more easily shared and referenced.
64
+
65
+
#### Will all maintainers attend?
66
+
67
+
Generally no, but there will always be at least one maintainer. We'll review the sign-ups ahead of time to make sure the right subject-matter experts will attend, depending on the topics.
68
+
69
+
#### What happens if there are no sign-ups for a particular session?
70
+
71
+
The session will still occur, and the maintainers will present a brief knowledge-sharing session or demo. We'll also hold ad-hoc discussions, but the session may end early.
72
+
73
+
#### Is it first come first serve or do we get to decide which topics we discuss in a session?
74
+
75
+
For sign-ups, it’s first-come first served, until we decide we need another method.
76
+
77
+
#### Will there also be meeting notes? or is the recording the only available transcript?
78
+
79
+
No. But we’ll also post the chat transcript and any slides shared (see https://forum.opensearch.org/t/opensearch-community-meeting-2023-0131/11892/5 as example)
80
+
81
+
#### How can I cancel or reschedule?
82
+
83
+
Just leave another forum reply, as early as possible so other folks have the opportunity to sign-up for the same spot.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
-[Contributing to OpenSearch](#contributing-to-opensearch-dashboards)
2
2
-[First Things First](#first-things-first)
3
3
-[Ways to Contribute](#ways-to-contribute)
4
+
-[Join the Discussion](#join-the-discussion)
4
5
-[Bug Reports](#bug-reports)
5
6
-[Feature Requests](#feature-requests)
6
7
-[Documentation Changes](#documentation-changes)
@@ -19,6 +20,11 @@ OpenSearch is a community project that is built and maintained by people just li
19
20
**Only submit your own work** (or work you have sufficient rights to submit) - Please make sure that any code or documentation you submit is your work or you have the rights to submit. We respect the intellectual property rights of others, and as part of contributing, we'll ask you to sign your contribution with a "Developer Certificate of Origin" (DCO) that states you have the rights to submit this work and you understand we'll use your contribution. There's more information about this topic in the [DCO section](#developer-certificate-of-origin).
20
21
21
22
## Ways to Contribute
23
+
24
+
### Join the Discussion
25
+
26
+
See the [communication guide](COMMUNICATION.md)for information on how to join our slack workspace, forum, or developer office hours.
27
+
22
28
### Bug Reports
23
29
24
30
A bug is when software behaves in a way that you didn't expect and the developer didn't intend. To help us understand what's going on, we first want to make sure you're working from the latest version. Please make sure you're testing against the [latest version](https://github.com/opensearch-project/OpenSearch-Dashboards).
See the [communication guide](COMMUNICATION.md)for information on how to join our slack workspace, forum, or developer office hours.
215
+
212
216
## Alternative development installations
213
217
214
218
Although the [getting started guide](#getting-started-guide) covers the recommended development environment setup, there are several alternatives worth being aware of.
0 commit comments