Ryan Petrello
d09872d13a
fix a bug which breaks inventory update stdout downloads
...
see: https://github.com/ansible/ansible-tower/issues/7363
see: https://github.com/ansible/ansible-tower/issues/7337
2017-08-01 10:48:40 -04:00
AlanCoding
f794472b3d
fix bug introduced with anon user activity stream entries
2017-08-01 10:43:49 -04:00
Marliana Lara
a1ee7c6581
Fix window jump when clicking on show/hide button
2017-08-01 10:42:52 -04:00
jlmitch5
0fe88a8deb
Merge pull request #122 from jlmitch5/credentialTypeActivityStream
...
Credential type activity stream
2017-08-01 10:42:03 -04:00
jlmitch5
9b7032709b
Merge pull request #129 from jlmitch5/fixSourceVars
...
Fix source vars
2017-08-01 10:41:47 -04:00
Matthew Jones
6719fd6836
Set a default TTL for celery event queue messages
2017-08-01 10:37:12 -04:00
Shane McDonald
ac9fcdb63e
Bump setuptools version
...
This addresses a bug I was seeing when running `pip download setuptools --no-binary=:all:`.
2017-08-01 10:13:04 -04:00
Michael Abashian
27cc4542ed
Merge pull request #43 from mabashian/7237-smart-host-tooltip
...
Updated smart hosts popover contents
2017-08-01 09:48:20 -04:00
mabashian
763dcbd93e
Added host fact search example to host filter popover
2017-08-01 09:33:35 -04:00
mabashian
736df410e6
Updated smart hosts popover contents
2017-08-01 09:33:34 -04:00
Ryan Petrello
f56fe13f54
Merge pull request #126 from ryanpetrello/fix-6417
...
filter Python unicode string prefix from jsonschema validation errors.
2017-08-01 09:15:00 -04:00
Michael Abashian
f06f75caee
Merge pull request #112 from mabashian/7326-credential-pagination
...
Reset the credential query param page to 1 when the type dropdown is changed
2017-08-01 08:08:21 -04:00
Michael Abashian
d69f8ace34
Merge pull request #111 from mabashian/7270-portal-job-link
...
Correctly link to job details from portal jobs list
2017-08-01 08:08:10 -04:00
Michael Abashian
177f4d1563
Merge pull request #110 from mabashian/7280-instance-group-lookup
...
Check selected rows when instance groups modal list is updated
2017-08-01 08:07:56 -04:00
Michael Abashian
a02670521e
Merge pull request #108 from mabashian/7271-permissions-sorting
...
Fixed permissions checkboxes on list contents change
2017-08-01 08:04:08 -04:00
Jared Tabor
74f5c56607
changing url for role_level for projects
2017-07-31 15:37:17 -07:00
Marliana Lara
09303d4d55
Merge pull request #125 from marshmalien/fix/7348-workflowEditorBorder
...
Fix Workflow Editor border
2017-07-31 17:18:50 -04:00
Marliana Lara
8a859edc7c
Merge pull request #128 from marshmalien/fix/7351-JobTemplateMultiSelectField
...
Job Template Label Field Style
2017-07-31 17:18:10 -04:00
gconsidine
bdb2bbbd41
Add Config model
...
* Add ability to configurably cache API responses per model
* Fix general error display on credentials
* Add current version from API to the documentation link
2017-07-31 17:07:25 -04:00
Jared Tabor
71fefc42a5
creating CanRemdiate flag for permissions
...
to remediate an inventory
2017-07-31 13:56:16 -07:00
Alan Rominger
d42aac5fa4
Merge pull request #48 from AlanCoding/user_name_deletion
...
impersonate requesting user in inventory deletion task
2017-07-31 16:51:20 -04:00
AlanCoding
2f8a7de6bd
remove --hostnames option for registering nodes
2017-07-31 16:44:57 -04:00
John Mitchell
5f02b9269c
fix source vars population
2017-07-31 16:41:45 -04:00
Marliana Lara
6b50a44d11
Set a max-height on Select2 Multiselect fields
2017-07-31 16:13:27 -04:00
AlanCoding
55cc23a712
impersonate requesting user in inventory deletion task
2017-07-31 16:06:36 -04:00
Marliana Lara
ecd29af4e9
Fix Workflow Editor border
2017-07-31 15:37:41 -04:00
Alan Rominger
faa40b23e2
Merge pull request #118 from AlanCoding/no_active_task_list
...
remove support for celery_active_tasks
2017-07-31 15:25:53 -04:00
Ryan Petrello
63273d8ffd
filter Python unicode string prefix from jsonschema validation errors.
...
see: https://github.com/ansible/ansible-tower/issues/6417
2017-07-31 15:22:19 -04:00
Alan Rominger
e686e07ca7
Merge pull request #120 from AlanCoding/retry_delete2
...
retry to delete inventory in deadlocks
2017-07-31 15:10:55 -04:00
Ryan Petrello
9c29b0a92f
Merge pull request #124 from ryanpetrello/fix-7335
...
force python-ldap to create a new SSL context for OPT_X_TLS_REQUIRE_CERT
2017-07-31 15:04:50 -04:00
AlanCoding
9572b429ad
remove support for celery_active_tasks
2017-07-31 15:02:22 -04:00
Alan Rominger
60eba9fbe2
Merge pull request #104 from AlanCoding/extra_cred_restart
...
Fix RBAC bugs in job relaunch with prompted extra_credentials
2017-07-31 14:59:06 -04:00
Christian Adams
ff01ab063c
Merge pull request #121 from rooftopcellist/smart_inventory_revert
...
Inventory update endpoint now returns empty list
2017-07-31 14:30:10 -04:00
Marliana Lara
66d064ae1d
Merge pull request #123 from marshmalien/ux/fix/hipchatColorDropdown
...
[UX] Hipchat Color Dropdown
2017-07-31 14:10:12 -04:00
Ryan Petrello
147d795fa0
force python-ldap to create a new SSL context for OPT_X_TLS_REQUIRE_CERT
...
according to the internet, this is a thing that is necessary for
python-ldap:
71024518db (diff-1a5a32c6cc1ae9767cb2008703e4534fR41)
https://stackoverflow.com/a/29722445
https://stackoverflow.com/a/38136255
see: https://github.com/ansible/ansible-tower/issues/7335
2017-07-31 13:59:36 -04:00
Aaron Tan
cc481aa33b
Clear related job templates when inventory is deleted
2017-07-31 13:47:58 -04:00
AlanCoding
9d4fd44127
retry to delete inventory in deadlocks
2017-07-31 13:43:33 -04:00
John Mitchell
0673e21e4b
make activity stream cred types work
2017-07-31 13:37:10 -04:00
adamscmRH
6cb0cbd4f7
Inventory update endpoint now returns empty list
2017-07-31 13:25:04 -04:00
Marliana Lara
4bcd72b1ed
Modify Hipchat input field to behave like a dropdown
...
* Fixed UX issues
2017-07-31 13:24:26 -04:00
Alan Rominger
9d1853f6df
Merge pull request #117 from AlanCoding/add_job_type
...
add job_type to job summary fields
2017-07-31 12:12:08 -04:00
Matthew Jones
e64d13486f
Remove Tower reference from email backend
2017-07-31 12:00:39 -04:00
Christian Adams
fb850d9644
Merge pull request #113 from rooftopcellist/smart_inventory_edit
...
Changes Smart Inventory Error Message
2017-07-31 11:57:53 -04:00
Jim Ladd
98d2ca5b16
Vault credential should have ssh type for v1 job templates ( #119 )
2017-07-31 11:41:14 -04:00
Chris Meyers
3dea02ceac
use insights v3 api
2017-07-31 11:04:15 -04:00
Chris Meyers
65a6b1e5ac
Merge pull request #116 from chrismeyersfsu/fix-6973
...
make specific saml fields required
2017-07-31 10:52:44 -04:00
AlanCoding
83dca62e16
add job_type to job summary fields
2017-07-31 10:34:04 -04:00
Wayne Witzel III
78ab549733
Merge pull request #115 from wwitzel3/issue-7332
...
Disable caching for /authtoken endpoint
2017-07-31 10:00:04 -04:00
Ryan Petrello
25f16f9409
Merge pull request #105 from ryanpetrello/fix-7323
...
add validation errors for certain dependent credential fields
2017-07-31 09:40:34 -04:00
Chris Meyers
ed8db2419e
make specific saml fields required
2017-07-31 09:28:52 -04:00