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
2017-01-27Move Gitlab::Shell and Gitlab::ShellAdapter files to lib/Rémy Coutable
2016-11-04Refine Git garbage collectionJacob Vosmaer
2016-10-13Reassign secret token when regenerating oneGrzegorz Bizon
2016-10-06Load Github::Shell's secret token from file on initialization instead of ever...Justin DiPierro
2016-09-16Strip comments before sending keys to gitlab-shellJacob Vosmaer
2016-09-13update gitlab shell secret file also when it is emptyElan Ruusamäe
2016-07-27Fix a bug where forking a project from a repository storage to another would ...Alejandro Rodríguez
2016-06-30Create (if necessary) and link the gitlab-shell secret file on the rake insta...Alejandro Rodríguez
2016-06-30Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez
2016-05-09Enable the Rubocop DeprecatedClassMethods copConnor Shea
2016-05-04Use Rugged's TagCollection#create instead of gitlab-shell's Repository#add_ta...Rémy Coutable
2016-04-15Merge branch 'pmq20/gitlab-ce-psvr/change-head' into 'master' Robert Speicher
2016-04-15Merge branch 'rugged-delete-tag' into 'master' Rémy Coutable
2016-04-15Delete tags via ruggedRobert Schilling
2016-04-15Remove unused backend methodsRobert Schilling
2016-04-15Remove Gitlab::Shell#update_repository_head since it's not used anymoreRémy Coutable
2016-02-04Increase project import timeout from 4 minutes to 15 minutesDrew Blessing
2016-02-02fixed move project method in migrationJames Lopez
2016-01-06Merge gitlab.com:gitlab-org/gitlab-ceJeroen Nijhof
2015-12-15Fixed Rubocop offensesGabriel Mazetto
2015-11-18Store and show reason why import failed.Douwe Maan
2015-10-21Added housekeeping for git repositoriesJeroen Nijhof
2015-10-09Normalize space-like characters in keys before output to gitlab-shellRobert Speicher
2015-08-11Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets
2015-08-11Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets
2015-07-15Remove satellitesDmitriy Zaporozhets
2015-06-03Move repository when project is removedDmitriy Zaporozhets
2015-04-06Warn when gitlab-shell version doesn't match requirement.Douwe Maan
2014-11-18Revert "gitlab shell works if multiple rubies installed"Dmitriy Zaporozhets
2014-11-18gitlab shell works if multiple rubies installedCiro Santilli
2014-11-05Factor GITLAB_SHELL_VERSION get methodCiro Santilli
2014-11-05Don't output to stdout from lib non-interactive methodsCiro Santilli
2014-10-31Factor lib backend gitlab shell pathCiro Santilli
2014-10-03Add parenthesis to function def with arguments.Ciro Santilli
2014-09-04Added annotated tags. Updated tag haml file and call to gitlab-shell. Updat...Sean Edge
2014-08-11Increase import timeout from 2 to 4 minutesDmitriy Zaporozhets
2014-03-14Use batch_add_keys in `rake gitlab:shell:setup`Jacob Vosmaer
2013-12-09Add gitlab-shell#path option in configDmitriy Zaporozhets
2013-11-20Add more info to admin dashboardDmitriy Zaporozhets
2013-11-01Revert "Escape strings"Dmitriy Zaporozhets
2013-11-01Revert "Best to escape strings not split them"Dmitriy Zaporozhets
2013-10-31Best to escape strings not split themNigel Kukard
2013-10-29Escape stringsNigel Kukard
2013-07-29Fix typosJohannes Schleifenbaum
2013-07-18Use gitlab-shell authorized_keys truncation. Fix issue with authorized_keys s...Dmitriy Zaporozhets
2013-07-17Move repo tags to own controller. add ability to remove tagsDmitriy Zaporozhets
2013-07-16Add create_branch, rm_branch methods to Gitlab::Shell classDmitriy Zaporozhets
2013-06-25Update repository head when change default project branchDmitriy Zaporozhets
2013-05-12System calls were using unsanitized user inputJoe Andaverde
2013-04-15updated fork feature to use gitlab-shell for v5 of gitlabAngus MacArthur