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/doc/api
AgeCommit message (Collapse)Author
2017-11-13Add administrative endpoint to list all pages domainsTravis Miller
2017-11-13Update Services API documentation for Kubernetes serviceAthar Hameed
2017-11-09Add /groups/:id/subgroups endpoint to APIWinnie Hellmann
2017-11-08Fix acceptance of username for Mattermost service update via APIMark Fletcher
2017-11-08Fix issue 39935 : Add created_at and updated_atSébastien Le Gall
Add those fields to the documentation payload about merge requests that were missing but actually present when calling the endpoints
2017-11-07Merge branch 'feature/custom-attributes-on-projects-and-groups' into 'master'Rémy Coutable
Support custom attributes on groups and projects See merge request gitlab-org/gitlab-ce!14593
2017-11-06Support custom attributes on groupsMarkus Koller
2017-11-06Support custom attributes on projectsMarkus Koller
2017-11-03Add changes_count to the merge requests APISean McGivern
This returns the `real_size` of the MR's diff, which is a string indicating the number of changes. If the diff overflows after _n_ files, the string will be `$n+`.
2017-11-02Update documentationDouwe Maan
2017-11-02Remove private_token from API user entityDouwe Maan
2017-11-02Remove Session APIDouwe Maan
2017-10-31Merge branch 'patch-29' into 'master'Stan Hu
Fix example typo. See merge request gitlab-org/gitlab-ce!15104
2017-10-31Merge branch 'add-packagist-project-service' into 'master'Kamil Trzciński
Add Packagist project service See merge request gitlab-org/gitlab-ce!14493
2017-10-31Fix example typo.Lawrence
2017-10-26Merge branch 'api-configure-jira' into 'master'Douwe Maan
Validate username/pw for Jiraservice, require them in the API Closes #36621 See merge request gitlab-org/gitlab-ce!15025
2017-10-24Merge branch 'api-doc-group-statistics' into 'master'Achilleas Pipinellis
Update groups API documentation Closes #38922 See merge request gitlab-org/gitlab-ce!15024
2017-10-24Merge branch '23000-pages-api' into 'master'Grzegorz Bizon
Resolve "Pages API" Closes #23000 See merge request gitlab-org/gitlab-ce!13917
2017-10-24Merge branch 'bvl-circuitbreaker-backoff' into 'master'Sean McGivern
Circuitbreaker backoff and retries Closes #37383 and #38231 See merge request gitlab-org/gitlab-ce!14933
2017-10-24Update API docsRobert Schilling
2017-10-24Update groups API documentationRobert Schilling
2017-10-23Simple docs fixesConnor Shea
2017-10-23Allow configuring new circuitbreaker settings from the UI and APIBob Van Landuyt
2017-10-22Add pages domains API documentationTravis Miller
2017-10-19Merge branch 'sh-document-plus-encoding-api' into 'master'Achilleas Pipinellis
Document converting `+` to `%2B` in an API query parameter See merge request gitlab-org/gitlab-ce!14948
2017-10-19Document converting `+` to `%2B` in an API query parameterStan Hu
[ci skip]
2017-10-18Update GraphQL licensing situation in the docsNick Thomas
2017-10-17Merge branch 'bvl-circuitbreaker-improvements' into 'master'Douwe Maan
Make the circuitbreaker configurable at runtime See merge request gitlab-org/gitlab-ce!14842
2017-10-17Allow configuring the circuitbreaker through the API and UIBob Van Landuyt
2017-10-16Merge branch 'sha-handling' into 'master'Douwe Maan
Adds requirements that supports anything in sha params Closes #26561 and #2709 See merge request gitlab-org/gitlab-ce!14462
2017-10-13Add Packagist project serviceMatt Coleman
2017-10-13Update the settings api documentationBob Van Landuyt
2017-10-13Adds requirements that supports anything in sha paramsGuilherme Vieira
2017-10-06Merge branch '18608-lock-issues-v2' into 'master'Sean McGivern
Resolve "Lock issue and merge request" Closes #18608 See merge request gitlab-org/gitlab-ce!14531
2017-10-03explain target_project_id vs project_idDavid Turner
2017-10-03Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Jarka Kadlecova
18608-lock-issues-v2 # Conflicts: # db/schema.rb
2017-09-28Support custom attributes on usersMarkus Koller
2017-09-28Merge branch 'docs-28814-clarify-artifacts-ref' into 'master'Grzegorz Bizon
Clarify artifact download via the API only accepts branch or tag name for ref See merge request gitlab-org/gitlab-ce!14545
2017-09-28Clarify artifact download via the API only accepts branch or tag name for refMark Fletcher
2017-09-26Expose last pipeline details in API response when getting a single commitMehdi Lahmam
Closes #35692.
2017-09-20Merge remote-tracking branch 'origin/master' into 18608-lock-issuesLuke "Jared" Bennett
2017-09-20Add an API endpoint to determine the forks of a projectMark Fletcher
2017-09-18Merge branch 'add_closed_at_attribute' into 'master'Rémy Coutable
Add 'closed_at' attribute to Issues API Closes #5935 See merge request gitlab-org/gitlab-ce!14316
2017-09-18Merge branch 'docs-17499-documentation-errors-about-creating-a-new-tag' into ↵Achilleas Pipinellis
'master' Fix docs for lightweight tag creation via API Closes #17499 See merge request gitlab-org/gitlab-ce!14328
2017-09-18Merge remote-tracking branch 'origin/master' into 18608-lock-issuesLuke "Jared" Bennett
2017-09-18Fix docs for lightweight tag creation via APIMark Fletcher
2017-09-17Fix broken link in docs/api/wiki.mdVitaliy @blackst0ne Klachkov
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