forked from pool/python-python-gitlab
- update to 1.7.0:
* [docs] Fix the owned/starred usage documentation * [docs] Add a warning about http to https redirects * Fix the https redirection test * [docs] Add a note about GroupProject limited API * Add missing comma in ProjectIssueManager _create_attrs * More flexible docker image * Add project protected tags management * [cli] Print help and usage without config file * Rename MASTER_ACCESS to MAINTAINER_ACCESS * [docs] Add docs build information * Use docker image with current sources * [docs] Add PyYAML requirement notice * Add Gitter badge to README * [docs] Add an example of pipeline schedule vars listing * [cli] Exit on config parse error, instead of crashing * Add support for resource label events * [docs] Fix the milestone filetring doc (iid -> iids) * [docs] Fix typo in custom attributes example * Improve error message handling in exceptions * Add support for members all() method * Add access control options to protected branch creation * [docs] Don't use hardcoded values for ids * [docs] Improve the snippets examples * [cli] Output: handle bytes in API responses * [cli] Fix the case where we have nothing to print * Project import: fix the override_params parameter * Support group and global MR listing * Implement MR.pipelines() * MR: add the squash attribute for create/update OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gitlab?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
97857c85c5
commit
a8fed5b558
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 31 10:36:44 UTC 2018 - Thomas Bechtold <tbechtold@suse.com>
|
||||
|
||||
- update to 1.7.0:
|
||||
* [docs] Fix the owned/starred usage documentation
|
||||
* [docs] Add a warning about http to https redirects
|
||||
* Fix the https redirection test
|
||||
* [docs] Add a note about GroupProject limited API
|
||||
* Add missing comma in ProjectIssueManager _create_attrs
|
||||
* More flexible docker image
|
||||
* Add project protected tags management
|
||||
* [cli] Print help and usage without config file
|
||||
* Rename MASTER_ACCESS to MAINTAINER_ACCESS
|
||||
* [docs] Add docs build information
|
||||
* Use docker image with current sources
|
||||
* [docs] Add PyYAML requirement notice
|
||||
* Add Gitter badge to README
|
||||
* [docs] Add an example of pipeline schedule vars listing
|
||||
* [cli] Exit on config parse error, instead of crashing
|
||||
* Add support for resource label events
|
||||
* [docs] Fix the milestone filetring doc (iid -> iids)
|
||||
* [docs] Fix typo in custom attributes example
|
||||
* Improve error message handling in exceptions
|
||||
* Add support for members all() method
|
||||
* Add access control options to protected branch creation
|
||||
* [docs] Don't use hardcoded values for ids
|
||||
* [docs] Improve the snippets examples
|
||||
* [cli] Output: handle bytes in API responses
|
||||
* [cli] Fix the case where we have nothing to print
|
||||
* Project import: fix the override_params parameter
|
||||
* Support group and global MR listing
|
||||
* Implement MR.pipelines()
|
||||
* MR: add the squash attribute for create/update
|
||||
* Added support for listing forks of a project
|
||||
* [docs] Add/update notes about read-only objects
|
||||
* Raise an exception on https redirects for PUT/POST
|
||||
* [docs] Add a FAQ
|
||||
* [cli] Fix the project-export download
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:53:03 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user