GitLab Bot
d23f33082a
Add latest changes from gitlab-org/gitlab@master
2023-05-09 18:09:11 +00:00
GitLab Bot
89b761c787
Add latest changes from gitlab-org/gitlab@master
2023-04-22 03:11:57 +00:00
GitLab Bot
dc539af300
Add latest changes from gitlab-org/gitlab@master
2023-01-19 18:08:48 +00:00
GitLab Bot
ef58231bd6
Add latest changes from gitlab-org/gitlab@master
2023-01-18 12:07:21 +00:00
GitLab Bot
3c6cad91a1
Add latest changes from gitlab-org/gitlab@master
2022-10-14 18:08:40 +00:00
GitLab Bot
491783d804
Add latest changes from gitlab-org/gitlab@master
2022-09-22 00:11:23 +00:00
GitLab Bot
a15c9bc9eb
Add latest changes from gitlab-org/gitlab@master
2021-12-06 18:14:09 +00:00
GitLab Bot
54573816ab
Add latest changes from gitlab-org/gitlab@master
2021-09-09 09:11:16 +00:00
GitLab Bot
59469a1782
Add latest changes from gitlab-org/gitlab@master
2021-06-28 15:08:03 +00:00
GitLab Bot
0179dc40d7
Add latest changes from gitlab-org/gitlab@master
2021-03-08 18:09:12 +00:00
GitLab Bot
16cfd85bcf
Add latest changes from gitlab-org/gitlab@master
2021-02-09 18:09:59 +00:00
GitLab Bot
1741eab29c
Add latest changes from gitlab-org/gitlab@master
2020-12-08 03:09:37 +00:00
GitLab Bot
839dad17a1
Add latest changes from gitlab-org/gitlab@master
2020-12-04 21:09:29 +00:00
GitLab Bot
f8bb64721a
Add latest changes from gitlab-org/gitlab@master
2020-11-26 06:09:20 +00:00
GitLab Bot
55b5a8778c
Add latest changes from gitlab-org/gitlab@master
2020-07-30 12:09:33 +00:00
GitLab Bot
6985123d92
Add latest changes from gitlab-org/gitlab@master
2020-05-28 00:08:37 +00:00
GitLab Bot
25f414893f
Add latest changes from gitlab-org/gitlab@master
2020-05-20 03:08:04 +00:00
GitLab Bot
4233d3aa86
Add latest changes from gitlab-org/gitlab@master
2020-04-29 12:10:00 +00:00
GitLab Bot
536aa3a1f4
Add latest changes from gitlab-org/gitlab@master
2020-01-30 15:09:15 +00:00
GitLab Bot
791785af55
Add latest changes from gitlab-org/gitlab@master
2019-11-05 12:06:20 +00:00
Mark Fletcher
f8c9ae9c73
Fix branch API table format
2019-02-11 12:08:13 +00:00
Lukas Eipert
3d1aff8796
Clarify search parameter in the branches API docs
2019-01-30 15:37:55 +01:00
Evan Read
3d37cf795c
Add more information and refactor format of branch-related API topics
2019-01-15 18:31:12 +00:00
Achilleas Pipinellis
0e078d1a8a
Replace look-alike token with '<your_access_token>'
...
Replace all '9koXpg98eAheJpvBs5tK' occurrences with
'<your_access_token>' in API docs.
2019-01-04 13:19:27 +01:00
Riccardo Padovani
25efc5f288
Add default parameter to branches API
2018-08-18 13:03:42 +02:00
Douwe Maan
07e95b0cd4
Expose whether current user can push into a branch on branches API
2018-06-18 12:04:51 +02:00
bunufi
47d4890d3a
Update API: add search param to branches
2018-03-05 12:57:47 +00:00
Eric
fb5b2d8d0e
Extending API for protected branches
2017-08-02 10:16:17 +00:00
Mark Fletcher
0dbf4b87ee
Document the Delete Merged Branches functionality
...
* Note that protected branches will not be part of the deletion
2017-06-08 18:52:56 +08:00
Marcia Ramos
18a2928732
Add "API" to all respective headings (h1s)
2017-05-18 08:49:03 +00:00
Achilleas Pipinellis
5422554b86
Mention URL path encoding to all API docs
2017-04-08 12:38:59 +02:00
Dawid Goslawski
82fad17a7d
Add information about namespace encoding to API docs
2017-04-08 12:38:59 +02:00
Rémy Coutable
aaaee8ae27
Allow unauthenticated access to some Branch API GET endpoints
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-20 09:37:31 +01:00
Robert Schilling
1ead6a9793
Use v4 endpoint in API docs
2017-03-01 18:39:40 +01:00
Robert Schilling
f2dd260413
Update documentation
2017-02-28 08:32:39 +01:00
Oswaldo Ferreira
c79bbe26ab
Change branch_name param to branch throughout V4 API
2017-02-21 16:33:14 -03:00
Ben Boeckel
309aee45b6
entities: use the RepoCommit entity for branch commits
...
Fixes #23895 .
2017-02-14 13:22:14 -05:00
Robert Schilling
2ce66c071f
API: Expose branch status
2016-11-30 13:13:50 +01:00
Luis Alonso Chavez Armendariz
ed61d44e1e
Remove unnecessary sentences for status codes in the API documentation
2016-11-24 10:28:52 -07:00
Toon Claes
1afab9eb79
Add button to delete all merged branches
...
It adds a button to the branches page that the user can use to delete
all the branches that are already merged. This can be used to clean up
all the branches that were forgotten to delete while merging MRs.
Fixes #21076 .
2016-11-09 21:04:03 +01:00
winniehell
e0a858efcc
use long options for curl examples in API documentation ( !5703 )
2016-08-09 01:42:50 +02:00
Robert Schilling
e552b4af26
API: Expose 'developers_can_merge' for branches
2016-07-19 11:12:03 +02:00
Robert Schilling
54d26c89f6
API: Expose 'developers_can_push' for branches
2016-07-19 11:11:56 +02:00
Achilleas Pipinellis
68755a2397
Refactor branches API documentation
...
[ci skip]
2016-01-18 08:21:01 +01:00
Bugagazavr
3ab07b8aae
Update API branches documentation [ci skip]
2015-02-15 17:18:13 +03:00
Dmitriy Zaporozhets
20e04d9f39
Delete branch via API: doc updated
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-10-30 17:30:09 +02:00
Robert Schilling
551145bc98
Validate branch-names and references in WebUI, API
...
Add specs for GitRefValidator
2014-09-03 13:08:35 +02:00
Jeroen van Baarsen
54c2083703
Merge pull request #7509 from cirosantilli/fix-md-style-api
...
Fix Md style for API.
2014-08-15 17:14:27 +02:00
James Brooks
3f36f84c1f
Consistency, spelling and grammar
2014-08-15 15:03:01 +01:00
Ciro Santilli
2ada4ef062
Fix Md style for API.
2014-08-15 09:03:18 +02:00