Elijah DeLee
d82180605c
Raise a more informative error when timeout
...
Right now we are often left with very little info if we do get a timeout on something that HasStatus.
Take advantage of the assert_status function that is also available on items using the HasStatus mixin to show
more info.
2020-01-08 12:47:17 -05:00
Elijah DeLee
d4c8167b1b
add arguments to awxkit for webhooks on jt or wfjt
2019-09-30 13:32:22 -04:00
Elijah DeLee
eba69142f1
add subscriptions endpoint to awxkit
2019-09-13 12:14:33 -04:00
Elijah DeLee and
bdf4defdbe
Add approval node logic to awxkit
...
Co-authored-by: <Apurva bakshiapurva93@gmail.com >
2019-08-27 15:36:29 -04:00
Elijah DeLee
8efa0fc397
Remove this dependency that we don't need
2019-08-15 11:26:02 -04:00
Elijah DeLee
e5ad2e44fb
swap file order so diff of schema makes more sense
...
This way we will get +'s next to new content :)
2018-12-20 15:05:01 -05:00
Elijah DeLee
ca84d312ce
Rename schema job to be more clear about its purpose
...
The make target fails when it detects schema changes, not when schema is invalid.
Also update CONTRIBUTING.md to include information about zuul jobs.
2018-11-20 07:42:10 -06:00
Elijah DeLee
4ae1fdef05
Ignore differences in whitespace for schema validation
2018-11-16 09:47:33 -05:00
Elijah DeLee
949cf53b89
Use r in front of regex string to make flake8 happy
...
This means we should not escape the \ character in the same way
2018-11-15 17:29:27 -05:00
Elijah DeLee
a68e22b114
Add tox target to detect schema changes
...
Fetches reference schema from public bucket
Still need define method for updating reference schema on merge.
2018-11-15 16:25:13 -05:00
Elijah DeLee
d70cd113e1
Reduce duplicated logic for genschema target
2018-11-15 15:29:35 -05:00