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
2022-12-20Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot
2021-11-18Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot
2021-08-19Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot
2021-06-16Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot
2021-05-25Add latest changes from gitlab-org/gitlab@13-12-stable-eeGitLab Bot
2021-02-04Add latest changes from gitlab-org/gitlab@13-8-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-04-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-24Fix incorrect web server parameter in init.d scriptMohammad Alhashash
Environment variable USE_WEB_SERVER should have the value of the selected webserver when calling bin/web startup script. Fixes #65008
2019-05-17Replace Unicorn with web server in the init.d script [ci skip]Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-08-01Invalid variableSemen Romanov
2017-05-30Enable Gitaly by default in GitLab 9.3Jacob Vosmaer
2017-04-06Use config.toml to configure GitalyJacob Vosmaer
2017-03-21Add gitaly source installation instructionsJacob Vosmaer
2017-02-07Fix syntax error in init.d/gitlab after Pages -> CEDrew Blessing
Cherry-picked ‘Fix syntax error in conditional statement’
2017-02-01Add missing gitlab-pages related vars in init.d/gitlabAchilleas Pipinellis
2017-02-01Add missing variables for gitlab-pagesAchilleas Pipinellis
[ci skip]
2017-02-01Add init scripts for GitLab Pages daemonAchilleas Pipinellis
2016-04-28Replace gitlab-workhorse with GitLab Workhorse where appropriateAchilleas Pipinellis
2016-02-08Merge branch 'fix-init' into 'master' Rémy Coutable
Fixed init.d script not working on OS X -s flag of su doesn't work correctly on OS X, logging in as the user and not running the requested command. By moving the bash shell init inside the su command we avoid the issue Fixes Issue #3309 See merge request !1728
2016-02-08Fixed init.d script not working on OS Xritave
-s flag of su doesn't work correctly on some systems, loging in the user and not running the requested command. By moving the bash shell init inside the su command we avoid the issue
2016-02-08suppress only errors in init-script while determining canonical path of ↵Harald Spaethe
gitlab_workhorse_dir
2016-01-25Consistent rails_socket use.fbretel
2016-01-21Init script changes for gitlab-workhorse in 8.4Jacob Vosmaer
2015-12-24Fix spelling of "it's" to "its" where appropriate.cafuego
2015-12-15Update init script options for gitlab-workhorseJacob Vosmaer
2015-12-04Check GitLab Workhorse status in init.d script when reporting all components ↵Stan Hu
are up and running Closes https://github.com/gitlabhq/gitlabhq/issues/9869
2015-10-29Switch to gitlab-workhorseJacob Vosmaer
2015-08-31Be more defensive when running 'kill'Jacob Vosmaer
2015-08-31Replace grack with gitlab-git-http-serverJacob Vosmaer
2015-08-25Fix init script for Reply by emailDouwe Maan
2015-08-20Fix init.d script.Douwe Maan
2015-08-20Fix lib/support/init.d/gitlab.Douwe Maan
2015-08-19Update init scripts.Douwe Maan
2015-06-19Use whoami instead of $USERAntonio Huete Jimenez
- Use whoami instead of relying on the existence of $USER enviroment variable which is not always present
2015-02-04Specify shell while run me as git userDrunkard Zhang
Some users disabled "git" user's shell after finished installation, this will lead to "This account is currently not available" and could not run /etc/init.d/gitlab, this dirty trick fix it. Signed-off-by: Drunkard Zhang <gongfan193@gmail.com>
2014-05-30Merge pull request #6986 from agjmills/masterDmitriy Zaporozhets
added SYSV chkconfig property so gitlab starts after MySQLd / nginx
2014-05-27Move from script to bin directory.Marin Jankovski
2014-05-16added SYSV chkconfig property so gitlab starts after MySQLd / nginxAlexander Mills
2014-03-27Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets
2014-03-26Merge pull request #6222 from nickryand/background_initJacob Vosmaer
Removed the backgrounding of the unicorn_rails startup scripts
2014-03-26 Merge branch 'bugfix/fix_unicorn-sidekiq_confusion_in_gitlab_init_script' ↵Jacob Vosmaer
into 'master' Fix Unicorn-Sidekiq Confusion In GitLab Init Script This merge request fixes issue #126 by updating a few sections of the included GitLab init file where Unicorn was referred to as Sidekiq and vice-versa.
2014-03-26Init script - change start() stop() restart() reload() to xxxx_gitlab()Pawel Krzaczkowski
2014-03-25Removed the backgrounding of the unicorn_rails webapp start call.Nick Downs
2014-03-25Merge pull request #5935 from nmoura/patch-1Jacob Vosmaer
Changed sudo by su -c in init script
2014-03-08Fixed Unicorn-Sidekiq confusion in GitLab init script.Kyle Fazzari
There were a few places in the included init script where Unicorn was referred to as Sidekiq and vice-versa. This fixes #126.