Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-20Update grape gemDmitriy Zaporozhets
2017-07-11Use view=simple for simplifying merge requests APIStan Hu
2017-07-11Add a simple mode to merge request APIStan Hu
2017-07-11Fix sort ordering with merge request APIStan Hu
2017-07-10Paginate the merge requests API earlier to avoid eager loading every merge re...Stan Hu
2017-07-09Remove remaining N+1 queries in merge requests API with emojis and labelsStan Hu
2017-07-08Remove many N+1 queries with merge requests APIStan Hu
2017-06-19Merge branch 'add-since-and-until-params-to-issuables' into 'master'Rémy Coutable
2017-06-19add since and until params to issuablesKyle Bishop
2017-06-16Fix API bug accepting wrong merge requests parametersFelipe Artur
2017-04-27Fix 404 when upstream has disabled merge requestsmhasbini
2017-04-25Ability to filter merge requests by labels and milestonesRobert Schilling
2017-04-24Fix updating merge_when_build_succeeds via merge API endpointChris Wilson
2017-04-10Separate CE params on Grape APIOswaldo Ferreira
2017-03-27Remove `:id/merge_requests/:merge_request_iid/comments` endpointsToon Claes
2017-03-16Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable
2017-03-07API routes referencing a specific merge request should use the MR `iid`Timothy Andrew
2017-03-06Remove "subscribed" field from API responses returning list of issues or merg...Adam Niedzielski
2017-03-01Update occurrences of MWBS to MWPSJames Lopez
2017-02-16Paginate all endpoints that return an arrayRobert Schilling
2017-02-09Update MergeRequest API state_event option documentationJames Edwards-Jones
2017-02-06Remove deprecated MR and Issue endpoints and preserve V3 namespaceOswaldo Ferreira
2017-01-23Merge branch 'fix-api-mr-permissions' into 'security'Robert Speicher
2017-01-18Add some API endpoints for time tracking.Ruben Davila
2016-12-13Don't allow blank MR titles in APIRobert Schilling
2016-12-09Merge branch 'api-remove-source-branch' into 'master' Rémy Coutable
2016-12-05Merge branch 'use-pagination-helper' into 'master' Rémy Coutable
2016-12-04Use the pagination helper in the APIRobert Schilling
2016-12-04API: Ability to remove source branchRobert Schilling
2016-11-30Merge branch 'master' into fix/rename-mwbs-to-merge-when-pipeline-succeedsGrzegorz Bizon
2016-11-29Rename `MergeRequest#pipeline` to `head_pipeline`Grzegorz Bizon
2016-11-29Merge branch 'zj-fix-label-creation-non-members' into 'security'Douwe Maan
2016-11-25Merge branch 'master' into fix/rename-mwbs-to-merge-when-pipeline-succeedsGrzegorz Bizon
2016-11-22Merge branch 'fix-api-iid-filter' into 'master' Rémy Coutable
2016-11-22Avoid helper call with default parametersRobert Schilling
2016-11-22Fix IID filter for merge requests and milestonesRobert Schilling
2016-11-21Update some docs to reflect MWPS name changeGrzegorz Bizon
2016-11-21Rename MWBS service to Merge When Pipeline SucceedsGrzegorz Bizon
2016-11-17Remove default value for `project` argument on subscribable concernDouglas Barbosa Alexandre
2016-11-15Grapify the merge request APIRobert Schilling
2016-10-19Move label management to services on merge requests APIDouglas Barbosa Alexandre
2016-10-19Reuse LabelsFinder on Issueable#add_labels_by_namesDouglas Barbosa Alexandre
2016-07-20Replace parse_boolean with to_booleanRobert Schilling
2016-07-07Rename MergeRequest methods that return commits or shas to be more clear and ...Douwe Maan
2016-06-12Fix Error 500 when using closes_issues API with an external issue trackerStan Hu
2016-06-10Improve initial implementation of the 'only_allow_merge_if_build_succeeds.rb'...Rémy Coutable
2016-06-10Allow or not merge MR with failed buildRui Anderson
2016-06-08Fix pseudo n+1 queries with Note and Note Authors in issuables APIsAlejandro Rodríguez
2016-06-03Merge commit 'ca3c5c295ed653b483fe81c3918ffe60f46666b9' into rename-ci-commitKamil Trzcinski
2016-06-02fixup! Add `sha` parameter to MR accept APISean McGivern