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
2018-01-18Merge branch 'remove-soft-removals' into 'master'Douwe Maan
Remove soft removals related code Closes #37447 See merge request gitlab-org/gitlab-ce!15789 (cherry picked from commit 7acabf7c5908940665e1a8c4e3d09d423385657a) d0b8f536 Remove soft removals related code e5c49b57 Added tests for removing soft removed objects
2018-01-15Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into ↵Douwe Maan
'security-10-3' [10.3] Migrate `can_push` column from `keys` to `deploy_keys_project` See merge request gitlab/gitlabhq!2276
2018-01-10Merge branch 'fj-41681-add-param-disable-commit-stats-api' into 'master'Douwe Maan
Add option to disable commit stats to commit API Closes #41681 See merge request gitlab-org/gitlab-ce!16309 (cherry picked from commit 088de97c3d86d9cf615538836527d23dbccd9712) baeceb8b Adding stats param to the commit's endpoint 114cad58 Updated documentation d5c5f2e6 Added specs 8f9e778a Added changelog
2018-01-05API: get participants from merge_requests & issuesBrent Greeff
2018-01-05Merge branch 'api-domains-expose-project_id' into 'master'Dmitriy Zaporozhets
Expose project_id on /api/v4/pages/domains See merge request gitlab-org/gitlab-ce!16200
2018-01-05Merge branch 'backport-issue_3413' into 'master'Sean McGivern
[EE-backport] Add group boards API endpoint See merge request gitlab-org/gitlab-ce!16194
2018-01-05Merge branch 'master' into 'master'Rémy Coutable
Update settings.md See merge request gitlab-org/gitlab-ce!16233
2018-01-05Remove EE only sections from docsFelipe Artur
2018-01-05Merge branch 'feature/api_runners_online' into 'master'Rémy Coutable
Add online attribute to runner api entity Closes #25774 See merge request gitlab-org/gitlab-ce!11750
2018-01-05Add status attribute to runner api entityAlessio Caiazza
2018-01-04EE-BACKPORT group boardsFelipe Artur
2018-01-04Update settings.mdGauthier Wallet
2018-01-04Update Kubernetes service documentationMayra Cabrera
States this service was deprecated on 10.3 and his behavior depends on the kubernetes service status. Also includes a link for the release post for more information.
2018-01-03Expose project_id on /api/v4/pages/domainsLuc Didry
2018-01-03Add online attribute to runner api entityAlessio Caiazza
2017-12-22Add Microsoft Teams Service API docsMark Fletcher
2017-12-22Add Prometheus Service API docsMark Fletcher
2017-12-22Add Bugzilla Service API docsMark Fletcher
2017-12-22Update parameter formatting across Service API docsMark Fletcher
2017-12-22Support new chat notifications parameters in Services APIMark Fletcher
+ Add support for the new separate channel and events settings * Dry up chat notifications in the service properties definitions
2017-12-21Merge branch '38356-add-last_commit_sha-to-the-commit-api' into 'master'Douwe Maan
Add new last_commit_id param for create commit endpoint Closes #38356 See merge request gitlab-org/gitlab-ce!15922
2017-12-20Updates from last code review:Rubén Dávila
- Apply some refactoring for code reuse - Add file status validation for Files::DeleteService - Write additional specs
2017-12-20Add optional `search` param for Merge Requests APIMark Fletcher
2017-12-20Check if file has been modified for each action provided.Rubén Dávila
When commiting multiple files we're now checking if any of those files has been modified by another commit and we're rejecting the new commit in this case.
2017-12-15Merge branch 'patch-29' into 'master'Sean McGivern
fix formatting of parameters for new group and transfer project to group See merge request gitlab-org/gitlab-ce!15822
2017-12-15Fix type descriptionMichael Lihs
2017-12-14sorting for tags apihaseeb
2017-12-13Merge branch '13695-order-contributors-in-api' into 'master'Rémy Coutable
Adds ordering to projects contributors in API Closes #13695 See merge request gitlab-org/gitlab-ce!15469
2017-12-13Adds ordering to projects contributors in APIJacopo
Allows ordering in GET api/v4/projects/:project_id/repository/contributors through `order_by` and `sort` params. The available `order_by` options are: name|email|commits. The available `sort` options are: asc|desc.
2017-12-13Merge branch 'docs/api-nil' into 'master'Marcia Ramos
Document how to remove assignees, labels, and milestones form the issue and MRs API See merge request gitlab-org/gitlab-ce!15664
2017-12-09fix formatting of parameters for new group and transfer project to groupMichael Lihs
2017-12-08Move the circuitbreaker check out in a separate processBob Van Landuyt
Moving the check out of the general requests, makes sure we don't have any slowdown in the regular requests. To keep the process performing this checks small, the check is still performed inside a unicorn. But that is called from a process running on the same server. Because the checks are now done outside normal request, we can have a simpler failure strategy: The check is now performed in the background every `circuitbreaker_check_interval`. Failures are logged in redis. The failures are reset when the check succeeds. Per check we will try `circuitbreaker_access_retries` times within `circuitbreaker_storage_timeout` seconds. When the number of failures exceeds `circuitbreaker_failure_count_threshold`, we will block access to the storage. After `failure_reset_time` of no checks, we will clear the stored failures. This could happen when the process that performs the checks is not running.
2017-12-07CE backport of ProtectedBranches API changesJames Edwards-Jones
In EE we now allow individual users/groups to be set on POST, which required some refactoring. See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3516
2017-12-01[API] Document how to unassign labels, milestones, and assigneesAchilleas Pipinellis
2017-11-29support ordering of project notes in notes apihaseeb
2017-11-28Merge branch 'tm/feature/list-runners-jobs-api' into 'master'Kamil Trzciński
Add new API endpoint - list jobs of a specified runner Closes #39699 See merge request gitlab-org/gitlab-ce!15432
2017-11-28Merge branch 'tm/feature/namespace-by-id-api' into 'master'Kamil Trzciński
Add new API endpoint - get a namespace by ID Closes #40254 See merge request gitlab-org/gitlab-ce!15442
2017-11-28Update documentationTomasz Maczukin
2017-11-28Add information about projectTomasz Maczukin
2017-11-28Add new API endpoint - list jobs of a specified runnerTomasz Maczukin
2017-11-24Merge branch 'jej/fix-protected-branch-validations-ce' into 'master'Rémy Coutable
Fix ProtectedBranch access level validations See merge request gitlab-org/gitlab-ce!15586
2017-11-24Fix ProtectedBranch access level validationsJames Edwards-Jones
Before an access_level was required in EE even when an it had been set for a user/group.
2017-11-23Allow request namespace by ID or pathTomasz Maczukin
2017-11-23Add new API endpoint - get a namespace by IDTomasz Maczukin
2017-11-23Allow password authentication to be disabled entirelyMarkus Koller
2017-11-21Skip confirmation user apiDaniel Juarez
2017-11-20Clarify wording of protected branch settings for the default branchSean McGivern
No-one is allowed to force push to a protected branch, or delete it. That's correct in the documentation, but was wrong in the drop-down.
2017-11-18Merge branch 'docs-link-subgroups-api-mr' into 'master'Achilleas Pipinellis
Document when Groups API `/subgroups` endpoint introduced Closes #40247 See merge request gitlab-org/gitlab-ce!15453
2017-11-17Document when Groups API `/subgroups` endpoint introducedMark Fletcher
2017-11-16Fix Typo in environment create definitionLee Matos