summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/github_import
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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