BigW Consortium Gitlab

  1. 29 Nov, 2017 1 commit
  2. 14 Nov, 2017 1 commit
  3. 20 Oct, 2017 1 commit
  4. 05 Sep, 2017 2 commits
  5. 31 Aug, 2017 1 commit
  6. 11 Aug, 2017 1 commit
  7. 02 Aug, 2017 1 commit
  8. 01 Aug, 2017 1 commit
  9. 27 Jul, 2017 1 commit
  10. 18 Jul, 2017 1 commit
  11. 14 Jul, 2017 1 commit
  12. 11 Jul, 2017 1 commit
  13. 07 Jul, 2017 1 commit
  14. 16 Jun, 2017 1 commit
  15. 15 Jun, 2017 1 commit
  16. 18 May, 2017 1 commit
  17. 03 May, 2017 1 commit
    • Generate and handle a gl_repository param to pass around components · c45341c8
      Alejandro Rodríguez authored
      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.
  18. 21 Apr, 2017 1 commit
  19. 14 Apr, 2017 3 commits
  20. 10 Apr, 2017 1 commit
  21. 29 Mar, 2017 2 commits
  22. 17 Mar, 2017 1 commit
  23. 01 Mar, 2017 1 commit
  24. 23 Feb, 2017 4 commits
  25. 26 Jan, 2017 1 commit
  26. 23 Jan, 2017 1 commit
  27. 21 Jan, 2017 1 commit
  28. 17 Jan, 2017 1 commit
  29. 15 Jan, 2017 1 commit
  30. 28 Nov, 2016 1 commit
  31. 18 Nov, 2016 2 commits
  32. 16 Nov, 2016 1 commit
    • Fix POST /internal/allowed to cope with gitlab-shell v4.0.0 project paths · 1c994dbc
      Nick Thomas authored
      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