Skip to content

Update docs for v8 #1572

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

Merged
merged 6 commits into from
Feb 11, 2022
Merged

Update docs for v8 #1572

merged 6 commits into from
Feb 11, 2022

Conversation

delvedor
Copy link
Member

As titled.

@stale
Copy link

stale bot commented Jan 8, 2022

We understand that this might be important for you, but this issue has been automatically marked as stale because it has not had recent activity either from our end or yours.
It will be closed if no further activity occurs, please write a comment if you would like to keep this going.

Note: in the past months we have built a new client, that has just landed in master. If you want to open an issue or a pr for the legacy client, you should do that in https://github.com/elastic/elasticsearch-js-legacy

@stale stale bot added the stale label Jan 8, 2022
@stale stale bot removed the stale label Jan 12, 2022
@delvedor delvedor marked this pull request as ready for review February 11, 2022 08:56
@delvedor delvedor merged commit 759138c into main Feb 11, 2022
@delvedor delvedor deleted the v8-docs branch February 11, 2022 09:23
@github-actions
Copy link
Contributor

The backport to 8.0 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-8.0 8.0
# Navigate to the new working tree
cd .worktrees/backport-8.0
# Create a new branch
git switch --create backport-1572-to-8.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick --mainline 1 759138c3751baa939f74b620274f2d46d60120fc
# Push it to GitHub
git push --set-upstream origin backport-1572-to-8.0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-8.0

Then, create a pull request where the base branch is 8.0 and the compare/head branch is backport-1572-to-8.0.

github-actions bot pushed a commit that referenced this pull request Feb 11, 2022
delvedor added a commit that referenced this pull request Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant