summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Re-use CookbookVersionEndpoint's code for deleting files.cd/cookbook_artifactsChris Doherty2015-12-102-10/+8
|
* Disable policyfiles and cookbook_artifacts pedant for ChefFS for the moment, ↵Chris Doherty2015-12-103-14/+20
| | | | but do enable cookbook_artifacts for in-memory and filestore pedants.
* Streamline code and sync up with the similar (but not identical) /cookbooks ↵Chris Doherty2015-12-092-26/+20
| | | | endpoint.
* Clean up and tweak #normalize_cookbook for use with cookbook_artifacts.Chris Doherty2015-12-094-45/+16
|
* Delete files from /file_store when their artifact gets deleted.Chris Doherty2015-12-091-1/+12
|
* delete the artifact data dir if there are no more revisions.Chris Doherty2015-12-091-0/+9
|
* pass artifacts read_spec, in particular the one where recipe versions should ↵Chris Doherty2015-12-094-7/+46
| | | | be reachable individually by URL.
* clears create and update specs.Chris Doherty2015-12-082-5/+23
|
* First stab at /cookbook_artifacts, passes create_spec only.Chris Doherty2015-12-084-0/+93
|
* Merge pull request #177 from chef/jk/chef-fs-tests-plus-cdChris Doherty2015-12-0816-511/+323
|\ | | | | Update and refactor policy and policy_groups endpoints
| * 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-078-159/+55
| |
| * Add rspec support for policies.Chris Doherty2015-12-072-0/+21
| |
| * Make chef-zero run pedant tests against ChefFSJohn Keiser2015-12-071-1/+0
|/
* Merge pull request #174 from chef/ssd/fix-gemspecSteven Danna2015-11-191-3/+2
|\ | | | | Point at master of oc-chef-pedant and chef
| * Point at master of oc-chef-pedant and chefssd/fix-gemspecSteven Danna2015-11-191-3/+2
|/
* Merge branch 'cd/run-moar-pedant'John Keiser2015-11-177-32/+97
|\
| * Pass chef_config to ChefFS so that it knows we are a multi-org servercd/run-moar-pedantJohn Keiser2015-11-161-2/+2
| |
| * Point to the relevant oc-chef-pedant and chef/chef branches.Chris Doherty2015-11-161-4/+5
| |
| * Add pivotal to admins and users group of new orgJohn Keiser2015-11-161-0/+2
| |
| * Skip multiuser testsJohn Keiser2015-11-131-0/+3
| |
| * Associate pivotal with the org before going inJohn Keiser2015-11-132-2/+3
| |
| * 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"].
| * run_oc_pedant.rb: Extend a comment.Chris Doherty2015-11-131-1/+1
| |
| * Add descriptions to filestore/cheffs Rakefile tasks.Chris Doherty2015-11-121-0/+2
| |
| * 'everything' -> 'hosted_everything'; add tag exclusions for stuff chef-zero ↵Chris Doherty2015-11-121-3/+7
| | | | | | | | doesn't do.
| * Include additional tags to skip under CHEF_FS.Chris Doherty2015-11-121-3/+12
| |
| * set Pedant::Config.rerun = true for now.Chris Doherty2015-11-121-1/+1
| |
| * debugging stuff in Gemfile.Chris Doherty2015-11-121-2/+5
| |
| * start_server -> start_cheffs_serverChris Doherty2015-11-121-2/+2
| |
| * Move search-related config to oc_pedant.rb.Chris Doherty2015-11-103-6/+9
| |
| * add 'server = start_server'.Chris Doherty2015-11-101-1/+1
| |
| * oc_pedant.rb: Set org[:create_me] to !ENV['CHEF_FS'].Chris Doherty2015-11-101-1/+1
| |
| * oc_pedant.rb: Add :key_file.Chris Doherty2015-11-101-3/+5
| |
| * Set :associate to !ENV['CHEF_FS'].Chris Doherty2015-11-101-0/+2
| |
| * Set admin requestor users' :create_me to !ENV['CHEF_FS'].Chris Doherty2015-11-101-3/+3
| |
| * Use 'pivotal' for requestor admin user under CHEF_FS.Chris Doherty2015-11-101-3/+7
| |
| * oc_pedant.rb: add validator_key to org().Chris Doherty2015-11-101-3/+6
| |
| * Move the 'server_api_version 0' thing into oc_pedant.rb.Chris Doherty2015-11-102-1/+2
| |
| * Convert ChefFS data to use DefaultFacade.Chris Doherty2015-11-101-1/+10
| |
| * open_source_endpoints() -> endpoints()Chris Doherty2015-11-101-2/+2
| |
| * use local oc-chef-pedant.Chris Doherty2015-11-101-1/+2
| |
| * Add :cheffs and :filestore targets to Rakefile.Chris Doherty2015-11-101-0/+10
|/
* Merge pull request #172 from chef/cd/policyfile-supportChris Doherty2015-11-1010-11/+505
|\ | | | | Implement the /policies and /policy_groups API routes
| * Add a dummy GET that returns meaningful values, due to pedant making ↵Chris Doherty2015-11-103-1/+39
| | | | | | | | Solr-related calls.
| * Implement oc_pedant's REST routes for policyfiles.Chris Doherty2015-11-109-11/+467
| |
* | Add ChefFS support to pedant tests (not in travis yet)John Keiser2015-11-092-1/+33
| |
* | Merge pull request #169 from chef/ksubrama/gemspecKartik Null Cating-Subramanian2015-10-091-1/+2
|\ \ | |/ | | Add gemspec files to allow bundler to run from the gem