1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-11 02:04:27 +00:00
6543 fd60ebfe14
[API] Migration: Change ServiceType String (#12672)
* use different structs for MigrateRepoOptions on UI and API

* Fix TokenAuth and rename UID to an understandable Name

* fix swagger doc

* simplify & mk redable

* R E F A C T O R:
migration has now internal 3 structs to store its options:
 * the Options for WebUI: modules/auth/repo_form.go
 * the Options for API: modules/structs/repo.go
 * the option struct with after validation for internal prossessing: modules/migrations/base/options.go

* Copyright Header

* Deprecate UID - add RepoOwner

* adopt repo.go -> migrate.go

* add comment about each struct purpose

* lint
2020-09-10 23:29:19 +01:00
..
2020-07-17 18:15:12 +03:00
2020-04-05 07:20:50 +01:00
2019-06-12 15:41:28 -04:00
2020-09-05 11:45:10 -04:00
2018-11-04 22:20:00 -05:00
2019-06-12 15:41:28 -04:00
2020-09-07 23:05:08 +08:00
2019-11-22 08:03:45 +00:00
2019-03-08 11:42:50 -05:00
2020-08-27 22:47:17 -04:00
2019-08-17 13:10:17 +03:00
2020-04-05 07:20:50 +01:00