gitlab-org--gitlab-foss/spec/requests/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_helpers_spec.rb
branches_spec.rb Fix branch API 2014-09-25 16:22:08 +03:00
commits_spec.rb Replace project_access attribute with access_level in specs and API 2014-09-15 11:36:50 +03:00
files_spec.rb Fix api files specs 2014-08-06 09:57:15 +03:00
fork_spec.rb API: Initial support for forking a project via the API 2014-10-01 10:27:48 +02:00
groups_spec.rb Huge replace of old users_project and users_group references 2014-09-14 19:32:51 +03:00
internal_spec.rb /api/allowed use POST now 2014-09-03 09:06:16 +03:00
issues_spec.rb Filters issues by milestone via API 2014-09-26 22:03:37 +02:00
labels_spec.rb Improve error reporting on users API 2014-09-16 01:25:24 +02:00
merge_requests_spec.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_spec.rb Remove rails observers from application 2014-06-17 22:51:43 +03:00
namespaces_spec.rb Remove rails observers from application 2014-06-17 22:51:43 +03:00
notes_spec.rb Remove rails observers from application 2014-06-17 22:51:43 +03:00
project_hooks_spec.rb Remove rails observers from application 2014-06-17 22:51:43 +03:00
project_members_spec.rb Replace project_access attribute with access_level in specs and API 2014-09-15 11:36:50 +03:00
projects_spec.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
repositories_spec.rb Fix contributors api 2014-09-30 11:56:48 +03:00
services_spec.rb Remove rails observers from application 2014-06-17 22:51:43 +03:00
session_spec.rb
system_hooks_spec.rb
users_spec.rb Improve error reporting on users API 2014-09-16 01:25:24 +02:00