Skip to content
Snippets Groups Projects
  1. Feb 20, 2020
  2. Aug 22, 2019
  3. Apr 05, 2019
    • Bob Van Landuyt :neckbeard:'s avatar
      Fall back to project repository type by default · 2fdda744
      Bob Van Landuyt :neckbeard: authored and Douwe Maan's avatar Douwe Maan committed
      This makes sure that we always have a repository type when trying to
      parse a repository from a path.
      
      This is needed because sometimes we want to perform access checks as
      if the project already existed, for example when creating a project on
      push.
      
      Before this we were only doing that when accessing git over http, this
      makes sure it also works correctly when accessing git over SSH
      2fdda744
  4. Mar 26, 2019
    • Bob Van Landuyt's avatar
      Allow multiple repositories per project · d36415b7
      Bob Van Landuyt authored
      This changes the repository type from a binary `wiki?` to a type. So
      we can have more than 2 repository types.
      
      Now everywhere we called `.wiki?` and expected a boolean, we check
      that type.
      d36415b7
  5. May 11, 2018
  6. Mar 21, 2018
  7. Feb 07, 2018
  8. Aug 02, 2017
  9. Aug 01, 2017
  10. Jun 16, 2017
  11. May 10, 2017
  12. May 03, 2017
    • Alejandro Rodríguez's avatar
      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.
      c45341c8
  13. Mar 29, 2017
Loading