- 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.
- fixed pagination!!
- Fixed underlying _update_values method to prevent overwrite of nested dicts in AWX 9.0.1.
- Linting and pipfile dependency fixes.
- Added support for python 3.6 by adding dataclasses package with marker
- Removed unwanted development files from the final package.
- Added support for Schedules
- bumped requests
- Implemented capabilities to add organization object roles to team permissions.
- bump requests
- Bumped dependencies
- Added missing development dependency and bumped dependencies to latest patch versions.
- Changed the credential creation process to make team and Owner name optional
- Extended JobTemplate with some methods and made credential not required on job template creation.
- Loosened up dependencies.
- Fix missing f-string.
- Implemented survey specification retrieval.
- Bumped dependencies.
- Bumped dependencies.
- Bumped dependencies and fixed a couple of bugs on job attribute retrieval.
- Features implemented by spirit21.
- Features implemented by spirit21.
- Added the capability to launch a job template with non-default SCM branches.
- Linted.
- Fixed bug with job execution.
- Fixed some redirects, bumped dependencies.
- Allows unsetting of default values in launch job courtesy of https://github.com/EliasBoulharts