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]Add data source config to opensearch-dashboards-docker #2557

Merged
merged 1 commit into from
Oct 12, 2022

Conversation

kristenTian
Copy link
Contributor

@kristenTian kristenTian commented Oct 12, 2022

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

Description

Add data source config to opensearch-dashboards-docker

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

zengyan-amazon
zengyan-amazon previously approved these changes Oct 12, 2022
Signed-off-by: Kristen Tian <tyarong@amazon.com>
@kristenTian kristenTian merged commit 8e8b89b into opensearch-project:main Oct 12, 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-2557-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 8e8b89b0a0d3e5b8755ffd137dc86bed5ff8efa4
# Push it to GitHub
git push --set-upstream origin backport/backport-2557-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-2557-to-2.x.

opensearch-trigger-bot bot pushed a commit that referenced this pull request Oct 12, 2022
Signed-off-by: Kristen Tian <tyarong@amazon.com>

Signed-off-by: Kristen Tian <tyarong@amazon.com>
(cherry picked from commit 8e8b89b)
kavilla pushed a commit that referenced this pull request Oct 13, 2022
…2563)

Add data source config to opensearch-dashboards-docker

Signed-off-by: Kristen Tian <tyarong@amazon.com>
(cherry picked from commit 8e8b89b)
@kavilla kavilla added the v2.4.0 'Issues and PRs related to version v2.4.0' label Oct 13, 2022
@AMoo-Miki AMoo-Miki added the enhancement New feature or request label Nov 5, 2022
sipopo pushed a commit to sipopo/OpenSearch-Dashboards that referenced this pull request Dec 16, 2022
…h-project#2557)

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

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.

None yet

6 participants