Project

General

Profile

Download (1001 Bytes) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
b09b4515 04/28/2010 10:12 AM Ohad Levy Fixes #193 - move hosts controller away from AS
  • Remove active scaffold from hosts controller.
  • changed default host graphs from one day for up to one week
  • added dynamic dropdown boxes for host creation / edit page (e.g. for puppet classes, operating systems etc)....
69cbb0f5 03/25/2010 01:13 PM Ohad Levy

refs #186 - minor optimization and avoid a problem when there is no
report in the DB while the host last report date exists

bc4f0284 03/23/2010 03:05 AM Telmo X

fixes #186 - When reports are kept in the database and not deleted/purged the Host.reports.last query starts slowing down and the hosts index page can take minutes to load depending on the number of hosts. By changing Host.reports.last to Host.find(host.id).reports.maximum('id') we make a more efficient query to the database cutting the lookup time.

72e65b31 01/26/2010 03:38 PM Ohad Levy

fixes #151 - add show host page
Added a nested link to hosts to lots of controllers

935cc758 12/12/2009 12:34 AM Ohad Levy

fixes #129 - Link from hostname on the hosts page is absolute instead of relative (breaking https)

f2cc32e4 11/12/2009 12:24 PM Ohad Levy

fixes #76 - Foreman creates a link to a report even if the report is already deleted

7767028b 10/16/2009 01:09 PM Ohad Levy

fixes #50, now reports time is shown as long as there was atleast one report

da5379af 10/14/2009 04:58 PM Ohad Levy

fixes #38

c45b3e26 10/13/2009 03:23 AM Ohad Levy

wrong condition - fixes #34

775a253f 10/12/2009 04:14 PM Ohad Levy

fixes #34

7c0c8e06 09/24/2009 02:31 PM Ohad Levy Minor view changes:
  • Adds a link from host report to host edit
  • Resized edit text box size
767bbf03 09/20/2009 04:40 PM Ohad Levy

Fixes #16, this adds the possibility to see the host report status out of the host list

9feeecf5 09/18/2009 06:22 AM Ohad Levy

fixes #18: Incorrect link to host editing

eafaf5f1 09/14/2009 04:15 PM Ohad Levy

Fixes #9 and introduce a basic reporting viewing over http

3446abb6 09/05/2009 03:59 PM Ohad Levy

the hostname is now a link to the edit method

2ce2046f 08/24/2009 01:13 PM Ohad Levy

added some status icons, and a bit of DRY

766e0f38 08/23/2009 04:03 PM Ohad Levy

a simple host status indicator

60d93725 07/27/2009 04:58 PM Ohad Levy

add minimal description to forms

29eeadb8 07/25/2009 04:34 PM Ohad Levy

using machine localtime to calculate the time ago

c439b058 07/25/2009 04:34 PM Ohad Levy

show last compile in time ago

2f077f63 07/25/2009 04:34 PM Ohad Levy

empty tests and controller for now