Skip to content
Snippets Groups Projects
  1. Dec 27, 2019
  2. Oct 08, 2019
  3. Sep 13, 2019
  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. Mar 19, 2019
  6. 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
  7. Jan 02, 2019
  8. Oct 25, 2018
  9. 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
  10. Apr 05, 2018
  11. Feb 06, 2018
  12. Jun 16, 2017
  13. Jun 05, 2017
  14. May 05, 2017
  15. Apr 14, 2017
  16. Apr 03, 2017
  17. Jan 25, 2017
  18. Nov 23, 2016
  19. Nov 09, 2016
  20. Sep 16, 2016
  21. Sep 13, 2016
  22. Sep 05, 2016
  23. Aug 09, 2016
  24. 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
  25. Jul 22, 2016
  26. Jul 05, 2016
Loading