BigW Consortium Gitlab

  1. 01 Jul, 2016 1 commit
  2. 27 Jun, 2016 1 commit
  3. 03 Jun, 2016 2 commits
  4. 31 May, 2016 1 commit
  5. 28 Apr, 2016 2 commits
  6. 18 Apr, 2016 1 commit
  7. 17 Mar, 2016 1 commit
  8. 13 Mar, 2016 1 commit
    • External Users · 42fcd388
      Zeger-Jan van de Weg authored
      The user has the rights of a public user execpt it can never create a project,
       group, or team. Also it cant view internal projects.
  9. 04 Mar, 2016 1 commit
  10. 08 Jan, 2016 1 commit
  11. 24 Dec, 2015 1 commit
  12. 07 Dec, 2015 1 commit
  13. 10 Nov, 2015 1 commit
    • Implement Build Artifacts · d0e3e823
      Kamil Trzcinski authored
      - Offloads uploading to GitLab Workhorse
      - Use /authorize request for fast uploading
      - Added backup recipes for artifacts
      - Support download acceleration using X-Sendfile
  14. 22 Sep, 2015 1 commit
  15. 23 Aug, 2015 1 commit
  16. 30 Jul, 2015 1 commit
  17. 29 Jul, 2015 1 commit
  18. 03 Jul, 2015 1 commit
  19. 24 Jun, 2015 1 commit
  20. 22 Jun, 2015 1 commit
  21. 24 Apr, 2015 2 commits
  22. 22 Apr, 2015 1 commit
  23. 27 Mar, 2015 1 commit
  24. 12 Feb, 2015 1 commit
  25. 05 Feb, 2015 1 commit
  26. 08 Jan, 2015 1 commit
  27. 04 Dec, 2014 1 commit
  28. 05 Nov, 2014 3 commits
  29. 02 Nov, 2014 1 commit
  30. 06 Oct, 2014 1 commit
  31. 15 Sep, 2014 1 commit
    • Improve error reporting on users API · 998cd3cb
      jubianchi authored
      * users (#6878, #3526, #4209): Validation error messages are now exposed through 400 responses, 409 response are sent in case of duplicate email or username
      * MRs (#5335): 409 responses are sent in case of duplicate merge request (source/target branches), 422 responses are sent when submiting MR fo/from unrelated forks
      * issues
      * labels
      * projects
  32. 30 Jun, 2014 1 commit
  33. 13 Jun, 2014 2 commits
  34. 18 Apr, 2014 1 commit
    • Implement GET /users/:uid/keys for admin users · 05e792b4
      Timm Friebe authored
      Complements POST operation added in gitlabhq/gitlabhq#3146
      
      Implement DELETE /users/:uid/keys/:id for admin users
      
      Fix "Line is too long. [83/80]"
      
      Use single quotes as advised
      
      Use single quotes as advised
      
      Use single quotes as advised
      
      Fix missing space around { and }
      
      Fix typo in documentation
      
      Only catch  ActiveRecord::RecordNotFound, let other exceptions propagate
      
      Raise a "404 Not found" if key to be deleted cannot be found
      As requested by @jvanbaarsen in https://github.com/gitlabhq/gitlabhq/pull/6781#discussion_r11735114
      
      Remove tab
      Unconfigured vim on this box, grrrr./