summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use the built in Rails path helpersomnibus-chef-fixesSeth Chisamore2012-08-072-2/+2
| | | `url()` helper is a leftover vestige from Merb.
* use more common Bundler group namesSeth Chisamore2012-08-072-6/+5
|
* need a JavaScript runtime for Rails live compilationSeth Chisamore2012-08-071-1/+2
|
* remove cargo-culted code leftover from Merb versionSeth Chisamore2012-08-071-11/+1
|
* fix ruby syntax error in cookbooks_controllerSeth Chisamore2012-08-071-1/+1
|
* included 'uglifier' gem so assets can be compiledSeth Chisamore2012-08-071-0/+1
|
* place all required gems in the GemfileSeth Chisamore2012-08-071-1/+5
| | | | Ensures Bundler auto-requires 'haml-rails' which sets :haml as the default Rails template_engine.
* use git to pull in Gemfile chef dependenciesSeth Chisamore2012-08-072-4/+4
| | | | Will allow 'bundle install' to succeed on versions of Chef that have not been pushed to Rubygems.org.
* re-add Gemfile improvements from CHEF-3305Seth Chisamore2012-08-072-7/+14
| | | | | | | | | | * make Thin a development dependency * make the `chef` and `chef-solr` normal Rubygem.org dependencies (Bundler's default behavior), the version for each should match the current chef-server-api and chef-server-webui version respectively. * add `unicorn` as a production dependency so the improved Gemfile can be easily leveraged in some forthcoming omnibus-chef improvements.
* Merge branch 'CHEF-3095-w-backcompat'Bryan McLellan2012-08-067-18/+104
|\
| * CHEF-3095: Bump mixlib-authentication dependencyBryan McLellan2012-08-061-1/+1
| | | | | | | | | | Support for node names > 90 bytes requires mixlib-authentication 1.3.0 for protocol version 1.1
| * CHEF-3095: Ensure the authentication_protocol_version is resetBryan McLellan2012-08-061-19/+15
| | | | | | | | | | The default authentication_protocol version is 1.0, ensure we reset to that after each test that could modify it.
| * [CHEF-3095] automatically select authN proto versionDaniel DeLeo2012-08-066-17/+107
| | | | | | | | | | | | | | | | mixlib-authentication 1.3.0.beta added support for new protocol version 1.1, which supports long user-ids (set from node_name in Chef::Config), but this requires the server to be upgraded first. This patch makes chef automatically select version 1.1 when the node_name is > 90 characters, and default to version 1.1 otherwise.
* | Merge branch '10-stable'Bryan McLellan2012-08-038-8/+13
|\ \ | |/
| * Merge branch 'CHEF-3202' into 10-stableBryan McLellan2012-08-037-7/+7
| |\
| | * Improved item ordering in Chef Web UI. ↵Sriram Devadas2012-08-037-7/+7
| |/ | | | | | | http://tickets.opscode.com/browse/CHEF-3202
| * Merge branch 'CHEF-3273' into 10-stableBryan McLellan2012-08-031-1/+6
| |\
| | * Make it fallback to plainfileArthur Gautier2012-08-031-0/+1
| | |
| | * Fix unparsable files returning empty errors Arthur Gautier2012-08-031-1/+5
| |/ | | | | Like forgotten vim undofiles uploaded in chef.
* | Merge branch 'CHEF-3021'Bryan McLellan2012-08-03246-3213/+1335
|\ \
| * | Bump new rails webui version to 11.0.0.alphaBryan McLellan2012-08-031-1/+1
| | |
| * | CHEF-2987: Reapply patch for firefox node delete to new webuiBryan McLellan2012-08-031-3/+3
| | |
| * | Allow asset pipeline in productionLogan Lowell2012-08-031-1/+1
| | |
| * | Modifiy server boot process for new switchesLogan Lowell2012-08-032-24/+19
| | |
| * | Correct redirect and flash messagesLogan Lowell2012-08-0312-40/+37
| | |
| * | Thin by defaultLogan Lowell2012-08-031-1/+5
| | |
| * | Rails .gitignoreLogan Lowell2012-08-031-0/+15
| | |
| * | Include the exact same assets into the Sprockets pipelineLogan Lowell2012-08-032-3/+24
| | |
| * | Application controller to run the showLogan Lowell2012-08-032-1/+252
| | |
| * | Use the Asset pipeline for the serverLogan Lowell2012-08-0396-0/+6519
| | |
| * | Helper methods for the controllers.Logan Lowell2012-08-033-0/+87
| | |
| * | Bring over all the views and convert them to Rails helpersLogan Lowell2012-08-0368-0/+1417
| | |
| * | Bring over the routes and controllersLogan Lowell2012-08-0313-56/+1568
| | |
| * | Chef initialization and app configurationLogan Lowell2012-08-038-21/+110
| | |
| * | Transition to a new gemspecLogan Lowell2012-08-032-36/+34
| | |
| * | Remove generated junkLogan Lowell2012-08-034-280/+0
| | |
| * | Transition NOTICE, LICENSE, and README.rdocLogan Lowell2012-08-033-234/+316
| | |
| * | Generate fresh Rails 3.2.2 WebUI appLogan Lowell2012-08-0340-288/+1014
| | |
| * | Remove old Merb WebUILogan Lowell2012-08-03212-12311/+0
|/ /
* | Bump version to 11.0.0.alpha to differentiate between 10-stable branchBryan McLellan2012-08-036-6/+6
|/
* CHEF-1554: Add unit tests for knife sshBryan McLellan2012-08-031-0/+136
| | | | | This adds unit tests for #configure_session and #configure_attribute where they were none. Thus more work remains.
* CHEF-1554: default to using a cloud attributeBryan McLellan2012-08-031-2/+10
| | | | | | | | | | | If we have a cloud attribute we should use that, but the user should still be able to override that on the command line. This is a little tricky because we use the same variable for options passed from the user as we do to represent our final choice. Thus we lose any history as it whether our final choice was user requested or a default. Alternately we could refactor the class to use a different variable as a result of #configure_attribute
* get FQDN on Amazon EC2takeshi2012-08-031-1/+5
|
* Merge branch 'CHEF-3321'Bryan McLellan2012-08-021-1/+1
|\
| * Changing initial cookbook version to 0.1.0Nathen Harvey2012-08-021-1/+1
|/
* Merge branch 'CHEF-3322'Bryan McLellan2012-08-022-0/+43
|\
| * Making the CHANGELOG template more verbose.Nathen Harvey2012-08-021-1/+11
| | | | | | | | | | | | | | | | * Adding a header * Adding a description of the file * Removing the 'v' that proceeds version numbers * Adding a note about the initial version of the cookbook * Including Markdown reference links
| * reverting a change that was unrelated to CHEF-3322Nathen Harvey2012-08-021-5/+5
| |
| * Adding a CHANGELOG.md file when creating new cookbooksNathen Harvey2012-08-022-5/+38
|/
* Merge branch 'CHEF-3338'Bryan McLellan2012-08-022-16/+13
|\