John Westcott IV
cfdba959dd
Falling back to project.status if the last project sync job was deleted ( #12215 )
2022-05-12 12:22:04 -04:00
John Westcott IV
78660ad0a2
Updated dependencies to reduce issues with dependabot and container scanning ( #12180 )
...
Modify updater.sh to remove the local path references.
2022-05-12 09:25:36 -04:00
kialam
70697869d7
Merge pull request #12220 from kialam/add-popover-detail-job-templates
...
Fix pop over text for job template details page.
2022-05-11 18:34:42 -07:00
Kia Lam
10e55108ef
Fix pop over text for job template details page.
2022-05-11 16:14:58 -07:00
JST
d4223b8877
Merge pull request #12204 from kialam/add-popover-detail-job-templates
...
Add popover text to JT and WJT details pages.
2022-05-11 17:39:47 -03:00
Shane McDonald
9537d148d7
Merge pull request #12175 from TheRealHaoLiu/change-ee-container-volume-selinux-label
...
change SELinux label for EE volume mount
2022-05-11 16:00:02 -04:00
Kia Lam
a133a14b70
Fix unit tests.
2022-05-11 12:29:32 -07:00
Jeff Bradberry
4ca9e9577b
Merge pull request #12216 from jangel97/devel
...
add param all_pages to method export_assets
2022-05-11 14:51:50 -04:00
Jose Angel Morena
44986fad36
set all_pages to True by default in get_method
2022-05-11 19:54:26 +02:00
Jose Angel Morena
eb2fca86b6
set all_pages to True by default in get_method
2022-05-11 19:52:32 +02:00
Kia Lam
6e87b29e92
Add help text to JT and WJT forms.
2022-05-11 09:10:22 -07:00
Kia Lam
be1d0c525c
Add popover text to JT and WJT details pages.
2022-05-11 09:10:21 -07:00
Alex Corey
0787cb4fc2
Merge pull request #12185 from AlexSCorey/8690-SortSchedulesByType
...
Adds sorting by type on the schedules list
2022-05-11 10:57:10 -04:00
Alex Corey
e8e2f820d2
Merge pull request #12153 from ansible/dependabot/npm_and_yarn/awx/ui/devel/d3-7.4.4
...
Bump d3 from 7.1.1 to 7.4.4 in /awx/ui
2022-05-11 10:35:29 -04:00
Alan Rominger
aaad634483
Only use in-memory cache for database settings, set ttl=5 ( #12166 )
...
* Only use in-memory cache for database settings
Make necessary adjustments to monkeypatch
as it is very vunerable to recursion
Remove migration exception that is now redundant
Clear cache if a setting is changed
* Use dedicated middleware for setting cache stuff
Clear cache for each request
* Add tests for in-memory cache
2022-05-10 21:58:22 -04:00
Jeff Bradberry
f3725c714a
Merge pull request #12119 from kimbernator/devel
...
Remove hardcoded public schema in cleanup_jobs.py
2022-05-10 17:14:11 -04:00
Alex Corey
fc1a3f46f9
Merge pull request #12154 from ansible/dependabot/npm_and_yarn/awx/ui/devel/patternfly/react-table-4.75.2
...
Bump @patternfly/react-table from 4.67.19 to 4.75.2 in /awx/ui
2022-05-10 17:10:16 -04:00
Sarabraj Singh
bfa5feb51b
Merge pull request #12205 from sarabrajsingh/revert-and-fix-12186
...
Revert and fix 12186
2022-05-10 15:29:56 -04:00
Sarabraj Singh
4c0813bd69
deleting folder contents using find command
2022-05-10 14:43:27 -04:00
Sarabraj Singh
9b0b0f2a5f
Revert "fixing rm -Rf logic to delete contents of folder but leave parent folder intact"
...
This reverts commit df2d303ab0a92b6daf0714bf3a30a2de4fb77e4e.
2022-05-10 14:06:09 -04:00
JST
e87c121f8f
Merge pull request #12156 from mabashian/large-workflow-crash
...
Don't repeatedly traverse workflow nodes when finding ancestors
2022-05-10 14:41:49 -03:00
Sarabraj Singh
dfea9cc526
Merge pull request #12186 from sarabrajsingh/bugfix-delete-on-update-11733
...
fixing rm -Rf logic to delete contents of folder
2022-05-09 16:08:39 -04:00
Rebeccah Hunter
0d97a0364a
Merge pull request #12170 from ansible/give_us_the_deets
...
Update triage_replies give us more info
2022-05-09 15:22:57 -04:00
kialam
1da57a4a12
Merge pull request #12191 from kialam/fix-12188-undefined-wf-approval-list
...
Fix deleted wf approval node name.
2022-05-09 11:16:21 -07:00
Rebeccah Hunter
b73078e9db
Merge pull request #11373 from rebeccahhh/fix-settings_cache_threading_awx
...
add lock to cachetools usage
2022-05-09 13:56:16 -04:00
Kia Lam
b17f22cd38
Fix unit tests.
2022-05-09 10:55:51 -07:00
Alex Corey
7b225057ce
Merge pull request #12198 from AlexSCorey/fixPRLabeler
...
Prevents the api label from being added to UI only PRs
2022-05-09 13:25:51 -04:00
Alex Corey
8242078c06
Prevents the api label from being added to UI only PRs
2022-05-09 11:17:22 -04:00
John Westcott IV
a86740c3c9
Adding ability to start and plumb splunk instance ( #12183 )
2022-05-09 09:50:28 -04:00
Kia Lam
cbde56549d
Fix deleted wf approval node name.
2022-05-06 13:51:16 -07:00
CWollinger
385a94866c
add tooltip for checkbox in DataListToolbar ( #12133 )
...
Signed-off-by: CWollinger <CWollinger@web.de>
2022-05-06 16:36:07 -04:00
chris meyers
21972c91dd
add lock to cachetools usage
...
* We observed daphne giving tracebacks when accessing logging settings.
Originally, configure tower in tower settings was no a suspect because
daphne is not multi-process. We've had issues with configure tower in
tower settings and multi-process before. We later learned that Daphne
is multi-threaded. Configure tower in tower was back to being a
suspect. We constructed a minimal reproducer to show that multiple
threads accessing settings can cause the same traceback that we saw in
daphne. See
https://gist.github.com/chrismeyersfsu/7aa4bdcf76e435efd617cb078c64d413
for that recreator. These fixes stop the recreation.
2022-05-06 16:24:36 -04:00
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
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
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