summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/github_import
Commit message (Expand)AuthorAgeFilesLines
* Refactor GitHub Importer database helpers into helper methodsStan Hu2018-08-242-9/+9
* Trigger iid logic from GitHub importer for merge requests.Andreas Brandl2018-08-161-0/+10
* Trigger iid logic from GitHub importer for milestones.Andreas Brandl2018-08-162-1/+25
* Trigger iid logic from GitHub importer for issues.Andreas Brandl2018-08-161-0/+22
* Merge branch 'security-event-counters-private-data' into 'master'Felipe Artur Cardozo2018-07-241-1/+0
|\
| * Don't expose project names in various countersYorick Peterse2018-06-211-1/+0
* | Rails5 mysql fix milliseconds problem in pull request importer specJasper Maes2018-07-081-3/+3
* | Rails5 fix MySQL milliseconds problem in specsJasper Maes2018-06-271-1/+1
|/
* Ensure MR diffs always exist in the PR importerpr-importer-io-extra-error-handlingYorick Peterse2018-06-121-0/+12
* Expire Wiki content cache after importing a repositoryStan Hu2018-06-111-1/+0
* Support LFS objects when creating a project by importFrancisco Javier López2018-06-063-1/+119
* Perform pull request IO work outside a transactiongh-importer-transactionsYorick Peterse2018-06-042-15/+74
* Backports every CE related change from ee-44542 to CETiago Botelho2018-05-042-2/+6
* Use shard name in Git::GitlabProjects instead of shard pathAhmad Sherif2018-04-031-1/+1
* Test if remote repository exists before cloningZeger-Jan van de Weg2018-03-271-1/+5
* [GH Import] Create an empty wiki if wiki import failedValery Sizov2018-02-191-2/+6
* Look for rugged with static analysislint-ruggedJacob Vosmaer2018-01-251-3/+3
* Migrate to Project#empty_repo?zj-empty-repo-importerZeger-Jan van de Weg2017-12-201-4/+4
* Rename fetch_refs to refmapDouwe Maan2017-11-231-1/+1
* Clean up repository fetch and mirror methodsDouwe Maan2017-11-231-39/+2
* Support importing GH projects without rate limitsgithub-rake-task-rate-limitingYorick Peterse2017-11-081-0/+27
* Restore Enterprise support in the GH importerYorick Peterse2017-11-081-11/+90
* Rewrite the GitHub importer from scratchYorick Peterse2017-11-0746-1416/+4257
* Use wiki.disk_pathNick Thomas2017-10-181-1/+1
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-026-6/+6
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-012-2/+2
* Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto2017-08-011-2/+2
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-2713-13/+13
* 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