Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Final backup fixes | Kamil Trzcinski | 2015-09-21 | 1 | -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 fixes | Jacob Vosmaer | 2015-09-18 | 2 | -13/+1 |
| | |||||
* | Integrate mysql-to-postgres conversion | Jacob Vosmaer | 2015-09-18 | 3 | -13/+46 |
| | |||||
* | Vendor mysql-postgresql-converter | Jacob Vosmaer | 2015-09-18 | 4 | -0/+334 |
| | | | | | Source: https://github.com/gitlabhq/mysql-postgresql-converter.git Revision: dda8bc904596577ce158cf78eedfa11be2c26109 | ||||
* | Changed sudo by su -c | Wachiwi | 2014-05-13 | 1 | -1/+1 |
| | | | See PR #5935 in gitlabhq/gitlabhq for more details | ||||
* | Refer to "GitLab CI" in some additional places in the init.d script. | cr7pt0gr4ph7 | 2014-04-16 | 1 | -5/+5 |
| | |||||
* | Make the init.d script's output refer to "GitLab CI" instead of "GitLab". | cr7pt0gr4ph7 | 2014-04-16 | 1 | -6/+6 |
| | |||||
* | Deleted a file that was accidentally pushed | Jeroen van Baarsen | 2014-02-20 | 1 | -134/+0 |
| | |||||
* | Added the new init.d script | Jeroen van Baarsen | 2014-02-20 | 3 | -78/+408 |
| | |||||
* | Remove the `chmod +x` step for the init script | Jacob Vosmaer | 2014-01-31 | 1 | -0/+0 |
| | |||||
* | No need to redirect sidekiq boot output | Jacob Vosmaer | 2014-01-29 | 1 | -5/+4 |
| | | | | This is handled by script/background_jobs | ||||
* | Add background_jobs script from gitlabhq | Jacob Vosmaer | 2014-01-29 | 1 | -2/+2 |
| | |||||
* | Create a constant for sidekiq.log's path | Jacob Vosmaer | 2014-01-27 | 1 | -4/+5 |
| | |||||
* | Capture sidekiq start / stop output in sidekiq.log | Jacob Vosmaer | 2014-01-27 | 1 | -5/+5 |
| | |||||
* | No backgrounding in the init script | Jacob Vosmaer | 2014-01-27 | 1 | -4/+4 |
| | |||||
* | allow runners to submit large build logs | Bernhard Weisshuhn (a.k.a. bernhorst) | 2013-12-08 | 1 | -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 #160 | Oishi | 2013-08-06 | 1 | -0/+3 |
| | |||||
* | Introduced $APP_USER var for running the service | Thom Wiggers | 2013-07-19 | 1 | -8/+8 |
| | | | | | | ...as that $APP_USER Solution for gitlabhq/gitlab-ci#186 | ||||
* | replace unicorn with puma in init.d script. added config | Dmitriy Zaporozhets | 2013-04-08 | 1 | -11/+11 |
| | |||||
* | support scripts | Dmitriy Zaporozhets | 2013-01-16 | 2 | -0/+163 |