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

12828 Commits

Author SHA1 Message Date
Michael Abashian
d31e5a7865 Removed user-facing "Standard Inventory" remnants 2017-05-23 17:45:03 -04:00
Michael Abashian
eff4100092 Added sync button to inventory list. Added sync status icon back to inventory list (was there in previous releases. Added inventory source type to inventory source list. 2017-05-23 17:40:30 -04:00
Aaron Tan
7f1f68ee28 Prevent nested encrypted field leak in activity stream. 2017-05-23 14:05:55 -04:00
Wayne Witzel III
c5364f49bd add some info about field deprecation for InventorySource 2017-05-23 13:25:08 -04:00
Wayne Witzel III
dc415f17b5 adding more details about host_filter 2017-05-23 13:16:03 -04:00
Wayne Witzel III
66af36e5c9 inventory refresh overview updates 2017-05-23 12:58:03 -04:00
Wayne Witzel III
d1097678f9 Added initial Inventory Refresh doc 2017-05-23 12:26:08 -04:00
Marliana Lara
3ea06e36b8 Merge pull request #6323 from marshmalien/fix/jobFailureIcon
Add "!" to job failed icon
2017-05-23 12:18:06 -04:00
Matthew Jones
7a1dc8c005 Merge pull request #6326 from ansible/fix_workflow_launching_under_taskman
Fix taskmanager failing to launch workflow job
2017-05-23 11:53:09 -04:00
Aaron Tan
4272a38aa9 Merge pull request #6317 from jangsutsr/6313_improve_job_timeout_config_help_text_by_denoting_time_unit
Improve job timeout config help text by denoting time unit.
2017-05-23 11:30:24 -04:00
Matthew Jones
adf4be29b7 Fix taskmanager failing to launch workflow job
This was caused by taskmanager instance group refactoring. This
re-enables that functionality
2017-05-23 11:15:57 -04:00
Marliana Lara
9de1992bcd Add "!" to job failed icon 2017-05-23 10:12:14 -04:00
Marliana Lara
27369aebe9 Merge pull request #6319 from marshmalien/fix/hideEmptyStdTabs
Hide Job Modal Standard Out and Err tabs when stdout == ""
2017-05-23 09:49:43 -04:00
Chris Meyers
4461c8fe91 more robust insights error handling 2017-05-22 17:32:17 -04:00
Aaron Tan
507591be5c Improve job timeout config help text by denoting time unit. 2017-05-22 17:10:19 -04:00
Michael Abashian
1176b9b057 Smart inventory implementation 2017-05-22 16:55:28 -04:00
Marliana Lara
91752eb39a Hide Standard Out/Err tabs when empty 2017-05-22 16:39:33 -04:00
Chris Meyers
3793f1ec09 insights proxy robust error condition handling 2017-05-22 15:02:16 -04:00
Wayne Witzel III
5d867d51f4 Merge pull request #6312 from wwitzel3/devel
Use contains for `search` query in SmartFilter
2017-05-22 14:14:17 -04:00
Wayne Witzel III
356a2bc057 Use contains for search query in SmartFilter 2017-05-22 13:48:42 -04:00
Aaron Tan
d314f83416 Introduce sso UserEnterpriseAuth model. 2017-05-22 13:30:00 -04:00
Aaron Tan
903e3076aa Merge pull request #6298 from jangsutsr/6237_prevent_ldap_user_from_imposing_existing_tower_user
Prevent LDAP user from imposing existing Tower user
2017-05-22 11:08:21 -04:00
Bill Nottingham
a1de115094 Merge pull request #6306 from wenottingham/what-is-a-real-path-anyway
Perform realpath() on paths passed to bubblewrap to avoid errors with symlinks
2017-05-22 11:07:02 -04:00
Chris Meyers
9ba0ba07ec nest insights api response data 2017-05-22 10:11:31 -04:00
Chris Meyers
fb53ca8455 insights proxy
* Issue request to Red Hat Insights API from Tower
/hosts/<id>/insights endpoint. User the first found Satellite 6
Credential as Basic Auth requests to Insights API.
2017-05-22 10:11:31 -04:00
Wayne Witzel III
631f82b574 Merge pull request #6304 from wwitzel3/issue-6193
Extend SmartFilter to expand search and related search fields
2017-05-19 18:22:04 -04:00
Bill Nottingham
ff454a452f Perform realpath() on paths passed to bubblewrap to avoid errors with symlinks
bubblewrap is creating a mount tree from a namespace outside the one it's
creating.  Absolute symlinks will not resolve properly, causing errors.

Filed @ https://github.com/projectatomic/bubblewrap/issues/195, but
this should work around it without side effects.
2017-05-19 16:51:39 -04:00
Wayne Witzel III
530df327ca Call filter from BoolOperand and catch LookupError 2017-05-19 16:49:25 -04:00
Chris Meyers
1b2ac592a8 Merge pull request #6303 from chrismeyersfsu/fix-host_filter_not
remove not operator
2017-05-19 16:48:08 -04:00
Chris Meyers
cf26678cea remove not operator code instead of commenting 2017-05-19 16:38:41 -04:00
Wayne Witzel III
b99a118aae Revert back to more explicit ParseException 2017-05-19 16:15:44 -04:00
Wayne Witzel III
bac1e8b4fe Extend SmartFilter to expand search and related search fields 2017-05-19 16:05:24 -04:00
Chris Meyers
fceb09dc8c remove not operator
* We've switched from Q() to Host.objects.filter() and you can't do
~(Host.objects.filter()). We'd need to create an AST to track the
operations in order to perform the boolean logic ~ and we don't have
time for that now.
2017-05-19 14:40:02 -04:00
Michael Abashian
ea267d0849 Merge pull request #6302 from mabashian/fix-ui-unit-tests
Fixed failing ui unit tests
2017-05-19 13:43:16 -04:00
Michael Abashian
1af972fc39 Fixed failing ui unit tests 2017-05-19 13:33:40 -04:00
Wayne Witzel III
3cf698d4ae Merge pull request #6301 from wwitzel3/v2-inv-kind
add kind to Inventory summarizable fields
2017-05-19 11:35:49 -04:00
Wayne Witzel III
e4f4cc1372 add kind to Inventory summarizable fields 2017-05-19 10:59:50 -04:00
Aaron Tan
4f9875f895 Prevent LDAP user from imposing existing Tower user. 2017-05-18 16:39:58 -04:00
Bill Nottingham
4748f6d2e2 Merge pull request #5723 from wenottingham/cert-fu
Generate self-signed cert once, instead of per-host.
2017-05-18 16:33:55 -04:00
Ryan Petrello
291a8c5cc1 Merge pull request #6294 from ryanpetrello/devel
remove a hook QE no longer uses for testing task execution
2017-05-18 16:05:50 -04:00
Ryan Petrello
5a34f3a1a4 remove a hook QE no longer uses for testing task execution 2017-05-18 15:59:36 -04:00
Aaron Tan
1946730d8c Merge pull request #6286 from jangsutsr/remove_rax_from_v320_migration_file
Remove rax from v320 migration file
2017-05-18 15:08:27 -04:00
Matthew Jones
b172f04eaa Merge pull request #6290 from ansible/fix_sysjobs_taskman_credentials
Fix system jobs not starting due to task manager and cred changes
2017-05-18 13:13:45 -04:00
Matthew Jones
cf7fb8ddd7 Fix system jobs not starting due to task manager and cred changes
* Task Manager logic wasn't assigning default instance group on system
  jobs
* Task credential changes assumed the model would have a credential
* Fix up an innocuous error symlinking rdb.py if it already exists
2017-05-18 13:10:48 -04:00
Chris Meyers
527078edb4 Merge pull request #6287 from chrismeyersfsu/fix-insights_system_id_host
allow insights_system_id to be set to null via api
2017-05-18 13:04:13 -04:00
Greg Considine
cb933d2050 Merge pull request #6289 from wenottingham/redirect
Get /api/ instead of /api.
2017-05-18 12:57:42 -04:00
Chris Meyers
136bdc06e9 remove insights_system_id uniqueness constraint 2017-05-18 12:51:25 -04:00
Bill Nottingham
6b88643517 Get /api/ instead of /api.
Hitting /api gives a 301 redirection to /api/, might as well just go there out of the box.
2017-05-18 12:30:28 -04:00
Chris Meyers
e81a7e1c25 allow insights_system_id to be set to null via api 2017-05-18 11:31:58 -04:00
Aaron Tan
114598a56d Remove rax from v320 migration file 2017-05-18 10:46:42 -04:00