index
:
awx
devel
awx
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
awxkit
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix new flake8 from pyflakes 2.2.0 release
Christian Adams
2020-04-20
2
-3
/
+4
*
Document and align the env var for OAuth token
AlanCoding
2020-04-07
4
-4
/
+4
*
make awxkit pass through identifier for wfjtn
Elijah DeLee
2020-04-06
1
-8
/
+9
*
promote AWX CLI installation instructions to the global INSTALL.md
Ryan Petrello
2020-03-30
1
-26
/
+0
*
fix a bug that broke `awx config`
Ryan Petrello
2020-03-27
1
-1
/
+5
*
Merge pull request #6403 from jbradberry/awxkit-from-json-connection
softwarefactory-project-zuul[bot]
2020-03-25
2
-4
/
+4
|
\
|
*
Add a connection kwarg to Page.from_json
Jeff Bradberry
2020-03-24
2
-4
/
+4
*
|
Merge pull request #6386 from jbradberry/awxkit-api-endpoints
softwarefactory-project-zuul[bot]
2020-03-25
9
-3
/
+55
|
\
\
|
*
|
Register the resource copy endpoints as awxkit page types
Jeff Bradberry
2020-03-23
5
-0
/
+40
|
*
|
Register some missing related endpoints in awxkit
Jeff Bradberry
2020-03-23
5
-3
/
+15
|
|
/
*
/
Add workflow node identifier
AlanCoding
2020-03-24
1
-0
/
+4
|
/
*
remove python2 support from awxkit
Ryan Petrello
2020-03-19
18
-116
/
+27
*
awxkit python2.7 compatible print
chris meyers
2020-03-18
1
-1
/
+1
*
fix flake8
chris meyers
2020-03-18
1
-3
/
+0
*
handle websocket unsubscribe
chris meyers
2020-03-18
1
-1
/
+3
*
update awxkit to use new unsubscribe event
chris meyers
2020-03-18
1
-5
/
+17
*
Fix flaky workflow test & set junit family
Christian Adams
2020-03-18
1
-0
/
+1
*
Merge pull request #5919 from AlanCoding/good_projects
softwarefactory-project-zuul[bot]
2020-03-02
1
-1
/
+2
|
\
|
*
Fail early processing project factory
AlanCoding
2020-02-26
1
-1
/
+2
*
|
cli: add the ability to specify a token description w/ `awx login`
Ryan Petrello
2020-02-28
2
-1
/
+5
|
/
*
cli: make launch with --monitor return code respect the final job status
Ryan Petrello
2020-02-26
2
-0
/
+4
*
awx-api-lint: Fix setup.cfg syntax for linter test
Yanis Guenane
2020-02-26
2
-5
/
+6
*
Merge pull request #5965 from benthomasson/improve_awx_kit_error_message
softwarefactory-project-zuul[bot]
2020-02-26
1
-9
/
+2
|
\
|
*
Works around bad error message when authentication fails
Ben Thomasson
2020-02-17
1
-9
/
+2
*
|
Also remove some dangling rax from awxkit and collection modules.
Bill Nottingham
2020-02-25
1
-1
/
+0
*
|
Add test method to Credential and CredentialType - awxkit
nixocio
2020-02-18
1
-7
/
+39
|
/
*
By default, give status code in exception representation
AlanCoding
2020-02-11
1
-1
/
+1
*
add convergence attribute to awxkit
Apurva Bakshi
2020-02-05
1
-1
/
+2
*
shifted from dependants/dependencies to children/parents for clarity in funct...
Rebeccah
2020-02-05
1
-9
/
+3
*
updated syntax from python2 to 3
Rebeccah
2020-02-05
1
-3
/
+9
*
fix a py2/py3 compat bug in the settings CLI
Ryan Petrello
2020-02-03
1
-2
/
+5
*
Fix to handle Str and JSON mix-in data correctly with settings API
Hideki Saito
2020-01-28
1
-1
/
+12
*
Fix overzealous cleanup in awxkit
Elijah DeLee
2020-01-22
1
-0
/
+2
*
Scan jobs have been removed, clean up old refs
Elijah DeLee
2020-01-21
2
-3
/
+0
*
Raise a more informative error when timeout
Elijah DeLee
2020-01-08
1
-1
/
+6
*
Don't error on a trailing slash, just fix it up
Bill Nottingham
2019-12-13
1
-3
/
+5
*
added cryptography as optional awxkit dep
Daniel Sami
2019-12-05
1
-0
/
+1
*
Make spelling of canceled consistent
Christian Adams
2019-11-26
1
-1
/
+1
*
Raise specific exception if migration in progress
AlanCoding
2019-11-26
2
-0
/
+7
*
merge downstream branch
Ryan Petrello
2019-11-25
1
-2
/
+2
|
\
|
*
fix a typo in the CLI usage docs
Ryan Petrello
2019-11-18
1
-2
/
+2
|
*
In awxkit, add support for wf approval notification templates
Jim Ladd
2019-10-23
1
-2
/
+9
*
|
fix broken sphinx docs build
Ryan Petrello
2019-11-04
1
-1
/
+3
*
|
properly parse CLI arguments for launch endpoints
Ryan Petrello
2019-10-30
3
-17
/
+45
*
|
Merge branch 'downstream' into devel
Ryan Petrello
2019-10-29
1
-2
/
+9
|
\
\
|
*
|
In awxkit, add support for wf approval notification templates
Jim Ladd
2019-10-29
1
-2
/
+9
|
|
/
*
/
warn about endpoint deprecation in the CLI
Ryan Petrello
2019-10-16
2
-3
/
+15
|
/
*
Merge pull request #3805 from beeankha/cli_approval_notification_support
Ryan Petrello
2019-10-16
2
-1
/
+22
|
\
|
*
Minor change to README, plus a rebase.
beeankha
2019-10-16
1
-1
/
+1
|
*
Add blank line (flake8)
beeankha
2019-10-16
1
-0
/
+1
[next]