1. 30 10月, 2014 1 次提交
  2. 23 10月, 2014 1 次提交
  3. 21 10月, 2014 1 次提交
  4. 16 10月, 2014 1 次提交
  5. 15 10月, 2014 1 次提交
  6. 14 10月, 2014 1 次提交
  7. 08 10月, 2014 1 次提交
    • V
      Add option to keep repo on project delete · 68b5ac7f
      Vinnie Okada 提交于
      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
  8. 07 10月, 2014 2 次提交
  9. 03 10月, 2014 2 次提交
  10. 01 10月, 2014 1 次提交
    • B
      API: Initial support for forking a project via the API · f030ee84
      Bernhard Kaindl 提交于
      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
  11. 27 9月, 2014 1 次提交
  12. 25 9月, 2014 1 次提交
  13. 21 9月, 2014 1 次提交
  14. 16 9月, 2014 2 次提交
    • M
      Fix typo in comment. · 685754b0
      Marin Jankovski 提交于
      685754b0
    • J
      Improve error reporting on users API · 998cd3cb
      jubianchi 提交于
      * 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
  15. 15 9月, 2014 6 次提交
  16. 05 9月, 2014 1 次提交
  17. 04 9月, 2014 4 次提交
  18. 03 9月, 2014 4 次提交
  19. 02 9月, 2014 2 次提交
  20. 01 9月, 2014 1 次提交
  21. 21 8月, 2014 1 次提交
  22. 20 8月, 2014 1 次提交
  23. 18 8月, 2014 1 次提交
  24. 15 8月, 2014 1 次提交
  25. 14 8月, 2014 1 次提交