Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | skipping_response_header_test_for_pedant | Vinay Satish | 2021-09-30 | 1 | -1/+2 |
| | | | | Signed-off-by: Vinay Satish <vinay.satish@progress.com> | ||||
* | Skipping nginx default error response verification pedant test | jan shahid shaik | 2021-06-22 | 1 | -1/+2 |
| | | | | Signed-off-by: jan shahid shaik <jashaik@progress.com> | ||||
* | Skipping User Email case insensitive pedant test | jan shahid shaik | 2021-05-11 | 1 | -1/+2 |
| | | | | Signed-off-by: jan shahid shaik <jashaik@progress.com> | ||||
* | Revert "remove --skip-status" | Lamont Granquist | 2021-02-25 | 1 | -0/+2 |
| | | | | This reverts commit d6996ebef59efbb3101bac0e2e049fbc9e676d2c. | ||||
* | remove --skip-status | Lamont Granquist | 2021-02-25 | 1 | -2/+0 |
| | | | | | | status endpoint was removed Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
* | skipping status in pedant test | Vinay Satish | 2021-02-25 | 1 | -0/+2 |
| | | | | Signed-off-by: Vinay Satish <vinay.satish@progress.com> | ||||
* | Optimize our requires | Tim Smith | 2020-08-19 | 1 | -3/+3 |
| | | | | | | Avoid requiring things that are already defined. Rubygems is very slow at traversing the filesystem. Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | Apply Chefstyle | Tim Smith | 2019-12-29 | 1 | -3/+5 |
| | | | | | | Autocorrect with the latest chefstyle Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | chefstyle 0.6 | Thom May | 2018-02-15 | 1 | -2/+2 |
| | | | | Signed-off-by: Thom May <thom@chef.io> | ||||
* | add the universe endpoint | Lamont Granquist | 2017-07-14 | 1 | -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 Miller | 2017-05-25 | 1 | -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-423 | Jaymala Sinha | 2017-04-27 | 1 | -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_tests | Thom May | 2017-03-08 | 1 | -4/+0 |
| | |||||
* | Ensure that we create the keys pedant needstm/fix_pedant_tests | Thom May | 2017-03-08 | 1 | -0/+4 |
| | | | | Signed-off-by: Thom May <thom@chef.io> | ||||
* | Remove veil dependency | Steven Danna | 2017-03-06 | 1 | -1/+4 |
| | | | | Signed-off-by: Steven Danna <steve@chef.io> | ||||
* | Make pedant read superuser/webui_key from secrets.jsonsr/add-veil-and-pedant-group | Stephan Renatus | 2017-03-06 | 1 | -0/+2 |
| | | | | | | | 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_pedant | Thom May | 2016-08-02 | 1 | -5/+6 |
| | | | | Signed-off-by: Thom May <thom@may.lt> | ||||
* | ChefStyletm/style | Thom May | 2016-07-29 | 1 | -58/+58 |
| | | | | Signed-off-by: Thom May <thom@may.lt> | ||||
* | Reset the ChefFS cache after each testtm/fs_cache_reset | Thom May | 2016-07-22 | 1 | -0/+9 |
| | | | | Signed-off-by: Thom May <thom@may.lt> | ||||
* | Implement APIv1 behaviors | danielsdeleo | 2016-02-25 | 1 | -1/+0 |
| | |||||
* | Move default keys logic into ActorDefaultKeyEndpoint; fix #putjr/pedant-keys-2 | Jordan Running | 2016-02-24 | 1 | -2/+5 |
| | |||||
* | Make user and client keys endpoints pass Pedant specs | Jordan Running | 2016-02-24 | 1 | -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 travis | John Keiser | 2016-01-28 | 1 | -0/+4 |
| | |||||
* | Fix container creation (was using wrong path)cd/run-acl-specs | John Keiser | 2016-01-28 | 1 | -1/+1 |
| | |||||
* | Make default policy ACLs look more normal | John Keiser | 2016-01-27 | 1 | -2/+2 |
| | |||||
* | Move skip-acl to ChefFS | John Keiser | 2016-01-27 | 1 | -1/+1 |
| | |||||
* | Stop skipping ACL tests | John Keiser | 2016-01-27 | 1 | -1/+0 |
| | |||||
* | Return 410 on /controls so we stop skipping that pedant spec.cd/run-controls-specs | Chris Doherty | 2016-01-25 | 1 | -1/+0 |
| | |||||
* | Remove --skip-containers.cd/run-container-specs | Chris Doherty | 2016-01-21 | 1 | -1/+0 |
| | |||||
* | Enable headers pedant tests | danielsdeleo | 2016-01-21 | 1 | -2/+1 |
| | |||||
* | Enable pedant knife tests via ENV var | danielsdeleo | 2016-01-19 | 1 | -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-cheffs | John Keiser | 2016-01-15 | 1 | -3/+5 |
| | |||||
* | Internal orgs appears to be unused in oc-chef-pedant | danielsdeleo | 2016-01-14 | 1 | -1/+0 |
| | |||||
* | Explain why we don't support USAGs either | danielsdeleo | 2016-01-14 | 1 | -1/+7 |
| | |||||
* | Explain why omnibus/authz/authN/validation checks are skipped | danielsdeleo | 2016-01-14 | 1 | -3/+13 |
| | |||||
* | Merge pull request #176 from chef/tm/ignore-pedant-universe | Thom May | 2015-12-15 | 1 | -1/+4 |
|\ | | | | | Ignore the universe endpoint tests in pedant | ||||
| * | Ignore the universe endpoint tests in pedanttm/ignore-pedant-universe | Thom May | 2015-11-30 | 1 | -1/+4 |
| | | |||||
* | | Implement /cookbook_artifacts endpoints. | Chris Doherty | 2015-12-10 | 1 | -2/+4 |
|/ | |||||
* | Pass chef_config to ChefFS so that it knows we are a multi-org servercd/run-moar-pedant | John Keiser | 2015-11-16 | 1 | -2/+2 |
| | |||||
* | Add pivotal to admins and users group of new org | John Keiser | 2015-11-16 | 1 | -0/+2 |
| | |||||
* | Skip multiuser tests | John Keiser | 2015-11-13 | 1 | -0/+3 |
| | |||||
* | Associate pivotal with the org before going in | John Keiser | 2015-11-13 | 1 | -0/+1 |
| | |||||
* | run_oc_pedant.rb: Extend a comment. | Chris Doherty | 2015-11-13 | 1 | -1/+1 |
| | |||||
* | 'everything' -> 'hosted_everything'; add tag exclusions for stuff chef-zero ↵ | Chris Doherty | 2015-11-12 | 1 | -3/+7 |
| | | | | doesn't do. | ||||
* | Include additional tags to skip under CHEF_FS. | Chris Doherty | 2015-11-12 | 1 | -3/+12 |
| | |||||
* | set Pedant::Config.rerun = true for now. | Chris Doherty | 2015-11-12 | 1 | -1/+1 |
| | |||||
* | start_server -> start_cheffs_server | Chris Doherty | 2015-11-12 | 1 | -2/+2 |
| | |||||
* | Move search-related config to oc_pedant.rb. | Chris Doherty | 2015-11-10 | 1 | -6/+0 |
| | |||||
* | add 'server = start_server'. | Chris Doherty | 2015-11-10 | 1 | -1/+1 |
| | |||||
* | Move the 'server_api_version 0' thing into oc_pedant.rb. | Chris Doherty | 2015-11-10 | 1 | -1/+0 |
| |