summaryrefslogtreecommitdiffstats
path: root/awxkit (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix new flake8 from pyflakes 2.2.0 releaseChristian Adams2020-04-202-3/+4
* Document and align the env var for OAuth tokenAlanCoding2020-04-074-4/+4
* make awxkit pass through identifier for wfjtnElijah DeLee2020-04-061-8/+9
* promote AWX CLI installation instructions to the global INSTALL.mdRyan Petrello2020-03-301-26/+0
* fix a bug that broke `awx config`Ryan Petrello2020-03-271-1/+5
* Merge pull request #6403 from jbradberry/awxkit-from-json-connectionsoftwarefactory-project-zuul[bot]2020-03-252-4/+4
|\
| * Add a connection kwarg to Page.from_jsonJeff Bradberry2020-03-242-4/+4
* | Merge pull request #6386 from jbradberry/awxkit-api-endpointssoftwarefactory-project-zuul[bot]2020-03-259-3/+55
|\ \
| * | Register the resource copy endpoints as awxkit page typesJeff Bradberry2020-03-235-0/+40
| * | Register some missing related endpoints in awxkitJeff Bradberry2020-03-235-3/+15
| |/
* / Add workflow node identifierAlanCoding2020-03-241-0/+4
|/
* remove python2 support from awxkitRyan Petrello2020-03-1918-116/+27
* awxkit python2.7 compatible printchris meyers2020-03-181-1/+1
* fix flake8chris meyers2020-03-181-3/+0
* handle websocket unsubscribechris meyers2020-03-181-1/+3
* update awxkit to use new unsubscribe eventchris meyers2020-03-181-5/+17
* Fix flaky workflow test & set junit familyChristian Adams2020-03-181-0/+1
* Merge pull request #5919 from AlanCoding/good_projectssoftwarefactory-project-zuul[bot]2020-03-021-1/+2
|\
| * Fail early processing project factoryAlanCoding2020-02-261-1/+2
* | cli: add the ability to specify a token description w/ `awx login`Ryan Petrello2020-02-282-1/+5
|/
* cli: make launch with --monitor return code respect the final job statusRyan Petrello2020-02-262-0/+4
* awx-api-lint: Fix setup.cfg syntax for linter testYanis Guenane2020-02-262-5/+6
* Merge pull request #5965 from benthomasson/improve_awx_kit_error_messagesoftwarefactory-project-zuul[bot]2020-02-261-9/+2
|\
| * Works around bad error message when authentication failsBen Thomasson2020-02-171-9/+2
* | Also remove some dangling rax from awxkit and collection modules.Bill Nottingham2020-02-251-1/+0
* | Add test method to Credential and CredentialType - awxkitnixocio2020-02-181-7/+39
|/
* By default, give status code in exception representationAlanCoding2020-02-111-1/+1
* add convergence attribute to awxkitApurva Bakshi2020-02-051-1/+2
* shifted from dependants/dependencies to children/parents for clarity in funct...Rebeccah2020-02-051-9/+3
* updated syntax from python2 to 3Rebeccah2020-02-051-3/+9
* fix a py2/py3 compat bug in the settings CLIRyan Petrello2020-02-031-2/+5
* Fix to handle Str and JSON mix-in data correctly with settings APIHideki Saito2020-01-281-1/+12
* Fix overzealous cleanup in awxkitElijah DeLee2020-01-221-0/+2
* Scan jobs have been removed, clean up old refsElijah DeLee2020-01-212-3/+0
* Raise a more informative error when timeoutElijah DeLee2020-01-081-1/+6
* Don't error on a trailing slash, just fix it upBill Nottingham2019-12-131-3/+5
* added cryptography as optional awxkit depDaniel Sami2019-12-051-0/+1
* Make spelling of canceled consistentChristian Adams2019-11-261-1/+1
* Raise specific exception if migration in progressAlanCoding2019-11-262-0/+7
* merge downstream branchRyan Petrello2019-11-251-2/+2
|\
| * fix a typo in the CLI usage docsRyan Petrello2019-11-181-2/+2
| * In awxkit, add support for wf approval notification templatesJim Ladd2019-10-231-2/+9
* | fix broken sphinx docs buildRyan Petrello2019-11-041-1/+3
* | properly parse CLI arguments for launch endpointsRyan Petrello2019-10-303-17/+45
* | Merge branch 'downstream' into develRyan Petrello2019-10-291-2/+9
|\ \
| * | In awxkit, add support for wf approval notification templatesJim Ladd2019-10-291-2/+9
| |/
* / warn about endpoint deprecation in the CLIRyan Petrello2019-10-162-3/+15
|/
* Merge pull request #3805 from beeankha/cli_approval_notification_supportRyan Petrello2019-10-162-1/+22
|\
| * Minor change to README, plus a rebase.beeankha2019-10-161-1/+1
| * Add blank line (flake8)beeankha2019-10-161-0/+1