- 01 Nov, 2016 3 commits
-
-
Daniel Axelrod authored
Correct the command to get a gdb backtrace from all threads. `apply` is not a valid gdb command. See https://sourceware.org/gdb/onlinedocs/gdb/Threads.html#Threads .
-
Achilleas Pipinellis authored
[ci skip]
-
Ben Bodenmiller authored
-
- 31 Oct, 2016 5 commits
-
-
Roman Pickl authored
-
Sean McGivern authored
-
Yorick Peterse authored
These are regular Rails migrations that are executed by default. A user can opt-out of these migrations by setting an environment variable during the deployment process. Fixes gitlab-org/gitlab-ce#22133
-
Bryce Johnson authored
-
Andrea Scarpino authored
-
- 28 Oct, 2016 1 commit
-
-
🕺 Winnie 🕺 authored
-
- 27 Oct, 2016 5 commits
-
-
🕺 Winnie 🕺 authored
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
-
Grzegorz Bizon authored
[ci skip]
-
Achilleas Pipinellis authored
[ci skip]
-
- 26 Oct, 2016 4 commits
-
-
Bryce Johnson authored
-
Felipe authored
Code improvements, bug fixes, finish documentation and specs
-
Drew Blessing authored
-
-
- 25 Oct, 2016 3 commits
-
-
Brad Jones authored
-
Achilleas Pipinellis authored
[ci skip]
-
Sonmez Kartal authored
Signed-off-by:
Sonmez Kartal <sonmez@koding.com>
-
- 24 Oct, 2016 2 commits
-
-
Achilleas Pipinellis authored
-
Brad Jones authored
-
- 21 Oct, 2016 6 commits
-
-
DJ Mountney authored
-
🕺 Winnie 🕺 authored
-
Daniel Klischies authored
-
Lemures Lemniscati authored
-
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
-
Airat Shigapov authored
-
- 20 Oct, 2016 3 commits
-
-
evhoffmann authored
-
evhoffmann authored
-
Achilleas Pipinellis authored
[ci ski]
-
- 19 Oct, 2016 5 commits
-
-
Takuya Noguchi authored
-
Takuya Noguchi authored
-
evhoffmann authored
-
James Lopez authored
-
Tobias Genberg authored
Changing gitlab-shell version to 3.6.6 instead of 3.6.3, later on the upgrade process it will complain about running 3.6.3 instead of 3.6.6.
-
- 17 Oct, 2016 2 commits
-
-
Matt Lee authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 16 Oct, 2016 1 commit
-
-
Robert Speicher authored
All this does is convert the version sections into headers. The list items shouldn't really be indented by two spaces, but it makes no difference to the rendering and this way we retain authorship history for the actual changes. Related to gitlab-org/release-tools!29
-