From 5ee6f9624c592b9dc82f1c4350996c8c73163278 Mon Sep 17 00:00:00 2001 From: Leo Deng Date: Wed, 4 Oct 2023 13:18:55 -0400 Subject: [PATCH 1/3] removed ftr test step from PR template Signed-off-by: Leo Deng --- .github/pull_request_template.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2a9e814b5fe3..3cb6f172b119 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -24,7 +24,6 @@ - [ ] All tests pass - [ ] `yarn test:jest` - [ ] `yarn test:jest_integration` - - [ ] `yarn test:ftr` - [ ] New functionality includes testing. - [ ] New functionality has been documented. - [ ] Update [CHANGELOG.md](./../CHANGELOG.md) From f24912e33d750ce4081611102c9d243b93aa77e8 Mon Sep 17 00:00:00 2001 From: Leo Deng Date: Wed, 4 Oct 2023 15:38:19 -0400 Subject: [PATCH 2/3] change changelog Signed-off-by: Leo Deng --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8330075b7173..9af0a63aac24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -73,6 +73,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - [Doc] Add COMMUNICATIONS.md with info about Slack, forum, office hours ([#3837](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3837)) - Add plugin development section in DEVELOPER_GUIDE.md ([#3989](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3989)) - [Vis Augmenter] Add documentation to `vis_augmenter` plugin ([#4527](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4527)) +- Remove removed ftr test step from PR template ([#5210](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5210)) ### 🛠 Maintenance From 256252b1586dc4f9a14708d9ab4efb8fbc5ade3c Mon Sep 17 00:00:00 2001 From: Leo Deng <105402895+Leo7Deng@users.noreply.github.com> Date: Wed, 4 Oct 2023 17:59:51 -0400 Subject: [PATCH 3/3] Update CHANGELOG.md Co-authored-by: Josh Romero Signed-off-by: Leo Deng <105402895+Leo7Deng@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9af0a63aac24..1abd6c45002f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -73,7 +73,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - [Doc] Add COMMUNICATIONS.md with info about Slack, forum, office hours ([#3837](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3837)) - Add plugin development section in DEVELOPER_GUIDE.md ([#3989](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/3989)) - [Vis Augmenter] Add documentation to `vis_augmenter` plugin ([#4527](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/4527)) -- Remove removed ftr test step from PR template ([#5210](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5210)) +- Remove ftr test step from PR template ([#5217](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/5217)) ### 🛠 Maintenance