forgejo/models
CaiCandong 30cea70dd8
Refactor dashboard/feed.tmpl (#26956)
- ~~Refactor `ActionType` to `models/activities/action_type.go`~~
- Replace the magic number in `feed.tmlp` with `InAction`
2023-09-07 16:23:13 +02:00
..
actions Replace util.SliceXxx with slices.Xxx (#26958) 2023-09-07 09:37:47 +00:00
activities Refactor dashboard/feed.tmpl (#26956) 2023-09-07 16:23:13 +02:00
admin Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
asymkey Update tool dependencies, lock govulncheck and actionlint (#25655) 2023-07-09 11:58:06 +00:00
auth Ignore the trailing slashes when comparing oauth2 redirect_uri (#26597) 2023-08-21 12:15:55 +08:00
avatars
db Improve DeleteByID (#26904) 2023-09-05 08:11:35 +02:00
dbfs
fixtures Fix verifyCommits error when push a new branch (#26664) 2023-08-30 02:27:53 +00:00
git Replace util.SliceXxx with slices.Xxx (#26958) 2023-09-07 09:37:47 +00:00
issues Replace util.SliceXxx with slices.Xxx (#26958) 2023-09-07 09:37:47 +00:00
migrations Artifacts retention and auto clean up (#26131) 2023-09-06 07:41:06 +00:00
organization Remove unused code (#25734) 2023-07-06 21:52:41 +00:00
packages Fix NuGet search endpoints (#25613) 2023-08-14 02:50:55 +00:00
perm
project Refactor project templates (#26448) 2023-08-12 10:30:28 +00:00
pull
repo Replace util.SliceXxx with slices.Xxx (#26958) 2023-09-07 09:37:47 +00:00
secret Refactor secrets modification logic (#26873) 2023-09-05 15:21:02 +00:00
shared/types
system Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
unit Use Set[Type] instead of map[Type]bool/struct{}. (#26804) 2023-08-30 06:55:25 +00:00
unittest Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
user Check blocklist for emails when adding them to account (#26812) 2023-08-30 10:46:49 -05:00
webhook Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
error.go
fixture_generation.go
fixture_test.go
main_test.go
migrate.go Add context parameter to some database functions (#26055) 2023-07-22 22:14:27 +08:00
migrate_test.go Add context parameter to some database functions (#26055) 2023-07-22 22:14:27 +08:00
org.go
org_team.go
org_team_test.go
org_test.go
repo.go chore(actions): support cron schedule task (#26655) 2023-08-24 03:06:51 +00:00
repo_collaboration.go
repo_collaboration_test.go
repo_test.go
repo_transfer.go
repo_transfer_test.go