- Nov 15, 2016
-
-
Victor Wu authored
Add new file for copy (messaging) guidelines Update copy guidelines Fix typo Add forms to guidelines Simplify Copy heading Refine copy page. Add images and table Fix toc link on Copy page
-
- Nov 12, 2016
-
-
Achilleas Pipinellis authored
[ci skip]
-
- Nov 11, 2016
-
-
Achilleas Pipinellis authored
[ci skip]
-
Achilleas Pipinellis authored
-
- Nov 10, 2016
-
-
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
-
- Nov 09, 2016
-
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
[ci skip]
-
- Nov 07, 2016
-
-
Nick Thomas authored
-
Sam Rose authored
-
- Nov 04, 2016
-
-
Bryce Johnson authored
-
- Nov 03, 2016
-
-
https://docs.gitlab.comConnor Shea authored
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
This was the only thing using the `sdoc` gem, which was blocking another gem from updating.
-
- Nov 02, 2016
-
-
Robert Speicher authored
-
Robert Speicher authored
[ci skip]
-
- Nov 01, 2016
-
-
Drew Blessing authored
-
- Oct 31, 2016
-
-
Robert Speicher 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
-
- Oct 28, 2016
-
-
Winnie authored
-
- Oct 27, 2016
-
-
Achilleas Pipinellis authored
[ci skip]
-
- Oct 26, 2016
-
-
Bryce Johnson authored
-
- Oct 24, 2016
-
-
Achilleas Pipinellis authored
-
- Oct 21, 2016
-
-
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
-
- Oct 17, 2016
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Oct 16, 2016
-
-
Achilleas Pipinellis authored
[ci skip]
-
- Oct 15, 2016
-
-
De Wet Blomerus authored
-
- Oct 14, 2016
-
-
Ahmad Sherif authored
Closes #23239
-
- Oct 13, 2016
-
-
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>
-
Rémy Coutable authored
Also improve API styleguide Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Oct 12, 2016
-
-
Bryce Johnson authored
-
- Oct 11, 2016
-
-
Achilleas Pipinellis authored
[ci skip]
-
- Oct 07, 2016
-
-
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>
-
- Oct 02, 2016
-
-
Nick Thomas authored
[ci skip]
-