python-bamboo-api
python-bamboo-api copied to clipboard
Bamboo API client for python
Hi, Thanks for developing the library, would you please a new version on https://pypi.org/project/bamboo_api/ ? Thanks, Myautsai
Bumps [requests](https://github.com/requests/requests) from 2.18.4 to 2.20.0. Changelog *Sourced from [requests's changelog](https://github.com/psf/requests/blob/master/HISTORY.md).* > 2.20.0 (2018-10-18) > ------------------- > > **Bugfixes** > > - Content-Type header parsing is now case-insensitive (e.g. >...
Adds more information to the exception being raised to aid debugging (often the "reason" is empty!)
Add a new argument to the get_environment_results method to allow it to be more configurable
When the result query includes a build number, the server [returns response type "resultDetails"](https://docs.atlassian.com/atlassian-bamboo/REST/6.2.5/#d2e681) (not "restResults" as returned by /result) which is singular but code expects a response containing 'results',...
The requirements.txt file is not examined during package install, only install_requires is, thus the package is not currently usable on installation (because bs4 is not installed).
On Pypi, the version 0.0.1 is available, is it possible to push the 0.2.0 ?
Related: https://jira.atlassian.com/browse/BAM-18428 Add support for mining planKeys of master and branch builds by label. Support added to https://github.com/rooprob/python-bamboo-api/tree/feature/viewBuildsForLabel