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

[MD]Update copy on index patten config DS step #2527

Merged
merged 1 commit into from
Oct 7, 2022

Conversation

kristenTian
Copy link
Contributor

@kristenTian kristenTian commented Oct 6, 2022

Signed-off-by: Kristen Tian tyarong@amazon.com

Description

Update copy on index patten config DS step

image

Issues Resolved

opensearch-project/ux#40

Check List

  • 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
  • Commits are signed per the DCO using --signoff

ashwin-pc
ashwin-pc previously approved these changes Oct 6, 2022
Signed-off-by: Kristen Tian <tyarong@amazon.com>
@kavilla kavilla merged commit ac07159 into opensearch-project:main Oct 7, 2022
@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-2.x 2.x
# Navigate to the new working tree
cd .worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-2527-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 ac07159c6e4e9444bb5f20ce54cdf4e42d219038
# Push it to GitHub
git push --set-upstream origin backport/backport-2527-to-2.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.x

Then, create a pull request where the base branch is 2.x and the compare/head branch is backport/backport-2527-to-2.x.

@opensearch-trigger-bot
Copy link
Contributor

The backport to 2.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-2.x 2.x
# Navigate to the new working tree
cd .worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-2527-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 ac07159c6e4e9444bb5f20ce54cdf4e42d219038
# Push it to GitHub
git push --set-upstream origin backport/backport-2527-to-2.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.x

Then, create a pull request where the base branch is 2.x and the compare/head branch is backport/backport-2527-to-2.x.

zhongnansu pushed a commit to zhongnansu/OpenSearch-Dashboards that referenced this pull request Oct 11, 2022
)

Issue Resolved:
opensearch-project/ux#40

Signed-off-by: Kristen Tian <tyarong@amazon.com>
(cherry picked from commit ac07159)
zhongnansu pushed a commit to zhongnansu/OpenSearch-Dashboards that referenced this pull request Oct 11, 2022
)

Issue Resolved:
opensearch-project/ux#40

Signed-off-by: Kristen Tian <tyarong@amazon.com>
(cherry picked from commit ac07159)
zhongnansu pushed a commit to zhongnansu/OpenSearch-Dashboards that referenced this pull request Oct 12, 2022
)

Issue Resolved:
opensearch-project/ux#40

Signed-off-by: Kristen Tian <tyarong@amazon.com>
(cherry picked from commit ac07159)
zhongnansu pushed a commit to zhongnansu/OpenSearch-Dashboards that referenced this pull request Oct 12, 2022
)

Issue Resolved:
opensearch-project/ux#40

Signed-off-by: Kristen Tian <tyarong@amazon.com>
(cherry picked from commit ac07159)
zhongnansu pushed a commit to zhongnansu/OpenSearch-Dashboards that referenced this pull request Oct 12, 2022
)

Issue Resolved:
opensearch-project/ux#40

Signed-off-by: Kristen Tian <tyarong@amazon.com>
(cherry picked from commit ac07159)
Signed-off-by: Su <szhongna@amazon.com>
kristenTian added a commit that referenced this pull request Oct 12, 2022
Issue Resolved:
opensearch-project/ux#40

Signed-off-by: Kristen Tian <tyarong@amazon.com>
(cherry picked from commit ac07159)
Signed-off-by: Su <szhongna@amazon.com>

Signed-off-by: Kristen Tian <tyarong@amazon.com>
Signed-off-by: Su <szhongna@amazon.com>
Co-authored-by: Kristen Tian <105667444+kristenTian@users.noreply.github.com>
@AMoo-Miki AMoo-Miki added enhancement New feature or request v2.4.0 'Issues and PRs related to version v2.4.0' labels Nov 5, 2022
pjfitzgibbons pushed a commit to pjfitzgibbons/OpenSearch-Dashboards that referenced this pull request Dec 1, 2022
) (opensearch-project#2552)

Issue Resolved:
opensearch-project/ux#40

Signed-off-by: Kristen Tian <tyarong@amazon.com>
(cherry picked from commit ac07159)
Signed-off-by: Su <szhongna@amazon.com>

Signed-off-by: Kristen Tian <tyarong@amazon.com>
Signed-off-by: Su <szhongna@amazon.com>
Co-authored-by: Kristen Tian <105667444+kristenTian@users.noreply.github.com>
pjfitzgibbons pushed a commit to pjfitzgibbons/OpenSearch-Dashboards that referenced this pull request Dec 1, 2022
) (opensearch-project#2552)

Issue Resolved:
opensearch-project/ux#40

Signed-off-by: Kristen Tian <tyarong@amazon.com>
(cherry picked from commit ac07159)
Signed-off-by: Su <szhongna@amazon.com>

Signed-off-by: Kristen Tian <tyarong@amazon.com>
Signed-off-by: Su <szhongna@amazon.com>
Co-authored-by: Kristen Tian <105667444+kristenTian@users.noreply.github.com>
sipopo pushed a commit to sipopo/OpenSearch-Dashboards that referenced this pull request Dec 16, 2022
)

Issue Resolved:
opensearch-project/ux#40

Signed-off-by: Kristen Tian <tyarong@amazon.com>
Signed-off-by: Sergey V. Osipov <sipopo@yandex.ru>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x enhancement New feature or request multiple datasource multiple datasource project v2.4.0 'Issues and PRs related to version v2.4.0'
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants