- 08 Dec, 2017 6 commits
-
-
Douwe Maan authored
Check NFS mounts in a separate process Closes #39847 See merge request gitlab-org/gitlab-ce!15426
-
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.
-
Grzegorz Bizon authored
Fix new personal access token showing up in a flash message Closes #40754 See merge request gitlab-org/gitlab-ce!15707
-
Stan Hu authored
Clean test path between merge request handler tests Closes #40900 See merge request gitlab-org/gitlab-ce!15792
-
Robert Speicher authored
Migrate Git::Repository#fsck to Gitaly Closes gitaly#795 See merge request gitlab-org/gitlab-ce!15731
-
Kim Carlbäcker authored
-
- 07 Dec, 2017 34 commits
-
-
Robert Speicher authored
Use relative _path helper URLs in the GitLab UI Closes #40825 See merge request gitlab-org/gitlab-ce!15738
-
Eric Eastwood authored
-
Jacob Schatz authored
Replace absolute URLs on related branches/MRs with relative url to avoid hostname Closes #40555 See merge request gitlab-org/gitlab-ce!15735
-
Jacob Schatz authored
Fix loading branches list on cherry pick modal after merge. Closes #33894 See merge request gitlab-org/gitlab-ce!15306
-
Jacob Schatz authored
Add documentation about using US-English Closes #40675 See merge request gitlab-org/gitlab-ce!15656
-
Clement Ho authored
-
Jacob Schatz authored
Fix transient error in pikadayToString Closes #40858 See merge request gitlab-org/gitlab-ce!15754
-
Sean McGivern authored
fix #39233 - 500 in merge request Closes #39233 See merge request gitlab-org/gitlab-ce!15774
-
Kamil Trzciński authored
Dependency validator Closes #34834 See merge request gitlab-org/gitlab-ce!14009
-
Jan Provaznik authored
create_merge_request_handler_spec needs a repository for some tests but this repository lasts on disk by default which causes failures of other tests. TestEnv.clean_test_path is used to get rid of the repository after each test. Closes #40900
-
Martin Nowak authored
- handle unchanged empty lines in inline diff
-
Achilleas Pipinellis authored
-
Filipa Lacerda authored
Fixed remove deploy key loading icon not being removed after canceling Closes #37595 See merge request gitlab-org/gitlab-ce!15779
-
Clement Ho authored
Resolve "updateEndpoint undefined on Issue page" Closes #40715 See merge request gitlab-org/gitlab-ce!15698
-
Luke Bennett authored
-
Sean McGivern authored
Use Gitaly 0.59.0 See merge request gitlab-org/gitlab-ce!15795
-
Achilleas Pipinellis authored
Docs: fix typo See merge request gitlab-org/gitlab-ce!15798
-
Stan Hu authored
Update prometheus-client-mmap gem to highly optimized version See merge request gitlab-org/gitlab-ce!15796
-
Douwe Maan authored
[CE] Fix message when pushing to Geo secondary See merge request gitlab-org/gitlab-ce!15793
-
Marcia Ramos authored
-
Annabel Dunstone Gray authored
Fixed merge request locked icon size Closes #40876 See merge request gitlab-org/gitlab-ce!15767
-
Shinya Maeda authored
-
-
Kamil Trzciński authored
Merge branch '40761-remove-the-checkbox-for-starting-a-new-pipeline-in-auto-devops-settings' into 'master' Resolve "Remove the checkbox for starting a new pipeline in Auto DevOps settings" Closes #40761 See merge request gitlab-org/gitlab-ce!15714
-
Jacob Vosmaer authored
-
Douwe Maan authored
Allow commenting on individual commits inside an MR Closes #31847 See merge request gitlab-org/gitlab-ce!12148
-
Pawel Chojnacki authored
+ change string concatenation to help with GC pressure. + fix metric producing incompatible label sets
-
Rémy Coutable authored
Fix QA group creation by filling required fileds See merge request gitlab-org/gitlab-ce!15786
-
James Lopez authored
-
micael.bergeron authored
-
Sean McGivern authored
Remove Rugged::Repository#empty? Closes gitaly#699 See merge request gitlab-org/gitlab-ce!15622
-
Zeger-Jan van de Weg authored
-
🚄 Job van der Voort 🚀 authored
Docs: refactor Pages index See merge request gitlab-org/gitlab-ce!15411
-
Marcia Ramos authored
-