| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update http -> https links in tests / commmentshttps | Tim Smith | 2021-09-07 | 1 | -1/+1 |
| | | | | | | | | We have to update our test link to get chef-server to pass. I updated all the comments while I was there. Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
| * | remove deprecation warnings for ruby 2.7lcg/uri-encode | Lamont Granquist | 2020-02-19 | 1 | -2/+6 |
| | | | | | | | | | we need strict compliance to rfc2396 or else pedant fails, so this is a bit less straightforward than most of the other suggestions on how to fix this problem. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
| * | Substitute require for require_relative | Tim Smith | 2019-12-29 | 1 | -4/+4 |
| | | | | | | | 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 | -11/+11 |
| | | | | | | | Autocorrect with the latest chefstyle Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
| * | remove hashrocket syntaxlcg/remove-hashrockets | Lamont Granquist | 2018-06-26 | 1 | -4/+4 |
| | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
| * | fix for new rubocop enginelcg/chefstyle-fixes | Lamont Granquist | 2018-04-19 | 1 | -1/+1 |
| | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
| * | chefstyle 0.6 | Thom May | 2018-02-15 | 1 | -4/+4 |
| | | | | | Signed-off-by: Thom May <thom@chef.io> | ||||
| * | implement rfc090 for named nodes endpoint (#264) | Jeremy Miller | 2017-05-25 | 1 | -0/+10 |
| | | | | | | * implement rfc090 for named nodes endpoint Signed-off-by: Jeremy J. Miller <jm@chef.io> | ||||
| * | Remove cookbook segments | Thom May | 2017-03-29 | 1 | -12/+9 |
| | | | | | | | | | This implements RFC 67, Cookbook Segment Deprecation, for the default backend of Chef Zero. It also does a little bit of work to make API versions more ergonomic. Signed-off-by: Thom May <thom@may.lt> | ||||
| * | remove create additions flaglcg/remove-create-additions | Lamont Granquist | 2016-09-02 | 1 | -1/+1 |
| | | | | | | | FFI_Yajl has never implemented this flag Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
| * | Revert "remove create additions flag" | Lamont Granquist | 2016-09-02 | 1 | -1/+1 |
| | | | | | This reverts commit c674dfeacf773579a2eb56cb3c02428268452b50. | ||||
| * | remove create additions flag | Lamont Granquist | 2016-09-02 | 1 | -1/+1 |
| | | | | | | | FFI_Yajl has never implemented this flag Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
| * | ChefStyletm/style | Thom May | 2016-07-29 | 1 | -25/+25 |
| | | | | | Signed-off-by: Thom May <thom@may.lt> | ||||
| * | Merge pull request #222 from maxlazio/suppress_rescue_log_level | Thom May | 2016-07-19 | 1 | -1/+1 |
| |\ | | | | | Set log level to debug in the rescue block. | ||||
| | * | Set log level to debug in the rescue block. | Marin Jankovski | 2016-07-07 | 1 | -1/+1 |
| | | | |||||
| * | | support URI specific character in file name | byplayer | 2016-03-10 | 1 | -1/+2 |
| |/ | |||||
| * | Move default keys logic into ActorDefaultKeyEndpoint; fix #putjr/pedant-keys-2 | Jordan Running | 2016-02-24 | 1 | -4/+4 |
| | | |||||
| * | Make user and client keys endpoints pass Pedant specs | Jordan Running | 2016-02-24 | 1 | -28/+71 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 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. | ||||
| * | idiomiaticify conversion of arbitrary input into a real Boolean. | Chris Doherty | 2016-01-21 | 1 | -1/+1 |
| | | |||||
| * | Split policy endpoints into separate endpoints | John Keiser | 2015-12-07 | 1 | -0/+4 |
| | | |||||
| * | Implement oc_pedant's REST routes for policyfiles. | Chris Doherty | 2015-11-10 | 1 | -4/+35 |
| | | |||||
| * | Use new json_response API for /server_api_version | Andrew Brown | 2015-08-14 | 1 | -4/+4 |
| | | | | | | We should be using the new API for json_response, since this is a new endpoint. | ||||
| * | Further support for /server_api_version | Andrew Brown | 2015-08-13 | 1 | -4/+32 |
| | | | | | | This adds checks to ensure that the requested API version is checked early on in the request cycle, to comply with RFC041. | ||||
| * | Initial implementation of socketless requests | danielsdeleo | 2015-03-27 | 1 | -1/+2 |
| | | |||||
| * | Support /version; fix some global URIs | Phil Dibowitz | 2015-03-26 | 1 | -0/+4 |
| | | |||||
| * | Removing 'json' gem dependency, replacing with 'ffi-yajl'tball/chef-zero-yajl-replace-json | tyler-ball | 2014-09-26 | 1 | -1/+1 |
| | | |||||
| * | Fix cookbook ACLs (set can create directories) | John Keiser | 2014-08-22 | 1 | -1/+1 |
| | | |||||
| * | Get users endpoint passing oc-chef-pedant | John Keiser | 2014-08-22 | 1 | -2/+0 |
| | | |||||
| * | Get users endpoint (mostly) up to oc-chef-pedant standards | John Keiser | 2014-08-22 | 1 | -0/+2 |
| | | |||||
| * | Move all defaults to DefaultCreator, calculate on fly, | John Keiser | 2014-08-22 | 1 | -41/+60 |
| | | | | | remember ownership | ||||
| * | Delete acls when object is deleted | John Keiser | 2014-08-22 | 1 | -0/+28 |
| | | |||||
| * | Do a better job parsing accepts so browsers can get data | John Keiser | 2014-07-23 | 1 | -1/+9 |
| | | |||||
| * | Add /organizations, /organizations/NAME, /organizations/NAME/_validator_key | John Keiser | 2014-07-07 | 1 | -1/+12 |
| | | |||||
| * | Honor :single_org => 'orgname' parameter everywhere | John Keiser | 2014-06-02 | 1 | -1/+1 |
| | | |||||
| * | Make external build_uri calls work | John Keiser | 2014-05-27 | 1 | -0/+2 |
| | | |||||
| * | Get single_org backcompat mode working | John Keiser | 2014-04-18 | 1 | -2/+9 |
| | | |||||
| * | Add support for "/organizations/chef" prefix | John Keiser | 2014-04-18 | 1 | -0/+1 |
| | | |||||
| * | Pass options through when deleting directories (fixes cookbook and data bag ↵ | John Keiser | 2013-10-11 | 1 | -1/+1 |
| | | | | | delete) | ||||
| * | Get memory data store pedant clean | John Keiser | 2013-05-27 | 1 | -0/+7 |
| | | |||||
| * | More rounded support for data stores | John Keiser | 2013-05-24 | 1 | -1/+10 |
| | | |||||
| * | Make DataStore interface to allow data store to be replaced | John Keiser | 2013-05-23 | 1 | -9/+51 |
| | | |||||
| * | remove chef/log requires | Jamie Winsor | 2013-05-05 | 1 | -1/+0 |
| | | |||||
| * | Assume application/json is acceptable if no Accept header was sent. | Steven Danna | 2013-04-30 | 1 | -1/+1 |
| | | | | | | | | This is the behavior of the full Chef Server and complies with the RFC. Closes #3 | ||||
| * | Fix 405 error | jkeiser | 2013-01-20 | 1 | -1/+1 |
| | | |||||
| * | Add support for request/response verification to rspec api | jkeiser | 2013-01-20 | 1 | -5/+4 |
| | | |||||
| * | Return exception text with 500 response in router | jkeiser | 2013-01-11 | 1 | -19/+14 |
| | | |||||
| * | Fix server.load_data test APIv0.9 | jkeiser | 2012-12-23 | 1 | -1/+1 |
| | | |||||
| * | Add test start/stop/data APIs, use Thin directly, use Chef::Log instead of puts | jkeiser | 2012-12-23 | 1 | -2/+2 |
| | | |||||
| * | Initial commit (moved/split up from jk/tiny-chef-server branch of jkeiser/chef) | jkeiser | 2012-12-19 | 1 | -0/+82 |
