- First release
- Refactored code to use entity managers for all tower objects saving a huge amount of network calls and implemented filtering
- Removed pipenv locking mechanism as this is broken for python 2.7 completely
- Added capability to launch job template job
- Added support for specifying http or https and certificate verifications options
- Extented the editing capabilities of hosts to name, description and enabled status
- Implemented dynamic attributes in running jobs.
- Implemented cancel capabilities for running jobs.
- Updated the template to python 3.7
- Officially dropped support for python 2.7
- Update template and dependencies
- Reverted breaking change for upload script
- Fixed reference in the package for the right github repo
- Fixed issue schubergphilis#11 with some organization entities
- Implemented group association retrieval (contribution by <[email protected]>)
- Added group association and disassociation
- Bumped Requests
- Changed library.py
- update setup.py
- Added missing import of object that caused a bug in the EntityManager crashing, not being able to load it.
- fix for schubergphilis#22
- Fixed inventory host deletion.
- Fixed the references to all the objects to be identified by their parent relationship to avoid ambiguity. Full test coverage.
- bumped dependencies
- Implemented basic inventory source addition functionality
- Implemented helper method to create inventory source with an existing credential id.
- fixed add_credential
- Added case incensitive search
- Fix pagination for filtering.