- 24 Oct, 2016 1 commit
-
-
Achilleas Pipinellis authored
-
- 21 Oct, 2016 1 commit
-
-
Yorick Peterse authored
Dumping too many jobs in the same queue (e.g. the "default" queue) is a dangerous setup. Jobs that take a long time to process can effectively block any other work from being performed given there are enough of these jobs. Furthermore it becomes harder to monitor the jobs as a single queue could contain jobs for different workers. In such a setup the only reliable way of getting counts per job is to iterate over all jobs in a queue, which is a rather time consuming process. By using separate queues for various workers we have better control over throughput, we can add weight to queues, and we can monitor queues better. Some workers still use the same queue whenever their work is related. For example, the various CI pipeline workers use the same "pipeline" queue. This commit includes a Rails migration that moves Sidekiq jobs from the old queues to the new ones. This migration also takes care of doing the inverse if ever needed. This does require downtime as otherwise new jobs could be scheduled in the old queues after this migration completes. This commit also includes an RSpec test that blacklists the use of the "default" queue and ensures cron workers use the "cronjob" queue. Fixes gitlab-org/gitlab-ce#23370
-
- 16 Oct, 2016 1 commit
-
-
Achilleas Pipinellis authored
[ci skip]
-
- 15 Oct, 2016 1 commit
-
-
De Wet Blomerus authored
-
- 14 Oct, 2016 1 commit
-
-
Ahmad Sherif authored
Closes #23239
-
- 13 Oct, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 12 Oct, 2016 1 commit
-
-
Bryce Johnson authored
-
- 11 Oct, 2016 1 commit
-
-
Achilleas Pipinellis authored
[ci skip]
-
- 07 Oct, 2016 2 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 02 Oct, 2016 1 commit
-
-
Nick Thomas authored
[ci skip]
-
- 29 Sep, 2016 1 commit
-
-
Matt Lee authored
-
- 22 Sep, 2016 8 commits
-
-
Connor Shea authored
-
Connor Shea authored
-
Connor Shea authored
-
Connor Shea authored
-
Connor Shea authored
-
Connor Shea authored
-
Connor Shea authored
[ci skip]
-
Connor Shea authored
[ci skip]
-
- 16 Sep, 2016 1 commit
-
-
Drew Blessing authored
-
- 12 Sep, 2016 1 commit
-
-
Yorick Peterse authored
Fixes gitlab-org/gitlab-ce#22070 [ci skip]
-
- 02 Sep, 2016 1 commit
-
-
Achilleas Pipinellis authored
[ci skip]
-
- 29 Aug, 2016 1 commit
-
-
Achilleas Pipinellis authored
[ci skip]
-
- 27 Aug, 2016 1 commit
-
-
Achilleas Pipinellis authored
[ci skip]
-
- 26 Aug, 2016 2 commits
-
-
Clement Ho authored
-
Jake Romer authored
To clarify what's meant by "from a logical perspective" here, I consulted Python's PEP8 style guide, which provides some helpfully precise language: > Extra blank lines may be used (sparingly) to separate groups of > related functions. Blank lines may be omitted between a bunch of > related one-liners (e.g. a set of dummy implementations). https://www.python.org/dev/peps/pep-0008/#blank-lines I adapted this passage to the existing language for the newline rule.
-
- 25 Aug, 2016 1 commit
-
-
Achilleas Pipinellis authored
[ci skip]
-
- 22 Aug, 2016 1 commit
-
-
Yorick Peterse authored
These guidelines cover the performance requirement for newly submitted merge requests. These guidelines are put in to place to prevent merge requests from negatively impacting GitLab performance as much as possible.
-
- 11 Aug, 2016 3 commits
-
-
Yorick Peterse authored
This fixes two broken links in the performance guide and removes the mention of Josh as he no longer works for GitLab. [ci skip]
-
Yorick Peterse authored
-
Chris Peressini authored
Remove line that says the GitLab logo and user picture are in the sidebar.
-
- 10 Aug, 2016 2 commits
-
-
Achilleas Pipinellis authored
- Fix wrong doc_styleguide URL - Clarify migrations refer to SQL - Capitalize CSS
-
Yorick Peterse authored
[ci skip]
-
- 09 Aug, 2016 2 commits
-
-
Taurie Davis authored
-
Taurie Davis authored
-
- 08 Aug, 2016 3 commits
-
-
winniehell authored
-
Jacob Vosmaer authored
-
Achilleas Pipinellis authored
[ci skip]
-
- 05 Aug, 2016 1 commit
-
-
Jacob Vosmaer authored
-