Skip to content
Snippets Groups Projects
  1. Sep 30, 2015
  2. Sep 15, 2015
  3. May 14, 2015
  4. Mar 29, 2015
  5. Mar 24, 2015
  6. Mar 08, 2015
  7. Feb 06, 2015
  8. Jan 22, 2015
  9. Jan 12, 2015
  10. Jan 09, 2015
  11. Dec 30, 2014
  12. Dec 29, 2014
  13. Nov 14, 2014
  14. Oct 23, 2014
  15. Oct 07, 2014
    • Vinnie Okada's avatar
      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.
      68b5ac7f
  16. Oct 01, 2014
    • Bernhard Kaindl's avatar
      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.
      f030ee84
  17. Sep 15, 2014
    • jubianchi's avatar
      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
      998cd3cb
  18. Aug 13, 2014
  19. Aug 11, 2014
  20. Jul 30, 2014
  21. Jul 28, 2014
  22. Jun 13, 2014
  23. Jun 06, 2014
  24. Mar 23, 2014
  25. Mar 21, 2014
  26. Mar 17, 2014
  27. Feb 13, 2014
  28. Jan 19, 2014
  29. Jan 16, 2014
  30. Dec 09, 2013
  31. Nov 27, 2013
  32. Nov 18, 2013
  33. Nov 06, 2013
  34. Oct 09, 2013
  35. Oct 03, 2013
    • Dmitriy Zaporozhets's avatar
      New API: share project with group · 1eba9366
      Dmitriy Zaporozhets authored
      Share project with group using API.
      You must be a master or owner of project in order to do it.
      
      POST /projects/:id/share
      
      Parameters:
        id (required) - The ID of a project
        group_id (required) - The ID of a group
        group_access (required) - Level of permissions for sharing
      1eba9366
  36. Sep 24, 2013
Loading