We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In April 2019, this same issue was brought up.
It was deemed a bug, added to the 1.8.0 milestone, implemented the same day, and made it into v1.8.
release/v1.8:
gitea/routers/api/v1/repo/commits.go
Line 109 in 11f6ed4
Where it lived happily (through release/v1.9) until this commit: API method to list all commits of a repository (#6408).
In v1.10 and v1.11 (and the current HEAD of master), however, we're back to commit.Summary().
commit.Summary()
release/v1.10:
Line 277 in 4d876ab
I don't see an explanation for this, so I'm assuming it's a regression.
The text was updated successfully, but these errors were encountered:
Fix regression: Gitea commits API again returns commit summaries, not…
cedbd36
… full messages (#12186) Closes #12185
7ce8bb2
… full messages (go-gitea#12186) Closes go-gitea#12185
c3c246c
… full messages (#12186) (#12187) Closes #12185 Co-authored-by: Kristian Antonsen <kristian@derfor.dk>
bb4c84b
Successfully merging a pull request may close this issue.
In April 2019, this same issue was brought up.
It was deemed a bug, added to the 1.8.0 milestone, implemented the same day, and made it into v1.8.
release/v1.8:
gitea/routers/api/v1/repo/commits.go
Line 109 in 11f6ed4
Where it lived happily (through release/v1.9) until this commit: API method to list all commits of a repository (#6408).
In v1.10 and v1.11 (and the current HEAD of master), however, we're back to
commit.Summary()
.release/v1.10:
gitea/routers/api/v1/repo/commits.go
Line 277 in 4d876ab
I don't see an explanation for this, so I'm assuming it's a regression.
The text was updated successfully, but these errors were encountered: