summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/github_import
Commit message (Expand)AuthorAgeFilesLines
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-5/+5
* Fix GitHub pull request formatter specDouglas Barbosa Alexandre2017-04-031-3/+6
* Fix specs29541-fix-github-importer-deleted-forkGabriel Mazetto2017-04-031-1/+1
* Improve specs examplesGabriel Mazetto2017-04-031-3/+3
* Fix specsGabriel Mazetto2017-04-031-2/+2
* One more change to the branch names to preserve metadataGabriel Mazetto2017-04-031-7/+7
* Prefixes source branch name with short SHA to avoid collisionDouglas Barbosa Alexandre2017-04-031-9/+11
* Fix GitHub importer for PRs of deleted forked repositoriesGabriel Mazetto2017-04-031-0/+25
* Labels support color names in backendDongqing Hu2017-03-291-1/+1
* Using guard clause and added more specs29046-fix-github-importer-open-prsGabriel Mazetto2017-03-102-49/+87
* Fix GitHub Import for open PRs from a forkGabriel Mazetto2017-03-101-0/+24
* Refactor some code29034-fix-github-importerGabriel Mazetto2017-03-081-0/+18
* Fix name colision when importing GitHub pull requests from forked repositoriesGabriel Mazetto2017-03-081-0/+10
* Fix 'Object not found - no match for id (sha)' when importing GitHub PRsDouglas Barbosa Alexandre2017-03-073-13/+13
* GitHub Importer - Find users based on their email addressDouglas Barbosa Alexandre2017-02-205-14/+102
* Add traits for ProjectFeatures to Project factorySemyon Pupkov2017-02-051-1/+1
* Use `:empty_project` where possible throughout spec/librs-empty_project-libRobert Speicher2017-01-256-6/+6
* Add Project#gitea_import?22348-gitea-importerRémy Coutable2016-12-191-1/+1
* Modify GithubImport to support GiteaRémy Coutable2016-12-196-180/+356
* Use :maximum instead of :within for length validators with a 0..N range25209-improve-length-validatorsRémy Coutable2016-12-061-1/+1
* Fix branch validation for GitHub PR where repo/fork was renamed/deletedDouglas Barbosa Alexandre2016-12-011-3/+9
* Refactor github import to reduce number of API callsAndrew Smith2016-11-182-8/+5
* Modify GitHub importer to be retryableAhmad Sherif2016-10-281-2/+5
* Fix applying labels for GitHub-imported MRsAhmad Sherif2016-10-271-0/+1
* Fix GitHub importer specDouglas Barbosa Alexandre2016-10-191-1/+1
* Skip wiki creation when GitHub project has wiki enabledDouglas Barbosa Alexandre2016-10-041-2/+22
* Import all GitHub comments after importing issues and PRsAhmad Sherif2016-09-271-0/+2
* Speed up label-applying process for GitHub importingAhmad Sherif2016-09-271-5/+6
* Process each page of GitHub resources instead of concating them then processingAhmad Sherif2016-09-271-1/+1
* 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