summaryrefslogtreecommitdiff
path: root/lib/gitlab/github_import
Commit message (Expand)AuthorAgeFilesLines
* Cache imported GH labels no matter whatfix/gh-imported-labels-are-not-applied-correctlyAhmad Sherif2016-11-041-6/+3
* Fix applying GitHub-imported labels when importing job is interruptedAhmad Sherif2016-11-041-0/+10
* Merge branch 'adam-fix-labels-find-or-create' into 'master' Douwe Maan2016-10-281-2/+2
|\
| * Pass user instance to Labels::FindOrCreateService or skip_authorization: trueadam-fix-labels-find-or-createAdam Niedzielski2016-10-281-2/+2
* | Fix typosfix/make-github-import-retryableAhmad Sherif2016-10-282-2/+2
* | Abstract the use of imported[!?] and {current,increment}_page in GitHub importerAhmad Sherif2016-10-281-50/+34
* | Use public_send instead of sendAhmad Sherif2016-10-281-1/+1
* | Modify GitHub importer to be retryableAhmad Sherif2016-10-287-25/+130
* | Fix importing MR comments from GitHubfix/gh-import-bugsAhmad Sherif2016-10-271-6/+7
* | Fix applying labels for GitHub-imported MRsAhmad Sherif2016-10-272-7/+16
|/
* Rename Labels::CreateService to Labels::FindOrCreateServiceDouglas Barbosa Alexandre2016-10-191-1/+1
* Fix GitHub importer specDouglas Barbosa Alexandre2016-10-191-1/+4
* User Labes::CreateService to create labelsDouglas Barbosa Alexandre2016-10-191-3/+4
* Fix broken handling of certain calls in GitHub importer clientfix/github-importer-clientAhmad Sherif2016-10-061-2/+12
* Skip wiki creation when GitHub project has wiki enabledDouglas Barbosa Alexandre2016-10-042-13/+25
* Call after_remove_branch only once after importing all GitHub PRsfix/optimize-github-importer-for-speed-and-memoryAhmad Sherif2016-09-271-2/+2
* Import all GitHub comments after importing issues and PRsAhmad Sherif2016-09-271-12/+15
* Speed up label-applying process for GitHub importingAhmad Sherif2016-09-271-9/+9
* Process each page of GitHub resources instead of concating them then processingAhmad Sherif2016-09-272-55/+57
* modify github import JS and controller so we can now specify a namespace and/...James Lopez2016-09-201-3/+4
* Import GitHub release notesAndrew Smith2016-09-132-0/+36
* Merge branch '21569-dont-add-created-by-for-matched-users' into 'master' Robert Speicher2016-09-124-6/+23
|\
| * Only add the original author if there isn't a linked GitLab accountAndrew Smith2016-09-084-6/+23
* | Avoid conflict with admin labels when importing GitHub labelsDouglas Barbosa Alexandre2016-09-092-2/+7
|/
* Rename `gl_user_id` to `gitlab_user_id` in importer classesAndrew Smith2016-09-084-6/+6
* Merge branch 'issue_19734' into 'master' Douwe Maan2016-09-012-4/+10
|\
| * Project tools visibility levelFelipe Artur2016-09-012-4/+10
* | GitHub importer use default project visibility for non-private projectsDouglas Barbosa Alexandre2016-08-311-1/+1
|/
* Don't touch Issue/Merge Request when importing GitHub commentsDouglas Barbosa Alexandre2016-08-311-6/+8
* Use updated_at as the last updated date when importing from GitHubDouglas Barbosa Alexandre2016-08-313-45/+8
* Add readable error message when remote data could not be fully importedDouglas Barbosa Alexandre2016-08-241-1/+6
* Does not halt the GitHub import process when an error occursDouglas Barbosa Alexandre2016-08-242-33/+53
* Prefixes removed branches name with PR number when importing PR from GHgh-pull-requestsDouglas Barbosa Alexandre2016-08-082-6/+14
* Remove SHA suffix for removed branches name when importing PR from GHDouglas Barbosa Alexandre2016-08-082-29/+27
* Allow users to import cross-repository pull requests from GitHubDouglas Barbosa Alexandre2016-08-041-5/+1
* Does not need to disable GitHub webhooks since PRs are check out locallyDouglas Barbosa Alexandre2016-08-042-54/+0
* Check out locally PRs where the source/target branch were removedDouglas Barbosa Alexandre2016-08-041-7/+11
* Memoize response from `has_rate_limit?` to avoid extra API callfix-gh-rate-limitDouglas Barbosa Alexandre2016-07-121-1/+3
* Checks if rate limit is enabled instead of stubbing responseDouglas Barbosa Alexandre2016-07-121-2/+6
* Fix GItHub client requests when rate limit is disabledDouglas Barbosa Alexandre2016-07-121-0/+5
* Rename MergeRequest methods that return commits or shas to be more clear and ...Douwe Maan2016-07-061-2/+2
* Consider that a GH exists only if both `ref`, and `sha` existDouglas Barbosa Alexandre2016-07-061-4/+8
* Doesn't trigger Git hooks when cleaning up restored branches from GitHubDouglas Barbosa Alexandre2016-07-061-1/+3
* Import from Github using Personal Access Tokens.Eric K Idema2016-06-301-14/+31
* Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez2016-06-291-1/+1
* Listing GH Webhooks doesn't stop import process for non GH admin usersDouglas Barbosa Alexandre2016-06-171-5/+18
* Wrap all rate limiting logic inside GitHub API clientgh-rate-limitDouglas Barbosa Alexandre2016-06-092-57/+40
* 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