1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-26 16:25:06 +03:00

Revert "Remove search filtering from changelog"

This reverts commit f6fb3e0b41.
This commit is contained in:
Shane McDonald 2021-03-22 12:40:11 -04:00
parent 7d190da1c4
commit 1efd189d52
No known key found for this signature in database
GPG Key ID: 6F374AF6E9EB9374

View File

@ -34,6 +34,7 @@ To learn more about Ansible Builder and Execution Environments, see: https://www
- Added user interface for the activity stream: https://github.com/ansible/awx/pull/9083
- Converted many of the top-level list views (Jobs, Teams, Hosts, Inventories, Projects, and more) to a new, permanent table component for substantially increased responsiveness, usability, maintainability, and other 'ility's: https://github.com/ansible/awx/pull/8970, https://github.com/ansible/awx/pull/9182 and many others!
- Added click-to-expand details for job tables
- Added search filtering to job output https://github.com/ansible/awx/pull/9208
- Added the new migration, update, and "installation in progress" page https://github.com/ansible/awx/pull/9123
- Added the user interface for job settings https://github.com/ansible/awx/pull/8661
- Runtime errors from jobs are now displayed, along with an explanation for what went wrong, on the output page https://github.com/ansible/awx/pull/9264