gitlab-org--gitlab-foss/lib/api
Bernhard Kaindl f030ee846e API: Initial support for forking a project via the API
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.
2014-10-01 10:27:48 +02:00
..
api.rb
branches.rb Fix branch API 2014-09-25 16:22:08 +03:00
commits.rb
deploy_keys.rb Improve error reporting on users API 2014-09-16 01:25:24 +02:00
entities.rb Fix finder and tests for new membership models 2014-09-15 16:45:28 +03:00
files.rb
groups.rb Huge replace of old users_project and users_group references 2014-09-14 19:32:51 +03:00
helpers.rb Improve error reporting on users API 2014-09-16 01:25:24 +02:00
internal.rb
issues.rb Filters issues by milestone via API 2014-09-26 22:03:37 +02:00
labels.rb Improve error reporting on users API 2014-09-16 01:25:24 +02:00
merge_requests.rb Merge branch 'api/improve-error-reporting' of https://github.com/jubianchi/gitlabhq into jubianchi-api/improve-error-reporting 2014-09-23 21:35:45 +03:00
milestones.rb
namespaces.rb
notes.rb
project_hooks.rb
project_members.rb More fixes to project members api 2014-09-15 12:01:45 +03:00
project_snippets.rb Improve error reporting on users API 2014-09-16 01:25:24 +02:00
projects.rb API: Initial support for forking a project via the API 2014-10-01 10:27:48 +02:00
repositories.rb Factor error and success methods from services. 2014-09-21 11:43:05 +02:00
services.rb
session.rb
system_hooks.rb
users.rb Improve error reporting on users API 2014-09-16 01:25:24 +02:00