File tree Expand file tree Collapse file tree 10 files changed +19
-12
lines changed Expand file tree Collapse file tree 10 files changed +19
-12
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ Bug Fixes
26
26
- Make MemberManager.all() return a list of objects
27
27
- %d replaced by %s
28
28
- Re-enable command specific help messages
29
- - dont ask for id attr if this is *Manager originating custom action
30
- - fix -/_ replacament for *Manager custom actions
29
+ - dont ask for id attr if this is \ * Manager originating custom action
30
+ - fix -/_ replacament for \ * Manager custom actions
31
31
- fix repository_id marshaling in cli
32
32
- register cli action for delete_in_bulk
33
33
@@ -233,7 +233,7 @@ Version 1.2.0_ - 2018-01-01
233
233
* Add support for features flags
234
234
* Add support for project and group custom variables
235
235
* Add support for user/group/project filter by custom attribute
236
- * Respect content of REQUESTS_CA_BUNDLE and *_proxy envvars
236
+ * Respect content of REQUESTS_CA_BUNDLE and \ * _proxy envvars
237
237
238
238
Version 1.1.0 _ - 2017-11-03
239
239
---------------------------
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ API examples
15
15
gl_objects/messages
16
16
gl_objects/commits
17
17
gl_objects/deploy_keys
18
+ gl_objects/deploy_tokens
18
19
gl_objects/deployments
19
20
gl_objects/discussions
20
21
gl_objects/environments
@@ -34,8 +35,10 @@ API examples
34
35
gl_objects/notes
35
36
gl_objects/packages
36
37
gl_objects/pagesdomains
38
+ gl_objects/personal_access_tokens
37
39
gl_objects/pipelines_and_jobs
38
40
gl_objects/projects
41
+ gl_objects/project_access_tokens
39
42
gl_objects/protected_branches
40
43
gl_objects/releases
41
44
gl_objects/runners
Original file line number Diff line number Diff line change @@ -403,7 +403,7 @@ command line. This is handy for values containing new lines for instance:
403
403
$ gitlab project create --name SuperProject --description @/tmp/description
404
404
405
405
Enabling shell autocompletion
406
- ============================
406
+ =============================
407
407
408
408
To get autocompletion, you'll need to install the package with the extra
409
409
"autocompletion":
Original file line number Diff line number Diff line change 1
- #######
1
+ #############
2
2
Deploy tokens
3
- #######
3
+ #############
4
4
5
5
Deploy tokens allow read-only access to your repository and registry images
6
6
without having a user and a password.
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ List the merge requests related to a milestone::
75
75
merge_requests = milestone.merge_requests()
76
76
77
77
Milestone events
78
- ============
78
+ ================
79
79
80
80
Resource milestone events keep track of what happens to GitLab issues and merge requests.
81
81
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ Change MR-level MR approval rule::
76
76
mr_approvalrule.save()
77
77
78
78
Create a MR-level MR approval rule::
79
+
79
80
mr.approval_rules.create({
80
81
"name": "my MR custom approval rule",
81
82
"approvals_required": 2,
Original file line number Diff line number Diff line change 1
- #######
1
+ ########
2
2
Packages
3
- #######
3
+ ########
4
4
5
5
Packages allow you to utilize GitLab as a private repository for a variety
6
6
of common package managers.
Original file line number Diff line number Diff line change 1
- ##########
1
+ ######################
2
2
Project Remote Mirrors
3
- ##########
3
+ ######################
4
4
5
5
Remote Mirrors allow you to set up push mirroring for a project.
6
6
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ Verify a registered runner token::
79
79
print("Invalid token")
80
80
81
81
Project/Group runners
82
- ===============
82
+ =====================
83
83
84
84
Reference
85
85
---------
Original file line number Diff line number Diff line change
1
+ [build_sphinx]
2
+ warning-is-error = 1
3
+ keep-going = 1
You can’t perform that action at this time.
0 commit comments