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 (Collapse)Author
2017-04-18Does not remove the GitHub remote when importing from GitHubDouglas Barbosa Alexandre
2017-04-03Fix Rubocop offensesDouglas Barbosa Alexandre
2017-04-03Refactoring Projects::ImportServiceDouglas Barbosa Alexandre
2017-04-03Fetch GitHub project as a mirror to get all refs at onceDouglas Barbosa Alexandre
2017-03-21Merge branch 'ssrf' into 'security' Douwe Maan
Protect server against SSRF in project import URLs See merge request !2068
2017-03-01Enable and autocorrect the CustomErrorClass copSean McGivern
2016-12-19Improve Gitlab::ImportSourcesRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-12-19Rename Gogs to Gitea, DRY the controller and improve viewsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-12-19Gogs ImporterKim "BKC" Carlbäcker
2016-10-28Check if repository already exists before trying to re-import itAhmad Sherif
2016-09-29fix broken repo 500 errors in UI and added relevant specsJames Lopez
2016-07-12fixes a few issues to do with import_url not being saved correctly for ↵James Lopez
imports. This should prevent the import_data to be created when it should not and output an error properly validating before creating it.
2016-06-30Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez
2016-06-14adapted current services stuff to use new project import, plus fixes a few ↵James Lopez
issues, updated routes, etc...
2016-06-14lots of refactoring to reuse import serviceJames Lopez
2016-06-03fix empty message on shell errorJames Lopez
2016-04-05Flush repository cache before import project dataDouglas Barbosa Alexandre
GitHub Pull Requests importer handle with the repository while importing data, we need to make sure that the cached values are valid.
2016-01-26Move Gitlab::BitbucketImport::KeyDeleter to it's own importerDouglas Barbosa Alexandre
2016-01-26Extract Projects::ImportService service from RepositoryImportWorkerDouglas Barbosa Alexandre