0
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-31 18:05:00 -05:00
forgejo/modules/migration
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
..
file_format_testdata Validate migration files (#18203) 2022-01-26 10:45:51 +01:00
schemas Validate migration files (#18203) 2022-01-26 10:45:51 +01:00
comment.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
downloader.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
error.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
file_format.go [CHORE] Update jsonschema library to v6 2024-07-15 17:20:50 +02:00
file_format_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
issue.go Fix restore repo bug, clarify the problem of ForeignIndex (#22776) 2023-02-07 09:18:52 +08:00
label.go Scoped labels (#22585) 2023-02-18 21:17:39 +02:00
messenger.go Refactor locale&string&template related code (#29165) 2024-02-16 15:20:52 +01:00
milestone.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
null_downloader.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
options.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
pullrequest.go Support migrating GitHub/GitLab PR draft status (#32242) 2024-10-20 09:24:25 +02:00
reaction.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
release.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
repo.go feat: implement migration of website field from gogs/gitea/github (#6474) 2025-01-20 12:18:19 +00:00
retry_downloader.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
review.go Fix restore repo bug, clarify the problem of ForeignIndex (#22776) 2023-02-07 09:18:52 +08:00
schemas_bindata.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
schemas_dynamic.go [CHORE] Update jsonschema library to v6 2024-07-15 17:20:50 +02:00
schemas_static.go [CHORE] Update jsonschema library to v6 2024-07-15 17:20:50 +02:00
uploader.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00