| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | Release 4.7.0 | Tim Smith | 2016-06-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | |||||
| * | | | | | | | Add external_authentication_uid to actors endpoint for queryingsaml/et-205 | kmacgugan | 2016-06-09 | 1 | -11/+21 | |
| | | | | | | | | ||||||
| * | | | | | | | Release v4.6.2v4.6.2 | Steven Danna | 2016-04-28 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Log responses only at debug log levelssd/log_response-at-debug | Steven Danna | 2016-04-22 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Bump version to 4.6.1v4.6.1 | John Keiser | 2016-04-14 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Actually merge key data in user PUT responsejk/merge_more_better | John Keiser | 2016-04-14 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Fix users endpoint in OSC compat mode to use a data store URL | John Keiser | 2016-04-14 | 1 | -11/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | under /organizations (otherwise ChefFS will not understand it) | |||||
| * | | | | | | | Bump version to 4.6jk/bump-version | John Keiser | 2016-04-14 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Fix bugs related to Array vs Enumerator vs Port for options[:port/host]. | Tyler Cloke | 2016-04-14 | 1 | -5/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [options[:port]].flatten does not do the right thing in the case that options[:port] is an Enumerator. options[:host] is not always an Array (can be a String). | |||||
| * | | | | | | | A bit more cleanup. | Phil Dibowitz | 2016-03-22 | 1 | -0/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Enable listening on more than one address | Phil Dibowitz | 2016-03-22 | 1 | -19/+23 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you listen on :: you get all v6 addrs. If you listen on 0.0.0.0 you get all v4 addrs. There's no way to listen on both. Allow people to pass in multiple `--host`s | |||||
| * | | | | | | | Implemented GET /orgs/ORG/users/USER/keys(/key) endpoint recently added to ↵tc/org-scoped-user-keys-get | Tyler Cloke | 2016-03-15 | 6 | -8/+68 | |
| | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | server. | |||||
| * | | | | | | Use json helpers instead of calling FFI_Yajl directlyapi-v1 | danielsdeleo | 2016-02-25 | 2 | -13/+13 | |
| | | | | | | | ||||||
| * | | | | | | Implement APIv1 behaviors | danielsdeleo | 2016-02-25 | 5 | -7/+66 | |
| | | | | | | | ||||||
| * | | | | | | Move default keys logic into ActorDefaultKeyEndpoint; fix #putjr/pedant-keys-2 | Jordan Running | 2016-02-24 | 8 | -76/+118 | |
| | | | | | | | ||||||
| * | | | | | | Make user and client keys endpoints pass Pedant specs | Jordan Running | 2016-02-24 | 12 | -79/+470 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 necessary for metadata gemlcg/metadata-gem | Lamont Granquist | 2016-02-04 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | there's a Kernel#gem method in ruby because someone thought that would be a great idea, kind of messes up method_missing when the method isn't missing... | |||||
| * | | | | | | Bump revision to 4.5.0jk/bump-4.5.0 | John Keiser | 2016-01-28 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Fix container creation (was using wrong path)cd/run-acl-specs | John Keiser | 2016-01-28 | 1 | -2/+1 | |
| | | | | | | | ||||||
| * | | | | | | Make default policy ACLs look more normal | John Keiser | 2016-01-27 | 1 | -9/+1 | |
| | | | | | | | ||||||
| * | | | | | | Stop skipping ACL tests | John Keiser | 2016-01-27 | 1 | -1/+0 | |
| | | | | | | | ||||||
| * | | | | | | Restore creator into policy_group ACL | John Keiser | 2016-01-27 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Correct policy_groups default permissions | John Keiser | 2016-01-27 | 2 | -2/+10 | |
| | | | | | | | ||||||
| * | | | | | | Treat policies and policy_groups as directories | John Keiser | 2016-01-27 | 1 | -4/+3 | |
| | | | | | | | ||||||
| * | | | | | | changes to test chef-zero ACLs. | Chris Doherty | 2016-01-27 | 3 | -3/+7 | |
| | | | | | | | ||||||
| * | | | | | | DataNormalizer: Uniqify the list of actors, to satisfy pedant :acl specs ↵ | Chris Doherty | 2016-01-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | (possibly the list shouldn't repeat to start with, but no one will ever know. | |||||
| * | | | | | | Return 410 on /controls so we stop skipping that pedant spec.cd/run-controls-specs | Chris Doherty | 2016-01-25 | 2 | -0/+17 | |
| | | | | | | | ||||||
| * | | | | | | idiomiaticify conversion of arbitrary input into a real Boolean. | Chris Doherty | 2016-01-21 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | List of containers was missing policy_groups. | Chris Doherty | 2016-01-21 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Implement POST /containers to create a container with the given 'id' or ↵ | Chris Doherty | 2016-01-21 | 1 | -0/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | 'container_name'. | |||||
| * | | | | | | Bump revision to 4.3.3v4.4.2 | John Keiser | 2016-01-15 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Support Chef versions that don't support cookbook_artifactsjk/cookbook-artifacts-hoover | John Keiser | 2016-01-15 | 1 | -1/+8 | |
| | | | | | | | ||||||
| * | | | | | | Rename cookbook artifacts | John Keiser | 2016-01-15 | 3 | -9/+10 | |
| | | | | | | | ||||||
| * | | | | | | Make hoovering and deleting parent dir work everywhere for cookbook_artifacts | John Keiser | 2016-01-15 | 2 | -8/+10 | |
| | | | | | | | ||||||
| * | | | | | | Bump revision to 4.4.1v4.4.1 | John Keiser | 2016-01-14 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Fix cookbook_artifact | John Keiser | 2016-01-14 | 2 | -18/+34 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #179 from chef/cd/artifacts-rspec-supportv4.4.0 | Chris Doherty | 2015-12-11 | 1 | -0/+11 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | ChefZero::RSpec support for cookbook_artifacts. | |||||
| | * | | | | | | ChefZero::RSpec support for cookbook_artifacts.cd/artifacts-rspec-support | Chris Doherty | 2015-12-10 | 1 | -0/+11 | |
| | | | | | | | | ||||||
| * | | | | | | | Bump revision to 4.4 | John Keiser | 2015-12-11 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | Implement /cookbook_artifacts endpoints. | Chris Doherty | 2015-12-10 | 6 | -15/+151 | |
| | | | | | | | ||||||
| * | | | | | | Fix typo for CR.jk/chef-fs-tests-plus-cd | Chris Doherty | 2015-12-08 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Split policy endpoints into separate endpoints | John Keiser | 2015-12-07 | 11 | -378/+274 | |
| | | | | | | | ||||||
| * | | | | | | Make policy groups and policies betterer | John Keiser | 2015-12-07 | 7 | -159/+50 | |
| | | | | | | | ||||||
| * | | | | | | Add rspec support for policies. | Chris Doherty | 2015-12-07 | 2 | -0/+21 | |
| | |_|_|_|/ |/| | | | | ||||||
| * | | | | | principal_endpoint.rb: comments. | Chris Doherty | 2015-11-13 | 1 | -0/+4 | |
| | | | | | | ||||||
| * | | | | | Bug-for-bug compatibility with Server, where pedant expects an "actors" list ↵ | Chris Doherty | 2015-11-13 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | of ["pivotal", "pivotal"], but chef-zero has been returning ["pivotal"]. | |||||
| * | | | | | open_source_endpoints() -> endpoints() | Chris Doherty | 2015-11-10 | 1 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | Add a dummy GET that returns meaningful values, due to pedant making ↵ | Chris Doherty | 2015-11-10 | 2 | -0/+33 | |
| | | | | | | | | | | | | | | | | | | | | | Solr-related calls. | |||||
| * | | | | | Implement oc_pedant's REST routes for policyfiles. | Chris Doherty | 2015-11-10 | 6 | -7/+458 | |
| | |_|_|/ |/| | | | ||||||
| * | | | | Bump revision to 4.3.2v4.3.2 | John Keiser | 2015-09-30 | 1 | -1/+1 | |
| | | | | | ||||||
