[aeolus-incubator/image-management-engine] ff5484: Renamed to Tim

jguiditta jguiditt at redhat.com
Thu Oct 4 16:35:17 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/aeolus-incubator/image-management-engine
  Commit: ff5484369505c63c7250070945c7891935908261
      https://github.com/aeolus-incubator/image-management-engine/commit/ff5484369505c63c7250070945c7891935908261
  Author: Martyn Taylor <mtaylor at redhat.com>
  Date:   2012-10-04 (Thu, 04 Oct 2012)

  Changed paths:
    M Gemfile
    M Gemfile.lock
    M README.rdoc
    M Rakefile
    R app/assets/images/image_management/.gitkeep
    A app/assets/images/tim/.gitkeep
    R app/assets/javascripts/image_management/application.js
    A app/assets/javascripts/tim/application.js
    R app/assets/stylesheets/image_management/application.css
    A app/assets/stylesheets/tim/application.css
    R app/controllers/image_management/application_controller.rb
    R app/controllers/image_management/base_images_controller.rb
    R app/controllers/image_management/image_versions_controller.rb
    R app/controllers/image_management/provider_images_controller.rb
    R app/controllers/image_management/target_images_controller.rb
    R app/controllers/image_management/templates_controller.rb
    A app/controllers/tim/application_controller.rb
    A app/controllers/tim/base_images_controller.rb
    A app/controllers/tim/image_versions_controller.rb
    A app/controllers/tim/provider_images_controller.rb
    A app/controllers/tim/target_images_controller.rb
    A app/controllers/tim/templates_controller.rb
    R app/filters/image_management/user_keys_filter.rb
    A app/filters/tim/user_keys_filter.rb
    R app/helpers/image_management/application_helper.rb
    A app/helpers/tim/application_helper.rb
    R app/models/image_management/base.rb
    R app/models/image_management/base_image.rb
    R app/models/image_management/image_version.rb
    R app/models/image_management/provider_image.rb
    R app/models/image_management/target_image.rb
    R app/models/image_management/template.rb
    A app/models/tim/base.rb
    A app/models/tim/base_image.rb
    A app/models/tim/image_version.rb
    A app/models/tim/provider_image.rb
    A app/models/tim/target_image.rb
    A app/models/tim/template.rb
    R app/responders/image_management/responder.rb
    A app/responders/tim/responder.rb
    R app/views/image_management/base_images/_base_image.xml.haml
    R app/views/image_management/base_images/_base_image_minimal.xml.haml
    R app/views/image_management/base_images/_form.html.erb
    R app/views/image_management/base_images/edit.html.erb
    R app/views/image_management/base_images/index.html.erb
    R app/views/image_management/base_images/index.xml.haml
    R app/views/image_management/base_images/new.html.erb
    R app/views/image_management/base_images/show.html.erb
    R app/views/image_management/base_images/show.xml.haml
    R app/views/image_management/image_versions/_form.html.erb
    R app/views/image_management/image_versions/_image_version.xml.haml
    R app/views/image_management/image_versions/_image_version_minimal.xml.haml
    R app/views/image_management/image_versions/edit.html.erb
    R app/views/image_management/image_versions/index.html.erb
    R app/views/image_management/image_versions/index.xml.haml
    R app/views/image_management/image_versions/new.html.erb
    R app/views/image_management/image_versions/show.html.erb
    R app/views/image_management/image_versions/show.xml.haml
    R app/views/image_management/images/_form.html.erb
    R app/views/image_management/images/edit.html.erb
    R app/views/image_management/images/index.html.erb
    R app/views/image_management/images/new.html.erb
    R app/views/image_management/images/show.html.erb
    R app/views/image_management/layouts/application.html.erb
    R app/views/image_management/provider_images/_form.html.erb
    R app/views/image_management/provider_images/_provider_image.xml.haml
    R app/views/image_management/provider_images/_provider_image_minimal.xml.haml
    R app/views/image_management/provider_images/edit.html.erb
    R app/views/image_management/provider_images/index.html.erb
    R app/views/image_management/provider_images/index.xml.haml
    R app/views/image_management/provider_images/new.html.erb
    R app/views/image_management/provider_images/show.html.erb
    R app/views/image_management/provider_images/show.xml.haml
    R app/views/image_management/target_images/_form.html.erb
    R app/views/image_management/target_images/_target_image.xml.haml
    R app/views/image_management/target_images/_target_image_minimal.xml.haml
    R app/views/image_management/target_images/edit.html.erb
    R app/views/image_management/target_images/index.html.erb
    R app/views/image_management/target_images/index.xml.haml
    R app/views/image_management/target_images/new.html.erb
    R app/views/image_management/target_images/show.html.erb
    R app/views/image_management/target_images/show.xml.haml
    R app/views/image_management/templates/_form.html.erb
    R app/views/image_management/templates/_template.xml.haml
    R app/views/image_management/templates/_template_minimal.xml.haml
    R app/views/image_management/templates/edit.html.erb
    R app/views/image_management/templates/index.html.erb
    R app/views/image_management/templates/index.xml.haml
    R app/views/image_management/templates/new.html.erb
    R app/views/image_management/templates/show.html.erb
    R app/views/image_management/templates/show.xml.haml
    R app/views/layouts/image_management/application.html.erb
    A app/views/layouts/tim/application.html.erb
    A app/views/tim/base_images/_base_image.xml.haml
    A app/views/tim/base_images/_base_image_minimal.xml.haml
    A app/views/tim/base_images/_form.html.erb
    A app/views/tim/base_images/edit.html.erb
    A app/views/tim/base_images/index.html.erb
    A app/views/tim/base_images/index.xml.haml
    A app/views/tim/base_images/new.html.erb
    A app/views/tim/base_images/show.html.erb
    A app/views/tim/base_images/show.xml.haml
    A app/views/tim/image_versions/_form.html.erb
    A app/views/tim/image_versions/_image_version.xml.haml
    A app/views/tim/image_versions/_image_version_minimal.xml.haml
    A app/views/tim/image_versions/edit.html.erb
    A app/views/tim/image_versions/index.html.erb
    A app/views/tim/image_versions/index.xml.haml
    A app/views/tim/image_versions/new.html.erb
    A app/views/tim/image_versions/show.html.erb
    A app/views/tim/image_versions/show.xml.haml
    A app/views/tim/images/_form.html.erb
    A app/views/tim/images/edit.html.erb
    A app/views/tim/images/index.html.erb
    A app/views/tim/images/new.html.erb
    A app/views/tim/images/show.html.erb
    A app/views/tim/layouts/application.html.erb
    A app/views/tim/provider_images/_form.html.erb
    A app/views/tim/provider_images/_provider_image.xml.haml
    A app/views/tim/provider_images/_provider_image_minimal.xml.haml
    A app/views/tim/provider_images/edit.html.erb
    A app/views/tim/provider_images/index.html.erb
    A app/views/tim/provider_images/index.xml.haml
    A app/views/tim/provider_images/new.html.erb
    A app/views/tim/provider_images/show.html.erb
    A app/views/tim/provider_images/show.xml.haml
    A app/views/tim/target_images/_form.html.erb
    A app/views/tim/target_images/_target_image.xml.haml
    A app/views/tim/target_images/_target_image_minimal.xml.haml
    A app/views/tim/target_images/edit.html.erb
    A app/views/tim/target_images/index.html.erb
    A app/views/tim/target_images/index.xml.haml
    A app/views/tim/target_images/new.html.erb
    A app/views/tim/target_images/show.html.erb
    A app/views/tim/target_images/show.xml.haml
    A app/views/tim/templates/_form.html.erb
    A app/views/tim/templates/_template.xml.haml
    A app/views/tim/templates/_template_minimal.xml.haml
    A app/views/tim/templates/edit.html.erb
    A app/views/tim/templates/index.html.erb
    A app/views/tim/templates/index.xml.haml
    A app/views/tim/templates/new.html.erb
    A app/views/tim/templates/show.html.erb
    A app/views/tim/templates/show.xml.haml
    M config/routes.rb
    R db/migrate/20120906180351_create_image_management_base_images.rb
    A db/migrate/20120906180351_create_tim_base_images.rb
    R db/migrate/20120906210106_create_image_management_image_versions.rb
    A db/migrate/20120906210106_create_tim_image_versions.rb
    R db/migrate/20120910175233_create_image_management_templates.rb
    A db/migrate/20120910175233_create_tim_templates.rb
    R db/migrate/20120911202321_create_image_management_target_images.rb
    A db/migrate/20120911202321_create_tim_target_images.rb
    R db/migrate/20120911204329_create_image_management_provider_images.rb
    A db/migrate/20120911204329_create_tim_provider_images.rb
    R image_management.gemspec
    M lib/image_factory/model/base.rb
    M lib/image_factory/model/provider_image.rb
    M lib/image_factory/model/target_image.rb
    R lib/image_management.rb
    R lib/image_management/engine.rb
    R lib/image_management/version.rb
    R lib/tasks/image_management_tasks.rake
    A lib/tasks/tim_tasks.rake
    A lib/tim.rb
    A lib/tim/engine.rb
    A lib/tim/version.rb
    M script/rails
    M spec/controllers/base_images_controller_spec.rb
    M spec/controllers/image_versions_controller_spec.rb
    M spec/controllers/provider_images_controller_spec.rb
    M spec/controllers/target_images_controller_spec.rb
    M spec/controllers/templates_controller_spec.rb
    M spec/decorators/controllers/templates_controller_decorator_spec.rb
    R spec/factories/image_management/base_image.rb
    R spec/factories/image_management/image_factory/provider_image.rb
    R spec/factories/image_management/image_factory/status_detail.rb
    R spec/factories/image_management/image_factory/target_image.rb
    R spec/factories/image_management/image_version.rb
    R spec/factories/image_management/provider_image.rb
    R spec/factories/image_management/target_image.rb
    R spec/factories/image_management/template.rb
    A spec/factories/tim/base_image.rb
    A spec/factories/tim/image_factory/provider_image.rb
    A spec/factories/tim/image_factory/status_detail.rb
    A spec/factories/tim/image_factory/target_image.rb
    A spec/factories/tim/image_version.rb
    A spec/factories/tim/provider_image.rb
    A spec/factories/tim/target_image.rb
    A spec/factories/tim/template.rb
    M spec/filters/user_keys_filter_spec.rb
    M spec/models/base_image_spec.rb
    M spec/models/dummy/pool_family_spec.rb
    M spec/models/dummy/provider_account_spec.rb
    M spec/models/dummy/provider_type_spec.rb
    M spec/models/dummy/user_spec.rb
    M spec/models/image_version_spec.rb
    M spec/models/provider_image_spec.rb
    M spec/models/target_image_spec.rb
    M spec/models/template_spec.rb
    M spec/support/routes.rb
    M spec/views/base_images_spec.rb
    M spec/views/image_versions_spec.rb
    M spec/views/provider_images_spec.rb
    M spec/views/target_images_spec.rb
    M spec/views/templates_spec.rb
    R test/dummy/app/decorators/image_management/controllers/templates_controller_decorator.rb
    A test/dummy/app/decorators/tim/controllers/templates_controller_decorator.rb
    R test/dummy/app/models/image_management/base_image.rb
    M test/dummy/app/models/pool_family.rb
    M test/dummy/app/models/provider_account.rb
    M test/dummy/app/models/provider_type.rb
    A test/dummy/app/models/tim/base_image.rb
    M test/dummy/app/models/user.rb
    R test/dummy/app/views/image_management/base_images/_custom.xml.haml
    R test/dummy/app/views/image_management/image_versions/_custom.xml.haml
    R test/dummy/app/views/image_management/layouts/application.html.erb
    R test/dummy/app/views/image_management/provider_images/_custom.xml.haml
    R test/dummy/app/views/image_management/target_images/_custom.xml.haml
    R test/dummy/app/views/image_management/templates/_custom.xml.haml
    A test/dummy/app/views/tim/base_images/_custom.xml.haml
    A test/dummy/app/views/tim/image_versions/_custom.xml.haml
    A test/dummy/app/views/tim/layouts/application.html.erb
    A test/dummy/app/views/tim/provider_images/_custom.xml.haml
    A test/dummy/app/views/tim/target_images/_custom.xml.haml
    A test/dummy/app/views/tim/templates/_custom.xml.haml
    M test/dummy/config/application.rb
    R test/dummy/config/initializers/image_management.rb
    A test/dummy/config/initializers/tim.rb
    M test/dummy/config/routes.rb
    R test/dummy/db/migrate/20120911182850_add_pool_family_id_to_image_management_base_image.rb
    A test/dummy/db/migrate/20120911182850_add_pool_family_id_to_tim_base_image.rb
    R test/dummy/db/migrate/20120911202845_add_provider_type_id_to_image_management_target_image.rb
    A test/dummy/db/migrate/20120911202845_add_provider_type_id_to_tim_target_image.rb
    M test/dummy/db/schema.rb
    A tim.gemspec

  Log Message:
  -----------
  Renamed to Tim


  Commit: 82d9509510d59ba46b4b17bf9ee05f0e2412cf2c
      https://github.com/aeolus-incubator/image-management-engine/commit/82d9509510d59ba46b4b17bf9ee05f0e2412cf2c
  Author: jguiditta <jguiditt at redhat.com>
  Date:   2012-10-04 (Thu, 04 Oct 2012)

  Changed paths:
    M Gemfile
    M Gemfile.lock
    M README.rdoc
    M Rakefile
    R app/assets/images/image_management/.gitkeep
    A app/assets/images/tim/.gitkeep
    R app/assets/javascripts/image_management/application.js
    A app/assets/javascripts/tim/application.js
    R app/assets/stylesheets/image_management/application.css
    A app/assets/stylesheets/tim/application.css
    R app/controllers/image_management/application_controller.rb
    R app/controllers/image_management/base_images_controller.rb
    R app/controllers/image_management/image_versions_controller.rb
    R app/controllers/image_management/provider_images_controller.rb
    R app/controllers/image_management/target_images_controller.rb
    R app/controllers/image_management/templates_controller.rb
    A app/controllers/tim/application_controller.rb
    A app/controllers/tim/base_images_controller.rb
    A app/controllers/tim/image_versions_controller.rb
    A app/controllers/tim/provider_images_controller.rb
    A app/controllers/tim/target_images_controller.rb
    A app/controllers/tim/templates_controller.rb
    R app/filters/image_management/user_keys_filter.rb
    A app/filters/tim/user_keys_filter.rb
    R app/helpers/image_management/application_helper.rb
    A app/helpers/tim/application_helper.rb
    R app/models/image_management/base.rb
    R app/models/image_management/base_image.rb
    R app/models/image_management/image_version.rb
    R app/models/image_management/provider_image.rb
    R app/models/image_management/target_image.rb
    R app/models/image_management/template.rb
    A app/models/tim/base.rb
    A app/models/tim/base_image.rb
    A app/models/tim/image_version.rb
    A app/models/tim/provider_image.rb
    A app/models/tim/target_image.rb
    A app/models/tim/template.rb
    R app/responders/image_management/responder.rb
    A app/responders/tim/responder.rb
    R app/views/image_management/base_images/_base_image.xml.haml
    R app/views/image_management/base_images/_base_image_minimal.xml.haml
    R app/views/image_management/base_images/_form.html.erb
    R app/views/image_management/base_images/edit.html.erb
    R app/views/image_management/base_images/index.html.erb
    R app/views/image_management/base_images/index.xml.haml
    R app/views/image_management/base_images/new.html.erb
    R app/views/image_management/base_images/show.html.erb
    R app/views/image_management/base_images/show.xml.haml
    R app/views/image_management/image_versions/_form.html.erb
    R app/views/image_management/image_versions/_image_version.xml.haml
    R app/views/image_management/image_versions/_image_version_minimal.xml.haml
    R app/views/image_management/image_versions/edit.html.erb
    R app/views/image_management/image_versions/index.html.erb
    R app/views/image_management/image_versions/index.xml.haml
    R app/views/image_management/image_versions/new.html.erb
    R app/views/image_management/image_versions/show.html.erb
    R app/views/image_management/image_versions/show.xml.haml
    R app/views/image_management/images/_form.html.erb
    R app/views/image_management/images/edit.html.erb
    R app/views/image_management/images/index.html.erb
    R app/views/image_management/images/new.html.erb
    R app/views/image_management/images/show.html.erb
    R app/views/image_management/layouts/application.html.erb
    R app/views/image_management/provider_images/_form.html.erb
    R app/views/image_management/provider_images/_provider_image.xml.haml
    R app/views/image_management/provider_images/_provider_image_minimal.xml.haml
    R app/views/image_management/provider_images/edit.html.erb
    R app/views/image_management/provider_images/index.html.erb
    R app/views/image_management/provider_images/index.xml.haml
    R app/views/image_management/provider_images/new.html.erb
    R app/views/image_management/provider_images/show.html.erb
    R app/views/image_management/provider_images/show.xml.haml
    R app/views/image_management/target_images/_form.html.erb
    R app/views/image_management/target_images/_target_image.xml.haml
    R app/views/image_management/target_images/_target_image_minimal.xml.haml
    R app/views/image_management/target_images/edit.html.erb
    R app/views/image_management/target_images/index.html.erb
    R app/views/image_management/target_images/index.xml.haml
    R app/views/image_management/target_images/new.html.erb
    R app/views/image_management/target_images/show.html.erb
    R app/views/image_management/target_images/show.xml.haml
    R app/views/image_management/templates/_form.html.erb
    R app/views/image_management/templates/_template.xml.haml
    R app/views/image_management/templates/_template_minimal.xml.haml
    R app/views/image_management/templates/edit.html.erb
    R app/views/image_management/templates/index.html.erb
    R app/views/image_management/templates/index.xml.haml
    R app/views/image_management/templates/new.html.erb
    R app/views/image_management/templates/show.html.erb
    R app/views/image_management/templates/show.xml.haml
    R app/views/layouts/image_management/application.html.erb
    A app/views/layouts/tim/application.html.erb
    A app/views/tim/base_images/_base_image.xml.haml
    A app/views/tim/base_images/_base_image_minimal.xml.haml
    A app/views/tim/base_images/_form.html.erb
    A app/views/tim/base_images/edit.html.erb
    A app/views/tim/base_images/index.html.erb
    A app/views/tim/base_images/index.xml.haml
    A app/views/tim/base_images/new.html.erb
    A app/views/tim/base_images/show.html.erb
    A app/views/tim/base_images/show.xml.haml
    A app/views/tim/image_versions/_form.html.erb
    A app/views/tim/image_versions/_image_version.xml.haml
    A app/views/tim/image_versions/_image_version_minimal.xml.haml
    A app/views/tim/image_versions/edit.html.erb
    A app/views/tim/image_versions/index.html.erb
    A app/views/tim/image_versions/index.xml.haml
    A app/views/tim/image_versions/new.html.erb
    A app/views/tim/image_versions/show.html.erb
    A app/views/tim/image_versions/show.xml.haml
    A app/views/tim/images/_form.html.erb
    A app/views/tim/images/edit.html.erb
    A app/views/tim/images/index.html.erb
    A app/views/tim/images/new.html.erb
    A app/views/tim/images/show.html.erb
    A app/views/tim/layouts/application.html.erb
    A app/views/tim/provider_images/_form.html.erb
    A app/views/tim/provider_images/_provider_image.xml.haml
    A app/views/tim/provider_images/_provider_image_minimal.xml.haml
    A app/views/tim/provider_images/edit.html.erb
    A app/views/tim/provider_images/index.html.erb
    A app/views/tim/provider_images/index.xml.haml
    A app/views/tim/provider_images/new.html.erb
    A app/views/tim/provider_images/show.html.erb
    A app/views/tim/provider_images/show.xml.haml
    A app/views/tim/target_images/_form.html.erb
    A app/views/tim/target_images/_target_image.xml.haml
    A app/views/tim/target_images/_target_image_minimal.xml.haml
    A app/views/tim/target_images/edit.html.erb
    A app/views/tim/target_images/index.html.erb
    A app/views/tim/target_images/index.xml.haml
    A app/views/tim/target_images/new.html.erb
    A app/views/tim/target_images/show.html.erb
    A app/views/tim/target_images/show.xml.haml
    A app/views/tim/templates/_form.html.erb
    A app/views/tim/templates/_template.xml.haml
    A app/views/tim/templates/_template_minimal.xml.haml
    A app/views/tim/templates/edit.html.erb
    A app/views/tim/templates/index.html.erb
    A app/views/tim/templates/index.xml.haml
    A app/views/tim/templates/new.html.erb
    A app/views/tim/templates/show.html.erb
    A app/views/tim/templates/show.xml.haml
    M config/routes.rb
    R db/migrate/20120906180351_create_image_management_base_images.rb
    A db/migrate/20120906180351_create_tim_base_images.rb
    R db/migrate/20120906210106_create_image_management_image_versions.rb
    A db/migrate/20120906210106_create_tim_image_versions.rb
    R db/migrate/20120910175233_create_image_management_templates.rb
    A db/migrate/20120910175233_create_tim_templates.rb
    R db/migrate/20120911202321_create_image_management_target_images.rb
    A db/migrate/20120911202321_create_tim_target_images.rb
    R db/migrate/20120911204329_create_image_management_provider_images.rb
    A db/migrate/20120911204329_create_tim_provider_images.rb
    R image_management.gemspec
    M lib/image_factory/model/base.rb
    M lib/image_factory/model/provider_image.rb
    M lib/image_factory/model/target_image.rb
    R lib/image_management.rb
    R lib/image_management/engine.rb
    R lib/image_management/version.rb
    R lib/tasks/image_management_tasks.rake
    A lib/tasks/tim_tasks.rake
    A lib/tim.rb
    A lib/tim/engine.rb
    A lib/tim/version.rb
    M script/rails
    M spec/controllers/base_images_controller_spec.rb
    M spec/controllers/image_versions_controller_spec.rb
    M spec/controllers/provider_images_controller_spec.rb
    M spec/controllers/target_images_controller_spec.rb
    M spec/controllers/templates_controller_spec.rb
    M spec/decorators/controllers/templates_controller_decorator_spec.rb
    R spec/factories/image_management/base_image.rb
    R spec/factories/image_management/image_factory/provider_image.rb
    R spec/factories/image_management/image_factory/status_detail.rb
    R spec/factories/image_management/image_factory/target_image.rb
    R spec/factories/image_management/image_version.rb
    R spec/factories/image_management/provider_image.rb
    R spec/factories/image_management/target_image.rb
    R spec/factories/image_management/template.rb
    A spec/factories/tim/base_image.rb
    A spec/factories/tim/image_factory/provider_image.rb
    A spec/factories/tim/image_factory/status_detail.rb
    A spec/factories/tim/image_factory/target_image.rb
    A spec/factories/tim/image_version.rb
    A spec/factories/tim/provider_image.rb
    A spec/factories/tim/target_image.rb
    A spec/factories/tim/template.rb
    M spec/filters/user_keys_filter_spec.rb
    M spec/models/base_image_spec.rb
    M spec/models/dummy/pool_family_spec.rb
    M spec/models/dummy/provider_account_spec.rb
    M spec/models/dummy/provider_type_spec.rb
    M spec/models/dummy/user_spec.rb
    M spec/models/image_version_spec.rb
    M spec/models/provider_image_spec.rb
    M spec/models/target_image_spec.rb
    M spec/models/template_spec.rb
    M spec/support/routes.rb
    M spec/views/base_images_spec.rb
    M spec/views/image_versions_spec.rb
    M spec/views/provider_images_spec.rb
    M spec/views/target_images_spec.rb
    M spec/views/templates_spec.rb
    R test/dummy/app/decorators/image_management/controllers/templates_controller_decorator.rb
    A test/dummy/app/decorators/tim/controllers/templates_controller_decorator.rb
    R test/dummy/app/models/image_management/base_image.rb
    M test/dummy/app/models/pool_family.rb
    M test/dummy/app/models/provider_account.rb
    M test/dummy/app/models/provider_type.rb
    A test/dummy/app/models/tim/base_image.rb
    M test/dummy/app/models/user.rb
    R test/dummy/app/views/image_management/base_images/_custom.xml.haml
    R test/dummy/app/views/image_management/image_versions/_custom.xml.haml
    R test/dummy/app/views/image_management/layouts/application.html.erb
    R test/dummy/app/views/image_management/provider_images/_custom.xml.haml
    R test/dummy/app/views/image_management/target_images/_custom.xml.haml
    R test/dummy/app/views/image_management/templates/_custom.xml.haml
    A test/dummy/app/views/tim/base_images/_custom.xml.haml
    A test/dummy/app/views/tim/image_versions/_custom.xml.haml
    A test/dummy/app/views/tim/layouts/application.html.erb
    A test/dummy/app/views/tim/provider_images/_custom.xml.haml
    A test/dummy/app/views/tim/target_images/_custom.xml.haml
    A test/dummy/app/views/tim/templates/_custom.xml.haml
    M test/dummy/config/application.rb
    R test/dummy/config/initializers/image_management.rb
    A test/dummy/config/initializers/tim.rb
    M test/dummy/config/routes.rb
    R test/dummy/db/migrate/20120911182850_add_pool_family_id_to_image_management_base_image.rb
    A test/dummy/db/migrate/20120911182850_add_pool_family_id_to_tim_base_image.rb
    R test/dummy/db/migrate/20120911202845_add_provider_type_id_to_image_management_target_image.rb
    A test/dummy/db/migrate/20120911202845_add_provider_type_id_to_tim_target_image.rb
    M test/dummy/db/schema.rb
    A tim.gemspec

  Log Message:
  -----------
  Merge pull request #36 from mtaylor/rename

Rename


Compare: https://github.com/aeolus-incubator/image-management-engine/compare/3bda450cd54f...82d9509510d5


More information about the aeolus-devel mailing list