1. 28 Nov, 2016 1 commit
  2. 25 Nov, 2016 1 commit
  3. 24 Nov, 2016 5 commits
  4. 22 Nov, 2016 2 commits
  5. 17 Nov, 2016 6 commits
  6. 16 Nov, 2016 1 commit
  7. 15 Nov, 2016 12 commits
  8. 09 Nov, 2016 1 commit
  9. 08 Nov, 2016 2 commits
  10. 07 Nov, 2016 6 commits
  11. 04 Nov, 2016 3 commits
    • Rémy Coutable's avatar
      Merge branch 'show-status-from-branch' into 'master' · 182064b6
      Rémy Coutable authored
      Show pipeline status from branch and commit than only commit
      
      Closes #23615
      
      See merge request !7034
      Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
      182064b6
    • Douwe Maan's avatar
      Merge branch '24059-round-robin-repository-storage' into 'master' · 9c66b78c
      Douwe Maan authored
      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: default avatarRémy Coutable <remy@rymai.me>
      9c66b78c
    • Rémy Coutable's avatar
      Merge remote-tracking branch 'origin/labels-api' · aca7d01d
      Rémy Coutable authored
      See merge request !7014
      Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
      aca7d01d