summaryrefslogtreecommitdiff
path: root/lib/chef_zero/data_store/memory_store.rb
Commit message (Collapse)AuthorAgeFilesLines
* Update http -> https links in tests / commmentshttpsTim Smith2021-09-071-1/+1
| | | | | | | We have to update our test link to get chef-server to pass. I updated all the comments while I was there. Signed-off-by: Tim Smith <tsmith@chef.io>
* Substitute require for require_relativeTim Smith2019-12-291-3/+3
| | | | | | require_relative is significantly faster and should be used when available. Signed-off-by: Tim Smith <tsmith@chef.io>
* ChefStyletm/styleThom May2016-07-291-4/+4
| | | | Signed-off-by: Thom May <thom@may.lt>
* Move all defaults to DefaultCreator, calculate on fly,John Keiser2014-08-221-1/+1
| | | | remember ownership
* Get ChefFS data store working with the new DefaultFacadeJohn Keiser2014-07-231-1/+2
|
* Add ability to run specs against existing Chef::ChefFSJohn Keiser2014-04-211-160/+5
|
* Support ChefFSDataStore from prior versionsJohn Keiser2014-04-211-2/+6
|
* Get single_org backcompat mode workingJohn Keiser2014-04-181-2/+0
|
* Add support for "/organizations/chef" prefixJohn Keiser2014-04-181-19/+37
|
* Fix issue with memory store deletesJohn Keiser2013-10-111-1/+1
|
* Fix new data bag and cookbook creation in rspecJohn Keiser2013-05-281-2/+5
|
* Get memory data store pedant cleanJohn Keiser2013-05-271-0/+12
|
* More rounded support for data storesJohn Keiser2013-05-241-1/+19
|
* Move data store init to MemoryStore, make it possible to use other data storesJohn Keiser2013-05-231-0/+21
|
* Add the actual data storeJohn Keiser2013-05-231-0/+113