summaryrefslogtreecommitdiff
path: root/lib/gitlab/github_import/importer.rb
Commit message (Expand)AuthorAgeFilesLines
* Rewrite the GitHub importer from scratchYorick Peterse2017-11-071-329/+0
* Migrate creating/deleting a branch to Gitalyfeature/migrate-branch-operations-to-gitalyAhmad Sherif2017-09-061-1/+1
* Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-1/+1
* Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto2017-08-011-1/+1
* Fetch GitHub project as a mirror to get all refs at onceDouglas Barbosa Alexandre2017-04-031-1/+1
* Using guard clause and added more specs29046-fix-github-importer-open-prsGabriel Mazetto2017-03-101-1/+3
* Fix GitHub Import for open PRs from a forkGabriel Mazetto2017-03-101-1/+1
* Revert "Enable Style/DotPosition"Douwe Maan2017-02-231-3/+3
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-3/+3
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-3/+3
* Enable Performance/RedundantMergeDouwe Maan2017-02-231-1/+1
* Enable Style/DotPositionDouwe Maan2017-02-231-3/+3
* GitHub Importer - Find users based on their email addressDouglas Barbosa Alexandre2017-02-201-8/+11
* Merge branch 'fix-github-import-MR-wrong-project' into 'security' Robert Speicher2017-02-151-3/+7
* Add Project#gitea_import?22348-gitea-importerRémy Coutable2016-12-191-3/+3
* Modify GithubImport to support GiteaRémy Coutable2016-12-191-25/+55
* Gogs ImporterKim "BKC" Carlbäcker2016-12-191-8/+8
* Refactor github import to reduce number of API callsAndrew Smith2016-11-181-23/+27
* Cache imported GH labels no matter whatfix/gh-imported-labels-are-not-applied-correctlyAhmad Sherif2016-11-041-6/+3
* Fix applying GitHub-imported labels when importing job is interruptedAhmad Sherif2016-11-041-0/+10
* Fix typosfix/make-github-import-retryableAhmad Sherif2016-10-281-1/+1
* Abstract the use of imported[!?] and {current,increment}_page in GitHub importerAhmad Sherif2016-10-281-50/+34
* Modify GitHub importer to be retryableAhmad Sherif2016-10-281-14/+101
* Fix importing MR comments from GitHubfix/gh-import-bugsAhmad Sherif2016-10-271-6/+7
* Fix applying labels for GitHub-imported MRsAhmad Sherif2016-10-271-2/+9
* Skip wiki creation when GitHub project has wiki enabledDouglas Barbosa Alexandre2016-10-041-2/+1
* Call after_remove_branch only once after importing all GitHub PRsfix/optimize-github-importer-for-speed-and-memoryAhmad Sherif2016-09-271-2/+2
* Import all GitHub comments after importing issues and PRsAhmad Sherif2016-09-271-12/+15
* Speed up label-applying process for GitHub importingAhmad Sherif2016-09-271-9/+9
* Process each page of GitHub resources instead of concating them then processingAhmad Sherif2016-09-271-49/+52
* Import GitHub release notesAndrew Smith2016-09-131-0/+13
* Avoid conflict with admin labels when importing GitHub labelsDouglas Barbosa Alexandre2016-09-091-2/+1
* Project tools visibility levelFelipe Artur2016-09-011-1/+1
* Don't touch Issue/Merge Request when importing GitHub commentsDouglas Barbosa Alexandre2016-08-311-6/+8
* Add readable error message when remote data could not be fully importedDouglas Barbosa Alexandre2016-08-241-1/+6
* Does not halt the GitHub import process when an error occursDouglas Barbosa Alexandre2016-08-241-33/+49
* Remove SHA suffix for removed branches name when importing PR from GHDouglas Barbosa Alexandre2016-08-081-28/+26
* Does not need to disable GitHub webhooks since PRs are check out locallyDouglas Barbosa Alexandre2016-08-041-31/+0
* Check out locally PRs where the source/target branch were removedDouglas Barbosa Alexandre2016-08-041-7/+11
* Doesn't trigger Git hooks when cleaning up restored branches from GitHubDouglas Barbosa Alexandre2016-07-061-1/+3
* Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez2016-06-291-1/+1
* Listing GH Webhooks doesn't stop import process for non GH admin usersDouglas Barbosa Alexandre2016-06-171-5/+18
* Wrap all rate limiting logic inside GitHub API clientgh-rate-limitDouglas Barbosa Alexandre2016-06-091-55/+7
* Check if GitHub rate limite API was reached before update Webhooksgh-disable-webhooksDouglas Barbosa Alexandre2016-06-071-0/+1
* Merge branch 'gh-disable-webhooks'Douwe Maan2016-06-071-4/+22
|\
| * Disable Webhooks before proceeding with the GitHub importDouglas Barbosa Alexandre2016-06-061-4/+22
* | Import GitHub repositories respecting the API rate limitDouglas Barbosa Alexandre2016-06-061-36/+76
|/
* Ensure branch cleanup regardless of whether the import process succeedsgh-branch-cleanupDouglas Barbosa Alexandre2016-06-021-2/+2
* Remove branches that does exist on GitHub after PRs were importedDouglas Barbosa Alexandre2016-05-131-2/+3
* Extract GitHub branch formatterDouglas Barbosa Alexandre2016-05-131-16/+14