Project

General

Profile

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

# Date Author Comment
6874bbd9 05/18/2010 04:01 AM Paul Kelly

Fixes #232 - Removes AS from Users page

The password verification test has not yet been implemented but will get done in AuthSourceInternal fix
All tests now pass These tests now work whether settings[:ldap] is enabled or not
Plus whitespace fix

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

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

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

removed trailing spaces from hosts and users controller test

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

Removed an output.

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

Added hosts controller.

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

empty tests and controller for now