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 (Expand)Author
2016-07-19Get rid of `is_image` in FileUploaderRémy Coutable
2016-07-19Merge branch 'api-delete-todos' into 'master' Rémy Coutable
2016-07-19Return the number of marked todosRobert Schilling
2016-07-19API: Expose 'developers_can_merge' for branchesRobert Schilling
2016-07-19API: Expose 'developers_can_push' for branchesRobert Schilling
2016-07-18Merge branch 'api-isssues-due-date' into 'master' Rémy Coutable
2016-07-12Add approval required todosSean McGivern
2016-07-12API: Expose due_date for issuesRobert Schilling
2016-07-11api: expose {should,force}_remove_source_branchBen Boeckel
2016-07-09Merge branch 'api-docs-typos' into 'master' Achilleas Pipinellis
2016-07-08Merge branch 'edgemaster/gitlab-ce-patch-missing-api-docs'Rémy Coutable
2016-07-08Merge branch 'api-shared-projects' into 'master' Rémy Coutable
2016-07-08API: Expose shared projects in a groupRobert Schilling
2016-07-08Expose shared groups for projectsRobert Schilling
2016-07-07Fix unarchive mistakeSergey Gnuskov
2016-07-06Rebasing caused `enabled_git_access_protocol` to become plural. Fixed here.Patricio Cano
2016-07-06Add setting that allows admins to choose which Git access protocols are enabledPatricio Cano
2016-07-04Merge branch 'fix-dead-links' into 'master' Achilleas Pipinellis
2016-07-03Fix typo in Merge Requests API documentationAlejandro Rodríguez
2016-07-01Support creating a todo on issuables via APIRobert Schilling
2016-07-01Expose target, filter by state as stringRobert Schilling
2016-07-01Add todos API documentation and changelogRobert Schilling
2016-06-30Add Application Setting to configure default Repository Path for new projectsAlejandro Rodríguez
2016-06-28Merge branch 'fix/builds-api-builds-for-commit-search' into 'master' Rémy Coutable
2016-06-28Merge branch 'iankelling-api-doc' into 'master' Achilleas Pipinellis
2016-06-28Add documentation for commit builds API improvementsGrzegorz Bizon
2016-06-27projects: add container_registry_enabled to API docsBen Boeckel
2016-06-27docs: fix some typosBen Boeckel
2016-06-27Merge branch 'remove-docs-for-gitlab-ci-service-api' into 'master' Achilleas Pipinellis
2016-06-27Merge branch '2979-document-2fa-auth-changes' into 'master' Achilleas Pipinellis
2016-06-27Add notices about disabling auth features for users with 2FA.Timothy Andrew
2016-06-26Remove docs for GitLab CI Service APITakuya Noguchi
2016-06-26Fix dead links in the docsTakuya Noguchi
2016-06-23gitlab-org/gitlab-ce#17818 - add api call for issues by groupMarc Siegfriedt
2016-06-21Add missing link to sidekiq metrics in API READMEAchilleas Pipinellis
2016-06-17fixup! updated docs for api endpoint award emojiZ.J. van de Weg
2016-06-17Add endpoints for award emoji on notesZ.J. van de Weg
2016-06-17Correct Sidekiq Metrics DocsPatricio Cano
2016-06-16Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew
2016-06-15Merge branch 'doc/issue-move-assigns-labels-and-milestone' into 'master' Achilleas Pipinellis
2016-06-15Add docs for assigning labels/milestone when moving issueGrzegorz Bizon
2016-06-14Merge branch 'artifacts-expire-date' into 'master' Rémy Coutable
2016-06-14Fix grammar and syntaxAchilleas Pipinellis
2016-06-14Update CI API docsAchilleas Pipinellis
2016-06-14Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew
2016-06-13Improve design based on reviewKamil Trzcinski
2016-06-13Added keep artifacts API endpointKamil Trzcinski
2016-06-12Fix Error 500 when using closes_issues API with an external issue trackerStan Hu
2016-06-09Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokensTimothy Andrew
2016-06-05docs: fix default_branch_protection defaultIan Kelling