summaryrefslogtreecommitdiff
path: root/lib/chef_zero
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Extract socketless server map and add specssocketlessdanielsdeleo2015-03-302-47/+85
| |
* | Initial implementation of socketless requestsdanielsdeleo2015-03-272-3/+71
| |
* | Partially Revert 1b2a6e5f107254cce8200a4750035b30265ae0c8partial-revert-1b2a6e5f107254cce8200a4750035b30265ae0c8danielsdeleo2015-03-271-4/+4
| | | | | | | | | | | | | | | | | | Currently, mounting the /users endpoint at the top level when in osc_compat mode causes errrors in the Chef integration tests. This may be due to a misconfiguration in the way Chef implements local mode but I am unable to pinpoint the exact causes right now. In any case, this is the minimal "revert" of 1b2a6e5f107254cce8200a4750035b30265ae0c8 that gets Chef's integration tests working again.
* | Support /version; fix some global URIsPhil Dibowitz2015-03-263-6/+36
|/
* Update validation messages to match erchefdanielsdeleo2015-02-251-19/+34
|
* Validate that revision_id is not emptydanielsdeleo2015-02-231-0/+2
|
* Policyfile revision_id field is mandatory, validate formatdanielsdeleo2015-02-231-1/+12
|
* Bump revision to 4.0v4.0John Keiser2015-02-111-1/+1
|
* Check before create/update to determine correct status codedanielsdeleo2015-01-281-10/+9
| | | | | | The memore store and ChefFS store have different behaviors when writing to an existing object, so work around that by checking for the existence of the item before creating/updating.
* Set backtraces on "nested" exceptionsdanielsdeleo2015-01-271-2/+6
| | | | | Future ruby has automagic nested exceptions but with current ruby raising a new exception during rescue obscures the backtrace
* Add policies endpointdanielsdeleo2015-01-202-1/+129
|
* Show invalid data in error messagedanielsdeleo2015-01-201-1/+1
|
* Version bump for 3.2.1.Serdar Sutay2014-11-261-1/+1
|
* fix: should set https to rack.url_scheme #87sawanoboly2014-11-251-0/+1
|
* add CORS headernls/CORSNathan L Smith2014-10-181-0/+3
|
* Bump revision to 3.2v3.2John Keiser2014-09-261-1/+1
|
* Removing 'json' gem dependency, replacing with 'ffi-yajl'tball/chef-zero-yajl-replace-jsontyler-ball2014-09-2653-148/+148
|
* Bump revision to 3.1.3v3.1.3John Keiser2014-09-031-1/+1
|
* Handle exceptional conditions where stops are being called all overJohn Keiser2014-09-031-2/+2
|
* Pass base URI to V1 data store only in true single org modebase_uriJohn Keiser2014-09-032-7/+4
|
* Make v2_to_v1 get() munge the base URI so cookbooksJohn Keiser2014-09-033-3/+19
| | | | generate the correct URLs
* Bump revision to 3.1.2v3.1.2John Keiser2014-08-291-1/+1
|
* Add default for cookbook()John Keiser2014-08-291-3/+12
|
* Add /organization/_acl endpoint for knife download/uploadJohn Keiser2014-08-291-0/+2
|
* Bump revision to 3.1.1v3.1.1John Keiser2014-08-281-1/+1
|
* Fix bug where GET containers/x/_acl succeededJohn Keiser2014-08-281-1/+1
| | | | even if containers/x did not exist
* Bump revision to 3.1v3.1John Keiser2014-08-281-1/+1
|
* Fix invite and org membership rspec data loadingJohn Keiser2014-08-262-4/+17
|
* Fix deleting invite when user is forcibly added to orgJohn Keiser2014-08-261-1/+1
|
* Fix organizations to honor full_nameJohn Keiser2014-08-261-3/+3
|
* Add organization, acl, group, container rspec macrosrspec_enterpriseJohn Keiser2014-08-263-44/+198
|
* Bump revision to 3.0v3.0John Keiser2014-08-221-1/+1
|
* Bump revision to 3.0.0.rc.1v3.0.0.rc.1John Keiser2014-08-221-1/+1
|
* Add APIs for enterprisey thingsJohn Keiser2014-08-221-8/+55
|
* Fix issue where default objects didn't report their deletionJohn Keiser2014-08-221-11/+6
|
* Get rspec data working again for creatorless dataJohn Keiser2014-08-222-4/+6
|
* Alias ChefData::CookbookData to CookbookData for backcompatJohn Keiser2014-08-221-0/+2
|
* Add license endpointJohn Keiser2014-08-222-0/+27
|
* Add POST /organizations/ORG/users/NAME to add user directJohn Keiser2014-08-221-0/+24
|
* SimplifyJohn Keiser2014-08-221-2/+2
|