ACK. Minor nits below.
On 01/10/2011 04:54 PM, Mike Orazi wrote:
> - Change bin/* to match the deltacloud-configure equivalents
> - Update bin/* to reference new pathes
> - Update spec file to reflect new package name
> ---
> Rakefile |4 +-
> bin/dc-install
These patches implement search for Hardware Profiles and Pools sites.
When you apply them, make sure you have the required gems installed
(rake gems:install), that the bundled Solr server is running
(rake sunspot:solr:start) and that the indexes for the models are generated
(rake sunspot:reindex)
From: Tomas Sedovic
---
.../admin/hardware_profiles_controller.rb | 13 +++--
src/app/controllers/resources/pools_controller.rb | 10 +-
src/app/models/hardware_profile.rb | 20
src/app/models/pool.rb
From: Jozef Zigmund
This patch contains updated controller for basic CRUD operations, views for
actions and cucumber tests.
---
.../controllers/admin/pool_families_controller.rb | 67
src/app/controllers/admin/providers_controller.rb |2 +-
src/app/models/pool_famil