John Mitchell
ad6d7acf4d
update failed icon for rhs dashboard recent job run list
2017-02-20 15:51:30 -05:00
Michael Abashian
89ed9efe8d
Fixed bug rendering workflow details
2017-02-20 15:49:00 -05:00
John Mitchell
f97ffefe93
include workflows on dashboard recent job runs list
2017-02-20 15:34:21 -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
Michael Abashian
c842c89034
Remove the extra margin from the empty list when it appears in a modal
2017-02-20 11:25:10 -05:00
Michael Abashian
08e8e21438
Host event date locale
2017-02-20 11:03:18 -05:00
Chris Meyers
0dada82b4b
more general name for performance logger
2017-02-18 09:28:38 -05:00
AlanCoding
757982088c
allow UJT content type list to come from cache
2017-02-17 22:08:18 -05:00
Ryan Petrello
d08fd82260
fix a visual bug for limited screen widths on the job view UI
...
see: #5431
2017-02-17 17:13:08 -05:00
jlmitch5
7b8f8b88ea
Merge pull request #5440 from jlmitch5/errorMessageForLegacyJobs
...
show error message for <= 3.0.x jobs
2017-02-17 17:04:29 -05:00
AlanCoding
1386fdeb1a
prevent server error in /variables/ endpoint
2017-02-17 16:57:13 -05:00
Ryan Petrello
080b7fd5c2
Merge pull request #5389 from ryanpetrello/fix-5387
...
don't trim newlines from custom inventory scripts; they may be relevant
2017-02-17 16:55:21 -05:00
John Mitchell
329156a9eb
add toDestroy to watch statement
2017-02-17 16:48:44 -05:00
Wayne Witzel III
fd82f4280c
Merge pull request #5442 from wwitzel3/issue-5441
...
make OrderingFilter part of our default filters
2017-02-17 16:24:20 -05:00
AlanCoding
6d961d92c9
block system auditors from attaching notification templates
2017-02-17 16:17:07 -05:00
Wayne Witzel III
a55e79e94d
make OrderingFilter part of our default filters
2017-02-17 16:16:28 -05:00
jaredevantabor
9a12973abd
fixing z-index of smart-search button
2017-02-17 15:58:18 -05:00
John Mitchell
c52796da61
show error message for <= 3.0.x jobs
2017-02-17 15:55:21 -05:00
jaredevantabor
ea1a6d17b3
null pointer exception in ProcessErrors
2017-02-17 15:48:16 -05:00
Chris Meyers
af9975c6af
add a new logger, awx.analytics.performance.api
...
* Used to log API timing information
2017-02-17 15:35:03 -05:00
Ryan Petrello
734ec91e3b
Merge pull request #5430 from ryanpetrello/fix-5407
...
properly count hosts based on job event task state
2017-02-17 14:11:59 -05:00
Michael Abashian
3930c0ca37
Merge pull request #5433 from jlmitch5/fixWorkflowJobTemplatePermHiding
...
fix permissions workflow job weirdness
2017-02-17 13:59:24 -05:00
Michael Abashian
8c183813e0
More workflow permissions work
2017-02-17 13:45:26 -05:00
John Mitchell
c51fa69da6
don't stop event buffer
2017-02-17 13:34:34 -05:00
John Mitchell
321e2a7673
fix permissions workflow job weirdness
2017-02-17 12:19:29 -05:00
Ryan Petrello
bda089e3f5
properly count hosts based on job event task state
...
the intention of the host summary view is that each host belongs in at
most *one* state - determined by the state of the tasks that ran on it.
this change examines each host for a job and determines its state based
on whether tasks passed, resulted in changes, were skipped, failed,
etc...
see: #5407
2017-02-17 11:36:52 -05:00
Bill Nottingham
d50014059d
Merge pull request #5409 from wenottingham/lets-go-to-the-source
...
Ensure bundled source matches the version in requirements.txt
2017-02-17 11:28:31 -05:00
AlanCoding
d8d874d964
treat m2m fields as FK in filter python coercion
2017-02-17 11:06:29 -05:00
jlmitch5
71c6fc2fa1
Merge pull request #5424 from jlmitch5/jobResultsFixes
...
Job results fixes
2017-02-17 10:51:52 -05:00
John Mitchell
30b4f17872
fix jshint error
2017-02-17 10:38:38 -05:00
Alan Rominger
68fc75070d
Merge pull request #5348 from AlanCoding/dual_jt_count
...
Update organization counts to correspond with UI lists
2017-02-17 10:13:10 -05:00
Alan Rominger
377d6ebcab
Merge pull request #5396 from AlanCoding/signal_intelligence
...
Avoid a particular kind of nonsense activity stream entry
2017-02-17 10:09:59 -05:00
Alan Rominger
b25a040278
Merge pull request #5418 from AlanCoding/orphan_hack
...
Make triple-sure that system admins can manage orphaned JTs
2017-02-17 10:07:02 -05:00
Ryan Petrello
16715e9c26
Merge pull request #5405 from ryanpetrello/fix-5391
...
only bind nginx to IPv6 if a valid IPv6 address exists
2017-02-17 09:59:55 -05:00
Michael Abashian
53ffa9d01e
Merge pull request #5406 from mabashian/5401-lookup-modal-spacing
...
Don't include list actions in lookups
2017-02-17 09:56:08 -05:00
Matthew Jones
6f84849f1a
Disable retry files on ansible runs
2017-02-17 09:55:52 -05:00
Michael Abashian
59b4700e04
Merge pull request #5417 from mabashian/fix-org-search
...
Fix org list search
2017-02-17 09:55:11 -05:00
Michael Abashian
d875b5f76d
Merge pull request #5416 from mabashian/add-button-wfjt-node-form
...
Remove actions from the template list in workflow maker
2017-02-17 09:54:54 -05:00
Michael Abashian
69300b83c6
Merge pull request #5410 from mabashian/5404-ask-checkboxes-credential
...
Wait to update checkboxes until the credential data is on scope
2017-02-17 09:54:27 -05:00
John Mitchell
9747f7597b
fix performance for the last time of 3.1.0?
2017-02-16 16:24:18 -05:00
John Mitchell
656dcdcd2f
fix job results out of order case
2017-02-16 16:09:07 -05:00
John Mitchell
d730d751d4
fix state logic for relaunching jobs
2017-02-16 15:28:39 -05:00
AlanCoding
6b45aa758c
fix special case where orphan JTs can not be edited by system admins in UI
2017-02-16 14:48:20 -05:00