Chris Church
|
e9d308c927
|
AC-1015 Changed where save_job_events task is started so that job events don't appear to be missing when they're stuck in the queue.
|
2014-02-06 17:44:17 -05:00 |
|
Chris Houseknecht
|
4e49314bad
|
AC-1016 on host status fly-out job id now links to job detail page rather than showing modal dialog. Fixed js errors happening when job_template is deleted and cannot be found.
|
2014-02-06 17:36:51 -05:00 |
|
Chris Houseknecht
|
c55d3e935b
|
Aftr user edits a group, update the sync related icons based on whether or not user added sync source or removed sync source. This allows a sync to be started immediately (or prevents starting one) without having to first click the refresh button.
|
2014-02-06 17:05:35 -05:00 |
|
Chris Church
|
9807477944
|
AC-905 Work in progress on better filtering of inactive/deleted objects.
|
2014-02-06 16:52:09 -05:00 |
|
Chris Church
|
f579dbd72d
|
Remove test license file accidentally checked in.
|
2014-02-06 15:26:57 -05:00 |
|
Chris Church
|
ae4743724a
|
AC-982 Added configuration options to disable activity stream logging entirely, or disable only when running inventory import.
|
2014-02-06 15:25:58 -05:00 |
|
Chris Houseknecht
|
c52818ecee
|
AC-1023 AC-1025 fixed drag-n-drop issues. Linting exposed a datatype mismatch issue.
|
2014-02-06 15:20:07 -05:00 |
|
Chris Church
|
11d8387120
|
AC-990 Make job event filtering by host work even when not capturing hosts M2M. Also fix unit tests to skip checking hosts M2M.
|
2014-02-06 15:07:42 -05:00 |
|
Chris Houseknecht
|
4c38b05f90
|
AC-1021 fixed issues with group edit and source not saving.
|
2014-02-06 14:14:12 -05:00 |
|
Matthew Jones
|
57030390c0
|
Fix AC-975... filter inactive permissions in some of the access code.
|
2014-02-06 08:47:00 -05:00 |
|
Chris Houseknecht
|
8c5fb4bca4
|
AC-1021 fixed javascript error on group edit save. When user makes changes to a group, we attempt to update the group name and title on the tree view. The update process was building an invalid string.
|
2014-02-06 13:40:44 -05:00 |
|
Chris Houseknecht
|
1445fb533e
|
Applying jsHint standards to form-generator.js. Adding unminified jquery to facilitate debugging.
|
2014-02-06 13:28:02 -05:00 |
|
Chris Houseknecht
|
010a998431
|
Applied jsHint code checking standards.
|
2014-02-06 12:17:12 -05:00 |
|
Chris Church
|
1b65a3256d
|
AC-990 Disabled capturing hosts M2M associated with job events.
|
2014-02-06 11:25:51 -05:00 |
|
Chris Houseknecht
|
e17d076e55
|
AC-1017 Added events and hosts links to the job status fly-out. Fixed a bug in search where claring the value and hitting enter did not switch the icon back to the magnifying glass. Linted Search.js and Hosts.js helpers.
|
2014-02-06 00:58:45 -05:00 |
|
Chris Church
|
9f40862676
|
AC-990 Some query improvements for saving job events.
|
2014-02-05 19:19:26 -05:00 |
|
Chris Houseknecht
|
5e7290aa85
|
AC-1014 fixed issued related to deleted templates and templates containing quotes in the name. De-linted job templates and the jobs controller.
|
2014-02-05 16:34:25 -05:00 |
|
Chris Houseknecht
|
229df6d4f7
|
AC-1010 Fixed breadcrumb capitalization to accommodate multi-word paths. Added .jshintrc which contains jsHint directives for delinting .js files. Delinted Utilities.js.
|
2014-02-05 11:54:24 -05:00 |
|
Chris Church
|
a115988a4b
|
AC-982 Fix typo (missing @) from earlier commit.
|
2014-02-04 23:56:29 -05:00 |
|
Chris Church
|
e94e1978be
|
Disable capturing SQL queries in memory when running celeryd in development.
|
2014-02-04 23:04:58 -05:00 |
|
Chris Church
|
ce56f1c17d
|
AC-982 Fixes for inventory import speed when deleting groups.
|
2014-02-04 22:55:53 -05:00 |
|
Chris Houseknecht
|
033968a0a9
|
Fixed compilation error.
|
2014-02-04 18:28:56 -05:00 |
|
Chris Church
|
91cc144e87
|
AC-990 Updated callback plugin and related task to prevent missed/duplicate job events, catch exceptions and retry. Fixed task run_pexect method so that canceling a job will work.
|
2014-02-04 17:38:38 -05:00 |
|
Chris Houseknecht
|
d08319100d
|
Fixed styling on Job Events page to give the Event column more room. Added monospacing and nowrap to txt fields.Shotened Created On and Status columns. Centered Status column. Fixed Actions column so that columnClass directive works.
|
2014-02-04 21:27:31 +00:00 |
|
Matthew Jones
|
00156a5518
|
Updating AC-984... only conditionally recompute inventory fields in group delete if it isn't a part of an inventory delete
|
2014-02-04 09:55:55 -05:00 |
|
Matthew Jones
|
e911bdc3da
|
Updating AC-984... delay field computation until after the group has been removed
|
2014-02-04 09:29:28 -05:00 |
|
Chris Houseknecht
|
6d6ea293a4
|
Fixing 'working' ovrerlay to fit document height.
|
2014-02-04 19:04:41 +00:00 |
|
Chris Houseknecht
|
bbdfc3ea4f
|
Background for jqueryui modal and twitter bootstrap modal now match.
|
2014-02-04 13:23:03 -05:00 |
|
Chris Houseknecht
|
5cb6c22fc8
|
Fixed inventory sync status dialog to use jqueryui dialog- making it draggable and resizable.
|
2014-02-04 16:59:19 +00:00 |
|
Chris Houseknecht
|
6c2b8358a0
|
Fixed 'empty directory' warning on project detail page. The styling was off, and it was incorrectly displaying when scm_type was to empty.
|
2014-02-03 23:20:33 +00:00 |
|
Chris Church
|
32364ad055
|
AC-990 Add new task for saving all job events from a queue, updated callback plugin to send to queue, work on optimizing SQL that runs when saving a job event.
|
2014-02-03 17:05:03 -05:00 |
|
Chris Houseknecht
|
88dc25fc15
|
Fixed support links.
|
2014-02-03 21:46:16 +00:00 |
|
Chris Houseknecht
|
7ecc382a71
|
AC-595 stop translating object name in breadcrumbs.
|
2014-02-03 14:59:30 -05:00 |
|
Chris Houseknecht
|
57fdacb242
|
AC-997 enable activity stream for non-privileged users.
|
2014-02-03 12:25:21 -05:00 |
|
Matthew Jones
|
9b67b575f1
|
Fix issue AC-1002, make sure we return a count of the number of inventories with active failed jobs
|
2014-02-03 06:11:51 -05:00 |
|
Chris Houseknecht
|
47ad240b99
|
AC-997 enable activity stream for non-privileged users.
|
2014-02-03 10:31:10 -05:00 |
|
Chris Houseknecht
|
926ec500e2
|
Inventory help- turned resizable off on modal dialog. Fixed compilation error.
|
2014-01-31 17:35:44 -05:00 |
|
Chris Houseknecht
|
763ed5241d
|
Latest changes to Inventory help. Re-styled dialogs. Fixed presentation so that Next and Previous are possible. Added close button.
|
2014-01-31 17:32:22 -05:00 |
|
Matthew Jones
|
a21332a2d4
|
Fix AC-969, Convert variables element in changes dictionary from json representation
|
2014-01-31 10:59:06 -05:00 |
|
Matthew Jones
|
77e77d905a
|
Fix AC-1004, Instead of using serializers.Field() which will force a repr() of the object... use serializers.PrimaryKeyField() which will use the expected field type for the response
|
2014-01-31 10:34:02 -05:00 |
|
Matthew Jones
|
867c22c36c
|
Fix AC-981, mark last_job* fields as read only on the host serializer so activity stream will ignore them when processing events
|
2014-01-31 09:04:07 -05:00 |
|
Matthew Jones
|
bb0a2887d5
|
Fix AC-998, Don't set created_by on the object when updating the object (only when creating). activity stream will save modifications and who made them
|
2014-01-31 07:00:21 -05:00 |
|
Matthew Jones
|
380f6c6d6f
|
Fix AC-1001, hide BROKER_URL from the job_env section of task api data
|
2014-01-31 05:17:26 -05:00 |
|
Chris Houseknecht
|
cbc0d7a8ad
|
Fixed bug in Capitalize directive. Fixed issues found with jsLint.
|
2014-01-31 05:19:42 -05:00 |
|
Chris Houseknecht
|
183cbde1bc
|
Add missing 'use strict' directive.
|
2014-01-31 04:27:56 -05:00 |
|
Chris Houseknecht
|
6cbd2beb7a
|
AC-602 last bit of help changes.
|
2014-01-30 16:43:42 -05:00 |
|
Chris Houseknecht
|
c81fa0d285
|
AC-976, AC-1000, AC-602
|
2014-01-30 15:23:49 -05:00 |
|
Matthew Jones
|
bc6ec06d8f
|
Rollback and retry the task update status. Disable default idle timeouts on certain tasks
|
2014-01-30 15:09:49 -05:00 |
|
Matthew Jones
|
b226737ec5
|
Handle database errors and retry
|
2014-01-30 14:00:49 -05:00 |
|
Matthew Jones
|
28359e16a1
|
Fix spelling mistake
|
2014-01-30 11:41:06 -05:00 |
|