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-07-05added API docsPhil Hughes
2018-07-05only include _html fields when asked forPhil Hughes
2018-06-28Add locked state to merge request APIChantal Rollison
2018-06-05Merge branch '42751-rename-mr-maintainer-push' into 'master'Robert Speicher
2018-06-03Fix N+1 with source projects in merge requests APIStan Hu
2018-06-01Rephrase "maintainer" to more precise "members who can merge to the target br...Mark Chao
2018-05-31Add merge requests list endpoint for groupsFelipe Artur
2018-05-29Add 'squash and rebase' feature to CEblackst0ne
2018-05-21Add created_by_me and assigned_to_me scopesMark Chao
2018-04-11Correct permissions for creating merge requests from issuesBob Van Landuyt
2018-03-07Add documentation for allowing maintainers to pushBob Van Landuyt
2018-03-07Set `allow_maintainer_to_push` using the APIBob Van Landuyt
2018-03-05Unify lib/api/merge_requests.rb with EELin Jen-Shin
2018-03-05Merge branch '41616-api-issues-between-date' into 'master'Sean McGivern
2018-03-05Adds updated_at filter to issues and merge_requests APIJacopo
2018-03-02expose metrics in merge request apihaseeb
2018-03-01Add source and target branch filters to merge requests APISean McGivern
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