- Feb 13, 2018
-
-
Andreas Brandl authored
Whenever we already deal with a User object, let's use the more specific method avatar_icon_for_user.
-
- Feb 08, 2018
-
-
Shah El-Rahman authored
-
Shah El-Rahman authored
-
- Feb 05, 2018
-
-
Clement Ho authored
-
- Feb 02, 2018
-
-
Mario de la Ossa authored
-
- Jan 31, 2018
-
-
Nick Thomas authored
-
Zeger-Jan van de Weg authored
Implements the client side for gitlab-org/gitaly#819. Which is a server info command. This checks the server version and git binairy version on the server. A small UI was added for administrators, so they can check the status of the Gitaly server. This is done for each storage the monolith knows. Because of this commit, gitlab-org/gitlab-ce!15580 is now closed. That MR removed the Git version too, but didn't replace it with anything.
-
- Jan 30, 2018
-
-
Matija Čupić authored
-
- Jan 22, 2018
-
-
Matija Čupić authored
-
- Jan 18, 2018
-
-
Winnie Hellmann authored
-
- Jan 17, 2018
-
-
Alexis Reigel authored
-
Douwe Maan authored
[10.3] Migrate `can_push` column from `keys` to `deploy_keys_project` See merge request gitlab/gitlabhq!2276 (cherry picked from commit f6ca52d31bac350a23938e0aebf717c767b4710c) 1f2bd3c0 Backport to 10.3
-
- Jan 12, 2018
-
-
Kushal Pandya authored
-
- Jan 08, 2018
-
-
Michael Kozono authored
Originally branch 'mk-toggle-writing-to-auth-keys-1631' See merge request !2004 Squashed commits: Add authorized_keys_enabled to Application Settings Ensure default settings are exposed in UI Without this change, `authorized_keys_enabled` is unchecked when it is nil, even if it should be checked by default. Add “Speed up SSH operations” documentation Clarify the reasons for disabling writes Add "How to go back" section Tweak copy Update Application Setting screenshot
-
- Jan 04, 2018
-
-
Alexis Reigel authored
-
Alexis Reigel authored
-
- Dec 20, 2017
-
-
Mark Fletcher authored
-
- Dec 15, 2017
-
-
Cesar Apodaca authored
fix issue #39843 Incorrect guidance stating blocked users will be removed from groups and projects as members
-
Gilbert Roulot authored
-
- Dec 08, 2017
-
-
Bob Van Landuyt authored
Moving the check out of the general requests, makes sure we don't have any slowdown in the regular requests. To keep the process performing this checks small, the check is still performed inside a unicorn. But that is called from a process running on the same server. Because the checks are now done outside normal request, we can have a simpler failure strategy: The check is now performed in the background every `circuitbreaker_check_interval`. Failures are logged in redis. The failures are reset when the check succeeds. Per check we will try `circuitbreaker_access_retries` times within `circuitbreaker_storage_timeout` seconds. When the number of failures exceeds `circuitbreaker_failure_count_threshold`, we will block access to the storage. After `failure_reset_time` of no checks, we will clear the stored failures. This could happen when the process that performs the checks is not running.
-
- Dec 04, 2017
-
-
Markus Koller authored
-
- Nov 29, 2017
-
-
Andrew Newdigate authored
-
- Nov 23, 2017
-
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
-
- Nov 17, 2017
-
-
- Nov 15, 2017
-
-
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.
-
- Nov 14, 2017
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Nov 12, 2017
-
-
Takuya Noguchi authored
-
- Nov 06, 2017
-
-
Takuya Noguchi authored
-
- Nov 02, 2017
-
-
Alexander Randa authored
-
- Nov 01, 2017
-
-
- Oct 26, 2017
-
-
Winnie Hellmann authored
-
- Oct 23, 2017
-
-
Bob Van Landuyt authored
-
- Oct 17, 2017
-
-
Bob Van Landuyt authored
-
- Oct 04, 2017
-
-
Takuya Noguchi authored
-
Tim Zallmann authored
Tests for these new helper methods
-
- Oct 03, 2017
-
-
Takuya Noguchi authored
-
- Sep 25, 2017
-
-
Annabel Dunstone Gray authored
-
- Sep 19, 2017
-
-
Jacopo authored
Displays the Gitaly version in the admin dashboard.
-