You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/cmd
Lunny Xiao dd08853b10
Dump github/gitlab/gitea repository data to a local directory and restore to gitea (#12244)
* Dump github/gitlab repository data to a local directory

* Fix lint

* Adjust directory structure

* Allow migration special units

* Allow migration ignore release assets

* Fix lint

* Add restore repository

* stage the changes

* Merge

* Fix lint

* Update the interface

* Add some restore methods

* Finish restore

* Add comments

* Fix restore

* Add a token flag

* Fix bug

* Fix test

* Fix test

* Fix bug

* Fix bug

* Fix lint

* Fix restore

* refactor downloader

* fmt

* Fix bug isEnd detection on getIssues

* Refactor maxPerPage

* Remove unused codes

* Remove unused codes

* Fix bug

* Fix restore

* Fix dump

* Uploader should not depend downloader

* use release attachment name but not id

* Fix restore bug

* Fix lint

* Fix restore bug

* Add a method of DownloadFunc for base.Release to make uploader not depend on downloader

* fix Release yml marshal

* Fix trace information

* Fix bug when dump & restore

* Save relative path on yml file

* Fix bug

* Use relative path

* Update docs

* Use git service string but not int

* Recognize clone addr to service type
4 years ago
..
admin.go fix label of --id in admin delete user (#14005) 4 years ago
admin_auth_ldap.go Add restricted user filter to LDAP authentication (#10600) 4 years ago
admin_auth_ldap_test.go Add restricted user filter to LDAP authentication (#10600) 4 years ago
cert.go Add golangci (#6418) 5 years ago
cmd.go Sendmail command (#13079) 4 years ago
convert.go Move database settings from models to setting (#7806) 5 years ago
docs.go Add docs command (#13429) 4 years ago
doctor.go Refactor doctor (#12264) 4 years ago
dump.go Handle and propagate errors when checking if paths are Dirs, Files or Exist (#13186) 4 years ago
dump_repo.go Dump github/gitlab/gitea repository data to a local directory and restore to gitea (#12244) 4 years ago
embedded.go Implement "embedded" command to extract static resources (#9982) 4 years ago
embedded_stub.go Implement "embedded" command to extract static resources (#9982) 4 years ago
generate.go TrimSpace when reading InternalToken from a file (#11502) 4 years ago
hook.go Move update-server-info to hooks (#12826) 4 years ago
keys.go Add debug option to serv to help debug problems (#9492) 5 years ago
mailer.go Fix send mail (#13312) 4 years ago
manager.go Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777) 4 years ago
migrate.go Graceful: Xorm, RepoIndexer, Cron and Others (#9282) 5 years ago
migrate_storage.go Avatars and Repo avatars support storing in minio (#12516) 4 years ago
restore_repo.go Dump github/gitlab/gitea repository data to a local directory and restore to gitea (#12244) 4 years ago
serv.go migrate from com.* to alternatives (#14103) 4 years ago
web.go Handle and propagate errors when checking if paths are Dirs, Files or Exist (#13186) 4 years ago
web_graceful.go Move install pages out of main macaron routes (#13195) 4 years ago