summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* Don't use Hash#slice since it's not supported in Ruby 2.1fix-ruby-2-1-failuresRémy Coutable2016-10-201-3/+8
* List all available labels to the project on the labels APIDouglas Barbosa Alexandre2016-10-191-1/+1
* Add support to group labels on issues board APIDouglas Barbosa Alexandre2016-10-191-2/+2
* Validate label params against all labels available to project on the APIDouglas Barbosa Alexandre2016-10-191-10/+9
* Move label management to services on merge requests APIDouglas Barbosa Alexandre2016-10-191-11/+4
* Reuse LabelsFinder on Issueable#add_labels_by_namesDouglas Barbosa Alexandre2016-10-191-2/+2
* Merge branch 'grapify-commit-statuses-api' into 'master' Rémy Coutable2016-10-191-26/+27
|\
| * Grapify the commit status APIgrapify-commit-statuses-apiRobert Schilling2016-10-191-26/+27
* | Merge branch 'fix-system-hook-api' into 'master' Rémy Coutable2016-10-191-6/+4
|\ \
| * | API: Fix Sytem hooks delete behaviorfix-system-hook-apiRobert Schilling2016-10-141-6/+4
* | | Use GrapeDSL for commitsZ.J. van de Weg2016-10-181-60/+69
* | | Merge branch 'grapify-boards-api' into 'master' Rémy Coutable2016-10-141-31/+45
|\ \ \ | |/ / |/| |
| * | Grapify boards APIRobert Schilling2016-10-141-31/+45
| |/
* | Merge branch 'grapify-todos-api' into 'master' Rémy Coutable2016-10-141-26/+19
|\ \
| * | Grapify todos APIgrapify-todos-apiRobert Schilling2016-10-141-26/+19
| |/
* | Merge branch 'grapify-system-hooks' into 'master' Rémy Coutable2016-10-141-31/+29
|\ \
| * | Grapify system hooks APIgrapify-system-hooksRobert Schilling2016-10-131-31/+29
| |/
* | Merge branch 'api-order-mounts' into 'master' Rémy Coutable2016-10-131-4/+4
|\ \ | |/ |/|
| * Sort API mountsapi-order-mountsRobert Schilling2016-10-131-4/+4
* | Merge branch 'feature/issues-board' into 'master' Sean McGivern2016-10-131-14/+17
|\ \
| * | Update Issue Board API to handle with has_many associationDouglas Barbosa Alexandre2016-10-111-14/+17
* | | Merge branch 'zj-grapedsl-variable' into 'master' Rémy Coutable2016-10-131-47/+42
|\ \ \
| * | | GrapeDSL for variableszj-grapedsl-variableZ.J. van de Weg2016-10-131-47/+42
* | | | Merge branch 'api-version' into 'master' Robert Speicher2016-10-122-0/+13
|\ \ \ \ | |/ / / |/| | |
| * | | API: Version informationapi-versionRobert Schilling2016-10-122-0/+13
| | |/ | |/|
* | | Merge branch '17541-move-licenses-api-endpoint-to-templates-licenses' into 'm...Rémy Coutable2016-10-123-83/+100
|\ \ \ | |/ / |/| |
| * | Create a new /templates API namespaceThomas Balthazar2016-10-123-83/+100
* | | Merge branch 'user-events-api' into 'master' Robert Speicher2016-10-121-0/+20
|\ \ \ | |/ / |/| |
| * | API: New /users/:id/events endpointRémy Coutable2016-10-101-0/+20
* | | Merge branch 'api-fix-project-group-sharing' into 'security'Rémy Coutable2016-10-111-0/+6
| |/ |/|
* | Replace undefined Grape routing code from 400 to 404Dmitriy Zaporozhets2016-10-101-1/+1
* | Catch any undefined API routing and return 400 Bad RequestDmitriy Zaporozhets2016-10-101-0/+4
|/
* Merge branch 'memoize_shell_secret_token' into 'master' Rémy Coutable2016-10-071-1/+1
|\
| * Load Github::Shell's secret token from file on initialization instead of ever...Justin DiPierro2016-10-061-1/+1
* | Merge branch 'ben.boeckel/gitlab-ce-api-visible-projects' into 'master' Rémy Coutable2016-10-071-20/+31
|\ \
| * | Tidy up project list actionsben.boeckel/gitlab-ce-api-visible-projectsSean McGivern2016-10-051-28/+24
| * | api: add /projects/visible API endpointBen Boeckel2016-10-041-0/+15
* | | Switch from request to env in ::API::HelpersNick Thomas2016-10-061-1/+1
| |/ |/|
* | Merge branch 'rc-use-grape-dsl-to-document-members-api' into 'master' Robert Speicher2016-10-062-93/+67
|\ \
| * | Use Grape DSL to document methods and their paramsrc-use-grape-dsl-to-document-members-apiRémy Coutable2016-10-052-93/+67
* | | Merge branch 'mahcsig/gitlab-ce-17350-multi-file-commit'Rémy Coutable2016-10-061-0/+36
|\ \ \
| * | | multi-file commitMarc Siegfriedt2016-10-051-0/+36
| |/ /
* | | Merge branch 'issue-board-api-support' into 'master' Dmitriy Zaporozhets2016-10-063-1/+133
|\ \ \
| * | | Added Issue Board API supportAndre Guedes2016-10-053-1/+133
| |/ /
* | | Merge commit 'dev/security' into 'master'Rémy Coutable2016-10-061-1/+4
|\ \ \
| * \ \ Merge branch '22435-no-api-state-change-via-rails-session' into 'security' Douwe Maan2016-09-281-1/+4
| |\ \ \
| | * | | API: disable rails session auth for non-GET/HEAD requestsNick Thomas2016-09-231-1/+4
* | | | | fix group links 404barthc2016-10-051-0/+3
| |_|/ / |/| | |
* | | | Merge branch 'rc-improve-members-destroy-service' into 'master' Robert Speicher2016-10-042-4/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Remove useless code now that Member#add_user handles itrc-improve-members-destroy-serviceRémy Coutable2016-10-031-8/+0