0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-12-28 02:14:06 -05:00
forgejo/routers/web/repo
delvh f3d41c61eb
Remove db.DefaultContext in routers/ and cmd/ (#26076)
Now, the only remaining usages of `models.db.DefaultContext` are in
  - `modules`
  - `models`
  - `services`
2023-07-23 23:47:27 -04:00
..
actions Actions Artifacts support uploading multiple files and directories (#24874) 2023-07-21 10:42:01 +08:00
setting Add context parameter to some database functions (#26055) 2023-07-22 22:14:27 +08:00
activity.go
attachment.go Less naked returns (#25713) 2023-07-07 05:31:56 +00:00
blame.go
branch.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
cherry_pick.go Sync branches into databases (#22743) 2023-06-29 10:03:20 +00:00
commit.go
compare.go Use frontend fetch for branch dropdown component (#25719) 2023-07-21 11:20:04 +00:00
download.go Less naked returns (#25713) 2023-07-07 05:31:56 +00:00
editor.go Refactor "Content" for file uploading (#25851) 2023-07-18 18:14:47 +00:00
editor_test.go
find.go
helper.go
helper_test.go
http.go Less naked returns (#25713) 2023-07-07 05:31:56 +00:00
http_test.go
issue.go Add context parameter to some database functions (#26055) 2023-07-22 22:14:27 +08:00
issue_content_history.go Check ctx.Written() for GetActionIssue (#25698) 2023-07-05 18:52:12 +00:00
issue_dependency.go Add context parameter to some database functions (#26055) 2023-07-22 22:14:27 +08:00
issue_label.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
issue_label_test.go
issue_lock.go Use fetch form action for lock/unlock/pin/unpin on sidebar (#25380) 2023-06-29 04:16:04 +00:00
issue_pin.go Add context parameter to some database functions (#26055) 2023-07-22 22:14:27 +08:00
issue_stopwatch.go
issue_test.go
issue_timetrack.go Add context parameter to some database functions (#26055) 2023-07-22 22:14:27 +08:00
issue_watch.go
main_test.go
middlewares.go
migrate.go
milestone.go Fix incorrect milestone count when provide a keyword (#25880) 2023-07-16 03:43:51 +00:00
packages.go
patch.go Sync branches into databases (#22743) 2023-06-29 10:03:20 +00:00
projects.go Fix empty project displayed in issue sidebar (#25802) 2023-07-12 16:10:35 +02:00
projects_test.go
pull.go Add context parameter to some database functions (#26055) 2023-07-22 22:14:27 +08:00
pull_review.go Check ctx.Written() for GetActionIssue (#25698) 2023-07-05 18:52:12 +00:00
release.go Use frontend fetch for branch dropdown component (#25719) 2023-07-21 11:20:04 +00:00
release_test.go
render.go
repo.go Use frontend fetch for branch dropdown component (#25719) 2023-07-21 11:20:04 +00:00
search.go
topic.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
treelist.go
view.go Remove db.DefaultContext in routers/ and cmd/ (#26076) 2023-07-23 23:47:27 -04:00
view_test.go
wiki.go Less naked returns (#25713) 2023-07-07 05:31:56 +00:00
wiki_test.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00