BigW Consortium Gitlab

  1. 13 Apr, 2016 3 commits
  2. 24 Mar, 2016 1 commit
  3. 23 Mar, 2016 1 commit
  4. 13 Mar, 2016 1 commit
  5. 04 Feb, 2016 2 commits
  6. 29 Jan, 2016 1 commit
  7. 11 Jan, 2016 1 commit
  8. 07 Jan, 2016 2 commits
  9. 05 Jan, 2016 1 commit
  10. 03 Jan, 2016 1 commit
  11. 22 Dec, 2015 1 commit
  12. 16 Dec, 2015 1 commit
  13. 11 Dec, 2015 1 commit
  14. 06 Dec, 2015 1 commit
  15. 13 Nov, 2015 1 commit
  16. 14 Oct, 2015 1 commit
  17. 13 Oct, 2015 1 commit
  18. 15 Sep, 2015 1 commit
  19. 14 May, 2015 1 commit
  20. 29 Mar, 2015 1 commit
  21. 24 Mar, 2015 1 commit
  22. 08 Mar, 2015 1 commit
  23. 06 Feb, 2015 1 commit
  24. 22 Jan, 2015 1 commit
  25. 12 Jan, 2015 1 commit
  26. 30 Dec, 2014 1 commit
  27. 29 Dec, 2014 3 commits
  28. 14 Nov, 2014 1 commit
  29. 23 Oct, 2014 1 commit
  30. 07 Oct, 2014 1 commit
    • Add option to keep repo on project delete · 68b5ac7f
      Vinnie Okada authored
      Update the project API controller to use `Projects::DestroyService`
      instead of calling `Project#destroy` directly.
      
      Also add an optional parameter, `:keep_repo`, that allows a project to
      be deleted without deleting the repository, wiki, and satellite from
      disk.
  31. 01 Oct, 2014 1 commit
    • API: Initial support for forking a project via the API · f030ee84
      Bernhard Kaindl authored
      This change adds POST /projects/fork/:id to the API for forking
      a project into the namespace of the authenticated user, like the
      "create fork" link in the GUI does. It also calls the same code.
      
      Failure and permission checks (except for conflict) are already
      implemented and handled in ForkService and the API, so the added
      code is simple and does not alter anything.
  32. 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
  33. 13 Aug, 2014 1 commit
  34. 11 Aug, 2014 1 commit