1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-05-08 16:38:06 +00:00
gitea/services/repository
wxiaoguang 51d86adb6d
Fix some migration and repo name problems ()
1. Ignore empty inputs in `UnmarshalHandleDoubleEncode`
2. Ignore non-existing `stateEvent.User` in gitlab migration
3. Enable `release` and `wiki` units when they are selected in migration
4. Sanitize repo name for migration and new repo
2025-03-24 20:26:58 -07:00
..
archiver Refactor context RefName and RepoAssignment () 2025-01-13 01:07:05 +00:00
commitstatus Add new event commit status creation and webhook implementation () 2024-11-07 06:41:49 +00:00
files Add file tree to file view page () 2025-03-15 16:26:49 +08:00
gitgraph Remove context from git struct () 2025-03-04 11:56:11 -08:00
adopt_test.go Use filepath.Join instead of path.Join for file system file operations () 2025-03-24 14:50:28 -07:00
adopt.go Don't create duplicated functions for code repositories and wiki repositories () 2025-03-19 11:17:19 -07:00
avatar_test.go Fix repo avatar conflict () 2024-12-23 02:52:25 +00:00
avatar.go Fix repo avatar conflict () 2024-12-23 02:52:25 +00:00
branch.go Move git references checking to gitrepo packages to reduce expose of repository path () 2025-03-15 19:48:59 -07:00
cache.go Always enable caches () 2023-12-19 09:29:05 +00:00
check.go Remove context from git struct () 2025-03-04 11:56:11 -08:00
collaboration_test.go Move AddCollabrator and CreateRepositoryByExample to service layer () 2024-11-07 11:28:11 +08:00
collaboration.go Move team related functions to service layer () 2024-11-27 21:12:26 +00:00
commit.go Move context from modules to services () 2024-02-27 08:12:22 +01:00
contributors_graph_test.go disable gravatar in test () 2024-11-21 04:30:48 +00:00
contributors_graph.go Remove context from git struct () 2025-03-04 11:56:11 -08:00
create.go Add abstraction layer to delete repository from disk () 2025-03-14 18:38:55 +00:00
delete_test.go Delete repos of org when purge delete user () 2023-10-19 13:16:11 +00:00
delete.go Add abstraction layer to delete repository from disk () 2025-03-14 18:38:55 +00:00
fork_test.go Add option to prohibit fork if user reached maximum limit of repositories () 2022-12-27 15:21:14 -06:00
fork.go Don't create duplicated functions for code repositories and wiki repositories () 2025-03-19 11:17:19 -07:00
generate_test.go Move generate from module to service () 2024-02-28 14:40:36 +01:00
generate.go Add abstraction layer to check if the repository exists on disk () 2025-03-14 03:00:56 +00:00
hooks.go Don't create duplicated functions for code repositories and wiki repositories () 2025-03-19 11:17:19 -07:00
init.go Remove context from git struct () 2025-03-04 11:56:11 -08:00
lfs_test.go Use test context in tests and new loop system in benchmarks () 2025-02-20 09:57:40 +00:00
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 () 2024-02-24 06:55:19 +00:00
license_test.go Only keep popular licenses () 2025-03-10 06:40:37 +08:00
license.go Only keep popular licenses () 2025-03-10 06:40:37 +08:00
main_test.go make writing main test easier () 2023-09-28 01:38:53 +00:00
merge_upstream.go Improve sync fork behavior () 2025-01-20 15:17:47 +08:00
migrate.go Fix some migration and repo name problems () 2025-03-24 20:26:58 -07:00
push.go Extract code to their own functions for push update () 2025-03-20 16:57:04 +00:00
repo_team_test.go Move team related functions to service layer () 2024-11-27 21:12:26 +00:00
repo_team.go Move RepoTransfer from models to models/repo sub package () 2024-12-18 11:44:16 +08:00
repository_test.go refactor some functions to support ctx as first parameter () 2022-12-03 10:48:26 +08:00
repository.go Deleting repository should unlink all related packages () 2025-02-21 04:17:56 +00:00
setting.go Fix auto concurrency cancellation skips commit status updates () 2025-03-10 15:58:48 -07:00
template.go Move generate from module to service () 2024-02-28 14:40:36 +01:00
transfer_test.go Refactor repository transfer () 2025-01-30 05:40:44 +00:00
transfer.go Don't create duplicated functions for code repositories and wiki repositories () 2025-03-19 11:17:19 -07:00