summaryrefslogtreecommitdiff
path: root/lib/chef_zero
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Chris Doherty2016-01-211-0/+13
| | | | 'container_name'.
* 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.
| * 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
| | | | of ["pivotal", "pivotal"], but chef-zero has been returning ["pivotal"].
* open_source_endpoints() -> endpoints()Chris Doherty2015-11-101-2/+2
|
* Add a dummy GET that returns meaningful values, due to pedant making ↵Chris Doherty2015-11-102-0/+33
| | | | Solr-related calls.
* 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 dependency on chef
| * Remove implicit dependency on chefAntonio Terceiro2015-06-141-5/+2
| | | | | | | | | | | | | | You don't want chef-zero depending on chef, since chef already depends on chef-zero and circular dependencies are a pain to deal with. This closes issue #136
* | Adding back logic to delete the association request when adding a user to an ↵tball/add_user_to_orgtyler-ball2015-08-193-16/+37
| | | | | | | | org (as well as adding the user to the groups)
* | Use new json_response API for /server_api_versionAndrew Brown2015-08-143-6/+8
| | | | | | | | | | We should be using the new API for json_response, since this is a new endpoint.
* | Further support for /server_api_versionAndrew Brown2015-08-132-4/+36
| | | | | | | | | | This adds checks to ensure that the requested API version is checked early on in the request cycle, to comply with RFC041.
* | Initial support for /server_api_versionAndrew Brown2015-08-132-0/+15
| | | | | | | | | | This adds initial support for /server_api_version and also adds constants for the min/max API versions.
* | Preliminary support for _identifiers APIAndrew Brown2015-08-122-0/+24
| | | | | | | | Adding preliminary support for the _identifiers REST endpoint.
* | Support POST /organizations/ORGNAME/usersAndrew Brown2015-07-103-15/+39
| | | | | | | | | | | | | | This commit re-adds support for POST /organizations/ORGNAME/users. Since the code is very similar to /organizations/ORG/association_requests, we introduced a helper module to avoid code duplication.
* | Force complete deletion of org on DELETE requestMarc Paradise2015-07-101-1/+1
| |
* | use the supplied org_type in org creationMarc Paradise2015-07-101-1/+1
| |
* | cleanup a TODO left behind and clean up some debug codeMarc Paradise2015-07-102-3/+0
| |
* | update chef-zero to be fully compatible with CS12Marc Paradise2015-07-108-39/+40
| |
* | Bump revision to 4.2.3v4.2.3John Keiser2015-06-191-1/+1
| |
* | Fix variable error causing when_the_chef_server issuesJohn Keiser2015-06-191-2/+2
| |
* | Make server_scope: :context work againjk/server_scope_fixJohn Keiser2015-06-191-19/+21
|/
* Update version and changelog for 4.2.2v4.2.2release-4.2.2danielsdeleo2015-05-181-1/+1
|
* Access server opts in example context not describe contextdanielsdeleo2015-05-181-5/+7
|
* Adding 'server_on_port' method to socketless server maptball/socketlesstyler-ball2015-05-061-0/+8
|
* Prep for releasing 4.2.1v4.2.1tyler-ball2015-04-071-1/+1
|
* Don't pollute global Chef server optionsjk/chef_server_optionsJohn Keiser2015-04-061-4/+5
|
* Updating changelog and version for 4.2.0 releasetyler-ball2015-04-061-1/+1
|
* Merge pull request #119 from chef/jk/org_and_scopeTyler Ball2015-04-061-222/+225
|\ | | | | Add :organization and :data_scope options to with_chef_server
| * Add :organization and :data_scope options to with_chef_serverjk/org_and_scopeJohn Keiser2015-03-191-222/+225
| | | | | | | | | | - :organization => 'org' lets you specify that an org should be created and pointed at - :data_scope => :context lets you specify that the server and any data should be kept around for the entire example group
* | Bump to 4.1.0 to release socketless modev4.1.0danielsdeleo2015-04-011-1/+1
| |