- 21 Sep, 2017 6 commits
-
-
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 34 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
-
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
-
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
-
Alejandro Rodríguez authored
This allows the current Gitaly migration to depend on less code outside of the Gitlab::Git module
-
Tiago Botelho authored
-
Tim Zallmann authored
Add Gitaly version to Admin Dashboard Closes #36884 See merge request gitlab-org/gitlab-ce!14313
-
Rémy Coutable authored
Fix rewriting issue references with group milestones Closes #37746 See merge request gitlab-org/gitlab-ce!14294
-
Grzegorz Bizon authored
-
Rémy Coutable authored
Resolve "make project data via API report forks of this project" Closes #20049 See merge request gitlab-org/gitlab-ce!14355
-
Alessio Caiazza authored
New auto-deploy helm chart has new names in order to support Auto Monitoring. Works with, but does not require charts/charts.gitlab.io!66 See gitlab-ce#38028
-
Douwe Maan authored
Add tooltip for milestone due date to issue and merge request lists Closes #18864 See merge request gitlab-org/gitlab-ce!14318
-
Douwe Maan authored
Clarify how to rename username or group path See merge request gitlab-org/gitlab-ce!13914
-
Rémy Coutable authored
Remove depreceted and big projects Closes #37507 See merge request gitlab-org/gitlab-ce!14336
-
Zeger-Jan van de Weg authored
-
Grzegorz Bizon authored
Add `test-prof` and use `set` in API specs See merge request gitlab-org/gitlab-ce!14370
-
Jacob Schatz authored
Add specific code review guidelines See merge request gitlab-org/gitlab-ce!13206
-
Jacob Schatz authored
Update LICENSE to carve out third party licenses. See merge request gitlab-org/gitlab-ce!14374
-
Robert Speicher authored
Encode paths properly for Gitaly Commit{Diff,Delta} Closes gitaly#589 See merge request gitlab-org/gitlab-ce!14361
-