- Mar 28, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
- Mar 27, 2018
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Mar 26, 2018
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
* Replace btn-save with btn-success * Add id to each section so it can be directly linked Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
To make design consistent with project settings Next admin area application settings are afected by this commit: * Visibility and access control * Account and limit settings * Sign in * Sign up * Help page * Pages Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Mar 21, 2018
-
-
Server Side Request Forgery in Services and Web Hooks See merge request gitlab/gitlabhq!2337
-
- Mar 14, 2018
-
-
Takuya Noguchi authored
-
- Mar 07, 2018
-
-
Sean McGivern authored
-
- Mar 05, 2018
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Mar 02, 2018
-
-
Sean McGivern authored
-
- Feb 28, 2018
-
-
Horatiu Eugen Vlad authored
-
Dylan Griffith authored
-
- Feb 23, 2018
-
-
Oswaldo Ferreir authored
-
Nick Thomas authored
-
- Feb 21, 2018
-
-
Victor Wu authored
This reverts merge request !17257
-
Toon Claes authored
-
- Feb 14, 2018
-
-
Winnie Hellmann authored
-
- 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
-