Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-12-13 | 1 | -5/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-11-15 | 1 | -2/+6 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-08-18 | 2 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-05-27 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-05-22 | 1 | -16/+5 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-05-19 | 1 | -4/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-02-03 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-05-25 | 1 | -28/+28 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-05-22 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-05-15 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-04-21 | 2 | -13/+15 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-04-02 | 1 | -4/+9 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-17 | 2 | -6/+6 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-11 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-07 | 1 | -1/+1 |
| | |||||
* | Fix incorrect web server parameter in init.d script | Mohammad Alhashash | 2019-07-24 | 1 | -4/+11 |
| | | | | | | Environment variable USE_WEB_SERVER should have the value of the selected webserver when calling bin/web startup script. Fixes #65008 | ||||
* | Replace Unicorn with web server in the init.d script [ci skip] | Dmitriy Zaporozhets | 2019-05-17 | 2 | -18/+22 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Invalid variable | Semen Romanov | 2017-08-01 | 1 | -3/+3 |
| | |||||
* | Enable Gitaly by default in GitLab 9.3 | Jacob Vosmaer | 2017-05-30 | 2 | -2/+2 |
| | |||||
* | Duplicate gitaly init variables in 'default' file | Jacob Vosmaer | 2017-05-26 | 1 | -0/+2 |
| | | | | | | | This is needed because these variables depend (directly or indirectly) on the 'app_root' variable which can be changed in the default file. If app_root has a non-standard value, the value of e.g. gitaly_dir generated in the init script becomes invalid. | ||||
* | Use config.toml to configure Gitaly | Jacob Vosmaer | 2017-04-06 | 1 | -2/+1 |
| | |||||
* | Add gitaly source installation instructions | Jacob Vosmaer | 2017-03-21 | 2 | -8/+63 |
| | |||||
* | The GitLab Pages external-http and external-https arguments can be specified ↵ | Nick Thomas | 2017-03-08 | 1 | -2/+2 |
| | | | | multiple times | ||||
* | Fix syntax error in init.d/gitlab after Pages -> CE | Drew Blessing | 2017-02-07 | 1 | -1/+1 |
| | | | Cherry-picked ‘Fix syntax error in conditional statement’ | ||||
* | Add missing gitlab-pages related vars in init.d/gitlab | Achilleas Pipinellis | 2017-01-31 | 1 | -2/+2 |
| | |||||
* | chmod 644 gitlab.default.example | Achilleas Pipinellis | 2017-01-31 | 1 | -0/+0 |
| | | | | No need to be executable since it is sourced in /etc/init.d/gitlab | ||||
* | Set pages daemon to false | Achilleas Pipinellis | 2017-01-31 | 1 | -5/+5 |
| | |||||
* | Add missing variables for gitlab-pages | Achilleas Pipinellis | 2017-01-31 | 1 | -0/+5 |
| | | | | [ci skip] | ||||
* | Change the pages daemon proxy listen port to 8090 | Achilleas Pipinellis | 2017-01-31 | 1 | -1/+1 |
| | | | | So as to be consistent with what is set in Omnibus | ||||
* | Add init scripts for GitLab Pages daemon | Achilleas Pipinellis | 2017-01-31 | 2 | -7/+78 |
| | |||||
* | Replace gitlab-workhorse with GitLab Workhorse where appropriateinitd_gitlab_workhorse_rename | Achilleas Pipinellis | 2016-04-28 | 1 | -6/+6 |
| | |||||
* | Merge branch 'doc_relative_url' into 'master' | Achilleas Pipinellis | 2016-02-10 | 1 | -4/+9 |
|\ | | | | | | | | | | | | | Add documentation on relative URL support closes #12773 See merge request !2770 | ||||
| * | Edit configuration files for relative URL support | Achilleas Pipinellis | 2016-02-09 | 1 | -4/+9 |
| | | | | | | | | [ci skip] | ||||
* | | Merge branch 'fix-init' into 'master' | Rémy Coutable | 2016-02-08 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | Fixed init.d script not working on OS X | ritave | 2016-02-08 | 1 | -1/+1 |
| |/ | | | | | | | | | | | -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 | ||||
* | | suppress only errors in init-script while determining canonical path of ↵ | Harald Spaethe | 2016-02-08 | 1 | -1/+1 |
|/ | | | | gitlab_workhorse_dir | ||||
* | Consistent rails_socket use. | fbretel | 2016-01-25 | 1 | -1/+1 |
| | |||||
* | Init script changes for gitlab-workhorse in 8.4 | Jacob Vosmaer | 2016-01-21 | 2 | -3/+9 |
| | |||||
* | Fix spelling of "it's" to "its" where appropriate. | cafuego | 2015-12-24 | 2 | -7/+7 |
| | |||||
* | Update init script options for gitlab-workhorse | Jacob Vosmaer | 2015-12-15 | 2 | -2/+3 |
| | |||||
* | Check GitLab Workhorse status in init.d script when reporting all components ↵ | Stan Hu | 2015-12-04 | 1 | -1/+1 |
| | | | | | | are up and running Closes https://github.com/gitlabhq/gitlabhq/issues/9869 | ||||
* | Switch to gitlab-workhorse | Jacob Vosmaer | 2015-10-29 | 2 | -41/+38 |
| | |||||
* | Be more defensive when running 'kill'gitlab-git-http-server | Jacob Vosmaer | 2015-08-31 | 1 | -1/+1 |
| | |||||
* | Replace grack with gitlab-git-http-server | Jacob Vosmaer | 2015-08-31 | 2 | -19/+65 |
| | |||||
* | Fix init script for Reply by email | Douwe Maan | 2015-08-25 | 1 | -1/+1 |
| | |||||
* | Fix init.d script. | Douwe Maan | 2015-08-19 | 1 | -15/+15 |
| | |||||
* | Fix lib/support/init.d/gitlab. | Douwe Maan | 2015-08-19 | 1 | -20/+22 |
| | |||||
* | Update init scripts. | Douwe Maan | 2015-08-19 | 2 | -20/+84 |
| | |||||
* | Use whoami instead of $USER | Antonio Huete Jimenez | 2015-06-19 | 1 | -1/+1 |
| | | | - Use whoami instead of relying on the existence of $USER enviroment variable which is not always present | ||||
* | Improve comments for shell_path | Drunkard Zhang | 2015-05-04 | 1 | -3/+2 |
| |