gitlab-org--gitlab-foss/lib/gitlab/github_import
Yorick Peterse f37fe2edc8
Support importing GH projects without rate limits
GitHub Enterprise disables rate limiting for the API, resulting in HTTP
404 errors when requesting rate limiting details. This changes
Gitlab::GithubImport::Client so it can deal with rate limiting being
disabled.
2017-11-08 21:37:01 +01:00
..
importer Rewrite the GitHub importer from scratch 2017-11-07 23:24:59 +01:00
representation Rewrite the GitHub importer from scratch 2017-11-07 23:24:59 +01:00
bulk_importing.rb Rewrite the GitHub importer from scratch 2017-11-07 23:24:59 +01:00
caching.rb Rewrite the GitHub importer from scratch 2017-11-07 23:24:59 +01:00
client.rb Support importing GH projects without rate limits 2017-11-08 21:37:01 +01:00
issuable_finder.rb Rewrite the GitHub importer from scratch 2017-11-07 23:24:59 +01:00
label_finder.rb Rewrite the GitHub importer from scratch 2017-11-07 23:24:59 +01:00
markdown_text.rb Rewrite the GitHub importer from scratch 2017-11-07 23:24:59 +01:00
milestone_finder.rb Rewrite the GitHub importer from scratch 2017-11-07 23:24:59 +01:00
page_counter.rb Rewrite the GitHub importer from scratch 2017-11-07 23:24:59 +01:00
parallel_importer.rb Rewrite the GitHub importer from scratch 2017-11-07 23:24:59 +01:00
parallel_scheduling.rb Rewrite the GitHub importer from scratch 2017-11-07 23:24:59 +01:00
rate_limit_error.rb Rewrite the GitHub importer from scratch 2017-11-07 23:24:59 +01:00
representation.rb Rewrite the GitHub importer from scratch 2017-11-07 23:24:59 +01:00
sequential_importer.rb Rewrite the GitHub importer from scratch 2017-11-07 23:24:59 +01:00
user_finder.rb Rewrite the GitHub importer from scratch 2017-11-07 23:24:59 +01:00