summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 d...Chris Doherty2015-11-121-3/+7
* 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
|\
| * Add a dummy GET that returns meaningful values, due to pedant making Solr-rel...Chris Doherty2015-11-103-1/+39
| * 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 gemKartik Null Cating-Subramanian2015-10-091-1/+2
|/
* Ship the Gemfile so people can run our tests from the gemJohn Keiser2015-09-301-1/+1
* Bump revision to 4.3.2v4.3.2John Keiser2015-09-305-6/+24
* Allow Hashie to float to 3.x (no need to be so specific)jk/hashie-versionJohn Keiser2015-09-301-1/+1
* Bump revision to 4.3.1v4.3.1John Keiser2015-09-292-1/+5
* Pin chef-server to latest version of tests we know passjk/admin-trueJohn Keiser2015-09-291-1/+1
* Translate admin="true" to admin=trueJohn Keiser2015-09-291-0/+1
* Release 4.3.0v4.3.0John Keiser2015-09-022-4/+4
* Autogenerated changelogjk/changelogJohn Keiser2015-09-021-153/+350
* Add @terceiro to CHANGELOG for PR #140.Chris Doherty2015-08-241-1/+2
* Merge pull request #140 from terceiro/remove-chef-depChris Doherty2015-08-242-5/+3
|\
| * server_spec: add missing require on net/httpAntonio Terceiro2015-06-141-0/+1
| * Remove implicit dependency on chefAntonio Terceiro2015-06-141-5/+2
* | Merge pull request #160 from chef/tball/add_user_to_orgTyler Ball2015-08-193-16/+37
|\ \
| * | Adding back logic to delete the association request when adding a user to an ...tball/add_user_to_orgtyler-ball2015-08-193-16/+37
|/ /
* | Merge pull request #155 from andrewjamesbrown/server-api-versionTyler Ball2015-08-196-5/+56
|\ \
| * | Use new json_response API for /server_api_versionAndrew Brown2015-08-143-6/+8
| * | Further support for /server_api_versionAndrew Brown2015-08-133-5/+36