Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-03Use shard name in Git::GitlabProjects instead of shard pathAhmad Sherif
2018-03-27Test if remote repository exists before cloningZeger-Jan van de Weg
2018-02-19[GH Import] Create an empty wiki if wiki import failedValery Sizov
2018-01-25Look for rugged with static analysisJacob Vosmaer
2017-12-20Migrate to Project#empty_repo?Zeger-Jan van de Weg
2017-11-23Rename fetch_refs to refmapDouwe Maan
2017-11-23Clean up repository fetch and mirror methodsDouwe Maan
2017-11-08Support importing GH projects without rate limitsYorick Peterse
2017-11-08Restore Enterprise support in the GH importerYorick Peterse
2017-11-08Rewrite the GitHub importer from scratchYorick Peterse
2017-10-18Use wiki.disk_pathNick Thomas
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-08-01Ensure all project factories use `:repository` trait or `:empty_project`Robert Speicher
2017-08-01Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-04-03Fix GitHub pull request formatter specDouglas Barbosa Alexandre
2017-04-03Fix specsGabriel Mazetto
2017-04-03Improve specs examplesGabriel Mazetto
2017-04-03Fix specsGabriel Mazetto
2017-04-03One more change to the branch names to preserve metadataGabriel Mazetto
2017-04-03Prefixes source branch name with short SHA to avoid collisionDouglas Barbosa Alexandre
2017-04-03Fix GitHub importer for PRs of deleted forked repositoriesGabriel Mazetto
2017-03-29Labels support color names in backendDongqing Hu
2017-03-10Using guard clause and added more specsGabriel Mazetto
2017-03-10Fix GitHub Import for open PRs from a forkGabriel Mazetto
2017-03-08Refactor some codeGabriel Mazetto
2017-03-08Fix name colision when importing GitHub pull requests from forked repositoriesGabriel Mazetto
2017-03-07Fix 'Object not found - no match for id (sha)' when importing GitHub PRsDouglas Barbosa Alexandre
2017-02-20GitHub Importer - Find users based on their email addressDouglas Barbosa Alexandre
2017-02-05Add traits for ProjectFeatures to Project factorySemyon Pupkov
2017-01-25Use `:empty_project` where possible throughout spec/libRobert Speicher
2016-12-19Add Project#gitea_import?Rémy Coutable
2016-12-19Modify GithubImport to support GiteaRémy Coutable
2016-12-06Use :maximum instead of :within for length validators with a 0..N rangeRémy Coutable
2016-12-01Fix branch validation for GitHub PR where repo/fork was renamed/deletedDouglas Barbosa Alexandre
2016-11-18Refactor github import to reduce number of API callsAndrew Smith
2016-10-28Modify GitHub importer to be retryableAhmad Sherif
2016-10-27Fix applying labels for GitHub-imported MRsAhmad Sherif
2016-10-19Fix GitHub importer specDouglas Barbosa Alexandre
2016-10-04Skip wiki creation when GitHub project has wiki enabledDouglas Barbosa Alexandre
2016-09-27Import all GitHub comments after importing issues and PRsAhmad Sherif
2016-09-27Speed up label-applying process for GitHub importingAhmad Sherif
2016-09-27Process each page of GitHub resources instead of concating them then processingAhmad Sherif
2016-09-20modify github import JS and controller so we can now specify a namespace and/...James Lopez
2016-09-13Import GitHub release notesAndrew Smith
2016-09-12Merge branch '21569-dont-add-created-by-for-matched-users' into 'master' Robert Speicher
2016-09-09Avoid conflict with admin labels when importing GitHub labelsDouglas Barbosa Alexandre
2016-09-08Only add the original author if there isn't a linked GitLab accountAndrew Smith
2016-09-01Merge branch 'issue_19734' into 'master' Douwe Maan