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

Latest revisions

# Date Author Comment
db59a916 12/20/2010 05:31 AM Jochen Schalanda

Fixes #263 - Refactored Foreman to use correct singular and pluralization of medium/media

06823dc7 12/16/2010 08:54 AM Ohad Levy

Fixes #65, Fixes #339 and Fixes #539

This commit introduce the following:
  • Smart proxy CRUD within Foreman
  • Subnet operations
    • CRUD
    • Finding the next free IP (via the dhcp proxy)
  • Association of subnets, domains to proxies (dns, dhcp and tftp)
c5f5a83f 12/13/2010 02:20 PM Justin Sherrill

Fixes #468 - adding a default template for a grubby script which create a default script for redhat distros that will re-install it when executed

cab0d8c6 11/29/2010 07:08 AM Ohad Levy

Fixes #378 - Adds support for multiple configuration templates

Configuration templates (Kickstart, preseed, syslinux, gpxe etc) can now
be saved in the database directly.

Each template is associated with valid operating systems (unless if its a
snippet which can rendered via all other templates) and a possible...

40f9bcc1 11/12/2010 09:06 PM Ohad Levy

fixes #461 - Newly installed foreman installation creates the admin account without Admin permissions

5e322b1d 11/11/2010 06:27 PM Ohad Levy

fixed wrong usage of find_in_batches --> oops

10d296b4 11/08/2010 07:57 PM Paul Kelly

Fixes #440 - Admin acount is created without admin permissions

9e6e5884 11/07/2010 11:32 AM Ohad Levy

Fixes #436 - Migration should not fail if domain name is not set

df772f92 11/07/2010 10:39 AM Ohad Levy

Optimize the way reports are being converted

Currently, the DB migration tasks load the entire reports table into
memory, this could be very diffuclt to do for a Foreman instance with
many records.

9fd7478e 11/07/2010 10:39 AM Paul Kelly

Fixes #366 - Redmine authorization port

This is a major feature which provides RBAC authorization within Foreman
a mental note to myself - never ever work on large commits

View revisions

Also available in: Atom