11781 Commits

Author SHA1 Message Date
Ryan Petrello
94ad12ab0d set the default in OPTIONS for TOWER_URL_BASE to the request hostname
see: #5470
2017-02-22 11:16:08 -05:00
Matthew Jones
9e2e119022 Make polymorphic_ctype aliasing work in filters
Previousy this would fall through and get caught by the type checker
2017-02-21 21:32:33 -05:00
Chris Meyers
03d749a630 Merge pull request #5501 from chrismeyersfsu/private-performance_logging
be forgiving in log api log message fields list
2017-02-21 21:08:41 -05:00
Chris Meyers
427b484075 be forgiving in log api log message fields list 2017-02-21 19:24:27 -05:00
Alan Rominger
6039ad15af Merge pull request #5498 from AlanCoding/expire_tasks
Expire certain beat tasks if not ran on schedule
2017-02-21 17:10:26 -05:00
Ryan Petrello
dc275b757e Merge pull request #5499 from ryanpetrello/fix-5420
mark ON/OFF i18n for certain toggle switches
2017-02-21 16:53:32 -05:00
Ryan Petrello
c8d943ccb1 mark ON/OFF i18n for certain toggle switches 2017-02-21 16:32:12 -05:00
Ryan Petrello
e9a9a79d94 Merge pull request #5454 from ryanpetrello/fix-5420
disable the on/off toggle button for hosts from dynamic inventory.
2017-02-21 16:30:43 -05:00
Ryan Petrello
8abf084211 disable the on/off toggle button for hosts from dynamic inventory.
see: #5420
2017-02-21 16:15:47 -05:00
jlmitch5
d2746351e6 Merge pull request #5494 from jlmitch5/fixNoEventCase
fix old job no event case
2017-02-21 16:14:46 -05:00
AlanCoding
7c5856cee6 set expiration time for the disposable system tasks 2017-02-21 15:54:18 -05:00
Michael Abashian
8a6d14771e Merge pull request #5451 from mabashian/5401-lookup-spacing-empty
Remove the extra margin from the empty list when it appears in a modal
2017-02-21 15:24:31 -05:00
Chris Meyers
3e122733c5 Merge pull request #5438 from chrismeyersfsu/private-performance_logging
add a new type of logger, performance.api
2017-02-21 14:35:11 -05:00
Chris Meyers
e78377dcfc remove formatters dependency on settings 2017-02-21 14:06:20 -05:00
Michael Abashian
f54cd3eef2 Merge pull request #5450 from mabashian/5425-date-formatting
Host event date locale
2017-02-21 13:40:13 -05:00
Matthew Jones
0a5b43acae Make unit test valid
Failed after recent changed that exposed the invalidity
2017-02-21 12:50:41 -05:00
Matthew Jones
46605eb591 Fix an issue filtering with non ints against foreign keys
I feel like this probably worked at one time but no longer does. It
makes me wonder if ForeignObjectRel was meant to be the catchall but
no longer is.
2017-02-21 12:33:15 -05:00
John Mitchell
d80b8fa305 fix old job no event case 2017-02-21 12:30:37 -05:00
Michael Abashian
0c75efdd99 Tighten up workflow maker form tabs 2017-02-21 12:25:28 -05:00
Alan Rominger
711bee9633 Merge pull request #5414 from AlanCoding/manage_context
Disable activity stream in cleanup_jobs, test things
2017-02-21 12:20:34 -05:00
AlanCoding
0bd606e26f remove unnecessary imports after context manager change 2017-02-21 12:08:03 -05:00
Michael Abashian
7385d66f3f Merge pull request #5457 from mabashian/5195-on-off-toggle
Changed remaining toggles from <div> to <button>
2017-02-21 11:46:29 -05:00
Michael Abashian
ece9f5592a Merge pull request #5490 from mabashian/5482-search-key-v2
Fixed search key on inv manage
2017-02-21 11:45:43 -05:00
jlmitch5
a55f3d9ee8 Merge pull request #5473 from jlmitch5/fixDetailTabInvManageGroup
fix detail tab for inventory manage edit group
2017-02-21 11:30:26 -05:00
Chris Meyers
60aa22b01b flake8 2017-02-21 11:05:30 -05:00
Alan Rominger
c9e3fc3601 Merge pull request #5445 from AlanCoding/sub_ct_from_cache
Allow UJT content type list to come from manager cache
2017-02-21 10:33:21 -05:00
Michael Abashian
eb642c1028 Changed cancel workflow text from CANCEL to PROCEED 2017-02-21 10:22:44 -05:00
Chris Meyers
98c8ff3475 rename uuid field to trigger restart on update
* Since we trigger a restart on update, we can also cache the tower uuid
value in the formatter init. So do that.
2017-02-21 10:15:02 -05:00
Michael Abashian
edb1f6a130 Fixed search key on inv manage 2017-02-21 10:13:53 -05:00
Michael Abashian
f377136095 Merge pull request #5471 from mabashian/4987-adhoc
Leave user on jobs list when relaunching adhoc command
2017-02-21 10:06:08 -05:00
Alan Rominger
95e1caed56 Merge pull request #5443 from AlanCoding/vars_disp
Prevent server error in /variables/ endpoint
2017-02-20 22:29:08 -05:00
Alan Rominger
7d49d048e7 Merge pull request #5429 from AlanCoding/m2m_types
Integer (or generic ForeignKey) coercion for m2m filters
2017-02-20 22:25:57 -05:00
Alan Rominger
2b0f327523 Merge pull request #5458 from AlanCoding/migration_version
add method to obtain the migration state of Tower
2017-02-20 17:14:08 -05:00
AlanCoding
a57d8fe9fd treat GFJ and FJ and M2M all the same for type in querystring 2017-02-20 17:11:08 -05:00
Ryan Petrello
8d27c0873b Merge pull request #5480 from ryanpetrello/fix-5477
fix a minor bug in survey_spec password field handling
2017-02-20 16:57:23 -05:00
Ryan Petrello
e36cd17c16 fix a minor bug in survey_spec password field handling
see: #5477
2017-02-20 16:50:07 -05:00
Ryan Petrello
9a1ce022fe Merge pull request #5476 from ryanpetrello/fix-5453
mark a variety of host-related strings for i18n
2017-02-20 16:21:17 -05:00
Ryan Petrello
46fdc123f4 more i18n string marking for host forms
see: #5476
2017-02-20 16:12:58 -05:00
Ryan Petrello
e13e817984 mark i18n strings for the inventory host form
see: #5453
2017-02-20 16:03:01 -05:00
Ryan Petrello
e4e599c891 mark i18n strings for the dashboard host list
see: #5453
2017-02-20 16:03:01 -05:00
Ryan Petrello
176a0aa84b mark i18n strings for the dashboard host form
see: #5453
2017-02-20 16:02:55 -05:00
Michael Abashian
89ed9efe8d Fixed bug rendering workflow details 2017-02-20 15:49:00 -05:00
John Mitchell
fb72a0ba13 fix detail tab for inventory manage edit group 2017-02-20 15:10:23 -05:00
Michael Abashian
66f37533ec Leave user on jobs list when relaunching adhoc command 2017-02-20 14:45:12 -05:00
Chris Meyers
31a79c331d move logger logic to formatter 2017-02-20 14:30:17 -05:00
AlanCoding
87af8f7a38 add method to obtain the migration state of Tower 2017-02-20 13:17:21 -05:00
Michael Abashian
d9a20b0489 Changed remaining toggles from <div> to <button> 2017-02-20 13:14:08 -05:00
Ryan Petrello
ce0096f308 Merge pull request #5444 from ryanpetrello/fix-5431
fix a visual bug for limited screen widths on the job view UI
2017-02-20 12:03:56 -05:00
John Mitchell
11ac1db1c7 fix safari desktop responsive view 2017-02-20 11:55:29 -05:00
Alan Rominger
928d160f3d Merge pull request #5439 from AlanCoding/sys_aud_NT
block system auditors from attaching notification templates
2017-02-20 11:32:50 -05:00