Skip to content

Commit 45da7b5

Browse files
committed
Merge remote-tracking branch 'origin/main' into anywhere-rebase
Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
2 parents 538d91e + 821ad73 commit 45da7b5

File tree

325 files changed

+6440
-11679
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

325 files changed

+6440
-11679
lines changed

.github/.codecov.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# https://docs.codecov.com/docs/codecov-yaml
2+
codecov:
3+
require_ci_to_pass: yes
4+
25
coverage:
36
status:
47
project:
58
default:
6-
# https://docs.codecov.com/docs/commit-status#target
7-
target: auto # coverage must be equal or above the previous commit
9+
target: auto
10+
threshold: 2% # the leniency in hitting the target
11+

.github/pull_request_template.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,20 @@
44

55
### Issues Resolved
66

7-
<!-- List any issues this PR will resolve. -->
8-
<!-- Example: closes #1234 -->
7+
<!-- List any issues this PR will resolve. Prefix the issue with the keyword closes, fixes, fix -->
8+
<!-- Example: closes #1234 or fixes <Issue_URL> -->
9+
10+
## Screenshot
11+
12+
<!-- Attach any relevant screenshots. Any change to the UI requires an attached screenshot in the PR Description -->
13+
14+
## Testing the changes
15+
16+
<!--
17+
Please provide detailed steps for validating your changes. This could involve specific commands to run,
18+
pages to visit, scenarios to try or any other information that would help reviewers verify
19+
the functionality of your change
20+
-->
921

1022
### Check List
1123

.github/workflows/build_and_test_workflow.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ env:
2525
TEST_OPENSEARCH_TRANSPORT_PORT: 9403
2626
TEST_OPENSEARCH_PORT: 9400
2727
OSD_SNAPSHOT_SKIP_VERIFY_CHECKSUM: true
28+
NODE_OPTIONS: "--max-old-space-size=6144 --dns-result-order=ipv4first"
2829

2930
jobs:
3031
build-lint-test:
3132
name: Build and Verify on ${{ matrix.name }}
3233
strategy:
34+
fail-fast: false
3335
matrix:
3436
os: [ubuntu-latest, windows-latest]
3537
include:
@@ -122,6 +124,7 @@ jobs:
122124
functional-tests:
123125
name: Run functional tests on ${{ matrix.name }} (ciGroup${{ matrix.group }})
124126
strategy:
127+
fail-fast: false
125128
matrix:
126129
os: [ubuntu-latest, windows-latest]
127130
group: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]
@@ -384,6 +387,7 @@ jobs:
384387
with:
385388
name: ${{ matrix.version }}-test-failures
386389
path: |
387-
./artifacts/bwc_tmp/test/cypress/videos/without-security/*
388-
./artifacts/bwc_tmp/test/cypress/screenshots/without-security/*
390+
./artifacts/bwc_tmp/test/cypress/videos/*
391+
./artifacts/bwc_tmp/test/cypress/screenshots/*
392+
./artifacts/bwc_tmp/test/cypress/results/*
389393
retention-days: 1

.i18nrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"src/plugins/telemetry_management_section"
4949
],
5050
"tileMap": "src/plugins/tile_map",
51-
"timeline": ["src/plugins/timeline", "src/plugins/vis_type_timeline"],
51+
"timeline": ["src/plugins/vis_type_timeline"],
5252
"uiActions": "src/plugins/ui_actions",
5353
"visDefaultEditor": "src/plugins/vis_default_editor",
5454
"visTypeMarkdown": "src/plugins/vis_type_markdown",

.lycheeexclude

+4
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ https://opensearch.org/redirect
8888
http://www.opensearch.org/painlessDocs
8989
https://www.hostedgraphite.com/
9090
https://connectionurl.com
91+
http://169.254.169.254/latest/meta-data/
92+
http://company.net/*
9193

9294
# External urls
9395
https://www.zeek.org/
@@ -117,3 +119,5 @@ http://www.creedthoughts.gov
117119
https://media-for-the-masses.theacademyofperformingartsandscience.org/
118120
https://yarnpkg.com/latest.msi
119121
https://forum.opensearch.org/
122+
https://facebook.github.io/jest/
123+
https://facebook.github.io/jest/docs/cli.html

.node-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.21.3
1+
18.16.0

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.21.3
1+
18.16.0

CHANGELOG.md

+22-2
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,17 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1414
- Eliminate dependency on `got` versions older than 11.8.5 ([#2801](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2801))
1515
- [Multi DataSource] Add explicit no spellcheck on password fields ([#2818](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2818))
1616
- [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))
1818
- [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))
1919
- [CVE-2022-25860] Bumps simple-git from 3.15.1 to 3.16.0 ([#3345](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3345))
2020
- [Security] Bumps hapi/statehood to 7.0.4 ([#3411](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3411))
2121
- [CVE-2023-25166] Bump formula to 3.0.1 ([#3416](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3416))
2222
- [CVE-2023-25653] Bump node-jose to 2.2.0 ([#3445](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3445))
2323
- [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))
2424
- [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))
2528

2629
### 📈 Features/Enhancements
2730

@@ -82,6 +85,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
8285
- Add satisfaction survey link to help menu ([#3676] (https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3676))
8386
- [Vis Builder] Add persistence to visualizations inner state ([#3751](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3751))
8487
- [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))
8591

8692
### 🐛 Bug Fixes
8793

@@ -131,6 +137,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
131137
- [Table Visualization] Fix table rendering empty unused space ([#3797](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3797))
132138
- [Table Visualization] Fix data table not adjusting height on the initial load ([#3816](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3816))
133139
- Cleanup unused url ([#3847](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3847))
140+
- [BUG] Docked navigation impacts visibility of bottom bar component ([#3978](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3978))
134141

135142
### 🚞 Infrastructure
136143

@@ -145,6 +152,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
145152
- Upgrade yarn version to be compatible with @openearch-project/opensearch ([#3443](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3443))
146153
- [CI] Reduce redundancy by using matrix strategy on Windows and Linux workflows ([#3514](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3514))
147154
- 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))
148157

149158
### 📝 Documentation
150159

@@ -164,7 +173,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
164173
- [Doc] Update SECURITY.md with instructions for nested dependencies and backporting ([#3497](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3497))
165174
- [Doc] [Console] Fix/update documentation links in Dev Tools console ([#3724](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3724))
166175
- [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))
167177
- [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)
168179

169180
### 🛠 Maintenance
170181

@@ -181,7 +192,11 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
181192
- Remove the unused `renovate.json5` file ([3489](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3489))
182193
- Allow selecting the Node.js binary using `NODE_HOME` and `OSD_NODE_HOME` ([3508](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3508))
183194
- 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))
184196
- 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))
199+
- Remove timeline application ([#3971](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3971))
185200

186201
### 🪛 Refactoring
187202

@@ -191,7 +206,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
191206
- [Console] Replace jQuery.ajax with core.http when calling OSD APIs in console ([#3080](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3080))
192207
- [I18n] Fix Listr type errors and error handlers ([#3629](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3629))
193208
- [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))
195212

196213
### 🔩 Tests
197214

@@ -238,6 +255,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
238255
- [Multi DataSource] UX enhancement on Data source management stack ([#2521](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2521))
239256
- [Multi DataSource] UX enhancement on Update stored password modal for Data source management stack ([#2532](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2532))
240257
- [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))
241260

242261
### 🐛 Bug Fixes
243262

@@ -249,6 +268,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
249268
- [Console] Fix dev tool console autocomplete not loading issue ([#3775](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3775))
250269
- [Console] Fix dev tool console run command with query parameter error ([#3813](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3813))
251270
- 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))
252272

253273
### 🚞 Infrastructure
254274

COMMUNICATIONS.md

+83
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
# OpenSearch Dashboards Communication
2+
3+
- [Overview](#overview)
4+
- [Slack](#slack)
5+
- [Forum](#forum)
6+
- [Developer Office Hours](#developer-office-hours)
7+
- [What it is](#what-it-is)
8+
- [When](#when)
9+
- [How to sign up](#how-to-sign-up)
10+
- [FAQ](#faq)
11+
12+
## Overview
13+
14+
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:
21+
22+
- [#dashboards](https://opensearch.slack.com/archives/C01QENNTGUD)
23+
- [#dashboards-ux](https://opensearch.slack.com/archives/C05389T9LJC)
24+
25+
## Forum
26+
27+
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.

CONTRIBUTING.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
- [Contributing to OpenSearch](#contributing-to-opensearch-dashboards)
22
- [First Things First](#first-things-first)
33
- [Ways to Contribute](#ways-to-contribute)
4+
- [Join the Discussion](#join-the-discussion)
45
- [Bug Reports](#bug-reports)
56
- [Feature Requests](#feature-requests)
67
- [Documentation Changes](#documentation-changes)
@@ -19,6 +20,11 @@ OpenSearch is a community project that is built and maintained by people just li
1920
**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).
2021

2122
## 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+
2228
### Bug Reports
2329

2430
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).

DEVELOPER_GUIDE.md

+4
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,10 @@ $ yarn start --run-examples
209209
- [Project testing guidelines](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/TESTING.md)
210210
- [Plugin conventions](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/src/core/CONVENTIONS.md#technical-conventions)
211211

212+
#### Join the discussion
213+
214+
See the [communication guide](COMMUNICATION.md)for information on how to join our slack workspace, forum, or developer office hours.
215+
212216
## Alternative development installations
213217

214218
Although the [getting started guide](#getting-started-guide) covers the recommended development environment setup, there are several alternatives worth being aware of.

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG NODE_VERSION=14.20.1
1+
ARG NODE_VERSION=18.16.0
22
FROM node:${NODE_VERSION} AS base
33

44
ENV HOME '.'

MAINTAINERS.md

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ This document contains a list of maintainers in this repo. See [opensearch-proje
1717
| Kristen Tian | [kristenTian](https://github.com/kristenTian) | Amazon |
1818
| Zhongnan Su | [zhongnansu](https://github.com/zhongnansu) | Amazon |
1919
| Manasvini B Suryanarayana | [manasvinibs](https://github.com/manasvinibs) | Amazon |
20+
| Tao Liu | [Flyingliuhub](https://github.com/Flyingliuhub) | Amazon |
21+
| Zilong Xia | [ZilongX](https://github.com/ZilongX) | Amazon |
2022

2123
## Emeritus
2224

0 commit comments

Comments
 (0)