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_media.rb 769 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 943 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 695 Bytes
20100523114430_add_ubuntu_custom_lvm_ptable.rb 3.11 KB
20100523141204_create_media_operatingsystems_and_migrate_data.rb 832 Bytes
20100524080302_migrate_installation_medium_uri.rb 381 Bytes
20100525094200_simplify_parameters.rb 2.36 KB
20100601221000_update_os_minor.rb 322 Bytes
20100616114400_change_family_in_os.rb 1.22 KB
20100625155400_create_notices.rb 580 Bytes
20100628123400_add_internal_auth.rb 1.21 KB
20100629093200_create_roles.rb 557 Bytes
20100701081235_add_user_domains_and_hostgroups.rb 551 Bytes
20100822072954_create_user_facts.rb 581 Bytes
20100823181036_add_enabled_to_hosts.rb 192 Bytes
20100914092104_add_my_booleans_to_user.rb 466 Bytes
20101018120548_create_messages.rb 462 Bytes
20101018120603_create_sources.rb 455 Bytes
20101018120621_create_logs.rb 478 Bytes
20101019122857_add_metrics_to_report.rb 176 Bytes
20101019183859_convert_reports.rb 1.22 KB
20101103150254_add_owned_filter_to_user.rb 193 Bytes
20101118130026_correct_media.rb 1011 Bytes
20101121080425_create_config_templates.rb 306 Bytes
20101121135521_create_template_combinations.rb 317 Bytes
20101122132041_create_operatingsystems_config_templates.rb 352 Bytes
20101123152150_create_template_kinds.rb 372 Bytes
20101123153303_create_os_default_templates.rb 321 Bytes
20101125153351_add_default_templates.rb 2.36 KB
20101130093613_add_sub_systems_to_subnet.rb 355 Bytes
20101130100315_create_proxies.rb 230 Bytes
20101202104444_add_proxy_to_domain.rb 251 Bytes
20101213085232_add_grubby_template.rb 404 Bytes
20110106132600_create_hypervisors.rb 251 Bytes
20110117162722_add_host_group_defaults.rb 781 Bytes
20110128130239_add_default_pxe_menu_template.rb 380 Bytes
20110213104226_create_proxy_features.rb 602 Bytes
20110216101848_change_puppetmaster_column.rb 610 Bytes
20110301154453_add_managed_to_hosts.rb 381 Bytes
20110321070954_revert_face_names_and_values_to_text_records.rb 479 Bytes
20110327123639_add_priority_to_parameter.rb 264 Bytes
20110404150043_add_media_path_to_medium.rb 395 Bytes
20110407091150_add_image_to_host.rb 470 Bytes
20110412103238_remove_unused_fields_from_puppet_classes.rb 218 Bytes
20110417102947_add_table_bookmarks.rb 1.35 KB
20110420150600_add_solaris_templates.rb 1.51 KB
20110613141800_add_solaris_disks.rb 1.13 KB
20110616080444_add_look_up_key_id_to_puppet_class.rb 990 Bytes
20110619130336_add_ancestry_to_hostgroup.rb 267 Bytes
20110628115422_create_settings.rb 388 Bytes
20110712064120_update_audits_table.rb 489 Bytes
20110712070522_create_host_class.rb 286 Bytes

Latest revisions

# Date Author Comment
8a65dff7 07/12/2011 06:48 AM Ohad Levy

fixes #777 - this enable auditing of when a host is changing its puppet class assignmetns

one limitation of this patch is that at the moment, each class change
gets its own audit record.

9afa092e 07/06/2011 10:07 AM Ohad Levy

fixes #322 Ability to add custom variables and multiple values resovled
in a dynamic Hierarchally order

This commits introduces the ability to define variables per puppet
class.

additionally, each class can have multiple values, depends on the host
which is requesting that variable....

29eebabc 07/03/2011 09:30 AM Ohad Levy

splitted setting default data from the migration
this allows to add new data and modify its defaults
improved settings UI a bit more
refs #100

76607ed5 06/29/2011 02:17 PM Ohad Levy

fixes #100 - Setting is now a ActiveRecord object

This allows users to manage foreman settings via the UI.

the UI is a bit ugly, but works :)

4d4b84f6 06/20/2011 07:07 AM Ohad Levy

fixes #35 - Allow hostgroup nesting for puppet classes and parameters

0b4d9ce1 06/15/2011 08:42 AM Ohad Levy

fixes #987 - migration fails when using postgres after #820

a6db0470 06/15/2011 07:03 AM Paul Kelly

Fixes #820 - Intel Solaris support

Signed-off-by: Paul Kelly <>

8703e4f7 05/09/2011 02:11 PM Amos Benari

errors bookmark was wrong. fixes #886

94ccc91f 05/02/2011 03:11 AM Ohad Levy

ensures migration can actually run... refs #836

9161008b 05/02/2011 02:56 AM Amos Benari

added search bookmarks, fixes #836

  • adds sub navigations under main menu items, each sub navigation is a bookmark.
  • adds visual improvements to main menu

    app/controllers/bookmarks_controller.rb | 74 ++++++++
    app/helpers/application_helper.rb | 2 +-...

View revisions

Also available in: Atom