Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
20090714132448_create_hosts.rb 1.94 KB
20090714132449_add_audits_table.rb 700 Bytes
20090715143858_create_architectures.rb 581 Bytes
20090717025820_create_medias.rb 564 Bytes
20090718060746_create_domains.rb 341 Bytes
20090718064254_create_subnets.rb 429 Bytes
20090720134126_create_operatingsystems.rb 395 Bytes
20090722140138_create_models.rb 324 Bytes
20090722141107_create_environments.rb 444 Bytes
20090729132209_create_reports.rb 274 Bytes
20090730152224_create_ptables.rb 1.11 KB
20090802062223_create_puppetclasses.rb 701 Bytes
20090804130144_create_parameters.rb 240 Bytes
20090820130541_create_auth_sources.rb 907 Bytes
20090905150131_create_hostgroups.rb 601 Bytes
20090905155444_add_type_to_parameter.rb 178 Bytes
20090907045751_add_domain_to_parameter.rb 192 Bytes
20090915030726_change_report_field_type_to_text.rb 426 Bytes
20090916053824_change_host_build_default_to_false.rb 297 Bytes
20090920043521_add_index_to_host.rb 1.02 KB
20090920064156_add_index_to_parameters.rb 462 Bytes
20090920065522_add_index_to_reports.rb 200 Bytes
20091012135004_create_users.rb 353 Bytes
20091016031017_create_sessions.rb 317 Bytes
20091022054108_add_status_to_report.rb 389 Bytes
20091214045923_calc_existing_reports.rb 566 Bytes
20091219132338_create_lookup_keys.rb 277 Bytes
20091219132839_create_lookup_values.rb 356 Bytes
20100115021803_change_mysql_reports_column.rb 401 Bytes
20100310080727_add_family_to_os.rb 916 Bytes
20100325142616_update_fact_names_and_values_to_bin.rb 609 Bytes
20100414125652_add_releasename_to_os.rb 750 Bytes
20100416124600_create_usergroups.rb 361 Bytes
20100419151910_add_owner_to_hosts.rb 643 Bytes

Latest revisions

# Date Author Comment
8b62e7f3 05/17/2010 08:24 AM Ohad Levy

fixes typo in migration, refs #170

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

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

Fixes #13 - Manage Debian family release-name

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.

34a46056 03/25/2010 02:39 PM Ohad Levy

fixes #189 - Fact filter should be case sensitive

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"

fa1e7bf7 01/15/2010 01:37 PM Ohad Levy

fixes #156 - reports will fail if its longer than 64kb

1bcf18a4 12/14/2009 07:56 AM Ohad Levy

uncommenting debug code

16cb7742 12/14/2009 06:02 AM Ohad Levy

fixes #80, fixes #106 and fixes #128

38a51fc2 11/04/2009 03:44 PM Ohad Levy

fixes #56, changed the migration order

View revisions

Also available in: Atom