summaryrefslogtreecommitdiff
path: root/spec/requests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'add-ability-to-archive-a-project-via-api-14296' into 'master' Douwe Maan2016-04-031-0/+72
|\
| * Merge branch 'master' into add-ability-to-archive-a-project-via-api-14296add-ability-to-archive-a-project-via-api-14296Zeger-Jan van de Weg2016-03-291-0/+11
| |\
| * | PUT becomes POST on archiving endpointsZeger-Jan van de Weg2016-03-241-29/+29
| * | Add endpoints for archiving and unarchivingZeger-Jan van de Weg2016-03-231-0/+72
* | | Merge branch 'mariusz_jachimowicz/gitlab-ce-i_14415_expose_label_description'...Robert Speicher2016-03-291-3/+26
|\ \ \
| * | | api - expose label descriptionMariusz Jachimowicz2016-03-241-3/+26
| |/ /
* | | Ensuring Merge Request API returns boolean values for work_in_progressAbhi Rao2016-03-281-0/+11
| |/ |/|
* | Back dating of issues when creating throught the APIZeger-Jan van de Weg2016-03-281-0/+11
|/
* Merge branch 'master' into issue_12658Douwe Maan2016-03-212-15/+56
|\
| * Fix typos and dentingZeger-Jan van de Weg2016-03-211-7/+7
| * Minor improvements on IssuableActionsZeger-Jan van de Weg2016-03-212-19/+27
| * minor improvements and fixed specsZeger-Jan van de Weg2016-03-192-22/+28
| * Soft delete issuablesZeger-Jan van de Weg2016-03-192-2/+29
* | Fix specDouwe Maan2016-03-211-1/+1
* | Fix some specsDouwe Maan2016-03-201-1/+1
* | Merge branch 'master' into issue_12658Douwe Maan2016-03-202-2/+117
|\ \ | |/
| * Restrict access to confidential issues through APIDouglas Barbosa Alexandre2016-03-171-2/+110
| * API support for setting External flag on existing usersZeger-Jan van de Weg2016-03-171-0/+7
* | Fix specsFelipe Artur2016-03-181-0/+1
|/
* Merge branch 'master' into 4009-external-usersZeger-Jan van de Weg2016-03-142-0/+54
|\
| * Merge branch 'share-project-ce' into 'master' Dmitriy Zaporozhets2016-03-141-0/+36
| |\
| | * Bring share project with group API from EEshare-project-ceDmitriy Zaporozhets2016-03-131-0/+36
| * | Don't remove `ProjectSnippet#expires_at` from APIrs-snippet-expires-apiRobert Speicher2016-03-091-0/+18
| |/
* | External UsersZeger-Jan van de Weg2016-03-131-0/+20
|/
* Merge branch 'evuez/gitlab-ce-add-info-user-api' into 'master' Robert Speicher2016-03-081-0/+2
|\
| * Add fields to GET /users/* API endpoints for adminsevuez/gitlab-ce-add-info-user-apievuez2016-03-041-0/+2
* | Add traits for each access_level to ProjectMember factoryRobert Speicher2016-03-0612-27/+27
|/
* Merge branch 'fix/commit-status-api-improvement' into 'master' Douwe Maan2016-03-011-54/+110
|\
| * Improve commit status API specsfix/commit-status-api-improvementGrzegorz Bizon2016-03-011-30/+19
| * Improve commit status API specs (refactoring)Grzegorz Bizon2016-02-291-41/+76
| * Return empty array when commit has no statuses in APIGrzegorz Bizon2016-02-291-37/+69
* | fixed merge conflict and refactored specsJames Lopez2016-02-291-6/+2
* | updated internal.rb and spec based on MR feedbackJames Lopez2016-02-261-2/+8
* | fix for projects ending in .wikiJames Lopez2016-02-241-0/+10
|/
* Fix ci_build trace traitKamil Trzcinski2016-02-192-3/+3
* Fix specsKamil Trzcinski2016-02-191-59/+76
* Introduce API for serving the artifacts archiveKamil Trzcinski2016-02-191-0/+25
* Record user that erased a build through APIGrzegorz Bizon2016-02-191-0/+5
* Use POST method instead of DELETE when erasing a buildGrzegorz Bizon2016-02-191-3/+3
* Fix name of build erasable, remove superfluous method from itGrzegorz Bizon2016-02-191-2/+2
* Move build eraseable API to proper API contextGrzegorz Bizon2016-02-192-12/+25
* Do not allow to modify build if it has been erasedGrzegorz Bizon2016-02-191-21/+35
* Use DELETE verb for erasing a build contentGrzegorz Bizon2016-02-191-0/+18
* Refactorize `ci_runner` factory and `let` definitions in runners API specTomasz Maczukin2016-02-191-16/+14
* Remove unnecessary parametersTomasz Maczukin2016-02-191-5/+5
* Modify expectations for update runner featureTomasz Maczukin2016-02-191-4/+4
* Change `.map{...}.inject{...}` to `any?{...}` for searching shared runnersTomasz Maczukin2016-02-191-5/+5
* Reorganize `let` statements in spec/requests/api/runners_spec.rbTomasz Maczukin2016-02-191-12/+29
* Move :runner_id param to POST body when enabling specific runner in projectTomasz Maczukin2016-02-191-8/+14
* Add some modifications to spec/requests/api/runners_spec.rbTomasz Maczukin2016-02-191-88/+112