- 25 Oct, 2017 1 commit
-
-
Lin Jen-Shin authored
Fetch the merged branches at once, instead of checking it one by one in the view. We don't cache this yet because this would already much improve the performance. EE for https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/14729
-
- 24 Oct, 2017 13 commits
-
-
Achilleas Pipinellis authored
Add note about coming group milestone support See merge request gitlab-org/gitlab-ee!3195
-
Collen authored
-
Sean McGivern authored
(EE-Port) Circuitbreaker backoff and retries See merge request gitlab-org/gitlab-ee!3191
-
Marin Jankovski authored
Remove problematic H1 from alpha_database.md See merge request gitlab-org/gitlab-ee!3201
-
Achilleas Pipinellis authored
-
Nick Thomas authored
Simplify Geo installation docs: tracking DB is enabled by default now Closes #3827 See merge request gitlab-org/gitlab-ee!3200
-
Phil Hughes authored
EE- remove new sidebar stuff See merge request gitlab-org/gitlab-ee!3197
-
Annabel Dunstone Gray authored
-
Filipa Lacerda authored
Port of "Remove Autosave class from global namespace" to EE See merge request gitlab-org/gitlab-ee!3198
-
Stan Hu authored
-
Stan Hu authored
Closes #3827 [ci skip]
-
Marin Jankovski authored
Rename the Alpha PG HA documentation to just the PG HA documentation See merge request gitlab-org/gitlab-ee!3151
-
Ian Baum authored
-
- 23 Oct, 2017 16 commits
-
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Rémy Coutable authored
Refactor `have_http_status` into `have_gitlab_http_status` in the specs See merge request gitlab-org/gitlab-ee!3183
-
Achilleas Pipinellis authored
Update using_docker_images and merge_requests docs See merge request gitlab-org/gitlab-ee!3188
-
Paul authored
-
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
-
Filipa Lacerda authored
Add loading button -- EE merge edition See merge request gitlab-org/gitlab-ee!3165
-
Jacopo authored
-
Stan Hu authored
Geo: Don't retry repositories or files until everything has been backfilled Closes #3810 See merge request gitlab-org/gitlab-ee!3182
-
Stan Hu authored
Reduce the quiet times between scheduler runs on Geo secondaries Closes #3813 See merge request gitlab-org/gitlab-ee!3185
-
Eric Eastwood authored
Encompasses designs from - https://gitlab.com/gitlab-org/gitlab-ce/issues/23206#note_43355199 - https://gitlab.com/gitlab-org/gitlab-ce/issues/29985#note_30417407
-
- 21 Oct, 2017 3 commits
-
-
Stan Hu authored
[ci skip]
-
Stan Hu authored
[ci skip]
-
Rémy Coutable authored
CE upstream - Wednesday See merge request gitlab-org/gitlab-ee!3167
-
- 20 Oct, 2017 7 commits
-
-
Nick Thomas authored
-
Nick Thomas authored
-
Stan Hu authored
Fix setting Geo sync capacity in the admin panel See merge request gitlab-org/gitlab-ee!3184
-
Stan Hu authored
Update Prometheus gem to fix problems with other Processes overwriting current metrics file Closes #36714 See merge request gitlab-org/gitlab-ce!14827
-
Nick Thomas authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-