0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-18 19:39:33 +01:00
gitea/models
wxiaoguang 2d7e6e9482
Fix various trivial problems (#32861)
1. add/improve comments to help future readers could understand the
problem more easily.
2. add an error log to LDAP with username fallback
3. use `or` instead of `Iif` for "repo/branch_dropdown" (`Iif` was a
mistake, but it doesn't really affect the UI)
4. add `tw-font-mono` style to container digest to match dockerhub
5. fix a bug in RepoBranchTagSelector: the form is not updated when
there is no click to an item

---------

Co-authored-by: delvh <dev.lh@web.de>
2024-12-17 01:15:18 +00:00
..
actions Fix various trivial problems (#32861) 2024-12-17 01:15:18 +00:00
activities Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
admin Fix javascript error when an anonymous user visiting migration page (#32144) 2024-10-02 04:37:16 +00:00
asymkey bump to go 1.23 (#31855) 2024-09-10 02:23:07 +00:00
auth Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
avatars
db Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
dbfs Enable unparam linter (#31277) 2024-06-11 18:47:45 +00:00
fixtures Fix bug on action list deleted branch (#32848) 2024-12-16 05:38:39 +08:00
git Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
issues Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
migrations Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
organization Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
packages Add Arch package registry (#32692) 2024-12-04 23:09:07 +00:00
perm Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
project Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
pull
renderhelper Refactor render system (orgmode) (#32671) 2024-11-29 16:08:29 +08:00
repo Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
secret Clarify Actions resources ownership (#31724) 2024-08-01 09:04:04 +00:00
shared/types
system
unit Add DEFAULT_MIRROR_REPO_UNITS and DEFAULT_TEMPLATE_REPO_UNITS options (#32416) 2024-11-11 00:11:00 +00:00
unittest Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
user Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
webhook Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
error.go
main_test.go
repo_test.go
repo_transfer.go
repo.go