-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Comparing changes
Open a pull request
base repository: go-gitea/gitea
base: v1.19.2
head repository: go-gitea/gitea
compare: v1.19.3
- 11 commits
- 19 files changed
- 10 contributors
Commits on Apr 29, 2023
-
getting the tag list does not require being signed in (#24413) (#24416)
Backport #24413 by @earl-warren Fixes: https://codeberg.org/forgejo/forgejo/issues/681 Co-authored-by: Earl Warren <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e76b3f7 - Browse repository at this point
Copy the full SHA e76b3f7View commit details
Commits on Apr 30, 2023
-
Fix user-cards format (#24428) (#24431)
Backport #24428 by @KN4CK3R Fixes #24418 Co-authored-by: KN4CK3R <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d7ba76 - Browse repository at this point
Copy the full SHA 7d7ba76View commit details -
Fix incorrect CurrentUser check for docker rootless (#24435)
Many users report that 1.19 has a regression bug: the rootless image can't start if the UID is not 1000. #23632 (comment) https://discourse.gitea.io/t/gitea-doesnt-start-after-update-to-1-19/6920/9 The problem is that the IsRunUserMatchCurrentUser logic is fragile, the "SSH" config is not ready when it executes. This PR is just a quick fix for 1.19. For 1.20, we need a clear and stable solution.
Configuration menu - View commit details
-
Copy full SHA for d9d3f52 - Browse repository at this point
Copy the full SHA d9d3f52View commit details -
Improve milestone filter on issues page (#22423) (#24440)
Backport #22423 by @lunny Now we have `All milestones`, `No milestones`, `Open milestones` and `Closed milestones`. Fix #11924 Fix #22411 <img width="1166" alt="image" src="https://user-images.githubusercontent.com/81045/212243375-95eea035-a972-44b8-8088-53db614cb07e.png"> Co-authored-by: Lunny Xiao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3abbf5f - Browse repository at this point
Copy the full SHA 3abbf5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfdbc62 - Browse repository at this point
Copy the full SHA bfdbc62View commit details -
Skip known flaky
queuetests on CI environment (#24443)Backport of #24419 to 1.19.
Configuration menu - View commit details
-
Copy full SHA for f1a0b64 - Browse repository at this point
Copy the full SHA f1a0b64View commit details
Commits on May 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 84fa30e - Browse repository at this point
Copy the full SHA 84fa30eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 499257d - Browse repository at this point
Copy the full SHA 499257dView commit details
Commits on May 3, 2023
-
Enable whitespace rendering on selection in Monaco (#24444) (#24485)
Backport #24444 by @silverwind Remove the [renderWhitespace](https://microsoft.github.io/monaco-editor/docs.html#interfaces/editor.IEditorOptions.html#renderWhitespace) override, so the default value of `selection` takes over and makes whitespace visible on selection. <img width="128" alt="Screenshot 2023-04-30 at 19 09 41" src="https://user-images.githubusercontent.com/115237/235366707-d598268d-03cc-4839-a195-c460bddae99b.png"> Co-authored-by: silverwind <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 73e70f3 - Browse repository at this point
Copy the full SHA 73e70f3View commit details -
Fix api error message if fork exists (#24487) (#24493)
Backport #24487 by @fnetX On the @forgejo instance of Codeberg, we discovered that forking a repo which is already forked now returns a 500 Internal Server Error, which is unexpected. This is an attempt at fixing this. The error message in the log: ~~~ 2023/05/02 08:36:30 .../api/v1/repo/fork.go:147:CreateFork() [E] [6450cb8e-113] ForkRepository: repository is already forked by user [uname: ...., repo path: .../..., fork path: .../...] ~~~ The service that is used for forking returns a custom error message which is not checked against. About the order of options: The case that the fork already exists should be more common, followed by the case that a repo with the same name already exists for other reasons. The case that the global repo limit is hit is probably not the likeliest. --------- Co-authored-by: Otto Richter (fnetX) <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4dccac3 - Browse repository at this point
Copy the full SHA 4dccac3View commit details -
Co-authored-by: Yarden Shoham <[email protected]> Co-authored-by: John Olheiser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ceb78c - Browse repository at this point
Copy the full SHA 8ceb78cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.19.2...v1.19.3