summaryrefslogtreecommitdiff
path: root/Rakefile
Commit message (Collapse)AuthorAgeFilesLines
* Additional gatesrequiresTim Smith2020-08-201-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Use Chefstyle gem and move dev deps to the GemfileTim Smith2019-12-291-0/+7
| | | | | | Use our standard setup Signed-off-by: Tim Smith <tsmith@chef.io>
* Apply ChefstyleTim Smith2019-12-291-1/+0
| | | | | | Autocorrect with the latest chefstyle Signed-off-by: Tim Smith <tsmith@chef.io>
* Move testing to BuildkiteTim Smith2019-12-291-1/+3
| | | | | | Specs and lint only for now Signed-off-by: Tim Smith <tsmith@chef.io>
* Cleanup gemfile and RakefileTim Smith2018-11-151-4/+1
| | | | | | | | Add the debug group we use elsewhere Remove requires in Rakefile we don't need Don't install pry and friends in travis to speed things up Signed-off-by: Tim Smith <tsmith@chef.io>
* fixes for new chefstyleLamont Granquist2018-07-031-8/+8
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* remove hashrocket syntaxlcg/remove-hashrocketsLamont Granquist2018-06-261-2/+2
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Use latest ruby and enable expeditorThom May2018-02-151-13/+0
| | | | Signed-off-by: Thom May <thom@chef.io>
* release 5.3.1 to unbreak chef buildsv5.3.1Thom May2017-03-081-1/+0
| | | | Signed-off-by: Thom May <thom@chef.io>
* update changelog + Rakefile taskLamont Granquist2017-02-021-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* update changelogLamont Granquist2017-01-231-0/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* ChefStyletm/styleThom May2016-07-291-10/+20
| | | | Signed-off-by: Thom May <thom@may.lt>
* Bump version to 4.6jk/bump-versionJohn Keiser2016-04-141-6/+10
|
* Make user and client keys endpoints pass Pedant specsJordan Running2016-02-241-13/+23
| | | | | | | | | | | | | | | | | | | | | | | | | - Implement ActorKeyEndpoint, ActorKeysEndpoint. - Implement user, client keys in `ActorEndpoint#delete`, `#put`. - RestBase - Fix RestErrorResponse exceptions to report actual `rest_path` instead associated with the failed data store operation instead of `request.rest_path`. - Move `json_response`, `already_json_response` args `request_version` and `response_version` into options hash; add docs. - DataError, RestErrorResponse: Pass useful message text to `super`. - RestRouter: Clean up logging - Print request methods, paths and bodies more readably for log_level >= INFO. - Pretty-print RestRequest objects (only printed when log_level == DEBUG). - Server: Change default log_level to `:warn` (to enable logging cleanup above). - `Rakefile`, `spec/run_oc_pedant.rb` - Consume RSpec, Pedant options from `ENV['RSPEC_OPTS']`, `ENV['PEDANT_OPTS']` (see `rake -D`). - Consume `ENV['LOG_LEVEL'` (see `rake -D`). - Clean up ChefZero::Server default opts and move duplicated logic to `start_chef_server` method.
* Run chef-zero against master chef on travisJohn Keiser2016-01-281-1/+0
|
* Add descriptions to filestore/cheffs Rakefile tasks.Chris Doherty2015-11-121-0/+2
|
* Add :cheffs and :filestore targets to Rakefile.Chris Doherty2015-11-101-0/+10
|
* Bump revision to 4.3.2v4.3.2John Keiser2015-09-301-0/+10
|
* integrate oc-chef-pedant 2.0 for cs12, drop chef-pedant supportMarc Paradise2015-07-101-2/+2
|
* Add desc to rake tasks so you can see them in rake -Tdanielsdeleo2015-01-191-0/+3
|
* Make oc-chef-pedant runJohn Keiser2014-08-221-1/+5
|
* Support port range in :portJohn Keiser2014-06-101-0/+6
|
* Run chef specs against chef-zero in travis on each checkinJohn Keiser2014-05-271-0/+10
|
* Downgrade Puma so Chef Zero runs on WindowsSeth Vargo2013-06-071-1/+1
|
* Cleanup RakefileSeth Vargo2013-05-191-13/+2
|
* Use spec instead of test as the taskSeth Vargo2013-05-191-2/+2
|
* Revert "Don't shell out - it saves time"Seth Vargo2013-05-191-1/+1
| | | | This reverts commit ddfc76775e2c796f2a09af602ec63da567722441.
* Don't shell out - it saves timeSeth Vargo2013-05-191-1/+1
|
* Rename to specSeth Vargo2013-05-191-1/+1
|
* Use chef-pedant as a librarySeth Vargo2013-05-191-1/+1
|
* Add "rake test" that runs pedantjkeiser2012-12-201-0/+4
|
* Initial commit (moved/split up from jk/tiny-chef-server branch of jkeiser/chef)jkeiser2012-12-191-0/+15