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

Fix: can not show the detail of the first revision #612

Merged
merged 1 commit into from
Aug 31, 2022

Conversation

barnettZQG
Copy link
Collaborator

Signed-off-by: barnettZQG [email protected]

Description of your changes

image

I have:

  • Read and followed KubeVela's contribution process.
  • Related Docs updated properly. In a new feature or configuration option, an update to the documentation is necessary.
  • Run yarn lint to ensure this PR is ready for review.
  • Added backport release-x.y labels to auto-backport this PR if necessary.

Special notes for your reviewer

@github-actions
Copy link

Backport failed for release-1.4, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin release-1.4
git worktree add -d .worktree/backport-612-to-release-1.4 origin/release-1.4
cd .worktree/backport-612-to-release-1.4
git checkout -b backport-612-to-release-1.4
ancref=$(git merge-base 3e7ba770f54aa65ac21c32d1c1d35c62c097000d 867c033a7d6dbb902b09997e561dd713a75cb847)
git cherry-pick -x $ancref..867c033a7d6dbb902b09997e561dd713a75cb847

@github-actions
Copy link

Backport failed for release-1.5, because it was unable to create a new branch.

Please cherry-pick the changes locally.

git fetch origin release-1.5
git worktree add -d .worktree/backport-612-to-release-1.5 origin/release-1.5
cd .worktree/backport-612-to-release-1.5
git checkout -b backport-612-to-release-1.5
ancref=$(git merge-base 3e7ba770f54aa65ac21c32d1c1d35c62c097000d 867c033a7d6dbb902b09997e561dd713a75cb847)
git cherry-pick -x $ancref..867c033a7d6dbb902b09997e561dd713a75cb847

barnettZQG added a commit to barnettZQG/velaux that referenced this pull request Aug 31, 2022
barnettZQG added a commit that referenced this pull request Aug 31, 2022
Signed-off-by: barnettZQG <[email protected]>

Signed-off-by: barnettZQG <[email protected]>

Signed-off-by: barnettZQG <[email protected]>
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