- Fixes to allow us to test Chef 11 and Chef 10 in Travis, based on the Chefspec way.
- chef-rundeck is under new management (GitHub org name is 'oswaldlabs'). We use it at work in production and we are serious about maintaining it. If you have suggestions or code that you would like to contribute, particularly if it improves our test coverage, please send us a pull request or open a GitHub issue.
- A basic functioning test suite that builds under Travis-CI and Ruby 1.9.2/1.9.3, connects to a Hosted Chef organization and generates a simple Rundeck resource model. ("rake spec" to test it for yourself!)
- chef-rundeck should now drop a pidfile at startup and remove it during normal shutdown.
- Chef node tags now appear as tags in the generated Rundeck resource model. (Thanks, giorgio-v!)
- Tags from node (giorgio-v)
- Initial attempt at Travis-ification. (Steven Wagner)
- Slight refactoring for Ruby 1.9/RSpec + Travis ... (Steven Wagner)
- Added jeweler dependency to make Travis happy. (Steven Wagner)
- New fancy markdown README, ditch old busted RDoc README. (Steven Wagner)
- Sorry, Travis, adding the development gems back in. (Steven Wagner)
- Added new Authors (Brian Scott)
- Update Bundle (Brian Scott)
- Removed task check deps (Brian Scott)
- Attempt at adding specs (Brian Scott)
- Adding client.rb and client key for a test Chef org. (Steven Wagner)
- Simple, stupid script for use in setting up a Travis worker. (Steven Wagner)
- Added Chef client configuration install script. (Steven Wagner)
- Script didn't get executed at the proper time. Let's try after_install -> before_script ... (Steven Wagner)
- rdoc -> markdown for README, new email. (Steven Wagner)
- Paths now relative to root of repo. (Steven Wagner)
- We can sudo! (Steven Wagner)
- Ensuring that :node_name is set. (Steven Wagner)
- Debug output (Steven Wagner)
- Modifying stuff to work with Travis. (Steven Wagner)
- configure -> config_file, oops (Steven Wagner)
- Fixed failed spec in spec_helper (Brian Scott)
- Spec test (Brian Scott)
- Added default web UI value (Hosted Chef) to pass tests. (Steven Wagner)
- Adding some chef-rundeck-specific config values. (Steven Wagner)
- Drop a pidfile at startup. Should nuke it if the app stops. Appends port number for multi-tenant deployments. (Steven Wagner)
- Merge pull request #21 from leftathome/manage_pidfile (Brian Scott)
- default node_name to fqdn. fixes #11 (Joseph Anthony Pasquale Holsten)
- Load config in test (Joseph Anthony Pasquale Holsten)
- Set ChefRundeck.username in test (Joseph Anthony Pasquale Holsten)
- Set web_ui_url in test (Joseph Anthony Pasquale Holsten)
- Merge pull request #18 from simplymeasured/default-to-fqdn-for-node-name (Brian Scott)
- Added Nokogiri development dependency. Used for XML validation in testing. (Steven Wagner)
- Added simple test to validate XML output. (Steven Wagner)
- Bump chef to 11.6.0. (Steven Wagner)
- Merge pull request #17 from giorgio-v/chef-tags (Brian Scott)
- Merge pull request #22 from leftathome/travis_fixes (Brian Scott)
- Use Chef REST API (Joseph Martin)
- Merge pull request #23 from hugespoon/rest-api (Brian Scott)
- Fix spec target so that it works from command-line. (Steven Wagner)