Alex Corey
622ec69216
fixes tooltip
2021-10-04 14:17:13 -04:00
Tiago Góes
a31b2d0259
Merge pull request #11192 from AlexSCorey/11191-fix
...
Fixes delete message
2021-10-04 12:39:19 -03:00
Tiago Góes
b13c076881
Merge pull request #11148 from AlexSCorey/11105-UpdatePF
...
Updates PF dependencies, and Instance Toggle labels
2021-10-04 12:29:36 -03:00
Alex Corey
c429a55382
Fixes delete message
2021-10-04 10:58:48 -04:00
Alex Corey
20c4b21c39
Sufrace ALLOW_JINJA_IN_EXTRA_VARS on the job settings page
2021-10-04 10:24:26 -04:00
Jim Ladd
815a45cf2f
call 'work cancel' on inactive controller jobs
2021-10-01 12:55:06 -07:00
Sarah Akus
0b66b61dd6
Merge pull request #11184 from akus062381/user-date-detail-revised
...
change locator- UserDateDetail
2021-10-01 15:07:24 -04:00
akus062381
7c011a1796
fix commit problem, user date detail
...
fix commit problem, user date detail
2021-10-01 14:51:03 -04:00
Sarah Akus
bf8859f401
Merge pull request #11171 from nixocio/ui_issue_11169
...
Fix subform for AAP for inventory source
2021-10-01 12:46:02 -04:00
Sarah Akus
c14d5ec59e
Merge pull request #11158 from AlexSCorey/11137-FixSurveyIntegerValidation
...
Properly validates Integer Survey Question with min value of 0
2021-10-01 12:36:19 -04:00
nixocio
a3d7901d5f
Fix translation for instance list
...
Fix translation for instance list. Issue was just visible on production
build.
See:https://github.com/ansible/awx/issues/11150
2021-09-30 09:01:01 -04:00
mabashian
d0a13cb12a
Adds test coverage for parsing and prefilling form fields from query params on EE add form
2021-09-29 16:59:16 -04:00
nixocio
003bf29dce
Fix subform for AAP for inventory source
...
Fix subform for AAP for inventory source
See: https://github.com/ansible/awx/issues/11169
2021-09-29 16:53:48 -04:00
mabashian
71c72f74a1
Add support for name and description query params on ee add
2021-09-29 16:45:07 -04:00
Alex Corey
adaa24a562
Properly validates Integer Survey Question with min value of 0
2021-09-29 15:02:22 -04:00
mabashian
ad24fe7017
Remove cred from potential hub params
2021-09-29 13:57:27 -04:00
mabashian
e5578a8ef3
Fix bad merge conflict resolution
2021-09-29 13:55:30 -04:00
Marliana Lara
8e34898b4e
Redirect with query params and update EE form with hub image data
2021-09-29 11:22:56 -04:00
Sarah Akus
b9131b9e8b
Merge pull request #11157 from nixocio/ui_issue_11113
...
Redirect system path to management on jobs URL
2021-09-29 10:05:06 -04:00
Alan Rominger
7c9626b0e7
Fix bug that would run --worker-info health checks on control or hybrid nodes ( #11161 )
...
* Fix bug that would run health check on control nodes
* Prevent running execution node health check against main cluster nodes
2021-09-29 09:34:22 -04:00
Satoe Imaishi
f3f781917a
Skip pbr license check if ansible-runner isn't a released version
2021-09-28 11:07:30 -04:00
nixocio
4398c7c777
Redirect system path to management on jobs URL
...
When user attempts to access `/jobs/system/66` redirect to
`/jobs/management/66`.
This will catch management jobs notifications, for instance, and redirect to
the proper URL.
See:#11113
2021-09-28 10:23:57 -04:00
Alex Corey
0b0d049071
Updates PF dependencies, and Instance Toggle labels
2021-09-27 17:26:39 -04:00
Kersom
87105a654c
Merge pull request #11147 from kialam/fix-logout-react-console-error
...
Wrap `setAuthRedirectTo` in useEffect.
2021-09-27 16:57:30 -04:00
Kia Lam
32651db4e9
Wrap setAuthRedirectTo in useEffect.
2021-09-27 10:58:49 -07:00
Marcelo Moreira de Mello
270f6c4abd
Merge pull request #11143 from tchellomello/fix_streamtls_when_not_present
...
Fixed logic to avoid tracebacks when node_name is invalid
2021-09-27 11:49:11 -04:00
Alan Rominger
3664cc3369
Disable autodiscovery except for docker-compose ( #11142 )
2021-09-27 11:36:11 -04:00
Marcelo Moreira de Mello
2204e03123
Fixed logic to avoid tracebacks when node_name is invalid
2021-09-27 11:28:28 -04:00
Sarah Akus
7b6befa3d2
Merge pull request #11134 from nixocio/ui_issue_11127
...
Do not display EE if a job was canceled
2021-09-27 11:10:36 -04:00
Sarah Akus
84bc91defd
Merge pull request #11132 from nixocio/ui_issue_6302
...
Break lines for long strings on main lists
2021-09-27 11:05:14 -04:00
nixocio
2dca92c788
Do not display EE if a job was canceled
...
Do not display EE if a job was canceled. Since the API is returning null
for the value of the EE for this particular scenario.
See: https://github.com/ansible/awx/issues/11127
2021-09-27 08:33:50 -04:00
Marcelo Moreira de Mello
6d4b4cac37
Project updates must run on controller nodes
...
For project updates jobs triggered due a job template run,
we must ensure that project_update job to run on at the same
controller which dispatched the original job template, otherwise
the job might fail for being unable to find the playbook YAML file.
2021-09-25 23:05:45 -04:00
Alan Rominger
3fc63489f1
Filter controller_node selection to online nodes ( #11120 )
2021-09-24 23:01:32 -04:00
nixocio
e8cd8c249c
Break lines for long strings on main lists
...
Break lines for long strings on main lists to avoid horizontal
scrolling.
Main goal of this change is to avoid actions items to be hidden on the
main lists.
See: https://github.com/ansible/awx/issues/6302
2021-09-24 15:38:25 -04:00
Marcelo Moreira de Mello
471f47cd9e
Merge pull request #11093 from ansible/receptor_control_service_tls
...
Introduce the control-service TLS support on receptor
2021-09-24 12:26:19 -04:00
Rebeccah Hunter
e5dbb592fa
Merge pull request #11074 from rebeccahhh/no_duplicate_uuids
...
prevent duplicate UUIDs from being created and allow users to update hostnames based on uuid
2021-09-24 11:52:55 -04:00
Shane McDonald
44466a3e76
Merge pull request #11077 from shanemcd/nightly-receptorctl
...
Install receptorctl from new nightly url
2021-09-24 11:40:29 -04:00
Wambugu “Innocent” Kironji
d6ef84e9e2
Merge pull request #11122 from nixocio/ui_issue_10942
...
Update empty survey list
2021-09-24 10:40:41 -04:00
Shane McDonald
c4d8485c81
Update license test to work with http(s) urls in requirements files
2021-09-24 10:16:11 -04:00
Kersom
2c7d9320e2
Merge pull request #11125 from nixocio/ui_remove_component
...
Remove unused component VariablesInput
2021-09-23 17:10:01 -04:00
Alex Corey
fd3a82d430
Merge pull request #11123 from AlexSCorey/11028-MeshFix
...
Removes receptor instances from select option on metrics screen
2021-09-23 16:16:38 -04:00
nixocio
3a776ccbff
Update empty survey list
...
Update empty survey list to be as the remaining lists.
See: https://github.com/ansible/awx/issues/10942
2021-09-23 15:32:15 -04:00
kialam
f96ed11a87
Merge pull request #11107 from kialam/fix-10785-ee-revert-button
...
Wrap ExecutionEnv Lookup in SettingGroup component.
2021-09-23 14:17:45 -04:00
Alex Corey
86f8ced486
Removes receptor instances from select option on metrics screen
2021-09-23 14:17:26 -04:00
nixocio
940f055412
Remove unused component VariablesInput
...
Remove unused component VariablesInput
See: https://github.com/ansible/awx/pull/11102/files
2021-09-23 13:54:56 -04:00
Kia Lam
d7f1f0c7e6
Remove validation and unused vars for EE Lookup.
2021-09-23 10:23:51 -07:00
Marcelo Moreira de Mello
045785c36f
Refactored get_conn_type() method to use Enum
2021-09-23 10:51:50 -04:00
Marcelo Moreira de Mello
45600d034d
Initial StreamTLS support for receptor nodes
2021-09-23 10:50:17 -04:00
Alex Corey
33c7f0b5fc
Merge pull request #11104 from AlexSCorey/8826-ErroneousFormValidation
...
Prevents form validation on cancel button click
2021-09-23 10:01:35 -04:00
Alan Rominger
62e9e7ea80
Avoid setting controller_node to an execution node for container jobs ( #11117 )
2021-09-23 09:16:10 -04:00