summaryrefslogtreecommitdiff
path: root/lib/tasks/gitlab/shell.rake
Commit message (Expand)AuthorAgeFilesLines
* Eliminate the warnings from task helpersLin Jen-Shin2018-01-261-4/+4
* Remove .ssh/environment file that now breaks the gitlab:check rake taskRicketts, M (Mike)2017-12-221-10/+0
* Create repositories via GitalyJacob Vosmaer2017-09-291-1/+1
* Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto2017-08-011-1/+1
* Compile gitlab-shell go executablesJacob Vosmaer2017-05-041-2/+8
* Expand components version specification format to allow branchesbranch-versionsAlejandro Rodríguez2017-04-131-4/+3
* Don’t exclude some file in lib from rubocopDouwe Maan2017-02-231-3/+3
* New `gitlab:workhorse:install` rake taskRémy Coutable2016-11-301-36/+6
* Add Rake task to create/repair GitLab Shell hooks symlinksDrew Blessing2016-11-011-3/+12
* Load Github::Shell's secret token from file on initialization instead of ever...Justin DiPierro2016-10-061-1/+1
* Use `File::exist?` instead of `File::exists?`bogdanvlviv2016-08-111-1/+1
* Update the gitlab-shell version in the tmp/tests directory to the right versionupdate-gitlab-shell-in-testsStan Hu2016-08-031-2/+8
* Create (if necessary) and link the gitlab-shell secret file on the rake insta...shardsAlejandro Rodríguez2016-06-291-0/+2
* Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez2016-06-291-6/+4
* Replace colorize gem with rainbow.Connor Shea2016-06-031-2/+2
* Replace all usages of `git` command with configurable binary pathrs-git-bin-pathRobert Speicher2015-11-031-5/+5
* Replace GITLAB with GitLab in rake task descriptionsDmitriy Zaporozhets2015-06-231-3/+3
* Trigger hooks-create on gitlab backup restore.Marin Jankovski2015-06-031-0/+3
* Fix newline spacing after authorized_keys rebuildAndrew Tomaka2015-03-201-0/+1
* Don't forget to splat.Marin Jankovski2014-12-121-4/+4
* Use system where only return result is needed.Marin Jankovski2014-12-121-8/+7
* Use shell invocation according to the shell commands guidelines.Marin Jankovski2014-12-111-4/+20
* Revert "gitlab shell works if multiple rubies installed"Dmitriy Zaporozhets2014-11-181-9/+3
* gitlab shell works if multiple rubies installedCiro Santilli2014-11-181-3/+9
* Merge pull request #8254 from cirosantilli/factor-get-shell-versionDmitriy Zaporozhets2014-11-081-1/+1
|\
| * Factor GITLAB_SHELL_VERSION get methodCiro Santilli2014-11-051-1/+1
* | Factor using Repository#path_to_repoCiro Santilli2014-11-051-1/+1
|/
* Merge pull request #8005 from cirosantilli/settings-to-gitlab-configDmitriy Zaporozhets2014-10-271-3/+3
|\
| * Use Gitlab.config instead of Settings everywhereCiro Santilli2014-10-151-3/+3
* | Merge pull request #8088 from cirosantilli/sh-str-to-argsJacob Vosmaer2014-10-231-1/+1
|\ \
| * | Use argument list for sh instead of stringCiro Santilli2014-10-181-1/+1
| |/
* | Replace match with end_with: more readable, fasterCiro Santilli2014-10-181-1/+1
|/
* Merge pull request #7823 from cirosantilli/test-fetch-shellDmitriy Zaporozhets2014-09-241-1/+4
|\
| * Only clone GitLab Shell on tests if necessary.Ciro Santilli2014-09-221-1/+4
* | Support sockets in 'rake gitlab:shell:install'Jacob Vosmaer2014-09-221-4/+9
|/
* Write authorized_keys in tmp/tests during testsJacob Vosmaer2014-08-261-1/+1
* Fix markdown tests. Use new repo for testing. Fixed gitlab-shell test setupDmitriy Zaporozhets2014-07-311-1/+1
* Get gitlab-shell verion from file for install rake taskDmitriy Zaporozhets2014-07-311-1/+2
* More fixes to gitlab:shell:installDmitriy Zaporozhets2014-05-021-3/+3
* Fix gitlab-shell setup rake taskDmitriy Zaporozhets2014-05-021-3/+4
* Add rake task to install or upgrade gitlab-shell installation.Cyril Rohr2014-04-081-0/+58
* Use batch_add_keys in `rake gitlab:shell:setup`Jacob Vosmaer2014-03-141-4/+8
* Use gitlab-shell authorized_keys truncation. Fix issue with authorized_keys s...Dmitriy Zaporozhets2013-07-181-3/+2
* fixes for gitlab restore with non-standard backup and repo dirsAngus MacArthur2013-05-301-4/+6
* Remove hardcoded refernce to gitlab-shell home. so that gitlab can be install...Bhagavan Das2013-02-141-2/+3
* No gitolite in project any moreDmitriy Zaporozhets2013-02-111-1/+1
* task to build missing projects with gitlab-shellDmitriy Zaporozhets2013-02-091-2/+18
* gitlab;shell init scriptDmitriy Zaporozhets2013-02-071-0/+32