summaryrefslogtreecommitdiff
path: root/lib/support
Commit message (Collapse)AuthorAgeFilesLines
* Final backup fixesKamil Trzcinski2015-09-211-2/+2
| | | | | | - Dump postgres with --no-owner and use conversion only - Execute postgres converter only when using mysql - Use gzip instead of zcat as more portable way to cat gziped file
* Small converter fixesJacob Vosmaer2015-09-182-13/+1
|
* Integrate mysql-to-postgres conversionJacob Vosmaer2015-09-183-13/+46
|
* Vendor mysql-postgresql-converterJacob Vosmaer2015-09-184-0/+334
| | | | | Source: https://github.com/gitlabhq/mysql-postgresql-converter.git Revision: dda8bc904596577ce158cf78eedfa11be2c26109
* Changed sudo by su -cWachiwi2014-05-131-1/+1
| | | See PR #5935 in gitlabhq/gitlabhq for more details
* Refer to "GitLab CI" in some additional places in the init.d script.cr7pt0gr4ph72014-04-161-5/+5
|
* Make the init.d script's output refer to "GitLab CI" instead of "GitLab".cr7pt0gr4ph72014-04-161-6/+6
|
* Deleted a file that was accidentally pushedJeroen van Baarsen2014-02-201-134/+0
|
* Added the new init.d scriptJeroen van Baarsen2014-02-203-78/+408
|
* Remove the `chmod +x` step for the init scriptJacob Vosmaer2014-01-311-0/+0
|
* No need to redirect sidekiq boot outputJacob Vosmaer2014-01-291-5/+4
| | | | This is handled by script/background_jobs
* Add background_jobs script from gitlabhqJacob Vosmaer2014-01-291-2/+2
|
* Create a constant for sidekiq.log's pathJacob Vosmaer2014-01-271-4/+5
|
* Capture sidekiq start / stop output in sidekiq.logJacob Vosmaer2014-01-271-5/+5
|
* No backgrounding in the init scriptJacob Vosmaer2014-01-271-4/+4
|
* allow runners to submit large build logsBernhard Weisshuhn (a.k.a. bernhorst)2013-12-081-1/+5
| | | | | The default nginx configuration will only allow for 1 megabyte request bodies, so large build logs from runners will be rejected by the server. This patch sets the limit to 10 megabytes. I'm not sure what a sensible default might be, but 1m seem a bit over-conservative to me.
* fix issuess #160Oishi2013-08-061-0/+3
|
* Introduced $APP_USER var for running the serviceThom Wiggers2013-07-191-8/+8
| | | | | | ...as that $APP_USER Solution for gitlabhq/gitlab-ci#186
* replace unicorn with puma in init.d script. added configDmitriy Zaporozhets2013-04-081-11/+11
|
* support scriptsDmitriy Zaporozhets2013-01-162-0/+163