1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00
Commit Graph

13456 Commits

Author SHA1 Message Date
Aaron Tan
c40614b8a4 Revert adding custom paginator. 2017-06-28 15:49:55 -04:00
Ryan Petrello
7e06acd206 Merge pull request #6778 from ryanpetrello/fix-6748
minor tinkering to isolated key generation
2017-06-28 15:37:38 -04:00
Ryan Petrello
a4b00cf485 minor tinkering to isolated key generation 2017-06-28 15:32:31 -04:00
AlanCoding
c1ff41fa45 get logging test endpoint to work again
The handler and formatter classes are expecting an object
and the previous method passed a dict, so this change converts
the data into a mock settings object.
2017-06-28 15:10:18 -04:00
Shane McDonald
4a8e8d4fbf ansible-tower-isolated RPM 2017-06-28 15:02:34 -04:00
Shane McDonald
4e24a77370 Clean up rpm-sign 2017-06-28 15:02:34 -04:00
Michael Abashian
123088c1c2 Tweaked 403 error message 2017-06-28 14:03:46 -04:00
Alan Rominger
7d283f1dfd Merge pull request #6764 from AlanCoding/management_json_bug
Fix bug where isolated management jobs could not load JSON output
2017-06-28 11:52:22 -04:00
Michael Abashian
4cbc306b68 Added awRange directive which watches min/max values for changes and updates validation accordingly. 2017-06-28 11:49:50 -04:00
AlanCoding
05bcd4b674 fix bug where isolated management jobs could not load JSON output 2017-06-28 11:41:30 -04:00
Jared Tabor
cd4fdb0149 Merge pull request #6758 from jaredevantabor/host-event-modal-resize
making host event modal resizable
2017-06-28 08:19:49 -07:00
Ryan Petrello
bd3bfbe1d1 Merge pull request #6640 from ryanpetrello/remove_use_venv
remove ANSIBLE_USE_VENV and TOWER_USE_VENV
2017-06-28 10:22:09 -04:00
Alan Rominger
79e71d77a1 Merge pull request #6727 from AlanCoding/delegate_registration
Move isolated registrations to the isolated role
2017-06-28 09:45:25 -04:00
Jared Tabor
fcfd71f255 making host event modal resizable
and draggable
2017-06-27 16:39:48 -07:00
Michael Abashian
61b307890d fixed smart float validation when float field is not required 2017-06-27 17:22:58 -04:00
Ryan Petrello
942b39f284 Merge pull request #6753 from ryanpetrello/fix-6737
fix a bug that prevents unpriveleged users from listing CredentialTypes
2017-06-27 17:19:07 -04:00
Aaron Tan
1a75b1836e Trim querystring from reverse outcome. 2017-06-27 17:03:16 -04:00
Ryan Petrello
b0e51b42d8 fix a bug that prevents unpriveleged users from listing CredentialTypes
see: #6737
2017-06-27 16:47:02 -04:00
Alan Rominger
70c11879a4 Merge pull request #6698 from AlanCoding/6690
Do not show related link if null
2017-06-27 16:03:33 -04:00
Ryan Petrello
0d0fb297b3 Merge pull request #6751 from ryanpetrello/devel
fix a bug in AES -> fernet encryption migration
2017-06-27 15:28:17 -04:00
Ryan Petrello
65ace1f446 fix a bug in AES -> fernet encryption migration
see: #6747
2017-06-27 15:07:44 -04:00
Michael Abashian
64d66dde2b Merge pull request #6749 from mabashian/6661-6660-insights
Changed store_facts to use_fact_cache and
2017-06-27 13:36:15 -04:00
Michael Abashian
9618b3aca6 Changed store_facts to use_fact_cache and added ANSIBLE_FACT_CACHE_TIMEOUT to the jobs config form 2017-06-27 12:21:42 -04:00
Michael Abashian
70d856b35e Merge pull request #6724 from mabashian/3201-labels-pagination
Fixed GET labels pagination on job templates and workflows
2017-06-27 12:14:48 -04:00
Michael Abashian
49cf8f1e75 Merge branch 'devel' into 3201-labels-pagination 2017-06-27 11:59:12 -04:00
Jared Tabor
5d8e3161d1 Merge pull request #6740 from jaredevantabor/page-size
Adding View Per Page for pagination
2017-06-27 08:54:20 -07:00
Ryan Petrello
aaff005234 Merge pull request #6745 from ryanpetrello/fix-6659
RFC: install a randomized RSA key for controller -> isolated rampart auth
2017-06-27 11:52:36 -04:00
Jared Tabor
3acedad966 Merge pull request #6742 from jaredevantabor/ctit-revert-all
Revert all should only revert the fields on the current tab
2017-06-27 08:50:26 -07:00
Jared Tabor
f5d757e444 Merge pull request #6743 from jaredevantabor/insights
Hide "Remediate Inventory" button on ADD
2017-06-27 08:49:28 -07:00
Michael Abashian
1be8f0e17a Moved recursive label gathering out into a service. Added NextPage factory that can be leveraged when fetching a resource with multiple pages (like labels) 2017-06-27 11:35:33 -04:00
Ryan Petrello
3000f52a92 install a randomized RSA key for controller -> isolated rampart auth
see: #6507
2017-06-27 10:53:44 -04:00
Michael Abashian
78ba96b541 Merge pull request #6730 from mabashian/6663-multiselect-dropdown
Fixed multi-select survey questions on launch
2017-06-27 10:09:29 -04:00
Michael Abashian
e107bc6cc9 Merge pull request #6739 from mabashian/4556-delete-last-item-page
Fixed deleting last resource on a page 404 error
2017-06-27 10:08:59 -04:00
Michael Abashian
b3643f85db Merge pull request #6716 from mabashian/inventory-credential-modal
Fixed inventory credential_type lookup search tag
2017-06-27 10:08:05 -04:00
Michael Abashian
4616de363e Merge pull request #6715 from mabashian/remove-clearscope
Removed ClearScope service in favor of logic in stateChangeStart
2017-06-27 10:07:40 -04:00
Jared Tabor
f7b13dd990 fix for #6667 for the remidiate inventory button 2017-06-26 15:54:17 -07:00
Jared Tabor
d6c1842de9 Revert all should only revert the fields on the current tab
instead of reverting all the settings, throughout CTiT
2017-06-26 15:24:51 -07:00
Jared Tabor
4c0702ef3c Adding View Per Page for pagination
hooking up page size selector with paginate controller

hiding view per page on lookups

fixing some bugs with pagination

and completed jobs pagination for inventories and templates
2017-06-26 14:01:30 -07:00
Ryan Petrello
2d9df199c6 Merge pull request #6736 from ryanpetrello/fix-6659
make isolated rampart settings API-configurable
2017-06-26 16:55:10 -04:00
Greg Considine
8d39cee5f5 Merge pull request #6731 from gconsidine/ui/component-hardening
Ui/component hardening
2017-06-26 16:32:08 -04:00
Michael Abashian
da0dfdbe13 Fixed deleting last resource on a page 404 error 2017-06-26 16:23:34 -04:00
gconsidine
fd0c67be0c Remove unused components 2017-06-26 16:23:05 -04:00
Ryan Petrello
bfb7ad15ae make isolated rampart settings API-configurable
see: #6659
2017-06-26 15:47:14 -04:00
Marliana Lara
6ef7b88675 Merge pull request #6704 from marshmalien/fix/pendingInvDeleteState
Add Pending Delete flag to Inventories during pending_deletion state
2017-06-26 14:06:47 -04:00
AlanCoding
e4fa060cf2 document namings you should never use 2017-06-26 13:54:36 -04:00
Marliana Lara
5e5aae04c0 Hide status icons during pending deletion 2017-06-26 13:18:21 -04:00
Marliana Lara
b8d6a39bac Remove unnecessary CSS selector 2017-06-26 13:18:21 -04:00
Marliana Lara
af76d7899a Add Pending Delete flag to Inventories during pending_deletion state
* See #5788 and #6279
2017-06-26 13:18:21 -04:00
Aaron Tan
fbb1912e98 Merge pull request #6723 from jangsutsr/6208_add_tacacsplus_configuration_validation
Add Tower configuration category validation for TACACS+
2017-06-26 13:10:44 -04:00
gconsidine
523170491c Add role_level to org lookup query string 2017-06-26 12:50:47 -04:00