summaryrefslogtreecommitdiffstats
path: root/awx_collection (follow)
Commit message (Expand)AuthorAgeFilesLines
* Trying to make AWXKIT tests not run on python2John Westcott IV2020-08-192-0/+2
* Updating to remove auth_type since its not longer requiredJohn Westcott IV2020-08-191-1/+1
* Fixing sanity errorJohn Westcott IV2020-08-191-0/+1
* Fixing oauth token login and making module respect token over username/passwordJohn Westcott IV2020-08-191-3/+6
* Trying to gobble up logs incase there are errorsJohn Westcott IV2020-08-191-6/+27
* Fix linter whitespace errorbeeankha2020-08-191-2/+0
* Fixing exit_module -> exit_jsonJohn Westcott IV2020-08-191-2/+4
* Fixing validate-module errorsJohn Westcott IV2020-08-191-11/+11
* Fixing ansible pep8 issuesJohn Westcott IV2020-08-193-2/+4
* Fixing linting issuesJohn Westcott IV2020-08-192-4/+4
* Expanding examplesJohn Westcott IV2020-08-191-2/+7
* Another linting issueJohn Westcott IV2020-08-191-1/+1
* Removed default: '' and updated [] to '' per specificationJohn Westcott IV2020-08-191-16/+5
* Fixing truthy linting issuesJohn Westcott IV2020-08-192-3/+3
* Fix python3 Zuul error with awxkitJohn Westcott IV2020-08-191-1/+4
* Adding integration tests and example in importJohn Westcott IV2020-08-193-0/+189
* Adding import/export awx kit featuresJohn Westcott IV2020-08-1941-315/+652
* Change regex to match what is in sourceAlan Rominger2020-08-111-1/+1
* Merge pull request #7840 from beeankha/credential_input_idempotencysoftwarefactory-project-zuul[bot]2020-08-062-1/+20
|\
| * Make 'inputs' idempotent in credentials module, add test to check this worksbeeankha2020-08-052-1/+20
* | Add execution environment metadata to AWX collectionAlanCoding2020-08-061-0/+3
|/
* Fix collection test inventoryCaleb Boylan2020-07-311-0/+9
* Handle not-provided falsy values in tower_inventory_sourceAlanCoding2020-07-302-5/+27
* Match test playbook output to edited module outputbeeankha2020-07-281-2/+2
* Make minor edits to the rrule modulebeeankha2020-07-281-18/+18
* Adding lookup to rrule plugin test logic for new toolingJohn Westcott IV2020-07-141-4/+12
* Removing redundant checkJohn Westcott IV2020-07-141-5/+0
* Fixing copyrights and linting issuesJohn Westcott IV2020-07-142-2/+8
* More refinement of examplesJohn Westcott IV2020-07-142-12/+12
* Update examplesJohn Westcott IV2020-07-142-98/+70
* Fixing linting errorsJohn Westcott IV2020-07-141-3/+3
* Reverting commit 81b192c3b0520be0897f95e2630edab295e6bf24, we should fail onl...John Westcott IV2020-07-141-1/+1
* Overhaul of the testing suiteJohn Westcott IV2020-07-141-20/+155
* Revamp of the examplesJohn Westcott IV2020-07-141-4/+35
* When using return_ids send back a list of strings instead of ints.John Westcott IV2020-07-141-2/+3
* Added note about exception if list view return is > max_objectsJohn Westcott IV2020-07-141-0/+1
* Making the count check >= instead of just >John Westcott IV2020-07-141-1/+1
* Fixing undefined variabeJohn Westcott IV2020-07-141-1/+1
* make lookup plugin compatible with ansible.tower namespace (#9)Alan Rominger2020-07-145-47/+131
* Delete the tower_get_id plugin and testsAlanCoding2020-07-142-160/+0
* Pull in functionality from lookup plugin get_id into tower_api itselfAlanCoding2020-07-143-30/+125
* Make tower_api a generic GET'erJohn Westcott IV2020-07-143-22/+33
* Initial fixes from github commentsJohn Westcott IV2020-07-143-18/+9
* Fixing doc issueJohn Westcott IV2020-07-141-2/+4
* Fix documentation in api lookup plugin, fix typos in integration testsbeeankha2020-07-144-7/+10
* Fixing linting issuesJohn Westcott IV2020-07-142-23/+23
* Adding tower_api and tower_get_id lookup pluginsJohn Westcott IV2020-07-146-25/+403
* Raise job length for testing job waitCaleb Boylan2020-07-081-0/+2
* Merge pull request #7432 from elyezer/update-module-testssoftwarefactory-project-zuul[bot]2020-07-021-8/+4
|\
| * Only pass either user or org on modules testElyézer Rezende2020-06-241-8/+4