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
2018-02-01Track and act upon the number of executed queriesYorick Peterse
2018-01-11Merge branch '39214__pipeline_api' into 'master'Sean McGivern
2018-01-10Fix styleTony Rom
2018-01-05API: get participants from merge_requests & issuesBrent Greeff
2017-12-20Add optional `search` param for Merge Requests APIMark Fletcher
2017-12-20Employ declared_params in finder methods for MR and Issue API listsMark Fletcher
2017-12-15Add `pipelines` endpoint to merge requests APITony Rom
2017-11-25Create issue and merge request destroy servicesGeorge Andrinopoulos
2017-11-23Use latest_merge_request_diff associationSean McGivern
2017-10-30Fix namespacing for MergeWhenPipelineSucceedsService in MR APIMark Fletcher
2017-10-06Merge branch '18608-lock-issues-v2' into 'master'Sean McGivern
2017-10-05Remove 'Repo' prefix from API entitesVitaliy @blackst0ne Klachkov
2017-09-20Merge remote-tracking branch 'origin/master' into 18608-lock-issuesLuke "Jared" Bennett
2017-09-18fix #35290 Make read-only API for public merge requests available without aut...haseeb
2017-09-14Support discussion lock in the APIJarka Kadlecova
2017-09-05Add my_reaction_emoji param to /merge_requests APIHiroyuki Sato
2017-08-31API: Use defined project requirementsRobert Schilling
2017-08-30Merge branch '28453-add-time-estimate-time-spent-to-api-issue-output' into 'm...Robert Speicher
2017-08-29Add time stats to issue and merge request API end pointsTravis Miller
2017-08-28Conditionally destroy a ressourceRobert Schilling
2017-08-28API: Respect the 'If-Unmodified-Since' for delete endpointsRobert Schilling
2017-07-28Default /merge_request API endpoint to `scope=created-by-me`Toon Claes
2017-07-28Add top-level /merge_requests API endpointToon Claes
2017-07-24Support both internal and external issue trackersJarka Kadlecova
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