summaryrefslogtreecommitdiff
path: root/lib/gitlab/github_import/importer.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix spec for Gitlab::GithubImport::PullRequestFormatterDouglas Barbosa Alexandre2016-05-131-1/+1
* Import pull requests from GitHub where the target branch was removedDouglas Barbosa Alexandre2016-05-131-7/+18
* Import pull requests from GitHub where the source branch was removedDouglas Barbosa Alexandre2016-05-131-18/+30
* Import milestones from GitHubDouglas Barbosa Alexandre2016-04-181-1/+12
* Apply GitHub labels to Issue/Merge Request that were importedDouglas Barbosa Alexandre2016-04-181-0/+14
* Import labels from GitHubDouglas Barbosa Alexandre2016-04-181-1/+11
* fix github import issuesJames Lopez2016-04-011-1/+1
* update bitbucket importerJames Lopez2016-03-221-1/+1
* more refactoringJames Lopez2016-03-211-3/+10
* some refactoring based on feedbackJames Lopez2016-03-211-1/+1
* Merge branches 'fix/project-import_url' and 'master' of gitlab.com:gitlab-org...James Lopez2016-03-211-4/+7
|\
| * Fix importing PR's from GitHub when the source repo was removedDouglas Barbosa Alexandre2016-03-101-4/+7
* | refactored a bunch of stuff based on MR feedbackJames Lopez2016-03-071-2/+2
* | added import url exposer to construct URL withunencrypted credentialsJames Lopez2016-03-041-2/+1
|/
* Wrap errors on GitHub importer to raise Projects::ImportService::ErrorDouglas Barbosa Alexandre2016-01-261-7/+10
* Fix import of GitHub's wiki when the repository has not been createdDouglas Barbosa Alexandre2016-01-211-2/+6
* Refactoring Gitlab::GithubImport::ImporterDouglas Barbosa Alexandre2016-01-141-7/+13
* Import GitHub wiki into GitLabDouglas Barbosa Alexandre2016-01-141-0/+13
* Ensure that we're only importing local pull requestsDouglas Barbosa Alexandre2016-01-051-1/+1
* Generate separate comments when importing GitHub Issues into GitLabDouglas Barbosa Alexandre2016-01-051-40/+19
* Refactoring GithubImport::ImporterDouglas Barbosa Alexandre2016-01-051-61/+12
* Extract methods to import comments on a GitHub Pull RequestDouglas Barbosa Alexandre2016-01-051-24/+28
* Doesn't import GitHub PR where branches were no longer availableDouglas Barbosa Alexandre2016-01-051-38/+44
* Import comments on the diff of a GitHub Pull Request into GitLabDouglas Barbosa Alexandre2016-01-051-0/+16
* Import comments on GitHub Pull Request into GitLabDouglas Barbosa Alexandre2016-01-051-0/+14
* Import GitHub Pull Requests into GitLabDouglas Barbosa Alexandre2016-01-051-7/+57