1. 14 1月, 2016 1 次提交
  2. 11 1月, 2016 2 次提交
  3. 06 1月, 2016 1 次提交
  4. 04 1月, 2016 1 次提交
  5. 30 12月, 2015 1 次提交
  6. 19 12月, 2015 1 次提交
  7. 17 12月, 2015 1 次提交
  8. 15 12月, 2015 1 次提交
  9. 12 12月, 2015 5 次提交
  10. 10 12月, 2015 1 次提交
  11. 09 12月, 2015 1 次提交
  12. 08 12月, 2015 1 次提交
  13. 26 11月, 2015 1 次提交
  14. 20 11月, 2015 1 次提交
  15. 19 11月, 2015 1 次提交
  16. 18 11月, 2015 3 次提交
  17. 17 11月, 2015 1 次提交
  18. 16 11月, 2015 1 次提交
  19. 13 11月, 2015 1 次提交
  20. 06 11月, 2015 1 次提交
  21. 05 11月, 2015 2 次提交
  22. 04 11月, 2015 1 次提交
    • T
      Fix Project update service · 7cb442ee
      Tomasz Maczukin 提交于
      When project is updated and it is a fork, then visibility_level
      should not be less restrictive than in its parent project.
      7cb442ee
  23. 03 11月, 2015 2 次提交
  24. 02 11月, 2015 1 次提交
  25. 27 10月, 2015 1 次提交
  26. 21 10月, 2015 2 次提交
  27. 20 10月, 2015 1 次提交
  28. 14 10月, 2015 2 次提交
  29. 08 10月, 2015 1 次提交
    • Y
      Revamp finding projects by namespaces · 03417456
      Yorick Peterse 提交于
      By using a JOIN we can remove the need for using 2 separate queries to
      find a project by its namespace. Combined with an index (only needed for
      PostgreSQL) this reduces the query time from ~245 ms (~520 ms for the
      first call) down to roughly 10 ms (~15 ms for the first call).
      03417456