summaryrefslogtreecommitdiff
path: root/lib/gitlab/github_import
Commit message (Expand)AuthorAgeFilesLines
* Support importing GH projects without rate limitsgithub-rake-task-rate-limitingYorick Peterse2017-11-081-0/+6
* Restore Enterprise support in the GH importerYorick Peterse2017-11-081-3/+29
* Rewrite the GitHub importer from scratchYorick Peterse2017-11-0748-970/+2239
* Use wiki.disk_pathNick Thomas2017-10-181-1/+1
* Move line code generation into Gitlab::Gitconflict-resolution-refactorAlejandro Rodríguez2017-10-121-1/+1
* Create a Gitlab::Git submodule for conlict-related filesAlejandro Rodríguez2017-10-121-1/+1
* Move Gitlab::Diff::LineCode to module Gitlab::GitAlejandro Rodríguez2017-10-121-1/+1
* Migrate creating/deleting a branch to Gitalyfeature/migrate-branch-operations-to-gitalyAhmad Sherif2017-09-061-1/+1
* Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-143-3/+5
* Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto2017-08-012-3/+3
* Rename many path_with_namespace -> full_pathGabriel Mazetto2017-08-011-1/+1
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-1/+1
* Rename skip_metrics to imported on the importable concernDouglas Barbosa Alexandre2017-04-031-1/+1
* Skip MR metrics when importing projects from GitHubDouglas Barbosa Alexandre2017-04-031-1/+2
* Fetch GitHub project as a mirror to get all refs at onceDouglas Barbosa Alexandre2017-04-031-1/+1
* Minor refactorGabriel Mazetto2017-04-032-12/+7
* Fix BrachFormatter for removed usersDouglas Barbosa Alexandre2017-04-031-1/+1
* One more change to the branch names to preserve metadataGabriel Mazetto2017-04-031-2/+2
* Prefixes source branch name with short SHA to avoid collisionDouglas Barbosa Alexandre2017-04-032-9/+17
* Fix GitHub importer for PRs of deleted forked repositoriesGabriel Mazetto2017-04-032-4/+20
* Using guard clause and added more specs29046-fix-github-importer-open-prsGabriel Mazetto2017-03-102-9/+3
* Fix GitHub Import for open PRs from a forkGabriel Mazetto2017-03-102-1/+13
* Refactor some code29034-fix-github-importerGabriel Mazetto2017-03-081-2/+6
* Fix name colision when importing GitHub pull requests from forked repositoriesGabriel Mazetto2017-03-081-1/+5
* Fix 'Object not found - no match for id (sha)' when importing GitHub PRsDouglas Barbosa Alexandre2017-03-071-1/+1
* Revert "Enable Style/DotPosition"Douwe Maan2017-02-232-10/+10
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-232-10/+10
* Enable Rails/DelegateDouwe Maan2017-02-231-3/+1
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-232-10/+10
* Enable Performance/RedundantMergeDouwe Maan2017-02-231-1/+1
* Enable Style/DotPositionDouwe Maan2017-02-232-10/+10
* Reuse User#find_by_any_email on UserFormatter#find_by_emailDouglas Barbosa Alexandre2017-02-201-10/+2
* Use leading periods on UserFormatter#find_by_external_uidDouglas Barbosa Alexandre2017-02-201-2/+3
* Add a simple cache for Gitlab::GithubImport::Client#userDouglas Barbosa Alexandre2017-02-201-0/+8
* GitHub Importer - Find users based on their email addressDouglas Barbosa Alexandre2017-02-205-36/+89
* Merge branch 'fix-github-import-MR-wrong-project' into 'security' Robert Speicher2017-02-151-3/+7
* Revert "Merge branch 'revert-9cac0317' into 'master' "Grzegorz Bizon2017-01-231-1/+3
* Revert "Merge branch 'dont-persist-application-settings-in-test-env' into 'ma...Grzegorz Bizon2017-01-211-3/+1
* Don't persist ApplicationSetting in test envdont-persist-application-settings-in-test-envRémy Coutable2017-01-151-1/+3
* Add Project#gitea_import?22348-gitea-importerRémy Coutable2016-12-192-4/+4
* Modify GithubImport to support GiteaRémy Coutable2016-12-197-141/+143
* Gogs ImporterKim "BKC" Carlbäcker2016-12-196-20/+31
* Fix branch validation for GitHub PR where repo/fork was renamed/deletedDouglas Barbosa Alexandre2016-12-011-1/+1
* Refactor github import to reduce number of API callsAndrew Smith2016-11-182-25/+29
* 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