summaryrefslogtreecommitdiff
path: root/lib/tasks/gitlab/import.rake
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong call to ProjectCacheWorker.perform27516-fix-wrong-call-to-project_cache_worker-methodRémy Coutable2017-01-311-1/+1
* Add more storage statisticsMarkus Koller2016-12-211-2/+1
* Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez2016-06-291-48/+48
* Replace colorize gem with rainbow.Connor Shea2016-06-031-7/+7
* Update project repository size and commit count during import:repos taskStan Hu2015-12-081-0/+2
* Check that project was actually created rather than just validated in import:...Stan Hu2015-07-291-2/+2
* Replace GITLAB with GitLab in rake task descriptionsDmitriy Zaporozhets2015-06-231-1/+1
* Ensure that the first added admin performs repository importsFotis Gimian2015-05-151-1/+1
* Merge branch 'master' into 'master'Dmitriy Zaporozhets2015-01-201-0/+1
|\
| * print validation errors when import failsBastian Krol2014-07-091-0/+1
* | Replace regex methods by string ones since fasterCiro Santilli2014-12-281-1/+1
* | Merge pull request #8158 from cirosantilli/basename-dirname-splitRobert Schilling2014-10-251-2/+1
|\ \
| * | Merge File basename and direname into splitCiro Santilli2014-10-231-2/+1
* | | Fix import.rake failed import if project name isCiro Santilli2014-10-241-10/+2
* | | fix exclude wiki regexHerrBerg2014-10-131-1/+1
|/ /
* | Update import.rakeMarc Aubé2014-10-071-1/+4
|/
* Merge pull request #6075 from skv-headless/remove_deprecated_findersDmitriy Zaporozhets2014-01-221-1/+1
|\
| * Remove deprecated findersskv2014-01-191-1/+1
* | Better wording of the import instructions.dosire2014-01-201-4/+4
|/
* Replace context with service in libDmitriy Zaporozhets2014-01-161-1/+1
* Forgot to fix the comment instructions.C. Walker2013-09-061-1/+1
* Fixed description.C. Walker2013-09-061-1/+1
* Use native repo path for import task. Skip wiki reposDmitriy Zaporozhets2013-08-141-0/+6
* Remove gitolite repo check for import scriptRobert Schilling2013-06-231-2/+0
* Include groups in import with import repos rake taskJames E. Flemer2013-05-251-14/+33
* Replace old hashes with new 1.9 ruby hashes (rebase)Andrey Kumanyaev2013-05-051-2/+2
* No gitolite in project any moreDmitriy Zaporozhets2013-02-111-2/+1
* [import] - fix project import after refactoringErwan Arzur2013-01-221-1/+1
* Import: Skip if not git repoDmitriy Zaporozhets2012-12-231-0/+3
* Fix import rake task and testsDmitriy Zaporozhets2012-12-231-3/+6
* Update uses of Gitolite.config.foo settingsRiyad Preukschas2012-12-201-1/+1
* Added bare import script. Removed old unworking scriptDmitriy Zaporozhets2012-10-301-0/+54