gitlab-org--gitlab-foss/spec/requests
Timothy Andrew 01d190a84a Have the branches API work with the new protected branches data model.
1. The new data model moves from `developers_can_{push,merge}` to
   `allowed_to_{push,merge}`.

2. The API interface has not been changed. It still accepts
   `developers_can_push` and `developers_can_merge` as options. These
   attributes are inferred from the new data model.

3. Modify the protected branch create/update services to translate from
   the API interface to our current data model.
2016-07-29 15:20:39 +05:30
..
api Have the branches API work with the new protected branches data model. 2016-07-29 15:20:39 +05:30
ci/api Fix tests 2016-07-26 11:19:40 +02:00
git_http_spec.rb Groundwork for Kerberos SPNEGO (EE feature) 2016-07-01 11:46:56 +02:00
jwt_controller_spec.rb Use HTTP matchers if possible 2016-06-27 20:10:42 +02:00
lfs_http_spec.rb Fix LFS specs 2016-07-15 15:06:19 +02:00