Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
2295ea88 04/30/2010 03:31 AM Ohad Levy

added titles to hosts show page actions

c820bdbb 04/29/2010 03:24 AM Ohad Levy

fixes #160 - Last Report Date is client date, not date report was received

2e31dbca 04/28/2010 05:27 PM Ohad Levy

fixes #225 - migration fails - undefined local variable or method release_name

82146751 04/28/2010 04:57 PM Ohad Levy

fixes #224 - edit multiple fails on operating system

ef14965b 04/28/2010 04:21 PM Ohad Levy

fixes #222 - add search and sort functionality to dashboard host lists

5af52b3b 04/28/2010 03:16 PM Ohad Levy

fixes #220 - show all used puppet classes when using storeconfigs

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)....
71974974 04/27/2010 10:05 AM Florian Ernst

fix closing tag in report template: s/capmion/caption/

bd46fa41 04/27/2010 06:47 AM Ohad Levy

fixes #200 - Remove activescaffold from the puppet groups page

17a015c2 04/22/2010 04:14 AM Ohad Levy

fixes #217 - Before deleting a Hostgroup, warn that the hostgroup is in use.

0c759d7b 04/20/2010 10:24 AM Ohad Levy

fixes #197 - Allow site local views of unattended installation

8a9035d2 04/20/2010 06:34 AM Ohad Levy

fixes #219 - debian should not be the default operatingsystem family

9a9b3e75 04/20/2010 06:21 AM Paul Kelly

Fixes #13 - Manage Debian family release-name

9d75c16d 04/19/2010 03:18 AM Ohad Levy

added common links to host show page and pagination

f87f1250 04/19/2010 03:17 AM Ohad Levy

added links to all facts and switched to url helpers

4487bd21 04/19/2010 03:09 AM Ohad Levy

reduce puppet classses per page

c6f1b718 04/16/2010 09:46 AM Ohad Levy

added google_visualr and converted dashboard and hosts graphs

c4c59fbb 04/14/2010 07:58 AM Ohad Levy

family id can not be forced at this time, as it breaks many fact import operatings, fixing broken tests

08bf6aba 04/14/2010 04:52 AM Ohad Levy

fixes #208 - use nested_attributes for lookup parameters

5f75dccc 04/14/2010 04:02 AM Paul Kelly

Fixes #177 - Family concept

It will_paginate and handle searches
Added family support to Operatingsystem
More work will be needed to add family support to host manipulation.

c5f7180a 04/13/2010 10:54 AM Ohad Levy

removing show action from arch page too

7f7c72bf 04/13/2010 10:53 AM Ohad Levy

refs #203, error on zero size array

cf2f7656 04/12/2010 03:17 PM Ohad Levy

fixes #181 - External node import prints 'nil' instead of 'class foo missing'

c88c9fd6 04/12/2010 02:53 PM Ohad Levy

fixes #199 - adds a search functionality to puppetclass page

af6e2624 04/09/2010 10:25 AM Ohad Levy

fixes #199 - Remove activescaffold from the puppetclasses page, search functionality will follow

1cf43cf6 04/09/2010 09:06 AM Ohad Levy

Merge branch 'feature-203' into develop

92971ae3 04/09/2010 09:06 AM Ohad Levy

removing show action in places it doesn't make sense, and minor visual changes

97e387ca 04/09/2010 07:41 AM Bash Shell

fixes #203 Remove ActiveScaffold from Models

2217ce9c 04/08/2010 08:48 AM Ohad Levy

fixes #206 - Remove activescaffold from the authentication page

76b2f1b7 04/08/2010 07:49 AM Ohad Levy

fixes #202 - Remove activescaffold from the medias page

611397af 04/08/2010 07:16 AM Ohad Levy

added audting on architecture, hostgroup, operatingsystem and puppetclass

c2ba4ed3 04/08/2010 07:15 AM Ohad Levy

fixes #201 - Remove activescaffold from the domains page

fa7070ca 04/08/2010 06:02 AM Ohad Levy

fixes #207 - remove activescaffold from Parameters settings

66bb73ba 04/07/2010 10:16 AM Ohad Levy

fixes #198 - remove activescaffold from Operating systems setting page

e6d73c7f 04/06/2010 03:09 AM Ohad Levy

fixes #195 - remove activescaffold from Architectures setting page

55ed30c7 04/05/2010 02:09 PM Ohad Levy

fixes #194 - remove activescaffold from partitioning table setting page

0da5bcf1 03/25/2010 03:01 PM Ohad Levy

refs #181 - solves unordered output

c37c6065 03/25/2010 02:10 PM Ohad Levy

fixes #190 - Email report should be mime-wrapped

5539907c 03/25/2010 02:03 PM Ohad Levy

fixes #187 - Reserved chars in facts

722ba6f1 03/25/2010 02:00 PM Ohad Levy

fixes #181 - External node import prints 'nil' instead of 'class foo missing'

1c53ea6a 03/25/2010 01:20 PM Ohad Levy

fixes #192 - Host Run Interval Chart Broken

f217c950 03/25/2010 01:14 PM Ohad Levy

fixes #191 - Query should return all hosts, not just recent

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.

a0d9ae09 03/17/2010 02:14 AM Paul Kelly

Fixes #176 - Dynamic disk layouts are supported

A disk layout that contains the string "#Dynamic" causes the partition
table entry to be written out as a script and executed as a %pre operation.
It is expected that the script leaves its results, a partition table, in...

392a9112 03/17/2010 02:07 AM Paul Kelly

Fixes #175 - A link is provided to import classes and environments

There is now a link on both the environments and classes page which
imports any new classes or environments into Foreman.

0265427b 03/09/2010 06:47 AM Ohad Levy

fixes #141 - add support to extlookup kind of queries through foreman
usage:
wget -q -O - "http://foreman/lookup?key=ntpserver&order[]=my.domain&order[]=common"
if you want it in YAML, just add:
wget -q -O - "http://foreman/lookup?key=ntpserver&order[]=my.domain&order[]=common&format=yml"

88bce962 03/09/2010 02:45 AM Ohad Levy

fixes #84 - add better support for binary path searching, and catch errors based on the output from puppetrun

26c6cbeb 03/08/2010 08:42 AM Ohad Levy

fixes #174 - incorrect counter on host lists

e1e9e09b 03/08/2010 05:57 AM Ohad Levy

fixes #84 - Add puppetrun support to web interface

bb7981b5 03/08/2010 05:13 AM Ohad Levy

fixes #173 - redirection loop on login

7668ddf5 03/04/2010 12:57 PM Ohad Levy

show host names when browsing all facts

8042b804 03/04/2010 12:53 PM Ohad Levy

fixes #172 - unable to save NFS based medias

2a1e31dc 02/18/2010 10:26 PM Frank Sweetser

fixes #169 - Fix typo in unattended controller

30ba36d1 02/18/2010 09:07 PM Ohad Levy

db:migrate failed, commenting this test and implementation for now

a675da90 02/18/2010 08:05 PM Lucas Tolchinsky

finished tests for environment

85882e5f 02/18/2010 08:05 PM Lucas Tolchinsky

added test for pupetclass

d91a5a87 02/18/2010 08:05 PM José Luis Escalante

added the host_parameter_test, modified the Ensure_not_use_by issue in the subnet model and almost finished the subnet_test

10139fde 02/18/2010 08:05 PM José Luis Escalante

added the domain_parameter_test and group_parameter_test, modified the ensure_not_used_by in subnet model, almost finished the domain test and started the subnet test.

2cea651f 02/18/2010 08:05 PM Lucas Tolchinsky

first host_mailer tests to complete

f111e0da 02/18/2010 08:05 PM José Luis Escalante

modified the Ensure_not_use_by in Domain model, started the Domain test, and corrected some minor issues in Auth_source_ldap test

1e4b330b 02/18/2010 08:05 PM Lucas Tolchinsky

added test for before_destroy on architecture

88693384 02/18/2010 08:05 PM Lucas Tolchinsky

before_destroy patch successfully applied, also, added require for ruby-debug

9d5bb4fd 02/18/2010 07:57 PM Lucas Tolchinsky

added hostgroup test and fixed some assertions

1ec92973 02/18/2010 07:57 PM Lucas Tolchinsky

refactored the trailing spaces test and added parameter test

cec4503c 02/18/2010 07:57 PM Lucas Tolchinsky

Puppetclasses tests on green

7e57efb4 02/18/2010 07:57 PM Lucas Tolchinsky

Media tests on green

52905046 02/18/2010 07:57 PM Lucas Tolchinsky

blank line removed

34251c45 02/18/2010 07:57 PM Lucas Tolchinsky

ptables tests on green

3d29a5a4 02/18/2010 07:57 PM Lucas Tolchinsky

operatingsystem tests refactored on green

1e6a9256 02/18/2010 07:57 PM Lucas Tolchinsky

improved tests and corrected validation

8123c475 02/18/2010 07:57 PM Lucas Tolchinsky

Operatingsystem tests on green

3de556e1 02/18/2010 07:57 PM Lucas Tolchinsky

architecture tests addded on green

8485883a 02/10/2010 08:10 AM Ohad Levy

fixes #167 - password will be updated each time to host is being edited

3ad1c5d4 02/05/2010 04:17 AM Ohad Levy

sessions are lazy loaded in rails 2.3, no need to declare them

93cc2df2 02/05/2010 04:14 AM Ohad Levy

Merge branch 'master' of :ohadlevy/foreman

c5f4351f 02/05/2010 04:13 AM Ohad Levy

fixes #166 - query interface ignore state when using puppet classes instead of facts

07723734 01/30/2010 01:28 PM Ohad Levy

fixes 163 - clean certificate only when a new build request starts

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

4e42b118 01/26/2010 03:36 PM Ohad Levy

added basic pagination

72a5a1de 01/20/2010 07:05 AM Ohad Levy

fixes #159 - query interface should be able to limit host selection based on state

2c7da330 01/20/2010 07:05 AM Ohad Levy

fixes #159 - If facts are imported incorrectly or incompletely, the Statistics links does not work

f4a38198 01/20/2010 07:04 AM Ohad Levy

refs #153 - this will send email notifications only if its enabled in config/settings.yml

14cf4248 01/17/2010 03:08 PM Ohad Levy

updated to year 2010

a14a7c98 01/16/2010 12:39 PM Ohad Levy

Merge commit 'github/master'

adb0dfd9 01/16/2010 12:38 PM Ohad Levy

fixes #153 - EMail Notifications when hosts report failures

f105e932 01/15/2010 03:35 PM Ohad Levy

fixes #157: Audit show page might fail

9925f8cf 01/11/2010 03:26 PM Ohad Levy

refs #154 - it should return nil when we are not using authentcation

32e8c048 01/08/2010 07:57 AM Ohad Levy

refs # 138 - add log error if unable to generate statistics
git ci app/controllers/statistics_controller.rb -m refs

94adb302 01/08/2010 03:25 AM Ohad Levy

fixes #150 - Summary email ignores environment selection

52a909a3 01/07/2010 02:06 AM Ohad Levy

fixes #138 - Statistics page doesn't show any info if memory facts are unavailable

e386628a 01/06/2010 05:14 AM Ohad Levy

fixes #124 - Support run interval other than default 30 minutes

8f823b83 01/06/2010 03:52 AM Ohad Levy

fixes #140 - dashboard fails when using postgresql backend

7e22f6d8 01/06/2010 02:03 AM Ohad Levy

fixes - #146 Adds a host environment and fact based filtering to Summarized emails

d0ecc70c 01/06/2010 02:03 AM Ohad Levy

minor time formatting change

5b6c6024 12/21/2009 11:47 AM Ohad Levy

fixes #131 - do not store sessions for facts/reports creation

cf94f9c2 12/17/2009 12:43 PM Frank Sweetser

Fixes #133 - Report.with_changes looking at wrong column

be39f2e6 12/17/2009 12:39 PM Ohad Levy

shorter time output in dashboard view

d6bd5d9a 12/17/2009 12:37 PM Ohad Levy

fixes #135 - highlight in red errors in summary email

867beeea 12/14/2009 06:22 AM Ohad Levy

fixes #130 - divide by zero in dasbboard