Feature
- Allow sort/ordering for project releases (
b1dd284
) - cli: Add a custom help formatter (
005ba93
) - Add support for iterations API (
194ee01
) - groups: Add support for shared projects API (
66461ba
) - issues: Add support for issue reorder API (
8703324
) - namespaces: Add support for namespace existence API (
4882cb2
) - Add support for group and project invitations API (
7afd340
) - projects: Add support for project restore API (
4794ecc
) - Add support for filtering jobs by scope (
0e1c0dd
) - Add
asdict()
andto_json()
methods to Gitlab Objects (08ac071
) - api: Add support for instance-level registry repositories (
284d739
) - groups: Add support for group-level registry repositories (
70148c6
) - Add 'merge_pipelines_enabled' project attribute (
fc33c93
) - Support validating CI lint results (
3b1ede4
) - cli: Add support for global CI lint (
3f67c4b
) - objects: Add Project CI Lint support (
b213dd3
) - Add support for group push rules (
b5cdc09
) - api: Add support for
get
for a MR approval rule (89c18c6
)
Fix
- Support array types for most resources (
d9126cd
) - Use the [] after key names for array variables in
params
(1af44ce
) - runners: Fix listing for /runners/all (
c6dd57c
) - config: Raise error when gitlab id provided but no config section found (
1ef7018
) - config: Raise error when gitlab id provided but no config file found (
ac46c1c
) - Add
get_all
param (and--get-all
) to allow passingall
to API (7c71d5d
) - Results returned by
attributes
property to show updates (e5affc8
) - Enable epic notes (
5fc3216
) - cli: Remove irrelevant MR approval rule list filters (
0daec5f
) - Ensure path elements are escaped (
5d9c198
)
Documentation
- cli: Showcase use of token scopes (
4a6f8d6
) - projects: Document export with upload to URL (
03f5484
) - Describe fetching existing export status (
9c5b8d5
) - authors: Add John (
e2afb84
) - Document CI Lint usage (
d5de4b1
) - users: Add docs about listing a user's projects (
065a1a5
) - Update return type of pushrules (
53cbecc
) - Describe ROPC flow in place of password authentication (
91c17b7
) - readme: Remove redundant
-v
that breaks the command (c523e18
)