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
path: root/lib/api/v3
AgeCommit message (Expand)Author
2017-04-09Remove the User#is_admin? methodblackst0ne
2017-04-06Merge branch 'microsoft-teams-integration' into 'master' Douwe Maan
2017-04-06adds relevant testsTiago Botelho
2017-04-06Optimise trace handling code to use streaming instead of full readKamil Trzciński
2017-04-06ProjectsFinder should handle more optionsJacopo
2017-03-29Merge branch '23655-api-group-issues' into 'master' Rémy Coutable
2017-03-28Fix API group/issues default state filterAlexander Randa
2017-03-27Implement new service for creating userGeorge Andrinopoulos
2017-03-20Return 404 in project issues API endpoint when project cannot be foundAdam Niedzielski
2017-03-20Allow dot in branch name in trigger/builds endpoint in APIGeorge Andrinopoulos
2017-03-17Use "branch_name" instead "branch" on V3 branch creation APIOswaldo Ferreira
2017-03-16Merge branch '27988-fix-transient-failure-in-commits-api' into 'master' Sean McGivern
2017-03-16Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable
2017-03-16Add 'Undo mark all as done' to TodosJacopo
2017-03-14Ensure dots in project path is allowed in the commits APIRémy Coutable
2017-03-13Make API v3 work with the new param nameBob Van Landuyt
2017-03-13Make API v3 compatible with the changes in `Issues::CreateService`Bob Van Landuyt
2017-03-08Merge branch 'issue_16834'Douwe Maan
2017-03-08Remove unecessary endpoint from repository, add compatibility endpoints for v...Felipe Artur
2017-03-08Remove user_can_download_artifactsToon Claes
2017-03-07Implement review comments from @dbalexandreTimothy Andrew
2017-03-07Fix time tracking endpoints for API v4Timothy Andrew
2017-03-07Migrate the AwardEmoji API to use `merge_request_iid` and `issue_iid`Timothy Andrew
2017-03-07API routes referencing a specific merge request should use the MR `iid`Timothy Andrew
2017-03-07API routes referencing a specific issue should use the issue `iid`Timothy Andrew
2017-03-06Move `api/v3/deployments` to the correct namespaceRobert Speicher
2017-03-06Merge branch 'zj-builds-to-jobs-api' into 'master' Kamil Trzciński
2017-03-06Incorporate review, drop old endpointZ.J. van de Weg
2017-03-06Fix all testsToon Claes
2017-03-06Pick API files from 8.16.6Z.J. van de Weg
2017-03-06Keep entities the same for API v3Z.J. van de Weg
2017-03-06Rename Builds to Jobs in the APIZ.J. van de Weg
2017-03-06Remove "subscribed" field from API responses returning list of issues or merg...Adam Niedzielski
2017-03-06Fix UserBasicKamil Trzcinski
2017-03-06Rename `/take` to `/take_ownership`, expose `owner` in `v3`.Kamil Trzcinski
2017-03-05Update triggers APIKamil Trzcinski
2017-03-03Merge branch '26847-api-pipelines-use-basic' into 'master' Robert Speicher
2017-03-03Merge branch 'dm-fix-cherry-pick' into 'master' Robert Speicher
2017-03-03Expose pipelines as PipelineBasic `projects/:id/pipelines`Toon Claes
2017-03-03Merge branch '27532_api_changes' into 'master' Sean McGivern
2017-03-03Fix cherry-picking or reverting through an MRDouwe Maan
2017-03-02Use iids as filter parameterJarka Kadlecova
2017-03-02Expose ApplicationSetting visibility settings as StringToon Claes
2017-03-02Expose Snippet VisibilityLevel as StringToon Claes
2017-03-02Ensure v3 environments endpoints remain unchangedToon Claes
2017-03-02Expose Group VisibilityLevel as StringToon Claes
2017-03-01Update occurrences of MWBS to MWPSJames Lopez
2017-02-28Merge branch '6073_project_api' into 'master' Sean McGivern
2017-02-28Backport API to V3Robert Schilling
2017-02-27API project create: Make name or path requiredJarka Kadlecova