Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'docs-19843-specify-archive-sha-options' into 'master' | Achilleas Pipinellis | 2018-01-09 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Specifies the accepted refs for downloading an archive via the API Closes #19843 See merge request gitlab-org/gitlab-ce!16222 | ||||
| * | Specifies the accepted refs for downloading an archive via the API | Mark Fletcher | 2018-01-04 | 1 | -1/+1 |
| | | |||||
* | | Add option to disable commit stats to commit API | Francisco Javier López | 2018-01-09 | 1 | -0/+1 |
| | | |||||
* | | API: get participants from merge_requests & issues | Brent Greeff | 2018-01-05 | 2 | -0/+74 |
| | | |||||
* | | Merge branch 'api-domains-expose-project_id' into 'master' | Dmitriy Zaporozhets | 2018-01-05 | 1 | -0/+1 |
|\ \ | | | | | | | | | | | | | Expose project_id on /api/v4/pages/domains See merge request gitlab-org/gitlab-ce!16200 | ||||
| * | | Expose project_id on /api/v4/pages/domains | Luc Didry | 2018-01-03 | 1 | -0/+1 |
| |/ | |||||
* | | Merge branch 'backport-issue_3413' into 'master' | Sean McGivern | 2018-01-05 | 1 | -17/+98 |
|\ \ | | | | | | | | | | | | | [EE-backport] Add group boards API endpoint See merge request gitlab-org/gitlab-ce!16194 | ||||
| * | | Remove EE only sections from docsbackport-issue_3413 | Felipe Artur | 2018-01-05 | 1 | -85/+0 |
| | | | |||||
| * | | EE-BACKPORT group boards | Felipe Artur | 2018-01-04 | 1 | -17/+183 |
| |/ | |||||
* | | Merge branch 'master' into 'master' | Rémy Coutable | 2018-01-05 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | Update settings.md See merge request gitlab-org/gitlab-ce!16233 | ||||
| * | | Update settings.md | Gauthier Wallet | 2018-01-04 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'feature/api_runners_online' into 'master' | Rémy Coutable | 2018-01-05 | 1 | -9/+31 |
|\ \ | | | | | | | | | | | | | | | | | | | Add online attribute to runner api entity Closes #25774 See merge request gitlab-org/gitlab-ce!11750 | ||||
| * | | Add status attribute to runner api entity | Alessio Caiazza | 2018-01-05 | 1 | -6/+17 |
| | | | |||||
| * | | Add online attribute to runner api entity | Alessio Caiazza | 2018-01-03 | 1 | -9/+20 |
| |/ | |||||
* | | Update Kubernetes service documentationdocs-update-kubernetes-documentation | Mayra Cabrera | 2018-01-03 | 1 | -0/+3 |
|/ | | | | | | 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. | ||||
* | Add Microsoft Teams Service API docs | Mark Fletcher | 2017-12-22 | 1 | -0/+34 |
| | |||||
* | Add Prometheus Service API docs | Mark Fletcher | 2017-12-22 | 1 | -0/+34 |
| | |||||
* | Add Bugzilla Service API docs | Mark Fletcher | 2017-12-22 | 1 | -0/+38 |
| | |||||
* | Update parameter formatting across Service API docs | Mark Fletcher | 2017-12-22 | 1 | -62/+102 |
| | |||||
* | Support new chat notifications parameters in Services API | Mark Fletcher | 2017-12-22 | 1 | -8/+54 |
| | | | | | + Add support for the new separate channel and events settings * Dry up chat notifications in the service properties definitions | ||||
* | Merge branch '38356-add-last_commit_sha-to-the-commit-api' into 'master' | Douwe Maan | 2017-12-21 | 2 | -0/+2 |
|\ | | | | | | | | | | | | | Add new last_commit_id param for create commit endpoint Closes #38356 See merge request gitlab-org/gitlab-ce!15922 | ||||
| * | Updates from last code review:38356-add-last_commit_sha-to-the-commit-api | Rubén Dávila | 2017-12-20 | 2 | -1/+2 |
| | | | | | | | | | | | | - Apply some refactoring for code reuse - Add file status validation for Files::DeleteService - Write additional specs | ||||
| * | Check if file has been modified for each action provided. | Rubén Dávila | 2017-12-20 | 1 | -0/+1 |
| | | | | | | | | | | | | 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. | ||||
* | | Add optional `search` param for Merge Requests API | Mark Fletcher | 2017-12-20 | 1 | -0/+2 |
|/ | |||||
* | Merge branch 'patch-29' into 'master' | Sean McGivern | 2017-12-15 | 1 | -9/+13 |
|\ | | | | | | | | | fix formatting of parameters for new group and transfer project to group See merge request gitlab-org/gitlab-ce!15822 | ||||
| * | Fix type description | Michael Lihs | 2017-12-14 | 1 | -1/+1 |
| | | |||||
| * | fix formatting of parameters for new group and transfer project to group | Michael Lihs | 2017-12-08 | 1 | -9/+13 |
| | | |||||
* | | sorting for tags api | haseeb | 2017-12-14 | 1 | -1/+5 |
| | | |||||
* | | Merge branch '13695-order-contributors-in-api' into 'master' | Rémy Coutable | 2017-12-13 | 1 | -0/+2 |
|\ \ | | | | | | | | | | | | | | | | | | | Adds ordering to projects contributors in API Closes #13695 See merge request gitlab-org/gitlab-ce!15469 | ||||
| * | | Adds ordering to projects contributors in API | Jacopo | 2017-12-13 | 1 | -0/+2 |
| |/ | | | | | | | | | | | | | 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. | ||||
* | | Merge branch 'docs/api-nil' into 'master' | Marcia Ramos | 2017-12-13 | 2 | -7/+7 |
|\ \ | |/ |/| | | | | | Document how to remove assignees, labels, and milestones form the issue and MRs API See merge request gitlab-org/gitlab-ce!15664 | ||||
| * | [API] Document how to unassign labels, milestones, and assigneesdocs/api-nil | Achilleas Pipinellis | 2017-12-01 | 2 | -7/+7 |
| | | |||||
* | | Move the circuitbreaker check out in a separate processbvl-circuitbreaker-process | Bob Van Landuyt | 2017-12-08 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | CE backport of ProtectedBranches API changes | James Edwards-Jones | 2017-12-07 | 1 | -1/+1 |
|/ | | | | | 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 | ||||
* | support ordering of project notes in notes api | haseeb | 2017-11-29 | 1 | -12/+21 |
| | |||||
* | Merge branch 'tm/feature/list-runners-jobs-api' into 'master' | Kamil Trzciński | 2017-11-28 | 1 | -0/+85 |
|\ | | | | | | | | | | | | | Add new API endpoint - list jobs of a specified runner Closes #39699 See merge request gitlab-org/gitlab-ce!15432 | ||||
| * | Update documentation | Tomasz Maczukin | 2017-11-28 | 1 | -11/+36 |
| | | |||||
| * | Add information about project | Tomasz Maczukin | 2017-11-28 | 1 | -0/+9 |
| | | |||||
| * | Add new API endpoint - list jobs of a specified runner | Tomasz Maczukin | 2017-11-28 | 1 | -0/+51 |
| | | |||||
* | | Merge branch 'tm/feature/namespace-by-id-api' into 'master' | Kamil Trzciński | 2017-11-28 | 1 | -0/+52 |
|\ \ | |/ |/| | | | | | | | | | Add new API endpoint - get a namespace by ID Closes #40254 See merge request gitlab-org/gitlab-ce!15442 | ||||
| * | Allow request namespace by ID or path | Tomasz Maczukin | 2017-11-23 | 1 | -1/+21 |
| | | |||||
| * | Add new API endpoint - get a namespace by ID | Tomasz Maczukin | 2017-11-23 | 1 | -0/+32 |
| | | |||||
* | | Merge branch 'jej/fix-protected-branch-validations-ce' into 'master' | Rémy Coutable | 2017-11-24 | 1 | -1/+1 |
|\ \ | |/ |/| | | | | | Fix ProtectedBranch access level validations See merge request gitlab-org/gitlab-ce!15586 | ||||
| * | Fix ProtectedBranch access level validations | James Edwards-Jones | 2017-11-24 | 1 | -1/+1 |
| | | | | | | | | | | Before an access_level was required in EE even when an it had been set for a user/group. | ||||
* | | Allow password authentication to be disabled entirely | Markus Koller | 2017-11-23 | 1 | -3/+4 |
|/ | |||||
* | Skip confirmation user api | Daniel Juarez | 2017-11-21 | 1 | -0/+1 |
| | |||||
* | Clarify wording of protected branch settings for the default branch | Sean McGivern | 2017-11-20 | 1 | -1/+1 |
| | | | | | 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. | ||||
* | Merge branch 'docs-link-subgroups-api-mr' into 'master' | Achilleas Pipinellis | 2017-11-18 | 1 | -0/+4 |
|\ | | | | | | | | | | | | | Document when Groups API `/subgroups` endpoint introduced Closes #40247 See merge request gitlab-org/gitlab-ce!15453 | ||||
| * | Document when Groups API `/subgroups` endpoint introduced | Mark Fletcher | 2017-11-17 | 1 | -0/+4 |
| | | |||||
* | | Fix Typo in environment create definition | Lee Matos | 2017-11-15 | 1 | -1/+1 |
| | |