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
2019-11-20Add latest changes from gitlab-org/gitlab@12-5-stable-eeGitLab Bot
2019-11-04Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot
2019-10-22Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot
2019-09-20Add latest changes from gitlab-org/gitlab@12-3-stableGitLab Bot
2019-09-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-11Enables Run Pipeline button to be renderedFilipa Lacerda
In the Merge Request view, under pipelines tab the user can see a run pipeline button Adds axios post request to button click Adds the logic to handle the user click, refresh the table and disable the button while thee request is being made Updates UI for desktop and mobile Adds specs Regenerates potfile Follow-up after review Uses .finally to avoid code repetition
2019-09-10Add EE label to repository_storageBen Bodenmiller
2019-09-10Merge branch 'issue-67127' into 'master'Ash McKenzie
Expose :protected field for ../tags/:tag_name API endpoint See merge request gitlab-org/gitlab-ce!32790
2019-09-09Settings API: domain_{black,white}list should be arraysMathieu Parent
As in documentation. Fixes: #58180. Also remove the requirement between domain_blacklist_enabled and domain_blacklist.
2019-09-09Application Statistics APIManoj MJ
This change implements Application Statistics API
2019-09-09Bring typo fix over from EEMarcel Amirault
2019-09-08Update API doc for TagAndrea Leone
2019-09-06Merge branch 'docs-13712-public-mr-approval-state-api-ce' into 'master'Ash McKenzie
Doc: Add info about MR approval state public API See merge request gitlab-org/gitlab-ce!32445
2019-09-05Doc: Fixes after doc reviewPatrick Bajao
2019-09-04Added SSoT front and back matterMatt Penna
These docs are straightforward API reference material and needed only to have document type header and troubleshooting footer added for the SSoT effort.
2019-09-04Let project reporters create issue from group boardsFelipe Artur
The current state of group issue boards does not show the "Add issues" button on the UI for users that are reporters of group child projects.
2019-09-04Add epic_iid to issue API entityWinnie Hellmann
(cherry picked from commit 0bf7fecdee5a200eeb4f27b4888a57ceee63bde9)
2019-09-03Added relationships between Release and MilestoneEtienne Baqué
Modified schema via migrations. Added one-to-one relationship between the two models. Added changelog file
2019-09-03Doc: Fix sentence explaining the responsePatrick Bajao
2019-09-03Doc: Add info about MR approval state public APIPatrick Bajao
2019-09-02Realign 3 docs that diverged between ce/eeMarcel Amirault
2019-09-02Improve document format, putting parameters in a tableAlexis Sánchez
2019-09-02Improve RAW reading, consistency in api uriAlexis Sánchez
2019-08-31Merge branch '12055-public-mr-approval-rules-api-ce' into 'master'Robert Speicher
Doc: Add documentation about public MR-level API See merge request gitlab-org/gitlab-ce!32133
2019-08-30Merge branch 'master' into 'doc_api_settings'Achilleas Pipinellis
# Conflicts: # doc/api/settings.md
2019-08-30Doc: Fix order of sectionsPatrick Bajao
2019-08-30Update doc/api/deploy_keys.mdAlexis Sánchez
2019-08-30Merge branch 'revert-79fa2cd9' into 'master'Evan Read
Revert "Merge branch 'nik-api-snippets-fix' into 'master'" Closes #66673 See merge request gitlab-org/gitlab-ce!32295
2019-08-30Doc: Update POST/PUT endpoints to use *_ids paramsPatrick Bajao
2019-08-30Doc: Fix type of users and groups paramsPatrick Bajao
2019-08-30Doc: Add info about update/delete restrictionPatrick Bajao
2019-08-30Doc: Add documentation about public MR-level APIPatrick Bajao
2019-08-30Remove spaces from lines failing lintThomas Randolph
2019-08-30Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRobert Speicher
2019-08-30Merge branch 'security-enable-image-proxy' into 'master'GitLab Release Tools Bot
Use image proxy to mitigate stealing ip addresses Closes #2812 See merge request gitlab/gitlabhq!2926
2019-08-30Merge branch 'security-61974-limit-issue-comment-size' into 'master'GitLab Release Tools Bot
Limit the size of issuable description and comments See merge request gitlab/gitlabhq!3267
2019-08-29Apply suggestion to doc/api/settings.mdAchilleas Pipinellis