commit 4f829ab93f90e969959cbdc6cb2a438943e36aa6
Author: Shane McDonald <[email protected]>
Date: Mon Jul 1 12:47:37 2019 -0400
Release 6.0.0
commit e72b2fac6dfcc82fa9a96c67ca3450377eaa3dfe
Author: Christian Adams <[email protected]>
Date: Thu Jun 27 16:46:54 2019 -0400
Delete collection tarball when no longer needed
* Delete after shipping it
* Delete when ship() fails
commit 11b36982cd83b5571e3376d85af64d57f52d68c0
Author: Ryan Petrello <[email protected]>
Date: Fri Jun 28 17:11:50 2019 -0400
fix a bug that causes LDAP TLS connection flags to not be set properly
co-authored-by: Jim Ladd <[email protected]>
commit dfa8d44eb88736575de4f1fb2e9efcc597895f9c
Author: Ryan Petrello <[email protected]>
Date: Thu Jun 27 16:02:55 2019 -0400
don't ship external logs from the main thread of the dispatcher
this is a fairly esoteric change that attempts to work around a bug
we've discovered in cpython itself
context: https://github.com/ansible/awx/issues/4181
commit 913e06b8658c5fd1fa7329d21080f1e5f40c4d1d
Author: mabashian <[email protected]>
Date: Tue Jun 11 09:59:05 2019 -0400
Fix user token application lookup column widths
commit 4d7c49372c73882a44c3e8ff4caeb5a8b32a1b90
Author: Christian Adams <[email protected]>
Date: Thu Jun 27 12:28:31 2019 -0400
Fix collection datetime for isolated instance info
* 'last_isolated_check' was a non JSON-serializable object and needed to be a str
commit eacf819caf4b1b4d60f8ead6138c9836e27a03df
Author: Ryan Petrello <[email protected]>
Date: Wed Jun 26 10:02:36 2019 -0400
add a reasonable default Content Security Policy
ideally we'd improve this over time to remove the `unsafe-inline` lines,
but we can't due that today because Angular1 makes use of a lot of
inline <script> and <style> tag generation
see: https://github.com/ansible/awx/issues/2056
commit e612a167e2e1274ff9e6a805abaebc3404a56793
Author: Jeremy Shade <[email protected]>
Date: Fri Jun 14 11:18:50 2019 +0800
fixed row item labels to view horizontally instead of vertically
commit f05bed63661a01affa0d9cf07b5caed61e858392
Author: Shane McDonald <[email protected]>
Date: Tue Jun 25 18:28:01 2019 -0400
Use the source tree as the working directory for our dev env
commit e9ac44f5615895ab687e5d5cba431ecad773d637
Author: aubrel <[email protected]>
Date: Tue Jun 25 15:37:30 2019 -0400
Change `docker_service` to `docker_compose`.
Signed-off-by: aubrel <[email protected]>
commit 01d31231c0c9cbf2a85b2c41c31cddaf6845b4b3
Author: Ryan Petrello <[email protected]>
Date: Fri Jun 21 12:49:16 2019 -0400
bump ovirtsdk version to 4.3.0
see: https://github.com/ansible/ansible/commit/bfc6a2a8d6342c7f36038c2216dc8f3e50a6244a
commit b0249a9a8b3cfef59eebcdbacd32683cdcca91bd
Author: Alex Corey <[email protected]>
Date: Thu Jun 20 14:39:13 2019 -0400
Addressed PR Issues
commit acb6d9c4d1b5973accabb06f27018778e105dee6
Author: chris meyers <[email protected]>
Date: Fri Jun 21 08:46:17 2019 -0400
wrap smart inv cache update w/ advisory lock
* Two job templates that use the same smart inventory running at the
same time can easily race to recompute the smart inventory <-> host
mapping. In this case, bulk_create() can throw an error when racing.
* The per-smart-inventory advisory lock ensures that the state of the
system is consistent & that bulk_create() runs in isolation.
commit 78912d20f7505c80a3b8a8699e756210aac32e3a
Author: Yanis Guenane <[email protected]>
Date: Fri Jun 21 11:52:22 2019 +0200
Revert "Makefile: align pip and setuptools bump"
This reverts commit ec92abf014c51acc50dd4155d67a97623361f99b.
commit 52712a0d9a4ce00604b2434ec0bcdc9f0c0551d8
Author: Marcelo Mello <[email protected]>
Date: Thu Jun 20 16:40:08 2019 -0400
Introduces the ability to pass annotations to the Kubernetes Ingress Controllers
commit a7c787af0274bb6bda57b687cc208fc7ff30e295
Author: Alex Corey <[email protected]>
Date: Wed Jun 5 11:00:36 2019 -0400
Adds notify on start toggle
commit 7d77727a6003dac29ee78f3e7417863efac66272
Author: Marcelo Mello <[email protected]>
Date: Wed Jun 19 21:35:49 2019 -0400
project_data_dir is not required in the awx_task containers
commit 47560fdf7c7db4c0e50253e434a80d00683071a8
Author: Marcelo Mello <[email protected]>
Date: Wed Jun 19 21:21:35 2019 -0400
Fixes ca_trust_dir and project_data_dir for Kubernetes
commit 2882f4afb5b4ef9542120422ed1f75d7f7ca6145
Author: Shane McDonald <[email protected]>
Date: Wed Jun 19 16:02:52 2019 -0400
Revert "upgrade pip and setuptools"
This reverts commit 76ebcf914b2e29d6b77871ef40761c4f3689e30f.
commit aaceccc42665379a49edcc2ddf75a5d4c315658f
Author: Shane McDonald <[email protected]>
Date: Wed Jun 19 16:02:43 2019 -0400
Revert "Fix offline builds"
This reverts commit fe850dff3886be66bc7ad504800e86f179217620.
commit 1a72ff4c478c126293ee055bd2a743f0d67ee050
Author: Jeff Bradberry <[email protected]>
Date: Wed Jun 19 14:42:07 2019 -0400
Use the `in` operator to test against the Organization membership subquery
If more than one Organization were selected by this subquery, then
Postgres would complain with "more than one row returned by a subquery
used as an expression". We needed to allow for that case.
Annoyingly SQLite3 doesn't seem to care, so writing a py.test test to
exercise this isn't feasible under our current development setup.
commit a5c057cc188d1979dadc08bc14fd5894b8e6b9d1
Author: Christian Adams <[email protected]>
Date: Tue Jun 18 17:44:40 2019 -0400
Fixes analytics & metrics instance specific job counts
commit fe850dff3886be66bc7ad504800e86f179217620
Author: Shane McDonald <[email protected]>
Date: Tue Jun 18 17:46:10 2019 -0400
Fix offline builds
pip 19 added support for something called `pyproject.toml`. Several packages have been setting the option `build-backend = "setuptools.build_meta”` (bcrypt, attrs, jaraco) which seems to be the root of the problem when building from source. Until the community sorts this out I’m inclined to avoid pip 19.
commit 40840e3789ff5557619b09dde6d79b16dba54811
Author: beeankha <[email protected]>
Date: Tue Jun 18 11:47:53 2019 -0400
Update migration file to indicate there is no reverse function in case of a rollback
commit 164d305b514195f09d3fa746e3bc4eeb20a7318f
Author: mabashian <[email protected]>
Date: Tue Jun 18 09:16:19 2019 -0400
More canAddWorkflowJobTemplate cleanup
commit 4d33e484d082d11ac1a14404007f9d696e27334f
Author: mabashian <[email protected]>
Date: Tue Jun 18 09:10:49 2019 -0400
Fix field enablement on workflow form
commit 468e79a7548c81eabd5bb42d3e183bd0c9e49dda
Author: Ryan Kraus <[email protected]>
Date: Sun Jun 16 11:55:46 2019 -0400
Updated ovirt4 dynamic inventory script.
Pulling in the new ovirt4 dynamic inventory script that will be pulled in ansible/ansible#57824
Signed-off-by: Ryan Kraus <[email protected]>
commit d8bd72054d4d135fb2b9d7e59449e16e380ef68d
Author: Ryan Petrello <[email protected]>
Date: Fri Jun 14 10:05:41 2019 -0400
work around a unit test that's periodically flaky
commit ae9032ce037885c2cc0a7a415fd6cb2877e2c2db
Author: Ryan Petrello <[email protected]>
Date: Thu Jun 13 17:14:08 2019 -0400
fix a bug introduced in the inventory source detail API by v1 removal
see: https://github.com/ansible/awx/issues/4059