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
2626- Make MemberManager.all() return a list of objects
2727- %d replaced by %s
2828- 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
3131- fix repository_id marshaling in cli
3232- register cli action for delete_in_bulk
3333
@@ -233,7 +233,7 @@ Version 1.2.0_ - 2018-01-01
233233* Add support for features flags
234234* Add support for project and group custom variables
235235* 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
237237
238238Version 1.1.0 _ - 2017-11-03
239239---------------------------
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ API examples
1515 gl_objects/messages
1616 gl_objects/commits
1717 gl_objects/deploy_keys
18+ gl_objects/deploy_tokens
1819 gl_objects/deployments
1920 gl_objects/discussions
2021 gl_objects/environments
@@ -34,8 +35,10 @@ API examples
3435 gl_objects/notes
3536 gl_objects/packages
3637 gl_objects/pagesdomains
38+ gl_objects/personal_access_tokens
3739 gl_objects/pipelines_and_jobs
3840 gl_objects/projects
41+ gl_objects/project_access_tokens
3942 gl_objects/protected_branches
4043 gl_objects/releases
4144 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:
403403 $ gitlab project create --name SuperProject --description @/tmp/description
404404
405405 Enabling shell autocompletion
406- ============================
406+ =============================
407407
408408To get autocompletion, you'll need to install the package with the extra
409409"autocompletion":
Original file line number Diff line number Diff line change 1- #######
1+ #############
22Deploy tokens
3- #######
3+ #############
44
55Deploy tokens allow read-only access to your repository and registry images
66without 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::
7575 merge_requests = milestone.merge_requests()
7676
7777Milestone events
78- ============
78+ ================
7979
8080Resource milestone events keep track of what happens to GitLab issues and merge requests.
8181
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ Change MR-level MR approval rule::
7676 mr_approvalrule.save()
7777
7878Create a MR-level MR approval rule::
79+
7980 mr.approval_rules.create({
8081 "name": "my MR custom approval rule",
8182 "approvals_required": 2,
Original file line number Diff line number Diff line change 1- #######
1+ ########
22Packages
3- #######
3+ ########
44
55Packages allow you to utilize GitLab as a private repository for a variety
66of common package managers.
Original file line number Diff line number Diff line change 1- ##########
1+ ######################
22Project Remote Mirrors
3- ##########
3+ ######################
44
55Remote Mirrors allow you to set up push mirroring for a project.
66
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ Verify a registered runner token::
7979 print("Invalid token")
8080
8181Project/Group runners
82- ===============
82+ =====================
8383
8484Reference
8585---------
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