JST
36d3f9afdb
Merge pull request #12184 from marshmalien/2912-prefill-playbook
...
Autopopulate playbook field when there is one resource
2022-05-06 17:18:18 -03:00
Sarabraj Singh
df2d303ab0
fixing rm -Rf logic to delete contents of folder but leave parent folder intact
2022-05-06 15:41:34 -04:00
Alex Corey
05eba350b7
Adds sorting by type on the schedules list. Also adds functionality for bulk_data command to create schedules
2022-05-06 09:45:45 -04:00
Alexandre Bortoluzzi
1e12e12578
style: prettier file
2022-05-06 14:32:54 +02:00
Alexandre Bortoluzzi
bbdab82433
fix: user token list item tests
2022-05-06 14:26:10 +02:00
kialam
f7be6b6423
Remove timezone formatting for date picker entry. ( #12163 )
2022-05-05 16:46:38 -04:00
Marliana Lara
ba358eaa4f
Autopopulate playbook field when there is one resource
2022-05-05 16:12:26 -04:00
JST
162e09972f
Merge pull request #12172 from keithjgrant/11869-users-help-text
...
Add help text to user token detail
2022-05-05 15:35:14 -03:00
JST
2cfccdbe16
Merge pull request #12158 from nixocio/ui_issue_11862
...
Add help text popovers to /#/credentials details fields
2022-05-05 14:00:15 -03:00
Kersom
434fa7b7be
Merge pull request #12161 from nixocio/ui_css_details
...
Adding popover for details is showing breaking of words
2022-05-05 16:34:49 +03:00
Sarah Akus
2f8bdf1eab
Merge pull request #12173 from kialam/fix-12167-unresponsive-datepicker
...
Upgrade @patternfly/react-core.
2022-05-05 09:16:13 -04:00
Alexandre Bortoluzzi
e1705738a1
fix: french vocabulary
2022-05-05 12:51:35 +02:00
Alexandre Bortoluzzi
4cfb8fe482
feat: display token description on user tokens list page
2022-05-05 12:51:17 +02:00
Hao Liu
d52d2af4b4
change SELinux label for EE volume mount
...
- The `z` option indicates that the bind mount content is shared among multiple containers.
- The `Z` option indicates that the bind mount content is private and unshared.
If multiple container attempt to mount the same directory `Z` option will cause a raise condition where only the last container started will have access to the file.
Ref: https://docs.docker.com/storage/bind-mounts/#configure-the-selinux-label
Signed-off-by: Hao Liu <haoli@redhat.com>
2022-05-04 21:31:34 -04:00
Kia Lam
97fd3832d4
Upgrade @patternfly/react-core.
2022-05-04 14:19:21 -07:00
Keith J. Grant
3cedd0e0bd
add help text to user token detail
2022-05-04 13:23:28 -07:00
Rebeccah Hunter
507b1898ce
Update triage_replies.md
2022-05-04 15:28:28 -04:00
Kersom
e3fe9010b7
Merge pull request #12152 from ansible/dependabot/npm_and_yarn/awx/ui/devel/testing-library/react-12.1.5
...
Bump @testing-library/react from 12.1.4 to 12.1.5 in /awx/ui
2022-05-04 20:58:20 +03:00
Kersom
2c350b8b90
Merge pull request #12151 from ansible/dependabot/npm_and_yarn/awx/ui/devel/patternfly/patternfly-4.192.1
...
Bump @patternfly/patternfly from 4.183.1 to 4.192.1 in /awx/ui
2022-05-04 11:04:25 -04:00
nixocio
d74e258079
Add help text popovers to /#/credentials details fields
...
Add help text popovers to /#/credentials details fields
See: https://github.com/ansible/awx/issues/11862
2022-05-04 09:29:39 -04:00
nixocio
b03cabd314
Adding popover for details is showing breaking of words
...
Now that we are adding popovers for details pages, I noticed a couple of
strings wrapping in odd places, update css to avoid that.
Also `word-break: break-word` was deprecated.
2022-05-03 16:54:32 -04:00
Keith Grant
6a63af83c0
Merge pull request #12150 from keithjgrant/add-old-version-message-to-triage-replies
...
add old version message to triage replies
2022-05-03 11:47:07 -07:00
Alan Rominger
452744b67e
Delay update of artifacts and error fields until final job save ( #11832 )
...
* Delay update of artifacts until final job save
Save tracebacks from receptor module to callback object
Move receptor traceback check up to be more logical
Use new mock_me fixture to avoid DB call with me method
Update the special runner message to the delay_update pattern
* Move special runner message into post-processing of callback fields
2022-05-03 14:42:50 -04:00
mabashian
703a68d4fe
Don't repeatedly traverse workflow nodes when finding ancestors
2022-05-03 13:39:03 -04:00
dependabot[bot]
557893e4b0
Bump @patternfly/react-table from 4.67.19 to 4.75.2 in /awx/ui
...
Bumps [@patternfly/react-table](https://github.com/patternfly/patternfly-react ) from 4.67.19 to 4.75.2.
- [Release notes](https://github.com/patternfly/patternfly-react/releases )
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@4.67.19...@patternfly/react-table@4.75.2 )
---
updated-dependencies:
- dependency-name: "@patternfly/react-table"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-03 16:39:23 +00:00
dependabot[bot]
d7051fb6ce
Bump d3 from 7.1.1 to 7.4.4 in /awx/ui
...
Bumps [d3](https://github.com/d3/d3 ) from 7.1.1 to 7.4.4.
- [Release notes](https://github.com/d3/d3/releases )
- [Changelog](https://github.com/d3/d3/blob/main/CHANGES.md )
- [Commits](https://github.com/d3/d3/compare/v7.1.1...v7.4.4 )
---
updated-dependencies:
- dependency-name: d3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-03 16:38:37 +00:00
dependabot[bot]
867c50da19
Bump @testing-library/react from 12.1.4 to 12.1.5 in /awx/ui
...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 12.1.4 to 12.1.5.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v12.1.4...v12.1.5 )
---
updated-dependencies:
- dependency-name: "@testing-library/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-03 16:38:14 +00:00
dependabot[bot]
e8d76ec272
Bump @patternfly/patternfly from 4.183.1 to 4.192.1 in /awx/ui
...
Bumps [@patternfly/patternfly](https://github.com/patternfly/patternfly ) from 4.183.1 to 4.192.1.
- [Release notes](https://github.com/patternfly/patternfly/releases )
- [Changelog](https://github.com/patternfly/patternfly/blob/main/RELEASE-NOTES.md )
- [Commits](https://github.com/patternfly/patternfly/compare/prerelease-v4.183.1...prerelease-v4.192.1 )
---
updated-dependencies:
- dependency-name: "@patternfly/patternfly"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-03 16:37:37 +00:00
Keith J. Grant
c102c61532
add old version message to triage replies
2022-05-03 08:20:45 -07:00
John Westcott IV
adb2b0da89
Adding standard message for AWX release ( #12105 )
2022-05-03 09:24:48 -04:00
JST
3610008699
Merge pull request #12145 from marshmalien/4057-project-scm-type-details
...
Add SCM Type detail to job detail view
2022-05-03 10:09:35 -03:00
kialam
3b44838dde
Merge pull request #12146 from nixocio/ui_all
...
Update dependabot
2022-05-02 14:46:58 -07:00
nixocio
0205d7deab
Update dependabot
...
dependency-type to be direct
2022-05-02 17:15:54 -04:00
Marliana Lara
dd47829bdb
Add SCM Type detail to job details
2022-05-02 16:25:46 -04:00
JST
e7e72d13a9
Merge pull request #12137 from keithjgrant/10831-inventory-source-project-validation
...
remove incorrect form error message in inv source
2022-05-02 17:00:15 -03:00
kialam
4bbdf1ec8a
Merge pull request #12138 from kialam/add-directory-dependabot
...
Add directory destination to dependabot yaml file
2022-05-02 12:30:53 -07:00
Kia Lam
4596df449e
Add directory.
2022-05-02 12:07:50 -07:00
Christian M. Adams
2b0846e8a2
Bump Receptorctl to 1.2.3
2022-05-02 14:41:04 -04:00
Kersom
ecbb636ba1
Merge pull request #12136 from nixocio/ui_fix_css_schedules
...
Align items on schedule form
2022-05-02 14:29:57 -04:00
Keith J. Grant
e3aed9dad4
remove incorrect form error message in inv source
2022-05-02 10:34:33 -07:00
JST
213983a322
Merge pull request #12078 from AlexSCorey/12058-CleanUpReactWarnings
...
Cleans up some console warnings.
2022-05-02 13:13:20 -03:00
nixocio
2977084787
Align items on schedule form
...
Align items on schedule form
2022-05-02 11:11:34 -04:00
Sarah Akus
b6362a63cc
Merge pull request #12134 from ansible/add-deleted-inventory-locator-for-JT-detail
...
add new locator for deleted inventory in JT detail screen
2022-04-29 16:18:45 -04:00
akus062381
7517ba820b
add new locator for deleted inventory
2022-04-29 15:57:32 -04:00
Alan Rominger
29d60844a8
Fix notification timing issue by sending in the latter of 2 events ( #12110 )
...
* Track host_status_counts and use that to process notifications
* Remove now unused setting
* Back out changes to callback class not needed after all
* Skirt the need for duck typing by leaning on the cached field
* Delete tests for deleted task
* Revert "Back out changes to callback class not needed after all"
This reverts commit 3b8ae350d218991d42bffd65ce4baac6f41926b2.
* Directly hardcode stats_event_type for callback class
* Fire notifications if stats event was never sent
* Remove test content for deleted methods
* Add placeholder for when no hosts matched
* Make field default be None, denote events processed with empty dict
* Make UI process null value for host_status_counts
* Fix tracking of EOF dispatch for system jobs
* Reorganize EVENT_MAP into class properties
* Consolidate conditional I missed from EVENT_MAP refactor
* Give up on the null condition, also applies for empty hosts
* Remove cls position argument not being used
* Move wrapup method out of class, add tests
2022-04-29 13:54:31 -04:00
Alex Corey
41b0607d7e
Merge pull request #12108 from marshmalien/org-host-credTypes-helpText
...
Add organization, host, and credential type detail view help text
2022-04-29 13:13:41 -04:00
John Westcott IV
13f7166a30
Fixing write location of ssh_key-data-cert.pub ( #12122 )
2022-04-29 12:22:09 -04:00
Sarah Akus
0cc9b84ead
Merge pull request #11998 from mabashian/344-host-count
...
Adds total host count to inv and smart inv details views
2022-04-29 10:37:26 -04:00
JST
68ee4311bf
Merge pull request #12128 from mabashian/11990-schedule-prompt-tags-v2
...
Add tags/skip tags to the list of things that will cause the Prompt button to be displayed on the schedule form
2022-04-28 17:23:13 -03:00
Alex Corey
6e6c3f676e
Merge pull request #12120 from AlexSCorey/addDependabot
...
Add dependabot for ui
2022-04-28 15:43:03 -04:00