Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated rspec to rspec 3.x syntax | Jeroen van Baarsen | 2015-02-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | Use new way of defining services on packager.io | Cyril Rohr | 2015-01-18 | 1 | -3/+0 |
| | |||||
* | Revert "Delete mailer queue" | Marin Jankovski | 2014-09-10 | 1 | -1/+1 |
| | |||||
* | Wrap arguments for `[ -z` in double quotes | Jacob Vosmaer | 2014-09-08 | 2 | -2/+2 |
| | |||||
* | Merge pull request #7258 from presto53/fix_init_scripts_interpreter | Jacob Vosmaer | 2014-09-08 | 2 | -14/+14 |
|\ | | | | | change bash to sh in web, background_jobs scripts | ||||
| * | fix bash-ism | Pavel Novitskiy | 2014-07-04 | 1 | -1/+1 |
| | | |||||
| * | change bash to sh | Pavel Novitskiy | 2014-07-04 | 2 | -13/+13 |
| | | |||||
* | | Delete mailer queue because we don't use sidekiq_mailer gem and now the ↵ | ling.su | 2014-07-04 | 1 | -1/+1 |
|/ | | | | mailer queue doesn't exist any more. | ||||
* | Be more selective when killing stray Sidekiqs | Jacob Vosmaer | 2014-06-12 | 1 | -1/+1 |
| | | | | | | Avoid the background_jobs script killing every process with 'sidekiq' in its argument string (e.g. 'rake gitlab:sidekiq start') by also catching the number (2) in 'sidekiq 2.14'. | ||||
* | Move from script to bin directory. | Marin Jankovski | 2014-05-27 | 4 | -0/+134 |
| | |||||
* | Setup default gitlab.yml with possibility to override default url via ↵ | Cyril Rohr | 2014-05-06 | 1 | -1/+8 |
| | | | | | | environment variable. This only applies to packaging with https://pkgr.io. | ||||
* | Add .pkgr.yml file for automated packaging on https://pkgr.io | Cyril Rohr | 2014-05-06 | 1 | -0/+16 |
| | |||||
* | Added executable file permission to binstubs | Jeroen van Baarsen | 2014-02-20 | 6 | -0/+0 |
| | |||||
* | Inserted spring in the binstubs | Jeroen van Baarsen | 2014-02-16 | 5 | -0/+40 |
| | | | | | | | | Now possible to run: `bin/rails` `bin/rspec` `bin/spinach` `bin/rake` | ||||
* | Rails uses bin folder we forgot to create it when upgrading | Jeroen van Baarsen | 2014-02-15 | 3 | -0/+11 |