- Oct 23, 2017
-
-
Bob Van Landuyt authored
That way we can enable the circuitbreaker for just one host at a time.
-
Bob Van Landuyt authored
Instead of only checking once within a timeout, check multiple times within a timeout. That means with a timeout of 30 seconds and 3 retries. Each try would be allowed 20 seconds.
-
Bob Van Landuyt authored
The circuitbreaker now has 2 failure modes: - Backing off: This will raise the `Gitlab::Git::Storage::Failing` exception. Access to the shard is blocked temporarily. - Circuit broken: This will raise the `Gitlab::Git::Storage::CircuitBroken` exception. Access to the shard will be blocked until the failures are reset.
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Phil Hughes authored
Remove Diff class from global namespace See merge request gitlab-org/gitlab-ce!14965
-
Sean McGivern authored
Fix the broken .tests-metadata-state definition Closes #39308 See merge request gitlab-org/gitlab-ce!14969
-
Filipa Lacerda authored
Fix deletion of container registry or images returning an error Closes #39354 See merge request gitlab-org/gitlab-ce!14992
-
- Oct 22, 2017
-
-
Paul 🐻 authored
The fog-aliyun gem had a bug in v0.1.0 for file storage creation/update. This merge requests update the gem to v0.2.0 which contains the fix: https://github.com/fog/fog-aliyun/commit/a7456ca6b63e5a0d88c849914679d2fa4707c10c Closes #39126
-
Robert Speicher authored
Decrease ABC threshold to 54.28 See merge request gitlab-org/gitlab-ce!14920
-
Maxim Rydkin authored
-
Douwe Maan authored
Make sure we render events for projects within a group Closes #39305 See merge request gitlab-org/gitlab-ce!14974
-
- Oct 21, 2017
-
-
Stan Hu authored
[ci skip]
-
Stan Hu authored
-
Alessio Caiazza authored
-
Nick Thomas authored
-
Clement Ho authored
-
Winnie Hellmann authored
-
Joe Marty authored
-
Toon Claes authored
-
Andrew Newdigate authored
-
Maxim Rydkin authored
-
Victor Wu authored
Resolve "Remove help text regarding group issues on group issues page (and group merge requests page)"
-
Clement Ho authored
-
Phil Hughes authored
-
Martin Nowak authored
-
Douwe Maan authored
New Crowdin translations See merge request gitlab-org/gitlab-ee!3030
-
Paweł Chojnacki authored
-
Kamil Trzciński authored
-
Filipa Lacerda authored
-
Stan Hu authored
[ci skip]
-
Filipa Lacerda authored
-
Stan Hu authored
[ci skip]
-
Guilherme Vieira authored
-
Alejandro Rodríguez authored
They're costly. This will also avoid some edge cases where charlock_holmes assigns a weird encoding to a perfectly valid UTF-8 string.