0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-24 23:29:10 -05:00
forgejo/services/repository
2024-04-09 10:42:42 +02:00
..
archiver
files [BUG] Implement commit mail selection for other Git operations 2024-02-27 22:41:58 +00:00
adopt.go Start to migrate from util.OptionalBool to optional.Option[bool] (#29329) 2024-02-26 22:30:26 +01:00
adopt_test.go
avatar.go
avatar_test.go
branch.go Use the database object format name but not read from git repoisitory everytime and fix possible migration wrong objectformat when migrating a sha256 repository (#29294) 2024-02-26 22:30:26 +01:00
cache.go
check.go
collaboration.go
collaboration_test.go
commit.go
contributors_graph.go Implement code frequency graph (#29191) 2024-02-26 22:30:26 +01:00
contributors_graph_test.go Implement contributors graph (#27882) 2024-02-17 23:24:31 +01:00
create.go
create_test.go
delete.go
delete_test.go
fork.go
fork_test.go
hooks.go
lfs.go Use the database object format name but not read from git repoisitory everytime and fix possible migration wrong objectformat when migrating a sha256 repository (#29294) 2024-02-26 22:30:26 +01:00
lfs_test.go
main_test.go
migrate.go Move migration functions to services layer (#29497) 2024-03-04 07:10:53 +01:00
push.go Use the database object format name but not read from git repoisitory everytime and fix possible migration wrong objectformat when migrating a sha256 repository (#29294) 2024-02-26 22:30:26 +01:00
repository.go fix some linting issues 2024-04-04 15:08:02 +02:00
repository_test.go
review.go
review_test.go
setting.go
star.go Add ToDo 2024-04-05 17:07:04 +02:00
template.go
transfer.go
transfer_test.go