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

The compare button in the release page does not respond when clicked #25705

Closed
csthenry opened this issue Jul 5, 2023 · 7 comments
Closed

The compare button in the release page does not respond when clicked #25705

csthenry opened this issue Jul 5, 2023 · 7 comments
Labels

Comments

@csthenry
Copy link

csthenry commented Jul 5, 2023

Description

The compare button in the release page does not respond when clicked!

Gitea Version

1.19.3

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

2023/07/05 21:39:12 ...dules/git/command.go:255:Run() [D] [64a57280] /data/git/repositories/henry/hello-git.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-parse
2023/07/05 21:39:12 ...dules/git/command.go:255:Run() [D] [64a57280] /data/git/repositories/henry/hello-git.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref --format=%(objectname) %(refname) refs/tags/ --sort=-taggerdate
2023/07/05 21:39:12 ...dules/git/command.go:255:Run() [D] [64a57280] /data/git/repositories/henry/hello-git.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch
2023/07/05 21:39:12 ...dules/git/command.go:255:Run() [D] [64a57280] /data/git/repositories/henry/hello-git.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= cat-file --batch-check
2023/07/05 21:39:12 ...dules/git/command.go:255:Run() [D] [64a57280] /data/git/repositories/henry/hello-git.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref --format=%(objectname) %(refname) refs/heads/ --sort=-committerdate
2023/07/05 21:39:12 ...dules/git/command.go:255:Run() [D] [64a57280] /data/git/repositories/henry/hello-git.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= for-each-ref --format=%(objectname) %(refname) refs/tags/ --sort=-taggerdate
2023/07/05 21:39:12 ...dules/git/command.go:255:Run() [D] [64a57280] /data/git/repositories/henry/hello-git.git: /usr/bin/git -c protocol.version=2 -c credential.helper= -c filter.lfs.required= -c filter.lfs.smudge= -c filter.lfs.clean= rev-list --count afcdeccf94fec27f7101bd42b7287f5ba1f7989d
2023/07/05 21:39:12 ...s/context/context.go:222:HTML() [D] [64a57280] Template: repo/release/list

I don't see any error messages either in the console or in the gitea log (debug level).

Screenshots

{D1BBF612-B092-4d57-B5FF-1FC7B7FE287B}

Git Version

2.38.5, Wire Protocol Version 2 Enabled

Operating System

ubuntu 22.04

How are you running Gitea?

docker

1.19.3 built with GNU Make 4.3, go1.20.4 : bindata, timetzdata, sqlite, sqlite_unlock_notify

Database

MySQL

@wxiaoguang
Copy link
Contributor

Do you see error logs in your browser's console?

@csthenry
Copy link
Author

csthenry commented Jul 5, 2023

Do you see error logs in your browser's console?

0 error

@wxiaoguang
Copy link
Contributor

Hmm.... a bug .....

Before a fix, I think you can start using 1.20-rc2 or 1.20-nightly since 1.20 is going to be released soon.

@csthenry
Copy link
Author

csthenry commented Jul 5, 2023

Hmm.... a bug .....

Before a fix, I think you can start using 1.20-rc2 or 1.20-nightly since 1.20 is going to be released soon.

yes, I don't see any error messages either in the console or in the gitea log (debug level), I suspect this is a bug.

@wxiaoguang
Copy link
Contributor

Regression of #24369

@wxiaoguang
Copy link
Contributor

-> Fix branch selector on release page in 1.19 #25706

techknowlogick pushed a commit that referenced this issue Jul 5, 2023
Fix #25705

Regression of #24369

There is no problem in 1.20 because there is #24459
@wxiaoguang
Copy link
Contributor

It has been fixed in 1.19 nightly release.

Codeberg-org pushed a commit to Codeberg-org/gitea that referenced this issue Jul 12, 2023
Fix go-gitea#25705

Regression of go-gitea#24369

There is no problem in 1.20 because there is go-gitea#24459

(cherry picked from commit 67d16c6)
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants