1. 15 11月, 2017 1 次提交
  2. 20 10月, 2017 1 次提交
  3. 06 9月, 2017 2 次提交
  4. 31 8月, 2017 1 次提交
  5. 11 8月, 2017 1 次提交
  6. 03 8月, 2017 1 次提交
  7. 01 8月, 2017 1 次提交
  8. 27 7月, 2017 1 次提交
  9. 18 7月, 2017 1 次提交
  10. 14 7月, 2017 1 次提交
  11. 11 7月, 2017 1 次提交
  12. 08 7月, 2017 1 次提交
  13. 17 6月, 2017 1 次提交
  14. 15 6月, 2017 1 次提交
  15. 19 5月, 2017 1 次提交
  16. 04 5月, 2017 1 次提交
    • A
      Generate and handle a gl_repository param to pass around components · c45341c8
      Alejandro Rodríguez 提交于
      This new param allows us to share project information between components
      that don't share or don't have access to the same filesystem
      mountpoints, for example between Gitaly and Rails or between Rails and
      Gitlab-Shell hooks. The previous parameters are still supported, but if
      found, gl_repository is prefered. The old parameters should be deprecated
      once all components support the new format.
      c45341c8
  17. 22 4月, 2017 1 次提交
  18. 14 4月, 2017 3 次提交
  19. 10 4月, 2017 1 次提交
  20. 29 3月, 2017 2 次提交
  21. 17 3月, 2017 1 次提交
  22. 02 3月, 2017 1 次提交
  23. 23 2月, 2017 4 次提交
  24. 27 1月, 2017 1 次提交
  25. 23 1月, 2017 1 次提交
  26. 22 1月, 2017 1 次提交
  27. 18 1月, 2017 1 次提交
  28. 15 1月, 2017 1 次提交
  29. 29 11月, 2016 1 次提交
  30. 18 11月, 2016 2 次提交
  31. 16 11月, 2016 1 次提交
    • N
      Fix POST /internal/allowed to cope with gitlab-shell v4.0.0 project paths · 1c994dbc
      Nick Thomas 提交于
      gitlab-shell v3.6.6 would give project paths like so:
      
      * namespace/project
      
      gitlab-shell v4.0.0 can give project paths like so:
      
      * /namespace1/namespace2/project
      * /namespace/project
      * /path/to/repository/storage/namespace1/namespace2/project
      * /path/to/repository/storage/namespace/project
      1c994dbc
  32. 29 9月, 2016 1 次提交