Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimize requires for non-omnibus installs | Tim Smith | 2020-08-12 | 1 | -1/+1 |
| | | | | | | require is quite slow in Ruby and doing requires for things you've already required is also slow. We've used this simple hack in Chef to speed up our requires. In the omnibus installs we patch how rubygems works to make this somewhat pointless, but this will help non-omnibus installs Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Substitute require for require_relative | Tim Smith | 2019-12-29 | 1 | -2/+2 |
| | | | | | | require_relative is significantly faster and should be used when available. Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Apply Chefstyle | Tim Smith | 2019-12-29 | 1 | -0/+1 |
| | | | | | | Autocorrect with the latest chefstyle Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Initial brand refactoring | Tensibai | 2019-04-25 | 1 | -2/+2 |
| | | | | Signed-off-by: Tensibai <tensibai@iabis.net> | ||||
* | fixes for new chefstyle | Lamont Granquist | 2018-07-03 | 1 | -2/+2 |
| | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
* | remove hashrocket syntaxlcg/remove-hashrockets | Lamont Granquist | 2018-06-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
* | chefstyle 0.6 | Thom May | 2018-02-15 | 1 | -2/+4 |
| | | | | Signed-off-by: Thom May <thom@chef.io> | ||||
* | Fix a few chefstyle warningscontrib | Tim Smith | 2016-09-22 | 1 | -2/+2 |
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | ChefStyletm/style | Thom May | 2016-07-29 | 1 | -33/+33 |
| | | | | Signed-off-by: Thom May <thom@may.lt> | ||||
* | Make user and client keys endpoints pass Pedant specs | Jordan Running | 2016-02-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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. | ||||
* | Fix cookbook_artifact | John Keiser | 2016-01-14 | 1 | -4/+15 |
| | |||||
* | ChefZero::RSpec support for cookbook_artifacts.cd/artifacts-rspec-support | Chris Doherty | 2015-12-10 | 1 | -0/+11 |
| | |||||
* | Fix typo for CR.jk/chef-fs-tests-plus-cd | Chris Doherty | 2015-12-08 | 1 | -1/+1 |
| | |||||
* | Make policy groups and policies betterer | John Keiser | 2015-12-07 | 1 | -1/+12 |
| | |||||
* | Add rspec support for policies. | Chris Doherty | 2015-12-07 | 1 | -0/+11 |
| | |||||
* | Fix variable error causing when_the_chef_server issues | John Keiser | 2015-06-19 | 1 | -2/+2 |
| | |||||
* | Make server_scope: :context work againjk/server_scope_fix | John Keiser | 2015-06-19 | 1 | -19/+21 |
| | |||||
* | Access server opts in example context not describe context | danielsdeleo | 2015-05-18 | 1 | -5/+7 |
| | |||||
* | Don't pollute global Chef server optionsjk/chef_server_options | John Keiser | 2015-04-06 | 1 | -4/+5 |
| | |||||
* | Add :organization and :data_scope options to with_chef_serverjk/org_and_scope | John Keiser | 2015-03-19 | 1 | -222/+225 |
| | | | | | - :organization => 'org' lets you specify that an org should be created and pointed at - :data_scope => :context lets you specify that the server and any data should be kept around for the entire example group | ||||
* | Removing 'json' gem dependency, replacing with 'ffi-yajl'tball/chef-zero-yajl-replace-json | tyler-ball | 2014-09-26 | 1 | -1/+1 |
| | |||||
* | Add default for cookbook() | John Keiser | 2014-08-29 | 1 | -3/+12 |
| | |||||
* | Fix invite and org membership rspec data loading | John Keiser | 2014-08-26 | 1 | -1/+1 |
| | |||||
* | Add organization, acl, group, container rspec macrosrspec_enterprise | John Keiser | 2014-08-26 | 1 | -37/+158 |
| | |||||
* | Add APIs for enterprisey things | John Keiser | 2014-08-22 | 1 | -8/+55 |
| | |||||
* | rspec: Default port to 8900, check if options are right | John Keiser | 2014-05-27 | 1 | -7/+12 |
| | |||||
* | Allow custom server options in rspec helper moduleconfigure-rspec-opts | danielsdeleo | 2013-11-18 | 1 | -1/+12 |
| | |||||
* | Allow cookbook NAME, VERSION, { :frozen => true } | John Keiser | 2013-06-03 | 1 | -2/+2 |
| | |||||
* | Don't require thin with chef_zero/rspec | John Keiser | 2013-05-19 | 1 | -1/+0 |
| | |||||
* | Don't need silent option anymore [ci skip] | Seth Vargo | 2013-05-19 | 1 | -1/+0 |
| | |||||
* | Try replacing Thin with Puma | Seth Vargo | 2013-05-19 | 1 | -1/+1 |
| | |||||
* | configure Chef::Config within when_the_chef_server block if the | Jamie Winsor | 2013-05-08 | 1 | -0/+18 |
| | | | | constant is defined | ||||
* | remove dependency on Chef::Config | Jamie Winsor | 2013-05-05 | 1 | -15/+0 |
| | | | | | | this also removes automatic configuration of the Chef::Config singleton within an RSpec "when the chef server" contextual block. Since ChefZero isn't just for testing Knife this should not be a problem. | ||||
* | Add support for request/response verification to rspec api | jkeiser | 2013-01-20 | 1 | -1/+12 |
| | |||||
* | Make ChefZero::RSpec work with Ruby 1.8.7 | jkeiser | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | Make failing tests quicker by setting retries=0 | jkeiser | 2013-01-11 | 1 | -0/+1 |
| | |||||
* | Allow tags in rspec DSL, clear Chef::Config after each test | jkeiser | 2013-01-04 | 1 | -2/+11 |
| | |||||
* | Let rspec handle ctrl+c, not Thin | jkeiser | 2012-12-31 | 1 | -1/+1 |
| | |||||
* | Make rspec api only start up server once | jkeiser | 2012-12-31 | 1 | -29/+45 |
| | |||||
* | Add RSpec DSL for working with a ChefZero server | jkeiser | 2012-12-23 | 1 | -0/+69 |