This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/modules/migrations/base
Lunny Xiao 0966349354
Make the github migration less rate limit waiting to get comment per page from repository but not per issue (#16070)
* Make the github migration less rate limit waiting to get comment per page from repository but not per issue

* Fix lint

* adjust Downloader interface

* Fix missed reviews

* Fix test

* Remove unused struct
2021-06-30 15:23:49 +08:00
..
comment.go
downloader.go Make the github migration less rate limit waiting to get comment per page from repository but not per issue (#16070) 2021-06-30 15:23:49 +08:00
error.go Add support to migrate from gogs (#14342) 2021-01-21 20:33:58 +01:00
issue.go
label.go
messenger.go Add Status Updates whilst Gitea migrations are occurring (#15076) 2021-06-16 18:02:24 -04:00
milestone.go Add support to migrate from gogs (#14342) 2021-01-21 20:33:58 +01:00
null_downloader.go Make the github migration less rate limit waiting to get comment per page from repository but not per issue (#16070) 2021-06-30 15:23:49 +08:00
options.go Encrypt migration credentials at rest (#15895) 2021-05-31 04:25:47 -04:00
pullrequest.go
reaction.go
release.go
repo.go
retry_downloader.go Make the github migration less rate limit waiting to get comment per page from repository but not per issue (#16070) 2021-06-30 15:23:49 +08:00
review.go
uploader.go