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
path: root/script
AgeCommit message (Collapse)Author
2014-05-27Move from script to bin directory.Marin Jankovski
2014-04-01Use the new Sidekiq syntax to specify queuesJacob Vosmaer
This syntax is compatible with the current Sidekiq version we use (2.17.0) and it protects us against future breakage by https://github.com/mperham/sidekiq/commit/040eda558bc64139c846c781d3de0b79603e3035
2014-03-20Add load_ok to background_jobs usage messageJacob Vosmaer
2014-03-20Add load_ok check to script/background_jobsJacob Vosmaer
2014-02-10Updated script/{web,background_job} to use #!/usr/bin/env bash rather than ↵Matthew Trisoline
#!/bin/bash to allow for transparency between OS namely Linux and FreeBSD and for source installs of bash where path is not exported by default for /usr/local/{bin,sbin}
2013-12-13Minor version upgraderDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-10-22Use `2>&1` because Bash 3 does not support `&>>`Jacob Vosmaer
2013-10-16Move unicorn and sidekiq commands into bash scriptJacob Vosmaer
2013-06-07use git user in check scriptAndrew Daugherity
No more separate gitlab user since 5.0.
2013-01-09Fix sidekiq chech and added script/checkDmitriy Zaporozhets
2012-09-10remove cucumber completelyNihad Abbasov
2012-06-15Cucumber:Dmitriy Zaporozhets
* Profile * Browse code * Sceleton for main features * Wiki * Commits
2011-10-09init commitgitlabhq