Skip to content

WIP: Fix compare url on webhook #25699

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

Closed
wants to merge 10 commits into from
Closed

Conversation

lunny
Copy link
Member

@lunny lunny commented Jul 5, 2023

Fix #9243

@lunny lunny added type/bug outdated/backport/v1.19 This PR should be backported to Gitea 1.19 backport/v1.20 This PR should be backported to Gitea 1.20 labels Jul 5, 2023
@lunny lunny added this to the 1.21.0 milestone Jul 5, 2023
@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Jul 5, 2023
@GiteaBot GiteaBot added lgtm/need 1 This PR needs approval from one additional maintainer to be merged. and removed lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. labels Jul 5, 2023
commits.CompareURL = fmt.Sprintf("%s/commit/%s", repo.FullName(), opts.NewCommitID)
} else if len(commits.Commits) > 1 {
oldCommitID = commits.Commits[len(commits.Commits)-1].Sha1
commits.CompareURL = fmt.Sprintf("%s/compare/%s^...%s", repo.FullName(), oldCommitID, opts.NewCommitID)
Copy link
Contributor

@wxiaoguang wxiaoguang Jul 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lunny lunny changed the title Fix compare url on webhook WIP: Fix compare url on webhook Jul 6, 2023
@pull-request-size pull-request-size bot added size/L and removed size/S labels Jul 7, 2023
@lunny lunny modified the milestones: 1.21.0, 1.22.0 Sep 21, 2023
@lunny lunny added kind/bugfix and removed type/bug labels Oct 7, 2023
@delvh delvh added type/bug and removed kind/bugfix labels Oct 7, 2023
@lunny lunny removed this from the 1.22.0 milestone Mar 4, 2024
@lunny lunny added this to the 1.23.0 milestone Mar 4, 2024
@lunny lunny marked this pull request as draft March 4, 2024 08:06
@lunny lunny removed this from the 1.23.0 milestone Sep 7, 2024
@lunny lunny removed outdated/backport/v1.19 This PR should be backported to Gitea 1.19 backport/v1.20 This PR should be backported to Gitea 1.20 labels Dec 25, 2024
@lunny lunny closed this Dec 29, 2024
@go-gitea go-gitea locked as resolved and limited conversation to collaborators Mar 29, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm/need 1 This PR needs approval from one additional maintainer to be merged. type/bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Webhook bug: compare_url is incorrect for a new branch
5 participants