summaryrefslogtreecommitdiff
path: root/lib/chef_zero
Commit message (Expand)AuthorAgeFilesLines
* WIPjr/pedant-client-keysJordan Running2016-02-1010-89/+130
* Make client keys Pedant specs passJordan Running2016-02-1014-166/+314
* Rename UserKey(s)Endpoint to ActorKey(s)Endpoint, add client keys routesJordan Running2016-02-103-7/+10
* Make user keys endpoint specs passJordan Running2016-02-1011-85/+441
* fix necessary for metadata gemlcg/metadata-gemLamont Granquist2016-02-041-0/+5
* Bump revision to 4.5.0jk/bump-4.5.0John Keiser2016-01-281-1/+1
* Fix container creation (was using wrong path)cd/run-acl-specsJohn Keiser2016-01-281-2/+1
* Make default policy ACLs look more normalJohn Keiser2016-01-271-9/+1
* Stop skipping ACL testsJohn Keiser2016-01-271-1/+0
* Restore creator into policy_group ACLJohn Keiser2016-01-271-1/+1
* Correct policy_groups default permissionsJohn Keiser2016-01-272-2/+10
* Treat policies and policy_groups as directoriesJohn Keiser2016-01-271-4/+3
* changes to test chef-zero ACLs.Chris Doherty2016-01-273-3/+7
* DataNormalizer: Uniqify the list of actors, to satisfy pedant :acl specs (pos...Chris Doherty2016-01-261-1/+1
* Return 410 on /controls so we stop skipping that pedant spec.cd/run-controls-specsChris Doherty2016-01-252-0/+17
* idiomiaticify conversion of arbitrary input into a real Boolean.Chris Doherty2016-01-211-1/+1
* List of containers was missing policy_groups.Chris Doherty2016-01-211-1/+1
* Implement POST /containers to create a container with the given 'id' or 'cont...Chris Doherty2016-01-211-0/+13
* Bump revision to 4.3.3v4.4.2John Keiser2016-01-151-1/+1
* Support Chef versions that don't support cookbook_artifactsjk/cookbook-artifacts-hooverJohn Keiser2016-01-151-1/+8
* Rename cookbook artifactsJohn Keiser2016-01-153-9/+10
* Make hoovering and deleting parent dir work everywhere for cookbook_artifactsJohn Keiser2016-01-152-8/+10
* Bump revision to 4.4.1v4.4.1John Keiser2016-01-141-1/+1
* Fix cookbook_artifactJohn Keiser2016-01-142-18/+34
* Merge pull request #179 from chef/cd/artifacts-rspec-supportv4.4.0Chris Doherty2015-12-111-0/+11
|\
| * ChefZero::RSpec support for cookbook_artifacts.cd/artifacts-rspec-supportChris Doherty2015-12-101-0/+11
* | Bump revision to 4.4John Keiser2015-12-111-1/+1
|/
* Implement /cookbook_artifacts endpoints.Chris Doherty2015-12-106-15/+151
* Fix typo for CR.jk/chef-fs-tests-plus-cdChris Doherty2015-12-081-1/+1
* Split policy endpoints into separate endpointsJohn Keiser2015-12-0711-378/+274
* Make policy groups and policies bettererJohn Keiser2015-12-077-159/+50
* Add rspec support for policies.Chris Doherty2015-12-072-0/+21
* principal_endpoint.rb: comments.Chris Doherty2015-11-131-0/+4
* Bug-for-bug compatibility with Server, where pedant expects an "actors" list ...Chris Doherty2015-11-131-2/+3
* open_source_endpoints() -> endpoints()Chris Doherty2015-11-101-2/+2
* Add a dummy GET that returns meaningful values, due to pedant making Solr-rel...Chris Doherty2015-11-102-0/+33
* Implement oc_pedant's REST routes for policyfiles.Chris Doherty2015-11-106-7/+458
* Bump revision to 4.3.2v4.3.2John Keiser2015-09-301-1/+1
* Bump revision to 4.3.1v4.3.1John Keiser2015-09-291-1/+1
* Translate admin="true" to admin=trueJohn Keiser2015-09-291-0/+1
* Release 4.3.0v4.3.0John Keiser2015-09-021-1/+1
* Merge pull request #140 from terceiro/remove-chef-depChris Doherty2015-08-241-5/+2
|\
| * Remove implicit dependency on chefAntonio Terceiro2015-06-141-5/+2
* | Adding back logic to delete the association request when adding a user to an ...tball/add_user_to_orgtyler-ball2015-08-193-16/+37
* | Use new json_response API for /server_api_versionAndrew Brown2015-08-143-6/+8
* | Further support for /server_api_versionAndrew Brown2015-08-132-4/+36
* | Initial support for /server_api_versionAndrew Brown2015-08-132-0/+15
* | Preliminary support for _identifiers APIAndrew Brown2015-08-122-0/+24
* | Support POST /organizations/ORGNAME/usersAndrew Brown2015-07-103-15/+39
* | Force complete deletion of org on DELETE requestMarc Paradise2015-07-101-1/+1