- Mar 27, 2018
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Mar 26, 2018
-
-
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 06, 2018
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Mar 05, 2018
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Feb 28, 2018
-
-
Horatiu Eugen Vlad authored
-
- Feb 26, 2018
-
-
Mayra Cabrera authored
Resolve "Error 500 on route "/admin/application_settings/services/1882/edit" -> edit Prometheus Service Template"
-
- Feb 23, 2018
-
-
Oswaldo Ferreir authored
-
- Feb 08, 2018
-
-
Shah El-Rahman authored
-
- Feb 03, 2018
-
-
Matija Čupić authored
-
- Feb 02, 2018
-
-
Mario de la Ossa 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 04, 2018
-
-
Alexis Reigel authored
the failure case is already covered by the test in spec/services/test_hooks/system_service_spec.rb
-
Alexis Reigel authored
-
Alexis Reigel authored
-
- Dec 22, 2017
-
-
blackst0ne authored
-
- Dec 15, 2017
-
-
Gilbert Roulot authored
-
- Dec 14, 2017
-
-
Rémy Coutable authored
I've followed the [upgrade guide](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md ) and ran these two commands: ``` grep -e FactoryGirl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|FactoryGirl|FactoryBot|" grep -e factory_girl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|factory_girl|factory_bot|" ``` Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 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 20, 2017
-
-
Tiago Botelho authored
-
- Oct 30, 2017
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Oct 26, 2017
-
-
Mike Greiling authored
-
- Oct 17, 2017
-
-
Bob Van Landuyt authored
Instead of from the configuration file
-
- Oct 14, 2017
-
-
Mike Greiling authored
-
- Oct 13, 2017
-
-
Jose Ivan Vargas Lopez authored
-
- Oct 07, 2017
-
-
Jacopo authored
Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
-
- Oct 04, 2017
-
-
Jose Ivan Vargas Lopez authored
-
- Oct 03, 2017
-
-
Jose Ivan Vargas Lopez authored
-
Jose Ivan Vargas Lopez authored
-
- Sep 27, 2017
-
-
Phil Hughes authored
-
Phil Hughes authored
-
- Sep 06, 2017
-
-
Phil Hughes authored
This only appears when in the collapsed sidebar. If the sidebar is expanded, then these items are hidden & no fly-out navigation is displayed. Closes #36294
-
Toon Claes authored
Make it easier to override the set of loggers, by putting them in a separate method. Also modify spec so it tests for links, instead of checking for regular text.
-
- Aug 30, 2017
-
-
Nick Thomas authored
`allowed_key_types` is removed and the `minimum_<type>_bits` fields are renamed to `<tech>_key_restriction`. A special sentinel value (`-1`) signifies that the key type is disabled. This also feeds through to the UI - checkboxes per key type are out, inline selection of "forbidden" and "allowed" (i.e., no restrictions) are in. As with the previous model, unknown key types are disallowed, even if the underlying ssh daemon happens to support them. The defaults have also been changed from the lowest known bit size to "no restriction". So if someone does happen to have a 768-bit RSA key, it will continue to work on upgrade, at least until the administrator restricts them.
-
Nick Thomas authored
This is an amalgamation of: * Cory Hinshaw: Initial implementation !5552 * Rémy Coutable: Updates !9350 * Nick Thomas: Resolve conflicts and add ED25519 support !13712
-
- Aug 29, 2017
-
-
Phil Hughes authored
some caused by webkit prefixes
-
- Aug 24, 2017
-
-
Mehdi Lahmam authored
Closes #35994
-