Project

General

Profile

Download (6.99 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
1baed2e3 05/22/2011 10:13 AM Amos Benari

fixes #900 - search by "x minutes ago" and the charts in show host

Signed-off-by: Amos Benari <>

095c11d3 05/17/2011 09:29 AM Amos Benari

muved the check all to the top of the list and the multiple selection action to the action bar.

259eb5cc 05/09/2011 02:10 PM Amos Benari

fixed colors and order of serias in show host page resources chart refs

3eecf845 05/05/2011 08:43 AM Amos Benari

fixes #285 - Use Charting system which can work offline

this includes:
  • dashboard charts
  • statistics page
  • host show page

additionally, main menu buttons and bookmarks drop down are easier to handle and read

1a51088d 04/23/2011 02:16 PM Ohad Levy

fixes #815 - Redirect to login page when editing multiple hosts

this patch converts the mulitple selections to be pure javascript,
removing the buggy AJAX implementation.

f3c1ecd3 04/17/2011 07:14 AM Ohad Levy

fixes #847 - Retrieve last report information per host via the api

this adds two URLS to the API:

/hosts/fqdn/reports/last
/reports/last

both supports JSON output which provides all of the report information.

8ba2e00a 03/31/2011 07:43 AM Ohad Levy

fixes #806 - Switch to JQuery instead of Prototype JavaScript library

36f93e4d 03/17/2011 02:32 PM Ohad Levy

Fixes #609 - Orchestrate puppetca operations

This also includes adding support for a puppet smart-proxy target type
and providing migration support
Updated to provide backward compatability for host and hostgroup objects
Now terminates the build and incorporates other fixes...

668d432f 03/15/2011 04:26 AM Ohad Levy

added css grid and converted most pages to use that grid

cdf02336 03/15/2011 04:26 AM Ohad Levy

views cleanup and added more operatingsystems icons

efa47b57 01/26/2011 08:31 AM Paul Kelly

Fixes #453 - Restrict dropdowns based upon user permissions

e25f52ae 01/23/2011 07:58 AM Ohad Levy

fixes #601 - virtual machine guest values go away after a validation error

9fd7478e 11/07/2010 10:39 AM Paul Kelly

Fixes #366 - Redmine authorization port

This is a major feature which provides RBAC authorization within Foreman
a mental note to myself - never ever work on large commits

6e8defed 11/04/2010 09:54 AM Ohad Levy

Fixes #288 - Moved DashboardController actions (except for #index) to HostsController.

fee0b7af 05/27/2010 03:20 PM Ohad Levy

Minor SQL optimization to hosts page

52538203 05/09/2010 03:30 PM Ohad Levy

Fixes #179 - allow mass assignment of parameters and host groups.
Greatly inspired by Ashay Humane <> at 5c2e395c

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