0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-22 13:57:46 -05:00
forgejo/services/repository
ThomasBoom89 5be7c6cbd8 feat: implement migration of website field from gogs/gitea/github (#6474)
* cleanup: remove not used properties
* feat: implement migration of website field from gogs
* feat: implement dumping and restoring website field
* feat: implement migration of website field from gitea
* feat: implement migration of homepage/website field from github
* feat: implement website properties for repository migration

Gogs migration is untested for now.

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6474
Reviewed-by: Otto <otto@codeberg.org>
Co-authored-by: ThomasBoom89 <thomasboom89@noreply.codeberg.org>
Co-committed-by: ThomasBoom89 <thomasboom89@noreply.codeberg.org>
2025-01-20 12:18:19 +00:00
..
archiver Add github compatible tarball download API endpoints (#32572) 2024-12-03 10:19:22 +01:00
commitstatus
files Fix: return correct type in GetSubModule 2024-12-02 01:08:09 +01:00
adopt.go
adopt_test.go
avatar.go fix: repo avatar generating (#6338) 2024-12-22 18:18:37 +01:00
avatar_test.go fix: repo avatar generating (#6338) 2024-12-22 18:18:37 +01:00
branch.go Detect whether action view branch was deleted (#32764) 2024-12-15 09:45:10 +01:00
cache.go
check.go
collaboration.go
collaboration_test.go
commit.go
contributors_graph.go
contributors_graph_test.go disable gravatar in test (#32529) 2024-11-24 15:42:36 +00:00
create.go feat: implement migration of website field from gogs/gitea/github (#6474) 2025-01-20 12:18:19 +00:00
create_test.go
delete.go
fork.go
fork_test.go
generate.go fix: template config path (#2836) 2024-12-22 11:05:24 +01:00
generate_test.go
hooks.go
init.go
lfs.go
lfs_test.go
main_test.go
migrate.go Support the new exit code for git remote subcommands for git version >=2.30.0 (#33129) 2025-01-12 08:52:51 +01:00
push.go Fix broken releases when re-pushing tags (#32435) 2024-11-16 15:12:25 +01:00
repository.go
repository_test.go
review.go
review_test.go
setting.go
star.go
template.go
transfer.go
transfer_test.go