Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@13-0-stable-ee | GitLab Bot | 2020-05-20 | 1 | -38/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-17 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-23 | 1 | -4/+4 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-15 | 1 | -4/+21 |
| | |||||
* | Don’t exclude some file in lib from rubocop | Douwe Maan | 2017-02-23 | 1 | -4/+4 |
| | |||||
* | Replace GITLAB with GitLab in rake task descriptions | Dmitriy Zaporozhets | 2015-06-23 | 1 | -3/+3 |
| | |||||
* | Move from script to bin directory. | Marin Jankovski | 2014-05-27 | 1 | -4/+4 |
| | |||||
* | Invoke Kernel#system with separate arguments | Jacob Vosmaer | 2014-03-03 | 1 | -4/+4 |
| | |||||
* | Restore sidekiq rake tasks | Jacob Vosmaer | 2013-10-25 | 1 | -2/+4 |
| | |||||
* | Move unicorn and sidekiq commands into bash script | Jacob Vosmaer | 2013-10-15 | 1 | -20/+7 |
| | |||||
* | Use built-in sidekiq deamonization | Jacob Vosmaer | 2013-10-09 | 1 | -1/+1 |
| | |||||
* | Remove duplicate log path generation | Jacob Vosmaer | 2013-10-09 | 1 | -2/+6 |
| | |||||
* | Always shut down sidekiq before starting | Jacob Vosmaer | 2013-10-09 | 1 | -1/+9 |
| | |||||
* | use system call to start sidekiq | Dmitriy Zaporozhets | 2013-02-27 | 1 | -5/+5 |
| | |||||
* | Update lib/tasks/sidekiq.rake | Michael Lee | 2013-02-12 | 1 | -1/+6 |
| | | | | | Mac OS uses launchd instead of /etc/init.d to start daemons and tasks to be started by launchd MUST NOT daemon itself. So "nohup" here won't work for Mac OS. Can we add a "launchd" task to the rake file so that we can start sidekiq as "bundle exec rake sidekiq:launchd" ? | ||||
* | No gitolite in project any more | Dmitriy Zaporozhets | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | Do gitolite calls async. Remove satellite with project remove | Dmitriy Zaporozhets | 2013-01-28 | 1 | -1/+1 |
| | |||||
* | Updates project to process web hooks async via sidekiq. | Ryan LaNeve | 2013-01-25 | 1 | -1/+1 |
| | | | | | | A new queue of "project_web_hook" is used to process web hooks asynchronously, allowing each to succeed/fail (and be retried) independently. (Basically, project web hooks now process the same as system hooks.) | ||||
* | Fix sidekiq task to use Rails | Riyad Preukschas | 2013-01-10 | 1 | -10/+2 |
| | |||||
* | email via sidekiq. start and stop rake tasks | Dmitriy Zaporozhets | 2013-01-09 | 1 | -0/+23 |