Achilleas Pipinellis
5b4c414712
Merge branch 'patch-31' into 'master'
...
`Create a new tag` json Missing double quotes
See merge request gitlab-org/gitlab-ce!22614
2018-10-29 10:50:39 +00:00
J.D. Bean
ff89680330
Feature/add license to project API
2018-10-26 15:12:14 +00:00
piumn.l
6a5e4f6373
`Create a new tag` json Missing a comma
2018-10-26 07:42:54 +00:00
Heinrich Lee Yu
31d3330810
Add documentation
2018-10-26 10:32:14 +08:00
Rémy Coutable
631f4e2f54
Merge branch '52559-applications-api-get-delete' into 'master'
...
Add Applications API endpoints for listing and deleting entries.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52559
See merge request https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22296
2018-10-22 08:52:42 +00:00
Maurits
24cfe6a560
fix a typo in repositories.md (contend -> content)
2018-10-21 11:01:38 +00:00
Robert Speicher
ec0199b8fa
Merge branch 'ce-5987-group-file-templates' into 'master'
...
CE backport of changes to suppport group file templates
See merge request gitlab-org/gitlab-ce!22310
2018-10-19 17:42:18 +00:00
Steve Azzopardi
9aedc05e02
Fix documentation for list runners
...
We are specifying that we will only return the shared runners on two
condition; 1 if project has any available 2 if shared runners are
enabled.
2 is not correct. In the admin UI, when the user press "disable shared
runners" we still show the runners to show what kind of runners are
available when the user enables them. We want the API to mimic this
behavior from the UI.
closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52918
2018-10-19 12:20:06 +02:00
Nick Thomas
34480bb850
Backport CE to changes to support group-level file templates
...
When the feature is available, this setting allows admins to choose a
project as a source of custom file templates. This is in addition to
any instance-wide templates, whether custom or vendored into the GitLab
codebase.
2018-10-19 01:39:59 +01:00
Achilleas Pipinellis
1242c772ca
Add Triggering Pipelines docs to API readme
2018-10-18 22:22:39 +02:00
Achilleas Pipinellis
c45d8e3955
Merge branch 'patch-29' into 'master'
...
Fix param typo in Notes documentation
See merge request gitlab-org/gitlab-ce!22406
2018-10-18 20:04:18 +00:00
William George
1b153d497b
Make getting a user by the username case insensitive
2018-10-18 09:06:44 +00:00
Artur Pomadowski
9628fafa2d
Fix param typo in notes.md
2018-10-16 20:32:12 +00:00
Douwe Maan
0602fcb6bf
Merge branch 'sh-remove-koding' into 'master'
...
Remove Koding integration and documentation
Closes #39697
See merge request gitlab-org/gitlab-ce!22334
2018-10-15 16:28:09 +00:00
Douwe Maan
3c15a20ba3
Merge branch 'bvl-merge-base-multiple-revisions' into 'master'
...
Allow getting the merge base of multiple revisions
Closes #52573
See merge request gitlab-org/gitlab-ce!22295
2018-10-15 16:18:21 +00:00
Marcia Ramos
a021bd311c
Docs: fix table on API settings
2018-10-15 11:19:32 +00:00
Stan Hu
656831e173
Remove Koding integration and documentation
...
This integration no longer works and does not appear to be supported.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697
2018-10-12 22:18:51 -07:00
Nick Thomas
ae0e756673
Fix the event API docs
2018-10-12 12:58:00 +01:00
Bob Van Landuyt
71d71afb3a
Allow getting the merge base of multiple revisions
...
As we now support getting the merge base for multiple revisions in
gitaly, we can provide this functionality in our API
2018-10-12 11:41:22 +02:00
JB Vasseur
6dd4ae0d87
Support GET /applications and DELETE /applications/:id endpoints #52559
2018-10-11 19:54:15 +09:00
Zeger-Jan van de Weg
30b4ce940d
Remove Git circuit breaker
...
Was introduced in the time that GitLab still used NFS, which is not
required anymore in most cases. By removing this, the API it calls will
return empty responses. This interface has to be removed in the next
major release, expected to be 12.0.
2018-10-10 09:08:18 +02:00
Rémy Coutable
33304a8b46
Improve the Repository files documentation
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-10-09 14:36:30 +02:00
Douwe Maan
651039ac5b
Merge branch 'increase-event-retention-prune-old-events-worker' into 'master'
...
Prune events older than 2 years instead of 12 months
See merge request gitlab-org/gitlab-ce!22145
2018-10-08 10:41:09 +00:00
Jeremy Watson
6170bfd8f5
Updated docs to reflect new 2 year period
2018-10-06 10:12:30 +00:00
Nick Thomas
25bd49e4f5
Backport project template API to CE
2018-10-05 11:34:43 +01:00
Douwe Maan
9fcd903b60
Merge branch 'features/unauth-access-ssh-keys' into 'master'
...
List public ssh keys by id or username without authentication
See merge request gitlab-org/gitlab-ce!20118
2018-10-05 08:41:04 +00:00
Douwe Maan
1e9003f4a4
Merge branch '51748-filter-any-milestone-via-api' into 'master'
...
Allows to filter issues by `Any milestone` in the API
Closes #51748
See merge request gitlab-org/gitlab-ce!22080
2018-10-05 08:21:32 +00:00
Rémy Coutable
1ddf1942e0
Improve the MR documentation
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-10-04 14:17:56 +02:00
Ronald Claveau
7d55c1353d
List public ssh keys by id or username without authentication
2018-10-03 19:28:13 +02:00
Jacopo
f3834e9c2d
Includes commit stats in POST project commits API
2018-10-03 18:11:42 +02:00
Jacopo
a1c3d40739
Allows to filter issues by `Any milestone` in the API
...
In GET `api/v4/projects/:id/issues` the user can filter issues
that have an assigned milestone through the parameter
`milestone=Any+Milestone`.
2018-10-03 14:19:08 +02:00
Chantal Rollison
38f3d59fd0
#13650 added wip search functionality and tests
2018-10-03 08:15:00 +00:00
Rémy Coutable
051090c804
Merge branch 'feature/set-public-email-through-api' into 'master'
...
Set public email through api
Closes #37675
See merge request gitlab-org/gitlab-ce!21938
2018-10-01 15:13:08 +00:00
Alexis Reigel
801fe04be7
allow users api to set public_email
2018-10-01 13:24:16 +02:00
Rémy Coutable
1b5c0b475e
Merge branch 'patch-29' into 'master'
...
Add notes about commits API to repository files documentation
See merge request gitlab-org/gitlab-ce!21876
2018-10-01 08:35:39 +00:00
Jacopo
73bdca2e03
Docs for Project/Groups members API with inherited members
...
Expains the differences between `api/projects/:id/members` and
`api/projects/:id/members/all` related to inherited members.
2018-09-28 12:55:17 +02:00
Kaspar Emanuel
736a5d3709
Add notes about commits API to repository files documentation
2018-09-27 19:32:38 +01:00
Marcia Ramos
b42e774021
Merge branch 'docs-fix-gitlab-capitalization-ce' into 'master'
...
Correcting Gitlab to GitLab in docs
See merge request gitlab-org/gitlab-ce!21827
2018-09-27 10:36:27 +00:00
Rémy Coutable
2b5aa3efb8
Merge branch '43832-adds-chdmod-to-commits-actions-api' into 'master'
...
Allows to work with execute permissions in GitLab API
Closes #43832
See merge request gitlab-org/gitlab-ce!21866
2018-09-27 10:28:27 +00:00
Rémy Coutable
d5bce06df1
Merge branch 'feature/add-public-email-to-users-api' into 'master'
...
Feature/add public email to users api
Closes #39346
See merge request gitlab-org/gitlab-ce!21909
2018-09-27 10:10:40 +00:00
Jacopo
271776d4aa
Adds chmod action to POST /projects/:id/repository/commits API
...
With this action the user can update the execute_filemode of a given file in the repository.
2018-09-27 11:51:15 +02:00
Alexis Reigel
585b1b3fca
add user's public_email attribute to api
2018-09-27 11:33:55 +02:00
Alexis Reigel
0a94bdfa14
add missing user attributes to api docs
2018-09-27 11:32:44 +02:00
Rémy Coutable
ad597a6aa8
Merge branch 'mr-api-diff-refs-doc' into 'master'
...
Add diff_refs documentation in single merge requests response.
See merge request gitlab-org/gitlab-ce!21923
2018-09-27 09:21:06 +00:00
Kamil Trzciński
4586d77c85
Merge branch 'feature/runner-type-filter-for-admin-view' into 'master'
...
Feature: Runner type filter for admin view
See merge request gitlab-org/gitlab-ce!19649
2018-09-26 16:27:27 +00:00
Patrizio Bonzani
098340b0b8
Add diff_refs documentation in single merge requests response.
2018-09-26 12:44:01 +02:00
Marcel Amirault
fd7358a8cd
Correct Gitlab to GitLab in docs
2018-09-25 04:57:57 +00:00
Valery Sizov
2daa8d387b
Remove background job throttling feature
...
We remove this feature as it never worked properly
2018-09-24 18:41:14 +03:00
Marcel Amirault
109cfd951d
Correct grammar (setup to set-up) in Docs
2018-09-21 16:29:14 +02:00
Sean McGivern
b3cd850c3f
Remove EE-specific code from ProtectedRefAccess
2018-09-17 19:36:53 +08:00