0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-03-19 15:02:41 +01:00
gitea/models
wxiaoguang a6aed0fee6
Increase "version" when update the setting value to a same value as before ()
Setting the same value should not trigger DuplicateKey error, and the
"version" should be increased
2023-11-27 17:15:40 +00:00
..
actions Use db.Find instead of writing methods for every object () 2023-11-24 03:49:41 +00:00
activities Use db.Find instead of writing methods for every object () 2023-11-24 03:49:41 +00:00
admin
asymkey Fix comment permissions () 2023-11-25 17:21:21 +00:00
auth Use db.Find instead of writing methods for every object () 2023-11-24 03:49:41 +00:00
avatars
db Use db.Find instead of writing methods for every object () 2023-11-24 03:49:41 +00:00
dbfs
fixtures Fix comment permissions () 2023-11-25 17:21:21 +00:00
git
issues Fix comment permissions () 2023-11-25 17:21:21 +00:00
migrations Add Index to pull_auto_merge.doer_id () 2023-10-30 08:39:29 +00:00
organization Use db.Find instead of writing methods for every object () 2023-11-24 03:49:41 +00:00
packages Revert "packages: Calculate package size quota using package creator ID instead of owner ID ()" () 2023-11-14 16:03:56 +01:00
perm
project Fix comment permissions () 2023-11-25 17:21:21 +00:00
pull Add Index to pull_auto_merge.doer_id () 2023-10-30 08:39:29 +00:00
repo Fix comment permissions () 2023-11-25 17:21:21 +00:00
secret Use db.Find instead of writing methods for every object () 2023-11-24 03:49:41 +00:00
shared/types
system Increase "version" when update the setting value to a same value as before () 2023-11-27 17:15:40 +00:00
unit
unittest
user Use db.Find instead of writing methods for every object () 2023-11-24 03:49:41 +00:00
webhook Fix comment permissions () 2023-11-25 17:21:21 +00:00
error.go
fixture_generation.go
fixture_test.go
main_test.go
org.go Refactor the function RemoveOrgUser () 2023-11-03 14:01:45 +00:00
org_team.go Refactor the function RemoveOrgUser () 2023-11-03 14:01:45 +00:00
org_team_test.go
org_test.go
repo.go
repo_test.go
repo_transfer.go
repo_transfer_test.go