summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Ignore the universe endpoint tests in pedanttm/ignore-pedant-universeThom May2015-11-301-1/+4
|
* Pass chef_config to ChefFS so that it knows we are a multi-org servercd/run-moar-pedantJohn Keiser2015-11-161-2/+2
|
* 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-131-0/+1
|
* run_oc_pedant.rb: Extend a comment.Chris Doherty2015-11-131-1/+1
|
* '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
|
* start_server -> start_cheffs_serverChris Doherty2015-11-121-2/+2
|
* Move search-related config to oc_pedant.rb.Chris Doherty2015-11-102-6/+8
|
* 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
|
* Merge pull request #172 from chef/cd/policyfile-supportChris Doherty2015-11-101-3/+9
|\ | | | | Implement the /policies and /policy_groups API routes
| * Add a dummy GET that returns meaningful values, due to pedant making ↵Chris Doherty2015-11-101-1/+6
| | | | | | | | Solr-related calls.
| * Implement oc_pedant's REST routes for policyfiles.Chris Doherty2015-11-101-2/+3
| |
* | Add ChefFS support to pedant tests (not in travis yet)John Keiser2015-11-091-0/+32
|/
* Merge pull request #140 from terceiro/remove-chef-depChris Doherty2015-08-241-0/+1
|\ | | | | Remove dependency on chef
| * server_spec: add missing require on net/httpAntonio Terceiro2015-06-141-0/+1
| | | | | | | | | | Otherwise several examples crash when being run directly with `rake spec`.
* | Further support for /server_api_versionAndrew Brown2015-08-131-1/+0
| | | | | | | | | | This adds checks to ensure that the requested API version is checked early on in the request cycle, to comply with RFC041.
* | Disable CS12 pedant flagsAndrew Brown2015-08-121-1/+9
| | | | | | | | | | Chef Zero does not yet 100% support CS12, hence we need to disable several of the failing tests until the code is written.
* | Switch to pedant in chef-server repoAndrew Brown2015-08-051-2/+3
| | | | | | | | | | Use the embedded pedant in the chef-server repo. This also requires slight changes to the pedant configuration, as the options have changed.
* | remove multitenant from pedant config, no longer validMarc Paradise2015-07-101-3/+0
| |
* | integrate oc-chef-pedant 2.0 for cs12, drop chef-pedant supportMarc Paradise2015-07-104-235/+3
|/
* Adding 'server_on_port' method to socketless server maptball/socketlesstyler-ball2015-05-061-0/+5
|
* Extract socketless server map and add specssocketlessdanielsdeleo2015-03-301-0/+71
|
* Support /version; fix some global URIsPhil Dibowitz2015-03-261-0/+9
|
* Bump pedant to 1.0.44 for RSpec 3.2 compatibilitycompatible-chef-versiondanielsdeleo2015-02-211-1/+2
| | | | | Also, disable cookbook artifact tests for now. Support for that is forthcoming.
* Filter out some oc-pedant tests that aren't supporteddanielsdeleo2015-01-281-0/+3
|
* Update bundle and test config for latest pedantdanielsdeleo2015-01-272-0/+6
|
* Make acls endpoints return 405 for disallowed methodsJohn Keiser2014-08-221-0/+1
|
* Get users endpoint (mostly) up to oc-chef-pedant standardsJohn Keiser2014-08-221-0/+3
|
* Get organization endpoint passing oc-chef-pedantJohn Keiser2014-08-221-1/+3
|
* Move all defaults to DefaultCreator, calculate on fly,John Keiser2014-08-223-3/+3
| | | | remember ownership
* Fix pedant_users to contain all oc-chef-pedant usersJohn Keiser2014-08-221-41/+44
|
* clients created w/org do not own themselves;John Keiser2014-08-221-1/+1
| | | | containers created w/org do not follow org rules
* Include both org owner and superuser in org aclsJohn Keiser2014-08-221-1/+1
|
* Skip USAG tests, we're seriously not gonna make themJohn Keiser2014-08-221-1/+2
|
* Make oc-chef-pedant runJohn Keiser2014-08-223-0/+177
|
* Get ChefFS data store working with the new DefaultFacadeJohn Keiser2014-07-231-2/+2
|
* Add file storeJohn Keiser2014-07-232-1/+10
|
* Introduce osc_compat so multi org can still use osc_compatJohn Keiser2014-07-231-1/+1
|
* Move org defaults to a common class, DefaultFacadeJohn Keiser2014-07-231-1/+1
| | | | | for readability and so that memory and disk stores can share the defaults and so that they can be switched out at will