- 17 Nov, 2017 8 commits
-
-
Grzegorz Bizon authored
-
Yorick Peterse authored
Update database_debugging.md See merge request gitlab-org/gitlab-ce!15434
-
Grzegorz Bizon authored
Replace ci_status_path with pipeline_path See merge request gitlab-org/gitlab-ce!15369
-
Sean McGivern authored
De-duplicate background migration matchers defined in spec/support/migrations_helpers.rb See merge request gitlab-org/gitlab-ce!15441
-
Achilleas Pipinellis authored
Update HA README.md to clarify GitLab support does not troubleshoot DRBD. See merge request gitlab-org/gitlab-ce!15428
-
Winnie Hellmann authored
Set 0.69.0 instead of latest for codeclimate image See merge request gitlab-org/gitlab-ce!15445
-
Shinya Maeda authored
-
Stan Hu authored
-
- 16 Nov, 2017 32 commits
-
-
Marcia Ramos authored
Refactor Cluster docs Closes #39952 See merge request gitlab-org/gitlab-ce!15418
-
Michael Kozono authored
-
Michael Kozono authored
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
-
Tim Zallmann authored
Resolve "lock/confidential issuable sidebar custom svg icons iteration" Closes #37508 See merge request gitlab-org/gitlab-ce!15372
-
Luke "Jared" Bennett authored
-
Rémy Coutable authored
Isolate the fork network background migrations See merge request gitlab-org/gitlab-ce!15393
-
Lee Matos authored
-
Douwe Maan authored
Cache the number of user SSH keys See merge request gitlab-org/gitlab-ce!15401
-
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
-
Yorick Peterse authored
By caching the number of personal SSH keys we reduce the number of queries necessary on pages such as ProjectsController#show (which can end up querying this data multiple times). The cache is refreshed/flushed whenever an SSH key is added, removed, or when a user is removed.
-
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
-