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

69 Commits

Author SHA1 Message Date
Shane McDonald
ade0734af7
Fix changelog dates 2021-03-22 12:42:40 -04:00
Shane McDonald
1efd189d52
Revert "Remove search filtering from changelog"
This reverts commit f6fb3e0b41.
2021-03-22 12:40:11 -04:00
mabashian
3cbb516bac Fixed changelog 2021-03-19 18:07:51 -04:00
mabashian
854da96976 Add line to changelog 2021-03-19 15:12:18 -04:00
softwarefactory-project-zuul[bot]
7a512c1de7
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>
2021-03-19 16:38:23 +00:00
Shane McDonald
f6fb3e0b41 Remove search filtering from changelog
This has not landed yet
2021-03-19 09:01:33 -04:00
Shane McDonald
9f91190f4b Add changelog entries for installer directory and custom venv removals 2021-03-18 18:56:47 -04:00
Ryan Petrello
23f2ac4cbc Bump version to 18.0.0
Co-Authored-By: Shane McDonald <me@shanemcd.com>
Co-Authored-By: AlanCoding <arominge@redhat.com>
Co-Authored-By: Rebeccah Hunter <rhunter@redhat.com>
Co-Authored-By: Graham Mainwaring <graham@mhn.org>
Co-Authored-By: Jeff Bradberry <jeff.bradberry@gmail.com>
Co-Authored-By: beeankha <beeankha@gmail.com>
Co-Authored-By: Elyézer Rezende <elyezermr@gmail.com>
Co-Authored-By: Yanis Guenane <yguenane@redhat.com>
Co-Authored-By: Jim Ladd <jladd@redhat.com>
Co-Authored-By: Seth Foster <fosterbseth@gmail.com>
Co-Authored-By: Elijah DeLee <kdelee@redhat.com>
Co-Authored-By: Tiago Góes <tiago.goes2009@gmail.com>
Co-Authored-By: Yago Marques <yagomarquesja@gmail.com>
Co-Authored-By: shebangbash <ndasilva@redhat.com>
Co-Authored-By: Jake McDermott <jmcdermott@ansible.com>
Co-Authored-By: Christian Adams <rooftopcellist@gmail.com>
Co-Authored-By: nixocio <nixocio@gmail.com>
Co-Authored-By: Caleb Boylan <calebboylan@gmail.com>
2021-03-18 18:56:47 -04:00
mabashian
73fb332af3 Adds line to changelog for output pagination 2021-03-18 09:57:11 -04:00
Keith J. Grant
2995cde7cb add AceEditor to changelog 2021-03-09 15:01:00 -08:00
softwarefactory-project-zuul[bot]
b0324acd0e
Merge pull request #9318 from mabashian/9223-notif-toast
Adds toast to notification template list whenever test notification finishes

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2021-03-09 17:25:26 +00:00
Ryan Petrello
58337b9e2e update the changelog w/ notes for 17.1.0 2021-03-09 10:58:50 -05:00
mabashian
811186308c Adds note to changelog about notification toasts 2021-03-08 15:23:39 -05:00
Jake McDermott
83b449fd30
Add sysjob data retention to schedules
* Migate management jobs list to tables
 * Use cancel link variant for consistency with other prompts
 * Add basic test coverage for sysjobs
 * Remove select-all from mgmt jobs
 * Remove unneeded component variables
 * Fix missing schedule breadcrumb
 * Optimize data fetching with useCallback
2021-02-24 12:20:05 -05:00
mabashian
40c6b346c1 Adds note to changelog about pending workflow approval count 2021-02-18 09:43:44 -05:00
Jake McDermott
31e6d7cc0a
Add some items to the upcoming changelog 2021-02-17 15:36:12 -05:00
Christian M. Adams
8d8aadb193
Bump version to 17.0.1 & update changelog 2021-01-26 12:35:14 -05:00
Ryan Petrello
67066a3fa5
Change the 17.0.0 date and make room for a bit more to land. 2021-01-21 17:12:25 -05:00
Ryan Petrello
c77ca928cc
Bump version to 17.0.0 2021-01-21 15:31:46 -05:00
Ryan Petrello
5f6a383ebe
Bump version to 16.0.0 2020-12-10 12:12:51 -05:00
Alan Rominger
44e6e9344b
Remove mercurial support 2020-12-01 14:06:34 -05:00
Ryan Petrello
67a5ad7dd6
Bump version to 15.0.1 2020-10-20 09:39:43 -04:00
Ryan Petrello
faf0fa9040
Clarify behavioral changes from content syncing behavior in 15.0.0+
see: https://github.com/ansible/awx/issues/8341
2020-10-12 15:51:08 -04:00
Ryan Petrello
70a371b212
s/Tower/AWX 2020-09-30 12:28:11 -04:00
Ryan Petrello
429e752c26
Clarify changelog addition to address CVE-2020-25626 2020-09-30 12:20:43 -04:00
Ryan Petrello
2e371dd2ea
more 15.0.0 changelog 2020-09-29 17:38:42 -04:00
Ryan Petrello
98b24cd2d8
Bump version to 15.0.0 2020-09-29 17:36:32 -04:00
Ryan Petrello
40ac719d6d
add a changelog note about upgrade issues from 13.0 -> 14.0 2020-09-01 13:32:09 -04:00
softwarefactory-project-zuul[bot]
e8cc4cee52
Merge pull request #7985 from ryanpetrello/release-14.1.0
Bump version to 14.1.0

Reviewed-by: Christian Adams <rooftopcellist@gmail.com>
             https://github.com/rooftopcellist
2020-08-25 14:57:57 +00:00
Ryan Petrello
e0acf73ac6
add a changelog note about the channels_redis memory leak 2020-08-25 09:58:04 -04:00
Ryan Petrello
04188aa2d6
Bump version to 14.1.0 2020-08-25 09:45:05 -04:00
Philip Douglass
2d23748971 Add Remote Archive SCM Type feature to CHANGELOG.md
Signed-off-by: Philip Douglass <philip.douglass@amadeus.com>
2020-08-21 12:53:51 -04:00
Ryan Petrello
0266ed3836
more changelog updates 2020-08-20 10:44:06 -04:00
Ryan Petrello
821cfba88a
changelog for arm64 builds 2020-08-20 10:05:27 -04:00
Ryan Petrello
612bb81976
add a deprecation warning for mercurial project syncs
see: https://github.com/ansible/awx/issues/7932
2020-08-19 11:19:03 -04:00
Ryan Petrello
33e2c059ed
make event stdout encoding more resilient to UTF-16 surrogate pairs
see: https://en.wikipedia.org/wiki/Universal_Character_Set_characters#Surrogates
2020-08-18 10:23:20 -04:00
Alan Rominger
dfad5117fa
Add changelog preparing for awx.awx 14.1.0 bug fix 2020-08-12 09:47:52 -04:00
Ryan Petrello
5fb1b1ceea
changelog updates for recent additions 2020-08-11 12:52:52 -04:00
Ryan Petrello
5e9d372db2
update to a newer python-ldap to address a bug
see: https://github.com/ansible/awx/issues/7868
2020-08-11 09:34:04 -04:00
Ryan Petrello
99e417d748
Bump version to 14.0.0 2020-08-05 16:22:03 -04:00
Ryan Petrello
6067fc36f6
begin a 14.0.0 changelog 2020-08-05 14:53:01 -04:00
Ryan Petrello
a9938c0e64
minor CHANGELOG verbiage tweak 2020-06-23 15:33:22 -04:00
Ryan Petrello
d016de8103
adding a few CHANGELOG items 2020-06-23 11:24:22 -04:00
Jeff Bradberry
d8b9d48313
Add a note about import/export 2020-06-23 10:09:32 -04:00
AlanCoding
f76c57b1ec
Bump AWX version, after notable inventory deprecation 2020-06-18 15:10:10 -04:00
Ryan Petrello
1233462419
add some new changelog entries for 12.0.0 2020-06-09 12:39:10 -04:00
Shane McDonald
2bbbb04499
Bump version to 12.0.0 2020-06-09 12:19:17 -04:00
Rebeccah
d7f9e66710
added changelog entry 2020-06-09 11:09:04 -04:00
Bill Nottingham
64e3135754 Only build one awx image instead of separate web and task images 2020-06-03 10:48:48 -04:00
Ryan Petrello
72c7ace1a0
update the changelog for a conjur credential plugin bug
see: https://github.com/ansible/awx/issues/7191
2020-06-02 07:38:08 -04:00