gitea/services/repository
wxiaoguang 1e72b15639
Some checks are pending
release-nightly / nightly-binary (push) Waiting to run
release-nightly / nightly-container (push) Waiting to run
Fix various bugs (#36139)
* Fix #35768
* Fix #36064
* Fix #36051
* Fix cherry-pick panic
2025-12-12 18:56:05 +00:00
..
archiver Move archive function to repo_model and gitrepo (#35514) 2025-10-06 15:01:26 -07:00
commitstatus Move some functions to gitrepo package (#35543) 2025-10-07 17:06:51 +08:00
files Move some functions to gitrepo package to reduce RepoPath reference directly (#36126) 2025-12-12 01:15:40 +01:00
gitgraph update golangci-lint to v2.7.0 (#36079) 2025-12-04 09:06:44 +00:00
adopt_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
adopt.go Replace gobwas/glob package (#35478) 2025-09-13 18:01:00 +00:00
avatar_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
avatar.go Fix avatar upload error handling (#35887) 2025-11-07 09:44:09 +08:00
branch.go Support updating branch via API (#35951) 2025-12-10 19:23:26 +00:00
cache.go Move commit related functions to gitrepo package (#35600) 2025-12-05 00:20:23 +00:00
check.go Move some functions to gitrepo package (#35543) 2025-10-07 17:06:51 +08:00
collaboration_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
collaboration.go Use db.WithTx/WithTx2 instead of TxContext when possible (#35130) 2025-07-22 10:02:01 -07:00
commit.go
contributors_graph_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
contributors_graph.go Move some functions to gitrepo package (#35543) 2025-10-07 17:06:51 +08:00
create_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
create.go Move some functions to gitrepo package to reduce RepoPath reference directly (#36126) 2025-12-12 01:15:40 +01:00
delete_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
delete.go Move HasWiki to repository service package (#33912) 2025-09-01 11:12:58 -07:00
fork_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
fork.go Move some functions to gitrepo package to reduce RepoPath reference directly (#36126) 2025-12-12 01:15:40 +01:00
generate_test.go Fix various bugs (#36139) 2025-12-12 18:56:05 +00:00
generate.go Fix various bugs (#36139) 2025-12-12 18:56:05 +00:00
hooks.go Move HasWiki to repository service package (#33912) 2025-09-01 11:12:58 -07:00
init.go Move some functions to gitrepo package (#35543) 2025-10-07 17:06:51 +08:00
lfs_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
lfs.go
license_test.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
license.go Only keep popular licenses (#33832) 2025-03-10 06:40:37 +08:00
main_test.go
merge_upstream.go Use gitrepo's clone and push when possible (#36093) 2025-12-10 09:41:01 -08:00
migrate.go Use gitrepo's clone and push when possible (#36093) 2025-12-10 09:41:01 -08:00
push.go Fix various bugs (#35177) 2025-07-30 07:08:59 +00:00
repo_team_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
repo_team.go Use db.WithTx/WithTx2 instead of TxContext when possible (#35130) 2025-07-22 10:02:01 -07:00
repository_test.go Move HasWiki to repository service package (#33912) 2025-09-01 11:12:58 -07:00
repository.go Move some functions to gitrepo package to reduce RepoPath reference directly (#36126) 2025-12-12 01:15:40 +01:00
setting.go Use db.WithTx/WithTx2 instead of TxContext when possible (#35130) 2025-07-22 10:02:01 -07:00
template.go Move some functions from package git to gitrepo (#33910) 2025-09-01 19:13:18 +00:00
transfer_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
transfer.go Use gitrepo's clone and push when possible (#36093) 2025-12-10 09:41:01 -08:00