summaryrefslogtreecommitdiff
path: root/lib/gitlab/github_import
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix cross projects detection when importing GitHub pull requestsDouglas Barbosa Alexandre2016-01-201-1/+5
* Make sure the .git is at the end on Gitlab::GithubImport::WikiFormatterDouglas Barbosa Alexandre2016-01-141-1/+1
* Refactoring Gitlab::GithubImport::ImporterDouglas Barbosa Alexandre2016-01-141-7/+13
* Import GitHub wiki into GitLabDouglas Barbosa Alexandre2016-01-143-1/+34
* Ensure that we're only importing local pull requestsDouglas Barbosa Alexandre2016-01-052-1/+9
* Generate separate comments when importing GitHub Issues into GitLabDouglas Barbosa Alexandre2016-01-055-72/+114
* Refactoring GithubImport::ImporterDouglas Barbosa Alexandre2016-01-053-61/+174
* 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
* fix specsrails_update_to_4_2Valery Sizov2015-11-301-1/+1
* Fix github importer to handle empty issuesArseny Zarechnev2015-11-181-1/+1
* Fix bug where only the first 15 Bitbucket issues would be imported.Stan Hu2015-09-011-1/+2