summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorsoftwarefactory-project-zuul[bot] <33884098+softwarefactory-project-zuul[bot]@users.noreply.github.com>2021-03-19 17:38:23 +0100
committerGitHub <noreply@github.com>2021-03-19 17:38:23 +0100
commit7a512c1de7f0501e5d8a43bed42df63b881357df (patch)
tree35732bf2740a13a40f1af48390dbb19031e928ee /CHANGELOG.md
parentMerge pull request #9497 from ryanpetrello/bump-18 (diff)
parentAdds ouiaId's to output page control buttons (diff)
downloadawx-7a512c1de7f0501e5d8a43bed42df63b881357df.tar.xz
awx-7a512c1de7f0501e5d8a43bed42df63b881357df.zip
Merge pull request #9208 from mabashian/job-output-search-2
Add support for filtering and pagination on job output SUMMARY link #6612 link #5906 This PR adds the ability to filter job events and also includes logic to handle fetching filtered job events across different pages. Note that the verbosity dropdown included in #5906 is not included in this work. I don't think that's possible without api changes. As part of this work, I converted JobOutput.jsx from a class based component to a functional component. I've tried my best to make sure that all existing functionality has remained the same by comparing the experience of this branch to devel. Like the old UI, the output filter is disabled while the job is running. ISSUE TYPE Feature Pull Request COMPONENT NAME UI Reviewed-by: Jake McDermott <yo@jakemcdermott.me> Reviewed-by: Marliana Lara <marliana.lara@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 61b4a8b43d..827299ffd2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -45,6 +45,7 @@ To learn more about Ansible Builder and Execution Environments, see: https://www
- Added user interface for management jobs: https://github.com/ansible/awx/pull/9224
- Added toast message to show notification template test result to notification templates list https://github.com/ansible/awx/pull/9318
- Replaced CodeMirror with AceEditor for editing template variables and notification templates https://github.com/ansible/awx/pull/9281
+- Added support for filtering and pagination on job output https://github.com/ansible/awx/pull/9208
# 17.1.0 (March 9th, 2021)
- Addressed a security issue in AWX (CVE-2021-20253)