Skip to content
Snippets Groups Projects
  1. Sep 13, 2019
  2. 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
  3. Mar 19, 2019
  4. Feb 27, 2019
    • Jacopo's avatar
      Add project http fetch statistics API · 5ae9a44a
      Jacopo authored
      The API get projects/:id/traffic/fetches allows user with write
      access to the repository to get the number of clones for the
      last 30 days.
      5ae9a44a
  5. Jan 02, 2019
  6. Oct 25, 2018
  7. Sep 26, 2018
    • gfyoung's avatar
      Enable even more frozen string in app/controllers · 12ee2753
      gfyoung authored
      Enables frozen string for some vestigial files as
      well as the following:
      
      * app/controllers/projects/**/*.rb
      * app/controllers/sherlock/**/*.rb
      * app/controllers/snippets/**/*.rb
      * app/controllers/users/**/*.rb
      
      Partially addresses #47424.
      12ee2753
  8. Apr 05, 2018
  9. Feb 06, 2018
  10. Jun 16, 2017
  11. Jun 05, 2017
  12. May 05, 2017
  13. Apr 14, 2017
  14. Apr 03, 2017
  15. Jan 25, 2017
  16. Nov 23, 2016
  17. Nov 09, 2016
  18. Sep 16, 2016
  19. Sep 13, 2016
  20. Sep 05, 2016
  21. Aug 09, 2016
  22. Aug 03, 2016
    • Jacob Vosmaer (GitLab)'s avatar
      Stop 'git push' over HTTP early · b8f754dd
      Jacob Vosmaer (GitLab) authored
      Before this change we always let users push Git data over HTTP before
      deciding whether to accept to push. This was different from pushing
      over SSH where we terminate a 'git push' early if we already know the
      user is not allowed to push.
      
      This change let Git over HTTP follow the same behavior as Git over
      SSH. We also distinguish between HTTP 404 and 403 responses when
      denying Git requests, depending on whether the user is allowed to know
      the project exists.
      b8f754dd
  23. Jul 22, 2016
  24. Jul 05, 2016
Loading