summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into fix/rename-mwbs-to-merge-when-pipeline-succeedsGrzegorz Bizon2016-11-309-78/+69
|\
| * Rename `MergeRequest#pipeline` to `head_pipeline`fix/rename-merge-request-head-pipelineGrzegorz Bizon2016-11-291-1/+1
| * Merge branch 'jej-use-issuable-finder-instead-of-access-check' into 'security' Douwe Maan2016-11-282-4/+2
| * Merge branch 'zj-fix-label-creation-non-members' into 'security'Douwe Maan2016-11-283-61/+37
| * Merge branch 'zj-expose-coverage-pipelines' into 'master' Rémy Coutable2016-11-251-0/+1
| |\
| | * Expose coverage on GET pipelines/:idzj-expose-coverage-pipelinesZ.J. van de Weg2016-11-251-0/+1
| * | Merge branch '22373-reduce-queries-in-api-helpers-find_project' into 'master' Yorick Peterse2016-11-257-12/+28
| |\ \
| | * | API: Introduce `#find_group!` which also check access permission22373-reduce-queries-in-api-helpers-find_projectRémy Coutable2016-11-244-7/+15
| | * | API: Introduce `#find_project!` which also check access permissionRémy Coutable2016-11-242-8/+11
| | * | API: Use `#find_project` in API::Triggers and API::ServicesRémy Coutable2016-11-242-2/+2
| | * | Make API::Helpers find a project with only one queryRémy Coutable2016-11-241-1/+6
* | | | Merge branch 'master' into fix/rename-mwbs-to-merge-when-pipeline-succeedsGrzegorz Bizon2016-11-2516-391/+420
|\ \ \ \ | |/ / /
| * | | Don't convert data which already is the target typeapi-no-convertRobert Schilling2016-11-244-4/+4
| |/ /
| * | Merge branch 'api-delete-group-share' into 'master' Rémy Coutable2016-11-231-0/+13
| |\ \
| | * | API: Add endpoint to delete a group shareapi-delete-group-shareRobert Schilling2016-11-231-0/+13
| * | | Merge branch 'grapify-sidekiq-metric-api' into 'master' Rémy Coutable2016-11-231-32/+4
| |\ \ \
| | * | | Grapify the sidekiq metrics APIRobert Schilling2016-11-231-32/+4
| | |/ /
| * | | Add a starting date to milestonesmilestone_start_dateValery Sizov2016-11-232-1/+3
| * | | Merge branch 'fix-api-iid-filter' into 'master' Rémy Coutable2016-11-222-6/+4
| |\ \ \
| | * | | Fix IID filter for merge requests and milestonesRobert Schilling2016-11-222-6/+4
| | |/ /
| * | | Merge branch '23532-define-common-helper-for-describe-pagination-params-in-ap...Rémy Coutable2016-11-227-12/+42
| |\ \ \ | | |_|/ | |/| |
| | * | Define common helper for describe pagination params in apiSemyon Pupkov2016-11-227-12/+42
| * | | Avoid helper call with default parametersavoid-api-helper-callRobert Schilling2016-11-221-1/+1
| | |/ | |/|
| * | Merge branch '24730-broken-master' into 'master' Robert Speicher2016-11-221-4/+5
| |\ \
| | * | Fix StrongAttibutes error with Ruby 2.124730-broken-masterRémy Coutable2016-11-211-4/+5
| * | | Grapify the projects snippet APIgrapify-project-snippet-apiRobert Schilling2016-11-211-78/+78
| |/ /
| * | Merge branch 'grapify-users-api' into 'master' Rémy Coutable2016-11-211-257/+249
| |\ \
| | * | Grapify the users APIgrapify-users-apiRobert Schilling2016-11-211-258/+250
| * | | Merge branch 'create-pipeline-endpoint' into 'master' Rémy Coutable2016-11-211-0/+21
| |\ \ \ | | |_|/ | |/| |
| | * | Add api endpoint for creating a pipelineIdo Leibovich2016-11-181-0/+21
* | | | Update some docs to reflect MWPS name changeGrzegorz Bizon2016-11-211-2/+2
* | | | Rename MWBS service to Merge When Pipeline SucceedsGrzegorz Bizon2016-11-211-5/+9
|/ / /
* | | Merge branch 'zj-slash-commands-mattermost' into 'master' Kamil Trzciński2016-11-182-5/+28
|\ \ \
| * | | Return a consistent not found messageZ.J. van de Weg2016-11-181-2/+3
| * | | Improve style, add more testsZ.J. van de Weg2016-11-182-13/+6
| * | | More coverage on service levelZ.J. van de Weg2016-11-182-6/+10
| * | | Merge remote-tracking branch 'origin/master' into zj-slash-commands-mattermostZ.J. van de Weg2016-11-177-56/+79
| |\ \ \
| * | | | More refactoring, push present to base commandZ.J. van de Weg2016-11-171-2/+2
| * | | | Incorporate feedback, improve presenter classZ.J. van de Weg2016-11-171-3/+5
| * | | | Make chat authorization to work [ci skip]Kamil Trzcinski2016-11-171-3/+26
* | | | | Merge branch 'grapify-repository-api' into 'master' Rémy Coutable2016-11-181-58/+39
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Grapify the repository APIRobert Schilling2016-11-181-58/+39
* | | | | Merge branch 'sort-api-groups' into 'master' Sean McGivern2016-11-171-0/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Allow sorting groups in APIsort-api-groupsSean McGivern2016-11-171-0/+4
| |/ / /
* | | | Remove default value for `project` argument on subscribable concernDouglas Barbosa Alexandre2016-11-174-13/+13
* | | | Pass project to Entities::Label to check if user is subscribedDouglas Barbosa Alexandre2016-11-172-7/+7
|/ / /
* | | Merge branch '24496-fix-internal-api-project-lookup' into 'master' Sean McGivern2016-11-162-36/+59
|\ \ \ | |/ / |/| |
| * | Fix POST /internal/allowed to cope with gitlab-shell v4.0.0 project pathsNick Thomas2016-11-162-36/+59
* | | Merge branch 'adam-build-missing-services-when-necessary' into 'master' Douwe Maan2016-11-161-16/+1
|\ \ \
| * | | Defer saving project services to the database if there are no user changesadam-build-missing-services-when-necessaryAdam Niedzielski2016-11-161-16/+1