summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/github_import
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary context from GitHub client specDouglas Barbosa Alexandre2016-07-121-6/+4
* Fix GItHub client requests when rate limit is disabledDouglas Barbosa Alexandre2016-07-121-0/+9
* Rename MergeRequest methods that return commits or shas to be more clear and ...Douwe Maan2016-07-061-6/+6
* Consider that a GH exists only if both `ref`, and `sha` existDouglas Barbosa Alexandre2016-07-062-14/+23
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Import from Github using Personal Access Tokens.Eric K Idema2016-06-301-0/+14
* Merge branch 'gh-disable-webhooks'Douwe Maan2016-06-071-0/+65
|\
| * Disable Webhooks before proceeding with the GitHub importDouglas Barbosa Alexandre2016-06-061-0/+65
* | Fix importer for GitHub comments on diffgh-fix-comments-on-diffDouglas Barbosa Alexandre2016-06-061-0/+2
|/
* Fix validation method for Gitlab::GithubImport::PullRequestFormatterDouglas Barbosa Alexandre2016-05-132-2/+16
* Extract GitHub branch formatterDouglas Barbosa Alexandre2016-05-132-88/+57
* Import PRs where branch names were reused across PRsDouglas Barbosa Alexandre2016-05-131-6/+26
* Preserve commits/diff/comments for PRs that were merged on GitHubDouglas Barbosa Alexandre2016-05-131-0/+6
* Fix spec for Gitlab::GithubImport::PullRequestFormatterDouglas Barbosa Alexandre2016-05-131-22/+70
* Fix the line code when importing PR review comments from GitHubDouglas Barbosa Alexandre2016-05-051-17/+13
* Backport GitHub Enterprise import support from EEStan Hu2016-04-261-3/+37
* Use double instead of OpenStruct in the Issue/PR formatters specsDouglas Barbosa Alexandre2016-04-182-32/+34
* Set GitHub milestones to Issue/Merge Request that were importedDouglas Barbosa Alexandre2016-04-182-0/+35
* Import milestones from GitHubDouglas Barbosa Alexandre2016-04-181-0/+82
* Import labels from GitHubDouglas Barbosa Alexandre2016-04-181-0/+19
* Use GitHub Issue/PR number as iid to keep referencesDouglas Barbosa Alexandre2016-04-182-0/+5
* fixed some rubocop warningsJames Lopez2016-03-212-2/+3
* more refactoringJames Lopez2016-03-212-8/+4
* Merge branches 'fix/project-import_url' and 'master' of gitlab.com:gitlab-org...James Lopez2016-03-211-36/+28
|\
| * Fix importing PR's from GitHub when the source repo was removedDouglas Barbosa Alexandre2016-03-101-36/+28
* | fix specsJames Lopez2016-03-042-4/+9
* | some refactoring in the migration. Also fixed github import issue and updated...James Lopez2016-03-041-1/+2
|/
* Fix cross projects detection when importing GitHub pull requestsDouglas Barbosa Alexandre2016-01-201-9/+18
* Make sure the .git is at the end on Gitlab::GithubImport::WikiFormatterDouglas Barbosa Alexandre2016-01-141-2/+2
* Import GitHub wiki into GitLabDouglas Barbosa Alexandre2016-01-141-0/+22
* Ensure that we're only importing local pull requestsDouglas Barbosa Alexandre2016-01-051-0/+22
* Generate separate comments when importing GitHub Issues into GitLabDouglas Barbosa Alexandre2016-01-053-4/+152
* Refactoring GithubImport::ImporterDouglas Barbosa Alexandre2016-01-052-0/+233
* Tag lib specsDouwe Maan2015-12-092-2/+2
* Remove user OAuth tokens stored in database for Bitbucket, GitHub, and GitLabStan Hu2015-08-231-2/+4
* Fix Style/Blocks cop violationsRobert Speicher2015-06-221-10/+12
* Make sure user has access to namespace in import tests.Douwe Maan2015-04-151-1/+5
* Fix OAuth2 issue importing a new project from GitHub and GitLabStan Hu2015-03-221-0/+16
* Add Bitbucket importer.Douwe Maan2015-02-241-0/+24