summaryrefslogtreecommitdiff
path: root/lib/gitlab/github_import
Commit message (Expand)AuthorAgeFilesLines
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-117-0/+16
* Updates code using class_methods over module ClassMethodsJacopo2018-08-291-1/+1
* Refactor GitHub Importer database helpers into helper methodsStan Hu2018-08-242-73/+23
* Refactor AutocompleteControllerdefine-abstraction-levelsYorick Peterse2018-08-204-4/+4
* Trigger iid logic from GitHub importer for merge requests.Andreas Brandl2018-08-161-1/+7
* Trigger iid logic from GitHub importer for milestones.Andreas Brandl2018-08-162-2/+14
* Trigger iid logic from GitHub importer for issues.Andreas Brandl2018-08-161-1/+5
* Don't expose project names in various countersYorick Peterse2018-06-211-1/+1
* Bring changes from EE for parallel_importer.rbLin Jen-Shin2018-06-141-0/+9
* Ensure MR diffs always exist in the PR importerpr-importer-io-extra-error-handlingYorick Peterse2018-06-121-1/+2
* Expire Wiki content cache after importing a repositoryStan Hu2018-06-111-2/+0
* Support LFS objects when creating a project by importFrancisco Javier López2018-06-064-1/+95
* Perform pull request IO work outside a transactiongh-importer-transactionsYorick Peterse2018-06-041-14/+42
* Backports every CE related change from ee-44542 to CETiago Botelho2018-05-041-1/+2
* Use shard name in Git::GitlabProjects instead of shard pathAhmad Sherif2018-04-031-2/+1
* Test if remote repository exists before cloningZeger-Jan van de Weg2018-03-271-2/+6
* Fix provider server URL used when listing repos to importrd-fix-github-url-when-listing-repositories-at-importingRubén Dávila2018-03-121-4/+1
* [GH Import] Create an empty wiki if wiki import failedValery Sizov2018-02-191-0/+1
* Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-012-2/+2
* Look for rugged with static analysislint-ruggedJacob Vosmaer2018-01-251-4/+1
* Introduce PredicateMemoization cop and fix offensesLin Jen-Shin2018-01-121-1/+5
* Migrate to Project#empty_repo?zj-empty-repo-importerZeger-Jan van de Weg2017-12-201-1/+1
* Rename fetch_refs to refmapDouwe Maan2017-11-231-2/+2
* Clean up repository fetch and mirror methodsDouwe Maan2017-11-231-15/+2
* Prefer polymorphism over specific type checks in Import servicedm-import-service-polymorphismDouwe Maan2017-11-151-0/+4
* 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