summaryrefslogtreecommitdiff
path: root/lib/gitlab/github_import
Commit message (Expand)AuthorAgeFilesLines
* Prefixes removed branches name with PR number when importing PR from GHgh-pull-requestsDouglas Barbosa Alexandre2016-08-082-6/+14
* Remove SHA suffix for removed branches name when importing PR from GHDouglas Barbosa Alexandre2016-08-082-29/+27
* Allow users to import cross-repository pull requests from GitHubDouglas Barbosa Alexandre2016-08-041-5/+1
* Does not need to disable GitHub webhooks since PRs are check out locallyDouglas Barbosa Alexandre2016-08-042-54/+0
* Check out locally PRs where the source/target branch were removedDouglas Barbosa Alexandre2016-08-041-7/+11
* Memoize response from `has_rate_limit?` to avoid extra API callfix-gh-rate-limitDouglas Barbosa Alexandre2016-07-121-1/+3
* Checks if rate limit is enabled instead of stubbing responseDouglas Barbosa Alexandre2016-07-121-2/+6
* Fix GItHub client requests when rate limit is disabledDouglas Barbosa Alexandre2016-07-121-0/+5
* Rename MergeRequest methods that return commits or shas to be more clear and ...Douwe Maan2016-07-061-2/+2
* Consider that a GH exists only if both `ref`, and `sha` existDouglas Barbosa Alexandre2016-07-061-4/+8
* Doesn't trigger Git hooks when cleaning up restored branches from GitHubDouglas Barbosa Alexandre2016-07-061-1/+3
* Import from Github using Personal Access Tokens.Eric K Idema2016-06-301-14/+31
* 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-092-57/+40
* 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-072-4/+45
|\
| * Disable Webhooks before proceeding with the GitHub importDouglas Barbosa Alexandre2016-06-062-4/+45
* | Merge branch 'gh-fix-comments-on-diff'Douwe Maan2016-06-071-0/+5
|\ \
| * | Fix importer for GitHub comments on diffgh-fix-comments-on-diffDouglas Barbosa Alexandre2016-06-061-0/+5
| |/
* | Move create! method from formatters to the BaseFormatterDouglas Barbosa Alexandre2016-06-065-10/+14
* | Import GitHub repositories respecting the API rate limitDouglas Barbosa Alexandre2016-06-065-36/+92
|/
* Ensure branch cleanup regardless of whether the import process succeedsgh-branch-cleanupDouglas Barbosa Alexandre2016-06-021-2/+2
* Enable Lint/LiteralInCondition rubocop coprubocop/enable-literal-in-condition-copGrzegorz Bizon2016-05-301-3/+2
* Remove branches that does exist on GitHub after PRs were importedDouglas Barbosa Alexandre2016-05-131-2/+3
* Fix validation method for Gitlab::GithubImport::PullRequestFormatterDouglas Barbosa Alexandre2016-05-132-3/+6
* Extract GitHub branch formatterDouglas Barbosa Alexandre2016-05-133-77/+52
* Import PRs where branch names were reused across PRsDouglas Barbosa Alexandre2016-05-131-4/+24
* Preserve commits/diff/comments for PRs that were merged on GitHubDouglas Barbosa Alexandre2016-05-131-0/+2
* Fix spec for Gitlab::GithubImport::PullRequestFormatterDouglas Barbosa Alexandre2016-05-132-6/+6
* Import pull requests from GitHub where the target branch was removedDouglas Barbosa Alexandre2016-05-132-12/+31
* Import pull requests from GitHub where the source branch was removedDouglas Barbosa Alexandre2016-05-132-27/+47
* Fix the line code when importing PR review comments from GitHubDouglas Barbosa Alexandre2016-05-051-4/+17
* Backport GitHub Enterprise import support from EEStan Hu2016-04-261-4/+11
* Set GitHub milestones to Issue/Merge Request that were importedDouglas Barbosa Alexandre2016-04-182-0/+14
* Import milestones from GitHubDouglas Barbosa Alexandre2016-04-182-1/+60
* Apply GitHub labels to Issue/Merge Request that were importedDouglas Barbosa Alexandre2016-04-181-0/+14
* Import labels from GitHubDouglas Barbosa Alexandre2016-04-182-1/+34
* Use GitHub Issue/PR number as iid to keep referencesDouglas Barbosa Alexandre2016-04-182-0/+2
* fix github import issuesJames Lopez2016-04-011-1/+1
* update bitbucket importerJames Lopez2016-03-221-1/+1
* more refactoringJames Lopez2016-03-212-4/+11
* some refactoring based on feedbackJames Lopez2016-03-213-16/+4
* Merge branches 'fix/project-import_url' and 'master' of gitlab.com:gitlab-org...James Lopez2016-03-212-9/+12
|\
| * Fix importing PR's from GitHub when the source repo was removedDouglas Barbosa Alexandre2016-03-102-9/+12
* | refactored a bunch of stuff based on MR feedbackJames Lopez2016-03-072-4/+3
* | added import url exposer to construct URL withunencrypted credentialsJames Lopez2016-03-043-5/+6
* | some refactoring in the migration. Also fixed github import issue and updated...James Lopez2016-03-041-2/+10
|/
* 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