- 31 May, 2017 2 commits
-
-
Alejandro Rodríguez authored
-
Yorick Peterse authored
-
- 16 May, 2017 1 commit
-
-
Rubén Dávila Santos authored
-
- 08 May, 2017 1 commit
-
-
Yorick Peterse authored
[ci skip]
-
- 05 May, 2017 1 commit
-
-
Balasankar C authored
-
- 25 Apr, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 29 Mar, 2017 1 commit
-
-
Achilleas Pipinellis authored
-
- 22 Mar, 2017 1 commit
-
-
Filipa Lacerda authored
-
- 27 Jan, 2017 1 commit
-
-
Adam Niedzielski authored
-
- 17 Nov, 2016 2 commits
-
-
Victor Wu authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 12 Nov, 2016 1 commit
-
-
Achilleas Pipinellis authored
[ci skip]
-
- 10 Nov, 2016 1 commit
-
-
awhildy authored
Block out pages needed for ux_guide Add resources stub to ux_guide home Fill out principles and basics Add TOC to basics Move all of UI guide to new UX guide structure Add first level structure on ux-guide pages Add more details to buttons Add button images. Update link on development Renamed surfaces to templates. Add tooltip details Update typography and icons on Basics page Add images for color. First draft of voice and tone Delete findings page Refine pages. Fill out Surfaces pages Clean up layout on basics, surfaces, features. Add anchorlinks and counts to components Fill out components page Add item title and system info block Fill out Features page Switch tooltip placement image
-
- 31 Oct, 2016 2 commits
-
-
Robert Speicher 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
-
- 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
-
- 13 Oct, 2016 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 22 Sep, 2016 1 commit
-
-
Connor Shea 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 1 commit
-
-
Yorick Peterse authored
-
- 10 Aug, 2016 1 commit
-
-
Achilleas Pipinellis authored
- Fix wrong doc_styleguide URL - Clarify migrations refer to SQL - Capitalize CSS
-
- 08 Aug, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 04 Aug, 2016 2 commits
-
-
Yorick Peterse authored
This guide describes various commonly used operations and the impact they have on the availability of a GitLab instance.
-
Sid Sijbrandij authored
-
- 06 Jun, 2016 2 commits
-
-
Connor Shea authored
-
Connor Shea authored
-
- 30 Apr, 2016 1 commit
-
-
Yorick Peterse authored
Fixes gitlab-org/gitlab-ce#15254 gitlab-org/gitlab-ce#14277 [ci skip]
-
- 10 Apr, 2016 1 commit
-
-
Robert Speicher authored
Largely borrowed from thoughtbot's code review guide, so attribution is included. [ci skip]
-
- 06 Apr, 2016 1 commit
-
-
Yorick Peterse authored
-
- 02 Apr, 2016 1 commit
-
-
Robert Speicher authored
[ci skip]
-
- 10 Mar, 2016 1 commit
-
-
Yorick Peterse authored
The rationale for this can be found in https://gitlab.com/gitlab-org/gitlab-ce/issues/13718 but in short the benchmark suite no longer serves a good purpose now that we have proper production monitoring in place. Fixes gitlab-org/gitlab-ce#13718
-
- 08 Mar, 2016 1 commit
-
-
Yorick Peterse authored
[ci skip]
-
- 17 Feb, 2016 3 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
[ci skip]
-
- 05 Oct, 2015 1 commit
-
-
Yorick Peterse authored
-
- 18 May, 2015 1 commit
-
-
Jacob Vosmaer authored
-
- 11 May, 2015 1 commit
-
-
Job van der Voort authored
-
- 08 Mar, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 01 Dec, 2014 1 commit
-
-
Jacob Vosmaer authored
-