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-01-05API: get participants from merge_requests & issuesBrent Greeff
2017-12-01[API] Document how to unassign labels, milestones, and assigneesAchilleas Pipinellis
2017-09-20Merge remote-tracking branch 'origin/master' into 18608-lock-issuesLuke "Jared" Bennett
2017-09-16Add 'closed_at' attribute to Issues APIVitaliy @blackst0ne Klachkov
2017-09-14Create system notes for MR too, improve doc + clean up codeJarka Kadlecova
2017-09-14Support discussion lock in the APIJarka Kadlecova
2017-09-05Fix API documentHiroyuki Sato
2017-09-05Add my_reaction_emoji param to /issues APIHiroyuki Sato
2017-09-04Merge branch 'docs-fix-15669-issue-move-api' into 'master'Achilleas Pipinellis
2017-09-02Add to_project_id parameter to Move Issue via API exampleMark Fletcher
2017-08-29Add time stats documentation to issue and merge request end pointsTravis Miller
2017-08-07Fix the iids parameters in the API documentationFrank Pavageau
2017-07-28Modify/add some forgotten issues API documentationToon Claes
2017-07-27Merge branch 'tc-issue-api-assignee' into 'master'Sean McGivern
2017-07-25Resolve "More RESTful API: include resource URLs in responses"Oswaldo Ferreira
2017-07-24Allow query param scope for /issues API endpointToon Claes
2017-07-24Add author_id & assignee_id param to /issues APIToon Claes
2017-07-06refactor code based on feedbackJames Lopez
2017-07-06fix docsJames Lopez
2017-07-06add API documentationJames Lopez
2017-06-19add since and until params to issuablesKyle Bishop
2017-05-11fix for Follow-up from "Backport of Multiple Assignees featureValery Sizov
2017-05-10update API doc with +API (h1 heading)Marcia Ramos
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-04-12Add issues/:iid/closed_by api endpointmhasbini
2017-04-10Add URL encoding link to issues APIAchilleas Pipinellis
2017-04-06Fix markdown table in API Issues docsAchilleas Pipinellis
2017-04-05Add "search" optional param and docs for V4Oswaldo Ferreira
2017-03-16Put the use of "No Label" in the descriptionToon Claes
2017-03-13Rename variableBob Van Landuyt
2017-03-13Always require MR-iid for resolving discussionsBob Van Landuyt
2017-03-13Delegate a single discussion to a new issueBob Van Landuyt
2017-03-07Add documentation for !9530.Timothy Andrew
2017-03-06Remove "subscribed" field from API responses returning list of issues or merg...Adam Niedzielski
2017-03-04Be able to list issues with no labels using APIVignesh Ravichandran
2017-03-02Merge branch '28257-issues-iids' into 'master' Sean McGivern
2017-03-01Use v4 endpoint in API docsRobert Schilling
2017-03-01API issues - support filtering by iidsJarka Kadlecova
2017-02-28Update documentationRobert Schilling
2017-02-23Use POST in the endpoint description for :ressource/unsubscribe [ci skip]Robert Schilling
2017-02-22Update documentationRobert Schilling
2017-02-20Unify issues search behavior by always filtering when ALL labels matchesOswaldo Ferreira
2017-02-06Remove deprecated MR and Issue endpoints and preserve V3 namespaceOswaldo Ferreira
2017-01-18Add some API endpoints for time tracking.Ruben Davila
2017-01-13API: Implement project issues iid param with IssuesFinder and add testsDavid Eisner
2016-12-05Feature: delegate all open discussions to IssueBob Van Landuyt
2016-11-24Remove unnecessary sentences for status codes in the API documentationLuis Alonso Chavez Armendariz
2016-10-13Remove /u/ prefix from user pages in documentationDmitriy Zaporozhets
2016-08-31API: Expose issue#confidentialRobert Schilling
2016-08-24Merge branch 'entity-api-web-url' into 'master' Douwe Maan