summaryrefslogtreecommitdiff
path: root/spec/requests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'feature/incremental-build-trace-update' into 'master' Rémy Coutable2016-04-211-0/+46
| | | | | | | | | Add incremental build trace update API Closes #14537 Must be merged if we want changes from gitlab-org/gitlab-ci-multi-runner!124 to work. See merge request !3447
* Merge branch 'license-templates-and-api-12804' into 'master' Robert Speicher2016-04-201-0/+136
| | | | | | | License templates when creating/editing a LICENSE file Closes #12804 See merge request !3660
* Merge branch 'api-fix-annotated-tags' into 'master' Rémy Coutable2016-04-191-0/+2
|\ | | | | | | | | | | | | | | | | API: Present an array of Gitlab::Git::Tag instead of array of rugged tags The annotated message was always `null` because the wrong array was presented. The entity requires an array of `Gitlab::Git::Tags` instead an array of raw rugged tags was presented. Since a rugged tag does not respond to `message` to get the annotated message, this was always `null`. See merge request !3764
| * Ensure that annoation is presented properlyRobert Schilling2016-04-181-0/+2
| |
* | Insert users check into apiFelipe Artur2016-04-181-0/+18
|/
* Allow back dating notes on creationMichael Greene2016-04-131-0/+13
|
* Allow back dating issues on updateMichael Greene2016-04-131-4/+16
|
* Merge branch 'api-subscribe-issue-mr' into 'master' Rémy Coutable2016-04-132-0/+85
|\ | | | | | | | | | | | | | | | | | | API: Subscribe and unsubscribe from issues and merge requests * Closes #6024 This MR is based on !3611, which must be merged first. See merge request !3615
| * Ensure that issues and merge requests are foundRobert Schilling2016-04-132-3/+15
| |
| * Make subscription API more RESTfulRobert Schilling2016-04-132-14/+26
| |
| * API: Ability to subscribe and unsubscribe from a merge requestRobert Schilling2016-04-131-0/+30
| |
| * API: Ability to subscribe and unsubscribe from an issueRobert Schilling2016-04-131-0/+31
| |
* | Merge branch 'api-star-project' into 'master' Rémy Coutable2016-04-131-0/+48
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Star and unstar a project Add two new endpoints `POST /projects/:id/star` and `POST /projects/:id/unstar` to star and unstar a project. * Closes #12739 See merge request !3578
| * | Styling changes to code and docsRobert Schilling2016-04-131-6/+4
| | |
| * | Make staring API more restfulRobert Schilling2016-04-131-4/+4
| | |
| * | API: Star and unstar a projectRobert Schilling2016-04-131-0/+50
| |/
* | Merge branch 'api-group-leaking' into 'master' Rémy Coutable2016-04-132-12/+19
|\ \ | |/ |/| | | | | | | | | | | | | API: Return 404 if user does not have access to group Closes #15185 After !3587 is merged, I'll update this one to also fix the return code of the tests in !3587. See merge request !3683
| * Fix group_member_spec to not leak informationRobert Schilling2016-04-131-5/+7
| |
| * API: Avoid group leak while updating the groupRobert Schilling2016-04-131-2/+2
| |
| * API: Return 404 if user does not have access to groupRobert Schilling2016-04-131-5/+10
| |
* | Update tests for moving issues via APIRobert Schilling2016-04-131-20/+37
| |
* | API: Ability to move an issueRobert Schilling2016-04-131-1/+52
|/
* Merge branch 'api-group-visibility' into 'master' Rémy Coutable2016-04-131-0/+44
|\ | | | | | | | | | | | | | | | | API: Ability to update a group This makes it much easier to update a group after introducing the group visibility. * Closes #14991 See merge request !3587
| * Fix minor issues according development guidelinesRobert Schilling2016-04-121-4/+12
| |
| * API: Ability to update a groupRobert Schilling2016-04-121-0/+36
| |
* | Merge branch 'api-delete-note' into 'master' Rémy Coutable2016-04-121-0/+61
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delete notes via API Supports deleting issues, snippets, and merge requests via the API. * Closes #14944 * Closes #14845 * Closes #6060 @zj I did not see that you assigned yourself in #6060. Hopefully, you did not start yet. @rymai In #6060 this is targeted for 8.7 release. Could you review that and maybe this still lands in 8.7. See merge request !3557
| * | Adapt tests to new testing guidelinesRobert Schilling2016-04-121-6/+6
| | |
| * | Fix code review issuesRobert Schilling2016-04-121-1/+19
| | |
| * | Delete notes via APIRobert Schilling2016-04-121-0/+43
| |/
* | Merge branch 'api-get-tag' into 'master' Rémy Coutable2016-04-121-0/+17
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | API: Ability to retrieve a single tag * Closes #14330 /cc @dblessing See merge request !3577
| * | Fix minor styling issues from code reviewRobert Schilling2016-04-121-3/+3
| | |
| * | API: Ability to retrieve a single tagRobert Schilling2016-04-121-0/+17
| | |
* | | Allow a project member to leave the projected through the APIremove-myself-from-project-api-7687Zeger-Jan van de Weg2016-04-121-3/+17
| |/ |/|
* | API: Add iid filter to milestonesRobert Schilling2016-04-121-3/+5
|/
* Merge branch 'api-filter-milestone' into 'master' Rémy Coutable2016-04-071-0/+19
|\ | | | | | | | | | | | | | | | | API: Ability to filter milestones by state Ability to filter milestones by `active` and `closed` state. * Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14931 See merge request !3566
| * Improve coding and doc styleRobert Schilling2016-04-061-3/+5
| |
| * API: Ability to filter milestones by stateRobert Schilling2016-04-061-0/+17
| |
* | Revert "API: Ability to retrieve a single tag"Robert Schilling2016-04-061-17/+0
|/ | | | This reverts commit 7f287c9136d5d1cdda8df170c6e772ca82aad1e9.
* API: Ability to retrieve a single tagRobert Schilling2016-04-061-0/+17
|
* Merge branch 'add-ability-to-archive-a-project-via-api-14296' into 'master' Douwe Maan2016-04-031-0/+72
|\ | | | | | | | | | | | | Add endpoints for archiving and unarchiving Closes #14296 See merge request !3372
| * 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
| | | | | | | | | | | | | | | Also the specs have a minor improvement. Mainly the access right spec. Changes are reflected in the docs
| * | Add endpoints for archiving and unarchivingZeger-Jan van de Weg2016-03-231-0/+72
| | |
* | | Merge branch ↵Robert Speicher2016-03-291-3/+26
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'mariusz_jachimowicz/gitlab-ce-i_14415_expose_label_description' into 'master' api - expose label description Resolves #14415 See merge request !3314
| * | | 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
| |/ |/| | | | | Fixes #14692
* | 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
|\ | | | | | | | | | | | | | | | | # Conflicts: # app/models/issue.rb # app/views/projects/_home_panel.html.haml # app/views/shared/projects/_project.html.haml # db/schema.rb # spec/models/project_spec.rb
| * Fix typos and dentingZeger-Jan van de Weg2016-03-211-7/+7
| |
| * Minor improvements on IssuableActionsZeger-Jan van de Weg2016-03-212-19/+27
| |