summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2016-11-04 11:37:49 +0000
committerRémy Coutable <remy@rymai.me>2016-11-04 18:41:27 +0100
commit9c66b78cdcdd85c9d9023dbfa8914d5748279e19 (patch)
treef2f95d6323a1a0737a890d9d3e01ec8e940bf320 /Gemfile.lock
parentaca7d01ddde166f955265a311590fa20c6f35d1c (diff)
downloadgitlab-ce-9c66b78cdcdd85c9d9023dbfa8914d5748279e19.tar.gz
Merge branch '24059-round-robin-repository-storage' into 'master'
Resolve "Introduce round-robin project creation to spread load over multiple shards" Allow multiple shards to be enabled in the admin settings page, balancing project creation across all enabled shards. * `f.select ..., multiple: true` isn't the most beautiful UI in the world, but switching to `collection_check_boxes` (or a facsimile thereof) isn't trivial * Should `pick_repository_storage` be a method of `ApplicationSetting`, or `Project`? It's going to accrete logic over time so perhaps it should be its own class already? * This is written to avoid the need for a database migration, so it is`serialize :repository_storage` without `, Array`. This is tested, but alternatives include: * Add a database migration * Write a custom Coder that will accept a String or Array in `load` and always `dump an Array. Closes #24059 See merge request !7273 Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'Gemfile.lock')
0 files changed, 0 insertions, 0 deletions