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/modules/migrations
Lunny Xiao ffc904b1e0 Sleep longer if request speed is over github limitation (#9335)
* Sleep longer if request speed is over github limitation

* improve code

* remove unused code

* fix lint

* Use github's rate limit remain value to determine how long to sleep

* Save reset time when finished github api request

* fix bug

* fix lint

* Add context.Context for sleep

* fix test

* improve code

* fix bug and lint

* fix import order
5 years ago
..
base Sleep longer if request speed is over github limitation (#9335) 5 years ago
error.go Improve migrations to support migrating milestones/labels/issues/comments/pullrequests (#6290) 5 years ago
git.go Sleep longer if request speed is over github limitation (#9335) 5 years ago
gitea.go Sleep longer if request speed is over github limitation (#9335) 5 years ago
gitea_test.go Sleep longer if request speed is over github limitation (#9335) 5 years ago
github.go Sleep longer if request speed is over github limitation (#9335) 5 years ago
github_test.go Update Github Migration Tests (#8938) 5 years ago
main_test.go Improve migrations to support migrating milestones/labels/issues/comments/pullrequests (#6290) 5 years ago
migrate.go Sleep longer if request speed is over github limitation (#9335) 5 years ago
update.go Graceful: Xorm, RepoIndexer, Cron and Others (#9282) 5 years ago