forked from pool/python-python-jenkins
- update to 1.2.1:
* Revert "detect and respect http redirects" * Revert "Avoid empty body failure on HEAD requests" * Avoid empty body failure on HEAD requests * Fix item being ignored in get\_info * detect and respect http redirects * Fix run\_script method * Adopt use of pre-commit hooks * Adds support for executing Groovy scripts on jenkins nodes * Allow use of unicode job names * Added pypy-dev to bindep.txt * Fix run\_scripts() API * fix tox python3 overrides * Selectively mock requests\_kerberos import * Ensure timeout exceptions are re-raised during auth attempts * Revert "Do not require requests-kerberos for tests" * Freeze cmd2 library on python2 * Update URLS that require depth or tree filters * README: mention #openstack-jjb channel * Do not require requests-kerberos for tests * Fix: send proxy as empty dict * Add functions to retrieve more data from Jenkins * Update to \_response\_handler * Trivial: Update pypi url to new url * add get\_queue\_item() method * build\_job: return queue item identifier * add jenkins\_request() method * Use proper code highlight in docs * Fix docstrings params * Adds support for wiping out a job's workspace OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jenkins?expand=0&rev=12
This commit is contained in:
@@ -1,3 +1,60 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 4 17:51:40 UTC 2018 - dmueller@suse.com
|
||||
|
||||
- update to 1.2.1:
|
||||
* Revert "detect and respect http redirects"
|
||||
* Revert "Avoid empty body failure on HEAD requests"
|
||||
* Avoid empty body failure on HEAD requests
|
||||
* Fix item being ignored in get\_info
|
||||
* detect and respect http redirects
|
||||
* Fix run\_script method
|
||||
* Adopt use of pre-commit hooks
|
||||
* Adds support for executing Groovy scripts on jenkins nodes
|
||||
* Allow use of unicode job names
|
||||
* Added pypy-dev to bindep.txt
|
||||
* Fix run\_scripts() API
|
||||
* fix tox python3 overrides
|
||||
* Selectively mock requests\_kerberos import
|
||||
* Ensure timeout exceptions are re-raised during auth attempts
|
||||
* Revert "Do not require requests-kerberos for tests"
|
||||
* Freeze cmd2 library on python2
|
||||
* Update URLS that require depth or tree filters
|
||||
* README: mention #openstack-jjb channel
|
||||
* Do not require requests-kerberos for tests
|
||||
* Fix: send proxy as empty dict
|
||||
* Add functions to retrieve more data from Jenkins
|
||||
* Update to \_response\_handler
|
||||
* Trivial: Update pypi url to new url
|
||||
* add get\_queue\_item() method
|
||||
* build\_job: return queue item identifier
|
||||
* add jenkins\_request() method
|
||||
* Use proper code highlight in docs
|
||||
* Fix docstrings params
|
||||
* Adds support for wiping out a job's workspace
|
||||
* Adds support for multi-select build parameters
|
||||
* Adds support for deleting builds
|
||||
* enable cross testing with jenkins-job-builder
|
||||
* Improve SSL support with requests lib
|
||||
* Enables use of PYTHONHTTPSVERIFY override
|
||||
* Adding pypy to bindep test profile
|
||||
* Added folder support in views keeping backward compatibility and added tests for it
|
||||
* Add EMPTY\_FOLDER\_XML str to match docs
|
||||
* build\_job: fix grammar in comment
|
||||
* Replace testr with stestr
|
||||
* This Allow to include folders in jobs list when calling get\_all\_jobs() method. Closes-Bug: #1731903
|
||||
* repair .gitgnore
|
||||
* Migration to using requests
|
||||
* trivial: modify spelling error of version
|
||||
* modify version spelling errors
|
||||
* Pass form data as body instead of in the url
|
||||
* get\_build\_console\_output: fix docs for "number" parameter
|
||||
* Sanitize url in get\_info() function
|
||||
* get\_job\_name: fix grammar in comment
|
||||
* doc: add get\_job\_config() example
|
||||
* create\_node: avoid double-encoding
|
||||
* Add py35 to tox envlist
|
||||
- run tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 11:32:00 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
|
Reference in New Issue
Block a user