Project

General

Profile

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

# Date Author Comment
9c0e127b 05/17/2010 07:03 AM Paul Kelly

Fixes #170 - implement usergroups

Added migration
Added tests
Added MVC files
Added the routes as well
Added the program logic and additional views
Added RESTful actions for update and create
Added validations to ensure that usergroup.name and user.login do not collide...

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

fix broken tests

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

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....

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

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

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

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

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!

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

Fixes #9 and introduce a basic reporting viewing over http