- 21 Sep, 2017 18 commits
-
-
Achilleas Pipinellis authored
Previously, we checked out the branch and ran the script from there. However, when the MR got merged and the cleanup job was run it would fail since it could not find the now deleted branch. This commit rather downloads the script from GitLab and skips downloading the artifacts/dependencies/cache to speed up the process.
-
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
-
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 22 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
-
Jacob Vosmaer authored
-
Yorick Peterse authored
The default scope in Event would add a "WHERE author_id IS NOT NULL" clause to every query. Now that "events.author_id" has a NOT NULL clause set this filter is redundant and we can safely remove it. In this commit we also add a validation on events.author_id (previously only defined in PushEvent) just in case something tries to create data without an author ID. This way we can present a nicer error message compared to PostgreSQL's foreign key error messages. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/38129
-
Rémy Coutable authored
Enable ee_compat_check for forks, but not EE Closes #37713 See merge request gitlab-org/gitlab-ce!14189
-