summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/github_import
Commit message (Expand)AuthorAgeFilesLines
* modify github import JS and controller so we can now specify a namespace and/...James Lopez2016-09-201-1/+1
* Import GitHub release notesAndrew Smith2016-09-132-2/+82
* Merge branch '21569-dont-add-created-by-for-matched-users' into 'master' Robert Speicher2016-09-123-0/+18
|\
| * Only add the original author if there isn't a linked GitLab accountAndrew Smith2016-09-083-0/+18
* | Avoid conflict with admin labels when importing GitHub labelsDouglas Barbosa Alexandre2016-09-092-9/+33
|/
* Merge branch 'issue_19734' into 'master' Douwe Maan2016-09-011-1/+1
|\
| * Project tools visibility levelFelipe Artur2016-09-011-1/+1
* | GitHub importer use default project visibility for non-private projectsDouglas Barbosa Alexandre2016-08-311-14/+40
|/
* Use updated_at as the last updated date when importing from GitHubDouglas Barbosa Alexandre2016-08-313-10/+7
* Add readable error message when remote data could not be fully importedDouglas Barbosa Alexandre2016-08-241-10/+13
* Does not halt the GitHub import process when an error occursDouglas Barbosa Alexandre2016-08-242-1/+139
* Prefixes removed branches name with PR number when importing PR from GHgh-pull-requestsDouglas Barbosa Alexandre2016-08-082-8/+37
* Remove SHA suffix for removed branches name when importing PR from GHDouglas Barbosa Alexandre2016-08-081-7/+1
* Allow users to import cross-repository pull requests from GitHubDouglas Barbosa Alexandre2016-08-041-4/+4
* Does not need to disable GitHub webhooks since PRs are check out locallyDouglas Barbosa Alexandre2016-08-041-65/+0
* 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