- 16 Nov, 2017 23 commits
-
-
Tim Zallmann authored
-
Annabel Dunstone Gray authored
When a custom header logo is present, don't show GitLab type logo See merge request gitlab-org/gitlab-ce!15410
-
Sean McGivern authored
Make sure NotesActions#noteable returns a Noteable in the update action Closes #40208 See merge request gitlab-org/gitlab-ce!15421
-
Rémy Coutable authored
Update license_finder to 3.1.1 Closes #34955 et #40020 See merge request gitlab-org/gitlab-ce!15319
-
Winnie Hellmann authored
-
Douwe Maan authored
-
Sean McGivern authored
Adjust openid_connect_spec to use `raise_error` Closes #40093 See merge request gitlab-org/gitlab-ce!15420
-
Filipa Lacerda authored
Backport delete epic changes Closes #40162 See merge request gitlab-org/gitlab-ce!15414
-
Rémy Coutable authored
Change logic of repo name and slugs in docs review script See merge request gitlab-org/gitlab-ce!15395
-
Douwe Maan authored
Use relative git object paths to construct absolute ones before setting Env See merge request gitlab-org/gitlab-ce!15376
-
Bob Van Landuyt authored
Using the `raise_error`-matcher instead of `throw_symbol` makes sure our after blocks get called in the test suite.
-
Yorick Peterse authored
Add basic docs for troubleshooting database problems See merge request gitlab-org/gitlab-ce!15416
-
Douwe Maan authored
Add readme only default project view preference See merge request gitlab-org/gitlab-ce!15415
-
Sean McGivern authored
Add an attributes bag class as a GitalyClient helper See merge request gitlab-org/gitlab-ce!15346
-
Kamil Trzciński authored
Update container repository path reference Closes #40199 See merge request gitlab-org/gitlab-ce!15417
-
Phil Hughes authored
Resolve "Clicking on GPG verification badge jumps to top of the page" Closes #40198 See merge request gitlab-org/gitlab-ce!15407
-
Mike Greiling authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
We should allow to use double underscore in the path, and it seems that our container repository path regexp was outdated. See https://github.com/docker/distribution/blob/master/reference/regexp.go
-
Achilleas Pipinellis authored
Fix Typo in environment create definition See merge request gitlab-org/gitlab-ce!15413
-
Achilleas Pipinellis authored
We need to make room for Runner and Omnibus docs. This change makes sure the correct values are defined based on CI_PROJECT_NAME.
-
Eric Eastwood authored
-
James Ramsay authored
The option to choose readme only as a users default project view was restored in !14900
-
- 15 Nov, 2017 17 commits
-
-
Clement Ho authored
-
Lee Matos authored
-
Drew Blessing authored
In the new navigation header, when a user uploads a custom header logo GitLab will still show the 'GitLab' type logo. This is often undesirable as the user may want to upload a logo with their own name present. This change will toggle the GitLab type logo if a custom header logo is present.
-
Mike Greiling authored
Resolve "Follow-up from "Enable multiple queries per Prometheus graph"" Closes #39861 See merge request gitlab-org/gitlab-ce!15363
-
Annabel Dunstone Gray authored
Resolve "npm list errors for gitlab-svgs and node-pre-gyp" Closes #40020 See merge request gitlab-org/gitlab-ce!15340
-
Tim Zallmann authored
-
Filipa Lacerda authored
Update Emoji digests and assets with latest from Gemojione v3.3.0 Closes #32634 See merge request gitlab-org/gitlab-ce!15390
-
Douwe Maan authored
Truncate tree to max 1,000 items and display notice to users Closes #39746 See merge request gitlab-org/gitlab-ce!15333
-
Douwe Maan authored
Merge branch '40122-only-one-note-webhook-is-triggered-when-a-comment-with-time-spent-is-added' into 'master' Resolve "Only one note webhook is triggered when a comment with time spent is added" Closes #40122 See merge request gitlab-org/gitlab-ce!15381
-
Stan Hu authored
Fix gitlab:backup rake for hashed storage based repositories Closes #39573 See merge request gitlab-org/gitlab-ce!15400
-
Ahmad Sherif authored
-
Sean McGivern authored
Merge branch '40186-the-ee_compat_check-job-sometimes-fail-on-the-git-apply-3way-step-for-forks' into 'master' Always fetch master from the canonical remote Closes #40186 See merge request gitlab-org/gitlab-ce!15399
-
Sean McGivern authored
fix typo See merge request gitlab-org/gitlab-ce!15374
-
Gabriel Mazetto authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Drew Blessing authored
Rendering ten thousands of tree items consumes a lot of server time and can cause timeouts in extreme cases. Realistically, displaying more than 1,000 files is probably not useful so truncate and show the user a notice instead. 'Find files' can be used to locate specific files beyond the 1,000 limit.
-
Gabriel Mazetto authored
-