Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
5656ef86 05/14/2010 06:58 AM Ohad Levy

fixes #216 - Validate uniqueness of a parameter name for Individual hosts

c289176c 05/03/2010 03:18 PM Ohad Levy

fixes #237 - installing puppet from epel breaks if base image is not 5.3 or 4.9 release

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)....
bd46fa41 04/27/2010 06:47 AM Ohad Levy

fixes #200 - Remove activescaffold from the puppet groups page

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

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.

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

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

038a2445 03/09/2010 07:13 AM Ohad Levy

fixes broken fixtures for lookup_keys

040608d0 03/09/2010 07:12 AM Ohad Levy

fixes broken testfixtures/lookup_keys.yml

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"

ff9305cd 03/05/2010 01:45 PM Ohad Levy

fix broken tests

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

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

6bff523d 02/18/2010 08:12 PM Ohad Levy

removed type field fixtures as its a reserved word in AR

ef3b9dcc 02/18/2010 08:05 PM Leandro Marcucci

Commented failing test due to unimplemented validation in OperatingSystem.

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

added some explanations in reports_controller_test, fact_values_test, users_controller_test, fact_value_controller_test, user_test, about why there is some missing tests. Refactored the auth_source_ldap_controller.

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

added rr gem to testing. Commented a couple of lines of Report controller test, seems to be a bug in the controller, need to ask about this

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

A couple modifications to AuthSourceTest and UserTest. See details.

1. refactor some tests in auth source test, this test is incompleted, cause self.authenticate use authenticate which is not implemented yet.
2. Almost finished, try_to_login method, but uses the auth source authenticate, so I can't move forward.

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

Several corrections and improvements. See full description for more detail.

1. Corrected a bug in domain model. In countFact method there was a mistaken search, with the domain name.
2. Finished the domain test
3. Corrected a bug in host_mailer model. In summary method when the conditions hash is declared, in order was a mistaken search with the hosts names....

07ad7166 02/18/2010 08:05 PM Lucas Tolchinsky

corrected tests in hosts_controller and report_observer

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

refactored hosts_controller_test

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

added setBuild test for hosts_controller_test

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

added more tests to hosts_controller_test

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

added test for list action in auth_sources_controller_test

7a82bef9 02/18/2010 08:05 PM Lucas Tolchinsky

added test for show action in audit_controller_test

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

removed the ldap connection test from auth_source_ldap_test

92ff1eef 02/18/2010 08:05 PM Lucas Tolchinsky

added report_observer test

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

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

removed trailing spaces from hosts and users controller test

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

added the fact value test, seems to be a bug in the mem_average method from the model...

5141f02e 02/18/2010 08:05 PM Lucas Tolchinsky

removed trailing spaces in models_controller_test

23db580d 02/18/2010 08:05 PM Lucas Tolchinsky

removed trailing spaces in home_controller_test and in user_test

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

removed trailing spaces in user_test and the initial "Replace this with..." comment

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

in model_test.rb I removed some trailing spaces and the initial "the_truth" test

54831b81 02/18/2010 08:05 PM Lucas Tolchinsky

commented two Logger.new lines, they were creating log files.

002e468d 02/18/2010 08:05 PM Lucas Tolchinsky

host_observer is not implemented, so I don't know what tests to write

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

reports controller test is stand-by. puppetclasses controller test finished.

e7aa1c79 02/18/2010 08:05 PM Juan Manuel Pérez

Added ModelsController test. Also renamed it because it was in singular :)

7b3ea05c 02/18/2010 08:05 PM Juan Manuel Pérez

Removed an output.

63830f96 02/18/2010 08:05 PM Lucas Tolchinsky

given that fact_names_controller is empty, I just leave a comment in fact_names_controller_test

98791bd6 02/18/2010 08:05 PM Lucas Tolchinsky

added first tests on fact_values_controller

72b4a854 02/18/2010 08:05 PM Juan Manuel Pérez

Test de UsersController. Problema con el atributo "type" de AuthSource

8f10d0f8 02/18/2010 08:05 PM Juan Manuel Pérez

Added hosts controller.

848a8560 02/18/2010 08:05 PM Lucas Tolchinsky

added dashboard_controller_tests on green

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

ptables_controller_test on green

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

erased a debugger line... sorry

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

unknown failure in the create test from reports controller... help!

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

added the common parameter tests

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

added the group_parameter_test and hostgroups controller

3f215ae3 02/18/2010 08:05 PM Lucas Tolchinsky

fixed indentation and new line deleted at end of file in domain_controller_test

616e525e 02/18/2010 08:05 PM Lucas Tolchinsky

one assert corrected on operatingsystem and audit controller with show test

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

added assertion for updated major and some small corrections

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

added the domain_controller_test

d6088f46 02/18/2010 08:05 PM Juan Manuel Pérez

Removed some tests...

e6c17f14 02/18/2010 08:05 PM Juan Manuel Pérez

Audit Test...there is not much to do here really.

977384e0 02/18/2010 08:05 PM Lucas Tolchinsky

renamed some variables

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

operatingsystems_test on green

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

renamed operatingsystems_controller_test

96e3fe2c 02/18/2010 08:05 PM Lucas Tolchinsky

added assertion for updated path

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

medias_controller_test on green and renamed correctly

594abe2b 02/18/2010 08:05 PM Lucas Tolchinsky

corrected typo

8d9dc8b0 02/18/2010 08:05 PM Lucas Tolchinsky

environments_controller_test on green

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

architectures_controller_test on green

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

refactored the auth_source_ldap test

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

added some more tests, but update is not passing.

6aba9fc2 02/18/2010 08:05 PM Lucas Tolchinsky

a bit of refactoring

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

fixed all tests, but it seems not to be a show action, that test is commented.

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

98ee81dd 02/18/2010 08:05 PM Lucas Tolchinsky

fixed create and update tests

143ed3b4 02/18/2010 08:05 PM Lucas Tolchinsky

reviewing auth_sources and architectures controller tests. They are both very broken.

63dde80b 02/18/2010 08:05 PM Lucas Tolchinsky

removed old architecture_controller_test file

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

modified the name of architectures_controller_test.rb

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

added some more tests to HostMailer

88d1f060 02/18/2010 08:05 PM Juan Manuel Pérez

Added test logging support

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.

27ff24c7 02/18/2010 08:05 PM Lucas Tolchinsky

specified recipient tests

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

213312e9 02/18/2010 08:05 PM Lucas Tolchinsky

removed trailing spaces

446ad21e 02/18/2010 08:05 PM Lucas Tolchinsky

indentation fix

ff98731b 02/18/2010 08:05 PM Juan Manuel Pérez

Added User Test. It lacks auth test.

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

added test for before_destroy on architecture

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

added hostgroup test and fixed some assertions

2594caf0 02/18/2010 07:57 PM José Luis Escalante

started the auth_source and auth_source_ldap tests

fa89b479 02/18/2010 07:57 PM Juan Manuel Pérez

Added first functional test.

33dc2d19 02/18/2010 07:57 PM Juan Manuel Pérez

Added environment test. It's green, but it lacks some tests.

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

refactored the trailing spaces test and added parameter test

32a35ed7 02/18/2010 07:57 PM Lucas Tolchinsky

fixed a variable name

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

added before_destroy :ensure_not_used test on RED

2daa45bf 02/18/2010 07:57 PM Lucas Tolchinsky

added name uniqueness test