-
Notifications
You must be signed in to change notification settings - Fork 890
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
Add example in create API for create index pattern, vega visualizatinn, dashboards for docs #6855
Conversation
@@ -10,6 +10,7 @@ | |||
- [Client_management_design](multi-datasource/client_management_design.md) | |||
- [High_level_design](multi-datasource/high_level_design.md) | |||
- [User_stories](multi-datasource/user_stories.md) | |||
- [Openapi](openapi/README.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is auto generated by the Docsify
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6855 +/- ##
==========================================
- Coverage 67.41% 67.39% -0.02%
==========================================
Files 3443 3443
Lines 67797 67797
Branches 11033 11033
==========================================
- Hits 45702 45690 -12
- Misses 19427 19439 +12
Partials 2668 2668
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -172,6 +174,7 @@ | |||
- scripts | |||
- [README](../scripts/README.md) | |||
- [DOCS_README](DOCS_README.md) | |||
- [Theme](theme.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this also auto generated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. It reads through all the md file and updated the doc here.
@joshuali925 could you take a look as well? |
visState: '{"title":"vegaVisualization","type":"vega","aggs":[]}}' | ||
uiStateJSON: '{}' | ||
description: '' | ||
version: 1, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
extra comma?
…n, dashboards for docs Signed-off-by: Yuanqi(Ella) Zhu <[email protected]>
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch-Dashboards/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch-Dashboards/backport-2.x
# Create a new branch
git switch --create backport/backport-6855-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 089a2dee41908d097a25f8c49ecf24f2d3d43b11
# Push it to GitHub
git push --set-upstream origin backport/backport-6855-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch-Dashboards/backport-2.x Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch-Dashboards/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch-Dashboards/backport-2.x
# Create a new branch
git switch --create backport/backport-6855-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 089a2dee41908d097a25f8c49ecf24f2d3d43b11
# Push it to GitHub
git push --set-upstream origin backport/backport-6855-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch-Dashboards/backport-2.x Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch-Dashboards/backport-2.x 2.x
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch-Dashboards/backport-2.x
# Create a new branch
git switch --create backport/backport-6855-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 089a2dee41908d097a25f8c49ecf24f2d3d43b11
# Push it to GitHub
git push --set-upstream origin backport/backport-6855-to-2.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch-Dashboards/backport-2.x Then, create a pull request where the |
…n, dashboards for docs (opensearch-project#6855) * Add example in create API for create index pattern, vega visualization, dashboards for docs Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> * Changeset file for PR opensearch-project#6855 created/updated --------- Signed-off-by: Yuanqi(Ella) Zhu <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
Description
Add example in create API for create index pattern, vega visualizatinn, dashboards for docs
Issues Resolved
#6719
Screenshot
Changelog