- 30 Nov, 2017 7 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
-
Douwe Maan authored
Handle outdated replicas in the DB load balancer Closes #2197 See merge request gitlab-org/gitlab-ee!3526
-
Tim Zallmann authored
EE counterpart for Resolve "Clone dropdown should not have a tooltip" See merge request gitlab-org/gitlab-ee!3375
-
Tim Zallmann authored
EE port of multi-file-editor-css-fixes See merge request gitlab-org/gitlab-ee!3583
-
Tim Zallmann authored
Port of "Refactor 'copy_to_clipboard.js'" to EE See merge request gitlab-org/gitlab-ee!3580
-
Annabel Dunstone Gray authored
fix icon colors in commit list See merge request gitlab-org/gitlab-ee!3581
-
- 29 Nov, 2017 21 commits
-
-
Simon Knox authored
-
Robert Speicher authored
Handle Geo node URL parse errors intelligently Closes #4158 See merge request gitlab-org/gitlab-ee!3552
-
Annabel Dunstone Gray authored
svg icon fix See merge request gitlab-org/gitlab-ee!3565
-
Nick Thomas authored
By storing the URL unmodified in the database, parsing it can happen at validation time, rather than during data entry. This allows problems to be reported to the end-user via the errors hash, rather than an exception.
-
Achilleas Pipinellis authored
Fix Advanced Search Syntax documentation See merge request gitlab-org/gitlab-ee!3571
-
Achilleas Pipinellis authored
Update gitlab_slack_application.md to include direct link to slack app in directory See merge request gitlab-org/gitlab-ee!3561
-
Luke "Jared" Bennett authored
-
Yorick Peterse authored
Instead of checking if a replica is online by just running "SELECT 1" we instead check the replication status. If a replica is lagging behind too much time and data wise we'll stop using it until it is back in sync with the primary. We also only check for the status roughly every 30 seconds. This reduces the overhead of the status checks, at the cost of the status potentially lagging behind the real world for 30 seconds or so. Checking the replicas happens in a request, without any central coordination mechanism. This keeps the implementation simple and the processes independent of _another_ central service. To prevent all processes from doing the same work at the same time we randomize the checking intervals on a per process basis. This won't prevent 2 processes from checking at the same time, but it does reduce the likelihood of _all_ of check checking at the same time. Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/2197, closes https://gitlab.com/gitlab-org/gitlab-ee/issues/2866
-
Phil Hughes authored
-
Kamil Trzciński authored
Merge branch 'ee-38962-automatically-run-a-pipeline-when-auto-devops-is-turned-on-in-project-settings' into 'master' Add checkbox to automatically run a pipeline when Auto DevOps is turned on in project settings -- EE merge edition Closes gitlab-ce#38962 See merge request gitlab-org/gitlab-ee!3578
-
Phil Hughes authored
-
Douwe Maan authored
Fix viewing default push rules on a Geo secondary Closes #4110 See merge request gitlab-org/gitlab-ee!3559
-
Phil Hughes authored
-
Sean McGivern authored
Port of CE branch '21143-customize-branch-name-when-using-create-branch-in-an-issue ' See merge request gitlab-org/gitlab-ee!3554
-
Fatih Acet authored
Add border for epic edit button Closes #3909 See merge request gitlab-org/gitlab-ee!3506
-
Clement Ho authored
-
Fatih Acet authored
Fix tasklist for epics Closes #4021 See merge request gitlab-org/gitlab-ee!3435
-
Rémy Coutable authored
[EE] Add timeouts for Gitaly calls See merge request gitlab-org/gitlab-ee!3541
-
Alejandro Rodríguez authored
-
Rémy Coutable authored
CE upstream Closes omnibus-gitlab#2988 et gitlab-com/infrastructure#3260 See merge request gitlab-org/gitlab-ee!3570
-
Simon Knox authored
this is not a great way to do this. But using currentColor for these means we are competing with this selector: ul.content-list li a
-
- 28 Nov, 2017 12 commits
-
-
Mike Greiling authored
-
Mike Greiling authored
[ci-skip]
-
Mike Greiling authored
-
Mike Greiling authored
-
-
Matija Čupić authored
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38962 Conflicts: app/services/projects/update_service.rb spec/services/projects/update_service_spec.rb
-
Robert Speicher authored
Add feature flag to use gitaly-ssh mirroring when cloning internal repos Closes gitaly#739 See merge request gitlab-org/gitlab-ee!3479
-
Valery Sizov authored
-
Marin Jankovski authored
Add a section on Connection flows Closes gitlab-org/build/team-tasks#28 See merge request gitlab-org/gitlab-ee!3562
-
Nick Thomas authored
Geo - Does not sync repos on unhealthy shards in non-backfill conditions Closes #3690 See merge request gitlab-org/gitlab-ee!3540
-
Valery Sizov authored
-
Richard Clamp authored
As part of the architecture, say what ports are used by what services when. This should add value in debugging data flows, and opening firewalls.
-