softwarefactory-project-zuul[bot]
edc97a24b2
Merge pull request #9617 from shanemcd/derp
...
Use correct image for awx-manage inventory_import
Reviewed-by: Elijah DeLee <kdelee@redhat.com>
2021-03-18 22:09:11 +00:00
mabashian
8dec13a25d
Adds ouiaId's to session modal and buttons
2021-03-18 16:58:07 -04:00
beeankha
586019fe8f
Fix linting errors in credential input source test file
2021-03-18 15:18:57 -04:00
Shane McDonald
d7b8a20a75
Use correct image for awx-manage inventory_import
2021-03-18 15:18:47 -04:00
Shane McDonald
d98e4c304f
Fix paths used for detecting and copying awx-logos
2021-03-18 15:09:45 -04:00
mabashian
eb4dca9dc1
Fix padding on output search
2021-03-18 14:15:14 -04:00
mabashian
74460fa2d7
Adds ouiaId's to output page buttons
2021-03-18 14:08:55 -04:00
mabashian
ac06f9e432
Fix output search styling
2021-03-18 14:08:34 -04:00
mabashian
2c8d524b1a
Revert "Fix output search styling"
...
This reverts commit 46728a0931b27740262c1e91e53475574cf57c98.
2021-03-18 14:07:44 -04:00
mabashian
46728a0931
Fix output search styling
2021-03-18 14:07:13 -04:00
beeankha
39d785070c
Check for the existence of ansible.txt file explicitly
2021-03-18 13:51:54 -04:00
beeankha
dca29e756d
Update migration file order and name
2021-03-18 13:50:19 -04:00
beeankha
2a9d728b70
Set max string length to a wayyyy bigger number just in case
2021-03-18 12:55:48 -04:00
beeankha
ef6297377b
Enable Ansible version to be collected from EEs
2021-03-18 12:55:48 -04:00
mabashian
73fb332af3
Adds line to changelog for output pagination
2021-03-18 09:57:11 -04:00
mabashian
16ad68a6b0
Fix typo after merge conflict
2021-03-18 09:53:50 -04:00
mabashian
88c4feb3ae
Fix test after updating page index
2021-03-18 09:53:50 -04:00
mabashian
f65839ec8f
Move loading spinner inside output panel
2021-03-18 09:53:50 -04:00
mabashian
8e0a22c766
Fix page number when only fetching one row
2021-03-18 09:53:50 -04:00
mabashian
c0fb2ddbdc
Adds ability to cancel jobs from output page back in
2021-03-18 09:53:50 -04:00
mabashian
d60bec8155
Use delete item hook for job output delete
2021-03-18 09:53:50 -04:00
mabashian
98da019d12
Add support for filtering and pagination on job output
2021-03-18 09:53:50 -04:00
Alex Corey
40f0f5ddf7
fixes erroneous validation warning, template Jobs tab, job detail job type
2021-03-17 17:39:21 -04:00
softwarefactory-project-zuul[bot]
31124e07c6
Merge pull request #9589 from nixocio/ui_issue_9250
...
Do not allow user to modify EE managed by tower
Do not allow user to attempt to modify EE managed by tower.
See: #9250
Reviewed-by: Ryan Petrello <None>
Reviewed-by: Jake McDermott <yo@jakemcdermott.me>
Reviewed-by: Tiago Góes <tiago.goes2009@gmail.com>
2021-03-17 21:22:10 +00:00
softwarefactory-project-zuul[bot]
cb1ab742e8
Merge pull request #9595 from nixocio/ui_issue_9307
...
Add copy functionality to EE
Add copy functionality to EE.
See: #9307
Reviewed-by: Jake McDermott <yo@jakemcdermott.me>
Reviewed-by: Tiago Góes <tiago.goes2009@gmail.com>
2021-03-17 16:44:08 -04:00
softwarefactory-project-zuul[bot]
93093b9bc6
Merge pull request #9595 from nixocio/ui_issue_9307
...
Add copy functionality to EE
Add copy functionality to EE.
See: #9307
Reviewed-by: Jake McDermott <yo@jakemcdermott.me>
Reviewed-by: Tiago Góes <tiago.goes2009@gmail.com>
2021-03-17 20:33:56 +00:00
nixocio
5fa44c61d2
Add copy functionality to EE
...
Add copy functionality to EE.
See: https://github.com/ansible/awx/issues/9307
2021-03-17 15:49:39 -04:00
Alex Corey
7290de22e2
addes better tooltip selector
2021-03-17 15:38:58 -04:00
Alex Corey
10d95c9aef
Fixes silent error on SCM subform
2021-03-17 15:32:14 -04:00
softwarefactory-project-zuul[bot]
da74c61a09
Merge pull request #9606 from nixocio/ui_add_selectors
...
Improve selectors to ease testing
Improve selectors to ease testing
Reviewed-by: Keith Grant <None>
2021-03-17 18:12:22 +00:00
Tiago Goes
d93ef9f6de
add ouiaID
2021-03-17 14:35:00 -03:00
softwarefactory-project-zuul[bot]
209c5c9378
Merge pull request #9599 from kdelee/refactor_awxkit_fk_fields
...
refactor payload construction for awxkit
This fixes container_group creation to allow passing
"is_container_group" and "credential" to the "create" method
on instance groups, and refactors other page objects
to use a common utility function to eliminate copy-pasted code
This will help us update to set is_container_group correctly as is now needed since de52ade
Reviewed-by: Ryan Petrello <None>
2021-03-17 17:10:59 +00:00
softwarefactory-project-zuul[bot]
6b1110f1c3
Merge pull request #9570 from nixocio/ui_issue_9190
...
Remove custom virtual env
Remove custom virtual from the UI.
Also, surface missing-resource warnings on list items for UJTs that were using
custom virtualenvs. And related details page.
See: #9190
Also: #9207
Reviewed-by: Ryan Petrello <None>
Reviewed-by: Jake McDermott <yo@jakemcdermott.me>
Reviewed-by: Mat Wilson <mawilson@redhat.com>
2021-03-17 16:57:41 +00:00
nixocio
ec08997b63
Improve selectors to ease testing
...
Improve selectors to ease testing
2021-03-17 12:19:31 -04:00
softwarefactory-project-zuul[bot]
09150fe21d
Merge pull request #9542 from ryanpetrello/centrify
...
Add support for Centrify Vault as a credential plugin
replaces #8952
cc @surbhijain1502 @Asharma-bhavna @badrogh
Reviewed-by: Ryan Petrello <None>
Reviewed-by: Jake McDermott <yo@jakemcdermott.me>
Reviewed-by: Chris Meyers <None>
2021-03-17 14:52:25 +00:00
Elijah DeLee
3562be8317
refactor payload construction for awxkit
...
This fixes container_group creation to allow passing
"is_container_group" and "credential" to the "create" method
on instance groups, and refactors other page objects
to use a common utility function to eliminate copy-pasted code
2021-03-17 10:40:00 -04:00
Ryan Petrello
dc8115681a
bump the migration version number for Centrify
2021-03-17 10:20:11 -04:00
Ryan Petrello
6f0f56f4f6
verify all Centrify HTTPS requests
2021-03-17 10:19:03 -04:00
Ryan Petrello
1b2d457090
fix a bug in the Centrify Vault plugin
2021-03-17 10:19:03 -04:00
Ryan Petrello
764322b87b
more centrify fixes
2021-03-17 10:19:03 -04:00
Asharma-bhavna
51005c0342
Bugs identified during flake8 testing
2021-03-17 10:19:03 -04:00
Asharma-bhavna
cccd021d8b
Removed explicitly calling of python json module
2021-03-17 10:19:03 -04:00
Asharma-bhavna
18752a637f
Code changes suggested by AWX repo reviewer team
2021-03-17 10:19:03 -04:00
surbhijain1502
bbf283d1fd
Change namespace placing in the array
2021-03-17 10:19:03 -04:00
surbhijain1502
f83126643a
Removed account name as secret, query changed
2021-03-17 10:19:03 -04:00
surbhijain1502
d913d622d3
Centrify Vault Plugin
...
To read Inputs and fetch the data from PAS Portal
2021-03-17 10:19:03 -04:00
surbhijain1502
f062554e82
To test Centrify Vault Credential Source
2021-03-17 10:19:03 -04:00
surbhijain1502
2d0eae26bc
Adding Centrify plugin namespace to test
2021-03-17 10:19:03 -04:00
surbhijain1502
45937f0be3
Registering Centrify Plugin as entrypoint
...
Register Plugin
2021-03-17 10:19:03 -04:00
softwarefactory-project-zuul[bot]
e0d9100dc4
Merge pull request #9597 from shanemcd/oops
...
Dont require is_container_group in payload when creating InstanceGroups
Reviewed-by: Elijah DeLee <kdelee@redhat.com>
Reviewed-by: Ryan Petrello <None>
2021-03-16 21:19:58 +00:00