- 21 Sep, 2017 21 commits
-
-
Douwe Maan authored
Don't memoize storage configuration on `FsShardsCheck` Closes #38140 See merge request gitlab-org/gitlab-ce!14419
-
Robert Speicher authored
Correctly detect multiple issue URLs after 'Closes...' in MR descriptions Closes #33745 See merge request gitlab-org/gitlab-ce!14411
-
Bob Van Landuyt authored
These values are already coming from memory, so we don't need to memoize. If we do memoize these, than the would not be stubbed when calling `stub_storage_settings` in specs
-
Marcia Ramos authored
Resolve "[Meta] Create Uniquely 'GitLab' Icons" Closes #32894 See merge request gitlab-org/gitlab-ce!14396
-
Marcia Ramos authored
Document that group Owners can always create subgroups See merge request gitlab-org/gitlab-ce!14416
-
Rémy Coutable authored
Adds EE tag detection to remove_old in gitlab backup. Closes #32796 See merge request gitlab-org/gitlab-ce!14413
-
Achilleas Pipinellis authored
Auto DevOps docs cleanup Closes #37666, #37592, #37468, and #31641 See merge request gitlab-org/gitlab-ce!14293
-
Achilleas Pipinellis authored
-
Tiago Botelho authored
-
Douwe Maan authored
-
Achilleas Pipinellis authored
new sharing permissions screenshot See merge request gitlab-org/gitlab-ce!14408
-
Mike Bartlett authored
-
Phil Hughes authored
Use modules in common utils See merge request gitlab-org/gitlab-ce!14074
-
Douwe Maan authored
Upgrade gitlab-markup gem See merge request gitlab-org/gitlab-ce!14395
-
Douwe Maan authored
Resolve "Remove banner to customize experience" Closes #38088 See merge request gitlab-org/gitlab-ce!14384
-
Rémy Coutable authored
Remove redundant WHERE from event queries Closes #38129 See merge request gitlab-org/gitlab-ce!14389
-
Rémy Coutable authored
Stop using Sidekiq for updating Key#last_used_at Closes #36663 See merge request gitlab-org/gitlab-ce!14391
-
Phil Hughes authored
Make resolve discussion icon gray See merge request gitlab-org/gitlab-ce!14398
-
Simon Knox authored
Sync dev to gitlab.com See merge request gitlab-org/gitlab-ce!14406
-
Jarka Kadlecova authored
-
- 20 Sep, 2017 19 commits
-
-
Annabel Dunstone Gray authored
Fix image diff swipe handle offset to correctly align with the frame Closes #37928 See merge request gitlab-org/gitlab-ce!14392
-
Annabel Dunstone Gray authored
-
Annabel Dunstone Gray authored
Fix the "resolve discussion in a new issue" button Closes #38049 See merge request gitlab-org/gitlab-ce!14357
-
sarrahvesselov authored
-
Tim Zallmann authored
-
Tim Zallmann authored
-
Tim Zallmann authored
-
Tim Zallmann authored
-
Nick Thomas authored
-
Tim Zallmann authored
Fix mobile sidebar button to match height of desktop breadcrumbs Closes #37862 See merge request gitlab-org/gitlab-ce!14282
-
Markus Koller authored
-
sarrahvesselov authored
-
Douwe Maan authored
Use Gitlab::Git's Popen on that module's code Closes gitaly#597 See merge request gitlab-org/gitlab-ce!14237
-
Rémy Coutable authored
Tighten up remove_old regex from gitlab backup manager. Closes #32796 See merge request gitlab-org/gitlab-ce!14333
-
Rémy Coutable authored
Use gitlab-workhorse 3.1.0 See merge request gitlab-org/gitlab-ce!14390
-
Clement Ho authored
-
Douwe Maan authored
Fix refreshing of issues/MR count caches Closes #38061 See merge request gitlab-org/gitlab-ce!14363
-
Yorick Peterse authored
This makes things simpler as no scheduling is involved. Further we remove the need for running a SELECT + UPDATE just to get the key and update it, whereas we only need an UPDATE when setting last_used_at directly in a request. The added service class takes care of updating Key#last_used_at without using Sidekiq. Further it makes sure we only try to obtain a Redis lease if we're confident that we actually need to do so, instead of always obtaining it. We also make sure to _only_ update last_used_at instead of also updating updated_at. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/36663
-
Kamil Trzciński authored
Support new auto-deploy helm chart Closes #38028 See merge request gitlab-org/gitlab-ce!14386
-