Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update old changelog document to point to releases page. | Shane McDonald | 2021-08-29 | 1 | -516/+3 |
| | |||||
* | Bump version and changelog | Shane McDonald | 2021-08-12 | 1 | -0/+19 |
| | |||||
* | Bump version + changelog | Shane McDonald | 2021-06-28 | 1 | -0/+5 |
| | |||||
* | Update release date in changelog for 19.2.119.2.1 | Shane McDonald | 2021-06-17 | 1 | -1/+1 |
| | |||||
* | Update CHANGELOG.md | Jake McDermott | 2021-06-14 | 1 | -0/+1 |
| | |||||
* | Fix typo | Shane McDonald | 2021-06-14 | 1 | -1/+1 |
| | |||||
* | Bump version to 19.2.1 | Shane McDonald | 2021-06-14 | 1 | -0/+19 |
| | |||||
* | Remove outdated info from changelog | Shane McDonald | 2021-06-14 | 1 | -2/+0 |
| | |||||
* | Bump version and update for 19.2.0 | Shane McDonald | 2021-06-01 | 1 | -0/+13 |
| | |||||
* | Bump changelog and version files for 19.1.0 | Shane McDonald | 2021-05-01 | 1 | -0/+12 |
| | |||||
* | Update CHANGELOG.md | Jake McDermott | 2021-04-07 | 1 | -0/+1 |
| | |||||
* | Update version and changelog for version 19 | Shane McDonald | 2021-04-07 | 1 | -5/+16 |
| | |||||
* | Add some release notes for the next major version of AWX | Ryan Petrello | 2021-03-25 | 1 | -0/+6 |
| | |||||
* | add a CHANGELOG note about the move to Quay | Ryan Petrello | 2021-03-23 | 1 | -1/+1 |
| | |||||
* | a few changelog modifications for 18.0.0 | Ryan Petrello | 2021-03-23 | 1 | -1/+3 |
| | |||||
* | Update CHANGELOG.md18.0.0 | Shane McDonald | 2021-03-23 | 1 | -1/+2 |
| | |||||
* | Update some links and notes in the changelog | Jake McDermott | 2021-03-22 | 1 | -3/+3 |
| | |||||
* | Update CHANGELOG.md | Shane McDonald | 2021-03-22 | 1 | -1/+1 |
| | |||||
* | Fix changelog dates | Shane McDonald | 2021-03-22 | 1 | -2/+2 |
| | |||||
* | Revert "Remove search filtering from changelog" | Shane McDonald | 2021-03-22 | 1 | -0/+1 |
| | | | | This reverts commit f6fb3e0b41da23d50aacdf710bc6353f2a1da1ea. | ||||
* | Fixed changelog | mabashian | 2021-03-19 | 1 | -4/+1 |
| | |||||
* | Add line to changelog | mabashian | 2021-03-19 | 1 | -0/+4 |
| | |||||
* | Merge pull request #9208 from mabashian/job-output-search-2 | softwarefactory-project-zuul[bot] | 2021-03-19 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
| * | Adds line to changelog for output pagination | mabashian | 2021-03-18 | 1 | -0/+1 |
| | | |||||
* | | Remove search filtering from changelog | Shane McDonald | 2021-03-19 | 1 | -1/+0 |
| | | | | | | | | This has not landed yet | ||||
* | | Add changelog entries for installer directory and custom venv removals | Shane McDonald | 2021-03-18 | 1 | -1/+6 |
| | | |||||
* | | Bump version to 18.0.0 | Ryan Petrello | 2021-03-18 | 1 | -2/+25 |
|/ | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | add AceEditor to changelog | Keith J. Grant | 2021-03-10 | 1 | -0/+1 |
| | |||||
* | Merge pull request #9318 from mabashian/9223-notif-toast | softwarefactory-project-zuul[bot] | 2021-03-09 | 1 | -0/+1 |
|\ | | | | | | | | | Adds toast to notification template list whenever test notification finishes Reviewed-by: https://github.com/apps/softwarefactory-project-zuul | ||||
| * | Adds note to changelog about notification toasts | mabashian | 2021-03-08 | 1 | -0/+1 |
| | | |||||
* | | update the changelog w/ notes for 17.1.0 | Ryan Petrello | 2021-03-09 | 1 | -0/+4 |
|/ | |||||
* | Add sysjob data retention to schedules | Jake McDermott | 2021-02-24 | 1 | -0/+1 |
| | | | | | | | | | | * 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 | ||||
* | Adds note to changelog about pending workflow approval count | mabashian | 2021-02-18 | 1 | -0/+1 |
| | |||||
* | Add some items to the upcoming changelog | Jake McDermott | 2021-02-17 | 1 | -0/+13 |
| | |||||
* | Bump version to 17.0.1 & update changelog | Christian M. Adams | 2021-01-26 | 1 | -0/+4 |
| | |||||
* | Change the 17.0.0 date and make room for a bit more to land. | Ryan Petrello | 2021-01-21 | 1 | -1/+1 |
| | |||||
* | Bump version to 17.0.0 | Ryan Petrello | 2021-01-21 | 1 | -0/+24 |
| | |||||
* | Bump version to 16.0.0 | Ryan Petrello | 2020-12-10 | 1 | -2/+15 |
| | |||||
* | Remove mercurial support | Alan Rominger | 2020-12-01 | 1 | -1/+4 |
| | |||||
* | Bump version to 15.0.1 | Ryan Petrello | 2020-10-20 | 1 | -0/+16 |
| | |||||
* | Clarify behavioral changes from content syncing behavior in 15.0.0+ | Ryan Petrello | 2020-10-12 | 1 | -1/+2 |
| | | | | see: https://github.com/ansible/awx/issues/8341 | ||||
* | s/Tower/AWX | Ryan Petrello | 2020-09-30 | 1 | -2/+2 |
| | |||||
* | Clarify changelog addition to address CVE-2020-25626 | Ryan Petrello | 2020-09-30 | 1 | -1/+1 |
| | |||||
* | more 15.0.0 changelog | Ryan Petrello | 2020-09-29 | 1 | -1/+4 |
| | |||||
* | Bump version to 15.0.0 | Ryan Petrello | 2020-09-29 | 1 | -0/+16 |
| | |||||
* | add a changelog note about upgrade issues from 13.0 -> 14.0 | Ryan Petrello | 2020-09-01 | 1 | -0/+1 |
| | |||||
* | Merge pull request #7985 from ryanpetrello/release-14.1.0 | softwarefactory-project-zuul[bot] | 2020-08-25 | 1 | -1/+1 |
|\ | | | | | | | | | | | Bump version to 14.1.0 Reviewed-by: Christian Adams <rooftopcellist@gmail.com> https://github.com/rooftopcellist | ||||
| * | Bump version to 14.1.0 | Ryan Petrello | 2020-08-25 | 1 | -1/+1 |
| | | |||||
* | | add a changelog note about the channels_redis memory leak | Ryan Petrello | 2020-08-25 | 1 | -0/+1 |
|/ | |||||
* | Add Remote Archive SCM Type feature to CHANGELOG.md | Philip Douglass | 2020-08-21 | 1 | -0/+1 |
| | | | | Signed-off-by: Philip Douglass <philip.douglass@amadeus.com> |