We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
2 parents5061972 +cbd4d52 commite46cacfCopy full SHA for e46cacf
ChangeLog.rst
@@ -26,8 +26,8 @@ Bug Fixes
26
- Make MemberManager.all() return a list of objects
27
- %d replaced by %s
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
+- dont ask for id attr if this is\*Manager originating custom action
+- fix -/_ replacament for\*Manager custom actions
31
- fix repository_id marshaling in cli
32
- register cli action for delete_in_bulk
33
@@ -233,7 +233,7 @@ Version 1.2.0_ - 2018-01-01
233
* Add support for features flags
234
* Add support for project and group custom variables
235
* Add support for user/group/project filter by custom attribute
236
-* Respect content of REQUESTS_CA_BUNDLE and *_proxy envvars
+* Respect content of REQUESTS_CA_BUNDLE and\*_proxy envvars
237
238
Version1.1.0_ - 2017-11-03
239
---------------------------
docs/api-objects.rst
@@ -15,6 +15,7 @@ API examples
15
gl_objects/messages
16
gl_objects/commits
17
gl_objects/deploy_keys
18
+gl_objects/deploy_tokens
19
gl_objects/deployments
20
gl_objects/discussions
21
gl_objects/environments
@@ -34,8 +35,10 @@ API examples
34
35
gl_objects/notes
36
gl_objects/packages
37
gl_objects/pagesdomains
38
+gl_objects/personal_access_tokens
39
gl_objects/pipelines_and_jobs
40
gl_objects/projects
41
+gl_objects/project_access_tokens
42
gl_objects/protected_branches
43
gl_objects/releases
44
gl_objects/runners
docs/cli-usage.rst
@@ -403,7 +403,7 @@ command line. This is handy for values containing new lines for instance:
403
$ gitlab project create --name SuperProject --description @/tmp/description
404
405
Enabling shell autocompletion
406
-============================
+=============================
407
408
To get autocompletion, you'll need to install the package with the extra
409
"autocompletion":
docs/gl_objects/deploy_tokens.rst
@@ -1,6 +1,6 @@
1
-#######
+#############
2
Deploy tokens
3
4
5
Deploy tokens allow read-only access to your repository and registry images
6
without having a user and a password.
docs/gl_objects/milestones.rst
@@ -75,7 +75,7 @@ List the merge requests related to a milestone::
75
merge_requests = milestone.merge_requests()
76
77
Milestone events
78
-============
+================
79
80
Resource milestone events keep track of what happens to GitLab issues and merge requests.
81
docs/gl_objects/mr_approvals.rst
@@ -76,6 +76,7 @@ Change MR-level MR approval rule::
mr_approvalrule.save()
Create a MR-level MR approval rule::
+
mr.approval_rules.create({
"name": "my MR custom approval rule",
82
"approvals_required": 2,
docs/gl_objects/packages.rst
+########
Packages
Packages allow you to utilize GitLab as a private repository for a variety
of common package managers.
docs/gl_objects/remote_mirrors.rst
-##########
+######################
Project Remote Mirrors
Remote Mirrors allow you to set up push mirroring for a project.
docs/gl_objects/runners.rst
@@ -79,7 +79,7 @@ Verify a registered runner token::
print("Invalid token")
Project/Group runners
-===============
+=====================
83
84
Reference
85
---------
setup.cfg
@@ -0,0 +1,3 @@
+[build_sphinx]
+warning-is-error = 1
+keep-going = 1