summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Optimize our requiresTim Smith2020-08-192-5/+5
| | | | | | Avoid requiring things that are already defined. Rubygems is very slow at traversing the filesystem. Signed-off-by: Tim Smith <tsmith@chef.io>
* Apply ChefstyleTim Smith2019-12-294-7/+9
| | | | | | Autocorrect with the latest chefstyle Signed-off-by: Tim Smith <tsmith@chef.io>
* fixes for new chefstyleLamont Granquist2018-07-031-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* remove hashrocket syntaxlcg/remove-hashrocketsLamont Granquist2018-06-262-35/+35
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* chefstyle 0.6Thom May2018-02-152-3/+3
| | | | Signed-off-by: Thom May <thom@chef.io>
* add the universe endpointLamont Granquist2017-07-141-3/+0
| | | | | | | | | because it makes sense for chef-zero i need it for integration testing against berks to kill off the uses of the berkshelf-api gem. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* implement rfc090 for named nodes endpoint (#264)Jeremy Miller2017-05-251-0/+4
| | | | | * implement rfc090 for named nodes endpoint Signed-off-by: Jeremy J. Miller <jm@chef.io>
* Add skip-chef-zero-quirks to the defaults in chef-zerojsinha/POOL-423Jaymala Sinha2017-04-271-6/+8
| | | | | | | | as the user acls are not currently supported here Related to https://github.com/chef/chef-server/pull/1242 Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* Revert "Ensure that we create the keys pedant needs"revert-255-tm/fix_pedant_testsThom May2017-03-081-4/+0
|
* Ensure that we create the keys pedant needstm/fix_pedant_testsThom May2017-03-081-0/+4
| | | | Signed-off-by: Thom May <thom@chef.io>
* Remove veil dependencySteven Danna2017-03-061-1/+4
| | | | Signed-off-by: Steven Danna <steve@chef.io>
* Make pedant read superuser/webui_key from secrets.jsonsr/add-veil-and-pedant-groupStephan Renatus2017-03-063-2/+8
| | | | | | | The secrets file contains what was used before: stickywicket.pem for both webui_key and superuser_key. Signed-off-by: Stephan Renatus <srenatus@chef.io>
* Enable policy, cookbook artifacts and ACL pedant teststm/run_more_pedantThom May2016-08-021-5/+6
| | | | Signed-off-by: Thom May <thom@may.lt>
* ChefStyletm/styleThom May2016-07-295-128/+125
| | | | Signed-off-by: Thom May <thom@may.lt>
* Reset the ChefFS cache after each testtm/fs_cache_resetThom May2016-07-221-0/+9
| | | | Signed-off-by: Thom May <thom@may.lt>
* Merge pull request #175 from andrewdotn/masterThom May2016-07-191-0/+4
|\ | | | | Fix attempted fall-through in case statement.
| * Fix attempted fall-through in case statement.Andrew Neitsch2015-11-251-0/+4
| |
* | Merge pull request #138 from kongslund/request-timeoutThom May2016-07-191-0/+4
|\ \ | | | | | | Increase WEBrick request timeout to 300 seconds. Fixes #137
| * | Increase WEBrick request timeout to 300 seconds. Fixes #137Jonas Kongslund2015-05-271-0/+4
| | |
* | | Implement APIv1 behaviorsdanielsdeleo2016-02-251-1/+0
| | |
* | | Move default keys logic into ActorDefaultKeyEndpoint; fix #putjr/pedant-keys-2Jordan Running2016-02-241-2/+5
| | |
* | | Make user and client keys endpoints pass Pedant specsJordan Running2016-02-241-32/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-0/+4
| | |
* | | Fix container creation (was using wrong path)cd/run-acl-specsJohn Keiser2016-01-281-1/+1
| | |
* | | Make default policy ACLs look more normalJohn Keiser2016-01-271-2/+2
| | |
* | | Move skip-acl to ChefFSJohn Keiser2016-01-271-1/+1
| | |
* | | Stop skipping ACL testsJohn Keiser2016-01-271-1/+0
| | |
* | | Return 410 on /controls so we stop skipping that pedant spec.cd/run-controls-specsChris Doherty2016-01-251-1/+0
| | |
* | | Remove --skip-containers.cd/run-container-specsChris Doherty2016-01-211-1/+0
| | |
* | | Enable headers pedant testsdanielsdeleo2016-01-211-2/+1
| | |
* | | Enable pedant knife tests via ENV vardanielsdeleo2016-01-191-4/+18
| | | | | | | | | | | | | | | | | | | | | Setting `PEDANT_KNIFE_TESTS` will pass `--focus-knife` to pedant, running _only_ the knife tests. This will let us add them to the travis matrix without running them all the time (they are slow; take about the same time as the rest of the test suite).
* | | Enable policies and cookbook artifacts pedant tests for ChefFSjk/policies-cheffsJohn Keiser2016-01-151-3/+5
| | |
* | | Internal orgs appears to be unused in oc-chef-pedantdanielsdeleo2016-01-141-1/+0
| | |
* | | Explain why we don't support USAGs eitherdanielsdeleo2016-01-141-1/+7
| | |
* | | Explain why omnibus/authz/authN/validation checks are skippeddanielsdeleo2016-01-141-3/+13
| | |
* | | Merge pull request #176 from chef/tm/ignore-pedant-universeThom May2015-12-151-1/+4
|\ \ \ | | | | | | | | Ignore the universe endpoint tests in pedant
| * | | Ignore the universe endpoint tests in pedanttm/ignore-pedant-universeThom May2015-11-301-1/+4
| | |/ | |/|
* | | Implement /cookbook_artifacts endpoints.Chris Doherty2015-12-101-2/+4
| | |
* | | Make chef-zero run pedant tests against ChefFSJohn Keiser2015-12-071-1/+0
|/ /
* | Pass chef_config to ChefFS so that it knows we are a multi-org servercd/run-moar-pedantJohn Keiser2015-11-161-2/+2
| |
* | Add pivotal to admins and users group of new orgJohn Keiser2015-11-161-0/+2
| |
* | Skip multiuser testsJohn Keiser2015-11-131-0/+3
| |
* | Associate pivotal with the org before going inJohn Keiser2015-11-131-0/+1
| |
* | run_oc_pedant.rb: Extend a comment.Chris Doherty2015-11-131-1/+1
| |
* | 'everything' -> 'hosted_everything'; add tag exclusions for stuff chef-zero ↵Chris Doherty2015-11-121-3/+7
| | | | | | | | doesn't do.
* | Include additional tags to skip under CHEF_FS.Chris Doherty2015-11-121-3/+12
| |
* | set Pedant::Config.rerun = true for now.Chris Doherty2015-11-121-1/+1
| |
* | start_server -> start_cheffs_serverChris Doherty2015-11-121-2/+2
| |
* | Move search-related config to oc_pedant.rb.Chris Doherty2015-11-102-6/+8
| |
* | add 'server = start_server'.Chris Doherty2015-11-101-1/+1
| |