1. 26 4月, 2017 2 次提交
  2. 24 4月, 2017 1 次提交
    • S
      Cache Routable#full_path in RequestStore to reduce duplicate route loads · a0edaa92
      Stan Hu 提交于
      We see in #27387 that a call to `polymorphic_path` will cause duplicate
      SELECT route calls for each merge request in a milestone. This happens
      because calling `project.namespace.becomes(Namespace)` will instantiate
      a new instance of a Namespace for each merge request, which causes a N+1
      query on the routes table. This change caches the state of the route by
      the specific class and ID, which dramatically eliminates duplicate work.
      a0edaa92
  3. 22 4月, 2017 1 次提交
  4. 21 4月, 2017 1 次提交
  5. 13 4月, 2017 1 次提交
    • Y
      Prepare for zero downtime migrations · 223d8a3d
      Yorick Peterse 提交于
      Starting with GitLab 9.1.0 we will no longer allow downtime migrations
      unless absolutely necessary. This commit updates the various developer
      guides and adds code that is necessary to make zero downtime migrations
      less painful.
      223d8a3d
  6. 06 4月, 2017 7 次提交
  7. 21 3月, 2017 3 次提交
  8. 17 3月, 2017 1 次提交
  9. 16 3月, 2017 2 次提交
  10. 14 3月, 2017 4 次提交
  11. 08 3月, 2017 2 次提交
  12. 07 3月, 2017 3 次提交
  13. 06 3月, 2017 1 次提交
  14. 28 2月, 2017 1 次提交
  15. 24 2月, 2017 3 次提交
  16. 23 2月, 2017 3 次提交
  17. 22 2月, 2017 1 次提交
  18. 20 2月, 2017 1 次提交
  19. 09 2月, 2017 1 次提交
  20. 27 1月, 2017 1 次提交