berkshelf-api 2.2.0 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0885907780f128af4d460a41f43fb559ff237a51
4
- data.tar.gz: 595fc80a4f702614c90b1b8ccb1b807651e125b2
3
+ metadata.gz: ac00ead6c39eaf179e68b8c5aacdba5b1f84a0db
4
+ data.tar.gz: c7b561bd6a316ed073017c53b058676dc5593684
5
5
  SHA512:
6
- metadata.gz: a17a231d7327a0457c5838c81634d9e02dc791ddf5f1a7bfb85cd38f70876c5a4ebe3bd74cf9c2fe049cb697d7a1a6d9d06165aeb3ef0d77afe0132c45d8e722
7
- data.tar.gz: a119e8d56782553d81d3775f921023d7261d202621f9426d4155e589b7e715b41f5d9f2115b60dc7acd76e239fdd8b5d00f74fb9f692e205355233690a54b662
6
+ metadata.gz: 007099ae5ef8b7f428c6dd03e8450b77febca3993299f403cf5c5e61d2ecda00d3e783669c52867405edd1b363b5a532901d5221f5dce9b308552c1b381138d1
7
+ data.tar.gz: 5353c381e89efe0fd2b4a83a6f968d2705688ecbff48286b6d41bd61b584b53a07e20abf1d649c6b65c7b35fffafbcbc681d018857e2e7c88a59dfdd13283152
@@ -1,106 +1,336 @@
1
- # 2.1.3
2
- * Dependency updates
1
+ # Change Log
3
2
 
4
- # 2.1.2
5
- * Dependency updates
3
+ ## [Unreleased](https://github.com/berkshelf/berkshelf-api/tree/HEAD)
6
4
 
7
- # 2.1.1
5
+ [Full Changelog](https://github.com/berkshelf/berkshelf-api/compare/v2.2.0...HEAD)
8
6
 
9
- * Bug Fixes
10
- * Calling berks_dependency/2 rspec support function no longer results in a runtime crash
11
- * Failures when calling Supermarket.universe/0 will now return a hash instead of a boolean
12
- * Cookbook name, not repo name, will be used when caching Github cookbooks
13
- * Group/User will be created in proper order during cookbook converge
7
+ **Merged pull requests:**
14
8
 
15
- # 2.1.0
9
+ - Fix badges [\#219](https://github.com/berkshelf/berkshelf-api/pull/219) ([tas50](https://github.com/tas50))
16
10
 
17
- * Enhancements
18
- * Added --version flag for displaying version (alias -v)
19
- * Build interval for cache builder is now configurable
11
+ ## [v2.2.0](https://github.com/berkshelf/berkshelf-api/tree/v2.2.0) (2016-08-03)
12
+ [Full Changelog](https://github.com/berkshelf/berkshelf-api/compare/2.1.3...v2.2.0)
20
13
 
21
- * Bug Fixes
22
- * Supermarket location_path was not correctly set
14
+ **Fixed bugs:**
23
15
 
24
- * Backwards incompatible changes
25
- * --verbose alias is now -V. Previously -v.
16
+ - Ugly crash is build\_interval is string [\#184](https://github.com/berkshelf/berkshelf-api/issues/184)
17
+ - libarchive dependency [\#167](https://github.com/berkshelf/berkshelf-api/issues/167)
18
+ - Can't process certain cookbooks [\#112](https://github.com/berkshelf/berkshelf-api/issues/112)
26
19
 
27
- # 2.0.0
20
+ **Closed issues:**
28
21
 
29
- * Enhancements
30
- * Opscode Cache builder is now the Supermarket cache builder
22
+ - Need TK tests around the cookbook in this gem [\#215](https://github.com/berkshelf/berkshelf-api/issues/215)
23
+ - uninitialized constant Grape::Formatter::Base \(NameError\) [\#210](https://github.com/berkshelf/berkshelf-api/issues/210)
24
+ - gem install berkshelf-api fails [\#209](https://github.com/berkshelf/berkshelf-api/issues/209)
25
+ - NameError: uninitialized constant HTTP::Response::STATUS\_CODES [\#206](https://github.com/berkshelf/berkshelf-api/issues/206)
26
+ - Doesn't play nice with ChefDK 0.11.0 [\#205](https://github.com/berkshelf/berkshelf-api/issues/205)
27
+ - error retrieving universe [\#203](https://github.com/berkshelf/berkshelf-api/issues/203)
28
+ - Cookbook fails to run. [\#198](https://github.com/berkshelf/berkshelf-api/issues/198)
29
+ - berkshelf api and chef server on same instance [\#197](https://github.com/berkshelf/berkshelf-api/issues/197)
30
+ - stack level too deep \(SystemStackError\) [\#196](https://github.com/berkshelf/berkshelf-api/issues/196)
31
+ - Unable to Install [\#193](https://github.com/berkshelf/berkshelf-api/issues/193)
32
+ - testsuit hangs with rspec 3.3 [\#192](https://github.com/berkshelf/berkshelf-api/issues/192)
33
+ - Memory leak [\#191](https://github.com/berkshelf/berkshelf-api/issues/191)
34
+ - berkshelf-api-server cookbook does not work with latest libarchive 0.5 on Chef 11 [\#187](https://github.com/berkshelf/berkshelf-api/issues/187)
35
+ - Difficulty installing on CentOS \(Amazon AMI\) [\#186](https://github.com/berkshelf/berkshelf-api/issues/186)
36
+ - Cannot deploy berkshelf-api-server cookbook on Oracle Linux [\#185](https://github.com/berkshelf/berkshelf-api/issues/185)
37
+ - berks-api bails on start - NoMethodError: `new\_link' for nil:NilClass [\#169](https://github.com/berkshelf/berkshelf-api/issues/169)
38
+ - berkshelf-api breaks with ruby 2.x.x include in chefdk [\#163](https://github.com/berkshelf/berkshelf-api/issues/163)
39
+ - BerkshelfAPI setup fails if FQDN is not set [\#143](https://github.com/berkshelf/berkshelf-api/issues/143)
31
40
 
32
- * Bug fixes
33
- * API server will now be configured to run as API user instead of root
34
- * Fix issue where Berkshelf API user's home directory was not created
41
+ **Merged pull requests:**
35
42
 
36
- * Backwards incompatible changes
37
- * The Opscode cache builder was removed - the old community site is no longer a valid endpoint to cache
43
+ - add some test-kitchen testing [\#218](https://github.com/berkshelf/berkshelf-api/pull/218) ([lamont-granquist](https://github.com/lamont-granquist))
44
+ - just force the default encoding [\#217](https://github.com/berkshelf/berkshelf-api/pull/217) ([lamont-granquist](https://github.com/lamont-granquist))
45
+ - fallback if fqdn is nil [\#216](https://github.com/berkshelf/berkshelf-api/pull/216) ([lamont-granquist](https://github.com/lamont-granquist))
46
+ - bump to rspec 3.5 [\#214](https://github.com/berkshelf/berkshelf-api/pull/214) ([lamont-granquist](https://github.com/lamont-granquist))
47
+ - bump all the deps [\#213](https://github.com/berkshelf/berkshelf-api/pull/213) ([lamont-granquist](https://github.com/lamont-granquist))
48
+ - Lock grape to the newest version that works with grape-msgpack [\#211](https://github.com/berkshelf/berkshelf-api/pull/211) ([danielsdeleo](https://github.com/danielsdeleo))
38
49
 
39
- # 1.4.0
50
+ ## [2.1.3](https://github.com/berkshelf/berkshelf-api/tree/2.1.3) (2016-02-20)
51
+ [Full Changelog](https://github.com/berkshelf/berkshelf-api/compare/2.1.1...2.1.3)
40
52
 
41
- * Enhancements
42
- * Always return JSON to native HTTP clients
43
- * Listen host can now be passed to cli with the `-h` flag
44
- * berkshelf-api user will now be created as a system user
45
- * Update many dependent gems
53
+ **Closed issues:**
46
54
 
47
- * Bug fixes
48
- * Fix race condition when creating the user's home directory in cookbook
49
- * Gracefully handle results from the community site which are empty
55
+ - berks-api server fails to start [\#202](https://github.com/berkshelf/berkshelf-api/issues/202)
56
+ - Berkshelf Api keeps on resolving to cookbook with lower version [\#201](https://github.com/berkshelf/berkshelf-api/issues/201)
57
+ - berkshelf-api doesn't trust the system SSL CA bundle after 1.2.1 [\#194](https://github.com/berkshelf/berkshelf-api/issues/194)
58
+ - Awesome project [\#175](https://github.com/berkshelf/berkshelf-api/issues/175)
50
59
 
51
- * Backwards incompatible changes
52
- * Renamed cookbook from `berkshelf-api` to `berkshelf-api-server`
60
+ **Merged pull requests:**
53
61
 
54
- # 1.3.1
62
+ - Loosening Octokit version constraint so it doesn't conflict with 4.0.1 of Berkshelf [\#200](https://github.com/berkshelf/berkshelf-api/pull/200) ([tyler-ball](https://github.com/tyler-ball))
63
+ - Bump octokit to 4.0 [\#199](https://github.com/berkshelf/berkshelf-api/pull/199) ([jkeiser](https://github.com/jkeiser))
64
+ - Update http gem verion [\#180](https://github.com/berkshelf/berkshelf-api/pull/180) ([MurgaNikolay](https://github.com/MurgaNikolay))
65
+ - Fix incorrect fetching cookbok's metadata [\#179](https://github.com/berkshelf/berkshelf-api/pull/179) ([gueux](https://github.com/gueux))
66
+ - Attribute for optional github token [\#178](https://github.com/berkshelf/berkshelf-api/pull/178) ([SIGUSR2](https://github.com/SIGUSR2))
67
+ - Modified chpst to su in init file [\#176](https://github.com/berkshelf/berkshelf-api/pull/176) ([BackSlasher](https://github.com/BackSlasher))
55
68
 
56
- * Enhancements
57
- * Fix cookbook issue when installing on `> Ubuntu 12.04`
69
+ ## [2.1.1](https://github.com/berkshelf/berkshelf-api/tree/2.1.1) (2015-01-14)
70
+ [Full Changelog](https://github.com/berkshelf/berkshelf-api/compare/v2.1.1...2.1.1)
58
71
 
59
- # 1.3.0
72
+ ## [v2.1.1](https://github.com/berkshelf/berkshelf-api/tree/v2.1.1) (2015-01-14)
73
+ [Full Changelog](https://github.com/berkshelf/berkshelf-api/compare/v2.1.0...v2.1.1)
60
74
 
61
- * Enhancements
62
- * Added warning messages to startup when using github/file_store endpoints
63
- * Bump Octokit dependency to ~> 3.0
75
+ **Fixed bugs:**
64
76
 
65
- * Bug Fix
66
- * Fixed issue with GH indexing where there were a high number of repositories in an organization
77
+ - Github worker uses repository name vs cookbook name [\#164](https://github.com/berkshelf/berkshelf-api/issues/164)
67
78
 
68
- # 1.2.2
79
+ **Closed issues:**
69
80
 
70
- * Enhancements
71
- * Bump to Reel 0.5
72
- * Set Celluloid log level to ERROR
81
+ - blacklist [\#173](https://github.com/berkshelf/berkshelf-api/issues/173)
82
+ - Empty cerch file after Failed to get `https://supermarket.getchef.com/universe.json' in 15 seconds! [\#170](https://github.com/berkshelf/berkshelf-api/issues/170)
83
+ - Can't upload cookbook with knife [\#162](https://github.com/berkshelf/berkshelf-api/issues/162)
84
+ - Berkshelf API won't build from cookbook [\#161](https://github.com/berkshelf/berkshelf-api/issues/161)
73
85
 
74
- * Bug Fixes
75
- * Include full URL to Github location in items cached by Github builder
86
+ **Merged pull requests:**
76
87
 
77
- # 1.2.0
88
+ - Fixes 170 [\#174](https://github.com/berkshelf/berkshelf-api/pull/174) ([reset](https://github.com/reset))
89
+ - Update github.rb [\#166](https://github.com/berkshelf/berkshelf-api/pull/166) ([berniedurfee](https://github.com/berniedurfee))
90
+ - Use provided group when creating user [\#160](https://github.com/berkshelf/berkshelf-api/pull/160) ([jossy](https://github.com/jossy))
78
91
 
79
- * Enhancements
80
- * Loosen constraints and bump versions of various gems
92
+ ## [v2.1.0](https://github.com/berkshelf/berkshelf-api/tree/v2.1.0) (2014-08-01)
93
+ [Full Changelog](https://github.com/berkshelf/berkshelf-api/compare/v2.0.0...v2.1.0)
81
94
 
82
- * Bug Fixes
83
- * Fix issue with default configuration where home path was not being set
95
+ **Closed issues:**
84
96
 
85
- # 1.1.1
97
+ - Machine sizing [\#156](https://github.com/berkshelf/berkshelf-api/issues/156)
98
+ - Optional Interval parameters for sleep amounts [\#155](https://github.com/berkshelf/berkshelf-api/issues/155)
86
99
 
87
- * Enhancements
88
- * Added /status endpoint to REST API
100
+ **Merged pull requests:**
89
101
 
90
- * Bug Fixes
91
- * Github cache builder will autopaginate to get all repos
92
- * Fix dependency issues with Faraday
102
+ - Build cache Interval paremeterized [\#158](https://github.com/berkshelf/berkshelf-api/pull/158) ([carpnick](https://github.com/carpnick))
103
+ - Add -V/--version to srv\_ctl. [\#153](https://github.com/berkshelf/berkshelf-api/pull/153) ([thorduri](https://github.com/thorduri))
93
104
 
94
- # 1.1.0
105
+ ## [v2.0.0](https://github.com/berkshelf/berkshelf-api/tree/v2.0.0) (2014-07-10)
106
+ [Full Changelog](https://github.com/berkshelf/berkshelf-api/compare/v1.4.0...v2.0.0)
95
107
 
96
- * Enhancements
97
- * Added Github cache builder and Github endpoint. You can now add Github organization's as endpoints and the cache builder will crawl each repository looking for repositories which contain SemVer tags and raw cookbook metadata.
108
+ **Closed issues:**
98
109
 
99
- * Bug Fixes
100
- * Fix cache builder crashes when builder encounters a cookbook with invalid or missing metadata.
101
- * Invalid cookbooks won't be added to cache.
110
+ - type: file\_store does not work [\#152](https://github.com/berkshelf/berkshelf-api/issues/152)
111
+ - berkshelf api and chef server on same instance [\#147](https://github.com/berkshelf/berkshelf-api/issues/147)
112
+ - Berks install from Berkshelf API causes NoMethodError: undefined method `cookbook' for nil:NilClass [\#146](https://github.com/berkshelf/berkshelf-api/issues/146)
113
+ - You have to install development tools first [\#145](https://github.com/berkshelf/berkshelf-api/issues/145)
114
+ - Why is the cookbook for berkshelf-api located inside of the berkshelf-api code and not maintained in its own repo? [\#144](https://github.com/berkshelf/berkshelf-api/issues/144)
115
+ - Can't install cookbooks from file\_store [\#141](https://github.com/berkshelf/berkshelf-api/issues/141)
116
+ - berkshelf-api-server 1.4.0 cookbook fails on multi\_json gem [\#139](https://github.com/berkshelf/berkshelf-api/issues/139)
117
+ - v1.4.0 cookbook asset is named incompatible to cookbook recipe [\#138](https://github.com/berkshelf/berkshelf-api/issues/138)
118
+ - Can't wrap the cookbook? [\#134](https://github.com/berkshelf/berkshelf-api/issues/134)
119
+ - Publish cookbook to Community site [\#127](https://github.com/berkshelf/berkshelf-api/issues/127)
102
120
 
103
- # 1.0.0
121
+ **Merged pull requests:**
104
122
 
105
- * Prioritize Cache Builders so their entries do not clobber one another
106
- * An entire config file is checksumed so that when it changes, the cache is rebuilt
123
+ - Completely move to Supermarket [\#151](https://github.com/berkshelf/berkshelf-api/pull/151) ([sethvargo](https://github.com/sethvargo))
124
+ - switch default of "opscode" to use supermarket [\#150](https://github.com/berkshelf/berkshelf-api/pull/150) ([jtimberman](https://github.com/jtimberman))
125
+ - Make it possible to run it out the box as the berkshelf user. [\#149](https://github.com/berkshelf/berkshelf-api/pull/149) ([thorduri](https://github.com/thorduri))
126
+ - Bump to github 0.3 which fixes proxy install issue [\#148](https://github.com/berkshelf/berkshelf-api/pull/148) ([amaltson](https://github.com/amaltson))
127
+ - Tyop in warning output [\#142](https://github.com/berkshelf/berkshelf-api/pull/142) ([thorduri](https://github.com/thorduri))
128
+ - Added installation of libgecode-dev to fix build error [\#140](https://github.com/berkshelf/berkshelf-api/pull/140) ([jossy](https://github.com/jossy))
129
+
130
+ ## [v1.4.0](https://github.com/berkshelf/berkshelf-api/tree/v1.4.0) (2014-06-06)
131
+ [Full Changelog](https://github.com/berkshelf/berkshelf-api/compare/v1.3.1...v1.4.0)
132
+
133
+ **Implemented enhancements:**
134
+
135
+ - One-Click installer [\#65](https://github.com/berkshelf/berkshelf-api/issues/65)
136
+
137
+ **Fixed bugs:**
138
+
139
+ - cookbook artifact problems on rhel [\#130](https://github.com/berkshelf/berkshelf-api/issues/130)
140
+
141
+ **Closed issues:**
142
+
143
+ - No release for 1.4.0? [\#137](https://github.com/berkshelf/berkshelf-api/issues/137)
144
+ - Can't seem to connect to my berkshelf-api server [\#133](https://github.com/berkshelf/berkshelf-api/issues/133)
145
+ - Unable to include berkshelf-api using Berkshelf's `rel` functionality [\#126](https://github.com/berkshelf/berkshelf-api/issues/126)
146
+ - Question: Endpoints and single chef repo [\#123](https://github.com/berkshelf/berkshelf-api/issues/123)
147
+ - berkshelf-api can't build universe behind a proxy [\#120](https://github.com/berkshelf/berkshelf-api/issues/120)
148
+ - Celluloid::TaskFiber backtrace unavailable [\#117](https://github.com/berkshelf/berkshelf-api/issues/117)
149
+ - How does the API handle conflicts between endpoints? [\#116](https://github.com/berkshelf/berkshelf-api/issues/116)
150
+ - Using environment cookbook from another fails [\#115](https://github.com/berkshelf/berkshelf-api/issues/115)
151
+ - What updates the index [\#113](https://github.com/berkshelf/berkshelf-api/issues/113)
152
+ - berkshelf-api cookbook fails to execute on Ubuntu 13 or greater [\#111](https://github.com/berkshelf/berkshelf-api/issues/111)
153
+ - berkshelf-api cookbook fails on multi\_json gem [\#110](https://github.com/berkshelf/berkshelf-api/issues/110)
154
+
155
+ **Merged pull requests:**
156
+
157
+ - rename berkshelf-api cookbook to berkshelf-api-server [\#135](https://github.com/berkshelf/berkshelf-api/pull/135) ([reset](https://github.com/reset))
158
+ - Try to be defensive about failed community site calls [\#132](https://github.com/berkshelf/berkshelf-api/pull/132) ([ivey](https://github.com/ivey))
159
+ - Fixed host attribute documentation in README.md [\#131](https://github.com/berkshelf/berkshelf-api/pull/131) ([jossy](https://github.com/jossy))
160
+ - Updated the call to the user provider so it creates a system user [\#128](https://github.com/berkshelf/berkshelf-api/pull/128) ([svanharmelen](https://github.com/svanharmelen))
161
+ - Update srv\_ctl.rb [\#124](https://github.com/berkshelf/berkshelf-api/pull/124) ([maniac4](https://github.com/maniac4))
162
+ - Example config is not valid JSON [\#122](https://github.com/berkshelf/berkshelf-api/pull/122) ([gavinheavyside](https://github.com/gavinheavyside))
163
+ - Fixing logic error in app recipe [\#118](https://github.com/berkshelf/berkshelf-api/pull/118) ([svanharmelen](https://github.com/svanharmelen))
164
+ - Return JSON to naive HTTP clients like browsers or curl. [\#114](https://github.com/berkshelf/berkshelf-api/pull/114) ([coderanger](https://github.com/coderanger))
165
+ - Updated readme [\#109](https://github.com/berkshelf/berkshelf-api/pull/109) ([mindlace](https://github.com/mindlace))
166
+
167
+ ## [v1.3.1](https://github.com/berkshelf/berkshelf-api/tree/v1.3.1) (2014-04-23)
168
+ [Full Changelog](https://github.com/berkshelf/berkshelf-api/compare/v1.3.0...v1.3.1)
169
+
170
+ **Closed issues:**
171
+
172
+ - Berkshelf-api cookbook uses Ubuntu only resource [\#107](https://github.com/berkshelf/berkshelf-api/issues/107)
173
+ - github\_asset fails behind a web proxy [\#106](https://github.com/berkshelf/berkshelf-api/issues/106)
174
+ - Upgrade to octokit 3 [\#105](https://github.com/berkshelf/berkshelf-api/issues/105)
175
+
176
+ ## [v1.3.0](https://github.com/berkshelf/berkshelf-api/tree/v1.3.0) (2014-04-19)
177
+ [Full Changelog](https://github.com/berkshelf/berkshelf-api/compare/v1.2.2...v1.3.0)
178
+
179
+ **Merged pull requests:**
180
+
181
+ - add warning messages when a github or file\_store cache builder is started [\#104](https://github.com/berkshelf/berkshelf-api/pull/104) ([reset](https://github.com/reset))
182
+ - add attribute documentation to cookbook README [\#103](https://github.com/berkshelf/berkshelf-api/pull/103) ([reset](https://github.com/reset))
183
+
184
+ ## [v1.2.2](https://github.com/berkshelf/berkshelf-api/tree/v1.2.2) (2014-04-17)
185
+ [Full Changelog](https://github.com/berkshelf/berkshelf-api/compare/v1.2.1...v1.2.2)
186
+
187
+ **Merged pull requests:**
188
+
189
+ - LoadError: cannot load such file -- http/headers [\#102](https://github.com/berkshelf/berkshelf-api/pull/102) ([benlemasurier](https://github.com/benlemasurier))
190
+ - Changed the location\_path so it contains the full repo URL [\#88](https://github.com/berkshelf/berkshelf-api/pull/88) ([svanharmelen](https://github.com/svanharmelen))
191
+
192
+ ## [v1.2.1](https://github.com/berkshelf/berkshelf-api/tree/v1.2.1) (2014-04-12)
193
+ [Full Changelog](https://github.com/berkshelf/berkshelf-api/compare/v1.2.0...v1.2.1)
194
+
195
+ ## [v1.2.0](https://github.com/berkshelf/berkshelf-api/tree/v1.2.0) (2014-04-11)
196
+ [Full Changelog](https://github.com/berkshelf/berkshelf-api/compare/v1.2.0.rc2...v1.2.0)
197
+
198
+ **Merged pull requests:**
199
+
200
+ - Distribute as Github release [\#99](https://github.com/berkshelf/berkshelf-api/pull/99) ([reset](https://github.com/reset))
201
+
202
+ ## [v1.2.0.rc2](https://github.com/berkshelf/berkshelf-api/tree/v1.2.0.rc2) (2014-04-10)
203
+ [Full Changelog](https://github.com/berkshelf/berkshelf-api/compare/v1.2.0.rc1...v1.2.0.rc2)
204
+
205
+ **Closed issues:**
206
+
207
+ - Provide Gemfile.lock [\#98](https://github.com/berkshelf/berkshelf-api/issues/98)
208
+ - multiple chef servers [\#96](https://github.com/berkshelf/berkshelf-api/issues/96)
209
+
210
+ ## [v1.2.0.rc1](https://github.com/berkshelf/berkshelf-api/tree/v1.2.0.rc1) (2014-04-03)
211
+ [Full Changelog](https://github.com/berkshelf/berkshelf-api/compare/v1.1.1...v1.2.0.rc1)
212
+
213
+ **Closed issues:**
214
+
215
+ - github worker "cookbook\_metadata.instance\_eval\(metadata\_content\)" Errno::ENOENT exception [\#94](https://github.com/berkshelf/berkshelf-api/issues/94)
216
+ - API requests hanging [\#93](https://github.com/berkshelf/berkshelf-api/issues/93)
217
+ - Return 503 Service Unavailable until cache is warmed. [\#83](https://github.com/berkshelf/berkshelf-api/issues/83)
218
+ - The GitHub worker should be configurable so you can also use a GitHub Enterprise server [\#79](https://github.com/berkshelf/berkshelf-api/issues/79)
219
+ - Github Endpoint Does not Accept Custom URLs [\#74](https://github.com/berkshelf/berkshelf-api/issues/74)
220
+ - Binary format with MsgPack [\#55](https://github.com/berkshelf/berkshelf-api/issues/55)
221
+ - Add cache builder for FileStore [\#26](https://github.com/berkshelf/berkshelf-api/issues/26)
222
+
223
+ **Merged pull requests:**
224
+
225
+ - Switch to HOME environment variable instead of ~ for populating default home\_path [\#92](https://github.com/berkshelf/berkshelf-api/pull/92) ([eherot](https://github.com/eherot))
226
+ - gitignore: ctags files [\#87](https://github.com/berkshelf/berkshelf-api/pull/87) ([docwhat](https://github.com/docwhat))
227
+ - Gemfile: only list 'rspec' once [\#86](https://github.com/berkshelf/berkshelf-api/pull/86) ([docwhat](https://github.com/docwhat))
228
+ - Github Enterprise fix \#79 [\#80](https://github.com/berkshelf/berkshelf-api/pull/80) ([svanharmelen](https://github.com/svanharmelen))
229
+ - Friendlier logging [\#78](https://github.com/berkshelf/berkshelf-api/pull/78) ([justincampbell](https://github.com/justincampbell))
230
+ - Add Ruby 2.1 to Travis [\#77](https://github.com/berkshelf/berkshelf-api/pull/77) ([justincampbell](https://github.com/justincampbell))
231
+ - Add cache builder for local file store [\#71](https://github.com/berkshelf/berkshelf-api/pull/71) ([whiteley](https://github.com/whiteley))
232
+ - Add MessagePack support [\#66](https://github.com/berkshelf/berkshelf-api/pull/66) ([whiteley](https://github.com/whiteley))
233
+
234
+ ## [v1.1.1](https://github.com/berkshelf/berkshelf-api/tree/v1.1.1) (2014-02-06)
235
+ [Full Changelog](https://github.com/berkshelf/berkshelf-api/compare/v1.1.0...v1.1.1)
236
+
237
+ **Closed issues:**
238
+
239
+ - Should GitHub cache builder use master if no tags exist? [\#72](https://github.com/berkshelf/berkshelf-api/issues/72)
240
+
241
+ **Merged pull requests:**
242
+
243
+ - Auto paginate repository list from Octokit [\#70](https://github.com/berkshelf/berkshelf-api/pull/70) ([whiteley](https://github.com/whiteley))
244
+ - Stick to faraday-0.8.8 version [\#69](https://github.com/berkshelf/berkshelf-api/pull/69) ([alambike](https://github.com/alambike))
245
+ - Add uptime to status endpoint [\#68](https://github.com/berkshelf/berkshelf-api/pull/68) ([coderanger](https://github.com/coderanger))
246
+ - Status end point [\#67](https://github.com/berkshelf/berkshelf-api/pull/67) ([coderanger](https://github.com/coderanger))
247
+
248
+ ## [v1.1.0](https://github.com/berkshelf/berkshelf-api/tree/v1.1.0) (2013-12-26)
249
+ [Full Changelog](https://github.com/berkshelf/berkshelf-api/compare/v1.0.0...v1.1.0)
250
+
251
+ **Closed issues:**
252
+
253
+ - Add cache builder for Github [\#27](https://github.com/berkshelf/berkshelf-api/issues/27)
254
+
255
+ **Merged pull requests:**
256
+
257
+ - adds a github cache builder worker [\#63](https://github.com/berkshelf/berkshelf-api/pull/63) ([punkle](https://github.com/punkle))
258
+ - update organization for repository [\#62](https://github.com/berkshelf/berkshelf-api/pull/62) ([reset](https://github.com/reset))
259
+
260
+ ## [v1.0.0](https://github.com/berkshelf/berkshelf-api/tree/v1.0.0) (2013-10-15)
261
+ [Full Changelog](https://github.com/berkshelf/berkshelf-api/compare/v0.2.0...v1.0.0)
262
+
263
+ **Closed issues:**
264
+
265
+ - CacheManager\#process\_workers swallows exceptions [\#52](https://github.com/berkshelf/berkshelf-api/issues/52)
266
+ - SSL [\#40](https://github.com/berkshelf/berkshelf-api/issues/40)
267
+ - Cache Builders remove each others additions [\#23](https://github.com/berkshelf/berkshelf-api/issues/23)
268
+ - Response is inconsistent if CacheBuilder has not finished [\#16](https://github.com/berkshelf/berkshelf-api/issues/16)
269
+ - Is JSON good enough? [\#5](https://github.com/berkshelf/berkshelf-api/issues/5)
270
+
271
+ **Merged pull requests:**
272
+
273
+ - only output endpoint\_checksum when saving [\#57](https://github.com/berkshelf/berkshelf-api/pull/57) ([KAllan357](https://github.com/KAllan357))
274
+ - Avoid thread exhaustion with large numbers of cookbooks [\#56](https://github.com/berkshelf/berkshelf-api/pull/56) ([ivey](https://github.com/ivey))
275
+ - Problem with chunked responses on Heroku [\#54](https://github.com/berkshelf/berkshelf-api/pull/54) ([reset](https://github.com/reset))
276
+ - fix broken berks\_dependency rspec helper [\#53](https://github.com/berkshelf/berkshelf-api/pull/53) ([reset](https://github.com/reset))
277
+ - Refactor cache builder [\#51](https://github.com/berkshelf/berkshelf-api/pull/51) ([andrewGarson](https://github.com/andrewGarson))
278
+ - RemoteCookbooks are compared using set notation, this requires you to [\#50](https://github.com/berkshelf/berkshelf-api/pull/50) ([andrewGarson](https://github.com/andrewGarson))
279
+ - call CacheBuilder\#build when starting rspec server for first time [\#47](https://github.com/berkshelf/berkshelf-api/pull/47) ([reset](https://github.com/reset))
280
+ - Don't return data until the cache has been warmed [\#46](https://github.com/berkshelf/berkshelf-api/pull/46) ([andrewGarson](https://github.com/andrewGarson))
281
+ - build interval ignored in favor of constant default [\#45](https://github.com/berkshelf/berkshelf-api/pull/45) ([andrewGarson](https://github.com/andrewGarson))
282
+ - call our parents shutdown function in RESTGateway [\#44](https://github.com/berkshelf/berkshelf-api/pull/44) ([reset](https://github.com/reset))
283
+ - application will shutdown cleanly [\#43](https://github.com/berkshelf/berkshelf-api/pull/43) ([reset](https://github.com/reset))
284
+ - relax constraint on ridley to ~\> 1.5 [\#42](https://github.com/berkshelf/berkshelf-api/pull/42) ([reset](https://github.com/reset))
285
+ - Bump required Ridley to '~\> 1.4.0' [\#41](https://github.com/berkshelf/berkshelf-api/pull/41) ([sethvargo](https://github.com/sethvargo))
286
+ - Prioritize items added by specific builders [\#24](https://github.com/berkshelf/berkshelf-api/pull/24) ([reset](https://github.com/reset))
287
+
288
+ ## [v0.2.0](https://github.com/berkshelf/berkshelf-api/tree/v0.2.0) (2013-07-17)
289
+ [Full Changelog](https://github.com/berkshelf/berkshelf-api/compare/v0.1.0...v0.2.0)
290
+
291
+ **Merged pull requests:**
292
+
293
+ - Crashed cache builder workers do not automatically rebuild [\#39](https://github.com/berkshelf/berkshelf-api/pull/39) ([reset](https://github.com/reset))
294
+ - allow for a configurable api-server home directory [\#38](https://github.com/berkshelf/berkshelf-api/pull/38) ([reset](https://github.com/reset))
295
+ - bin/berks-api will now access -c for a configuration file [\#37](https://github.com/berkshelf/berkshelf-api/pull/37) ([reset](https://github.com/reset))
296
+
297
+ ## [v0.1.0](https://github.com/berkshelf/berkshelf-api/tree/v0.1.0) (2013-07-12)
298
+ **Closed issues:**
299
+
300
+ - Use of Archive gem prevents deployment to Heroku [\#15](https://github.com/berkshelf/berkshelf-api/issues/15)
301
+ - Periodically persist json cache [\#6](https://github.com/berkshelf/berkshelf-api/issues/6)
302
+ - Maintain source in the cache [\#4](https://github.com/berkshelf/berkshelf-api/issues/4)
303
+ - Chef API cache\_builder [\#3](https://github.com/berkshelf/berkshelf-api/issues/3)
304
+
305
+ **Merged pull requests:**
306
+
307
+ - Cucumber helpers [\#36](https://github.com/berkshelf/berkshelf-api/pull/36) ([reset](https://github.com/reset))
308
+ - cache builder will now schedule builds for workers [\#35](https://github.com/berkshelf/berkshelf-api/pull/35) ([reset](https://github.com/reset))
309
+ - add first pass at rspec helpers [\#34](https://github.com/berkshelf/berkshelf-api/pull/34) ([reset](https://github.com/reset))
310
+ - Exclusive cache manager [\#33](https://github.com/berkshelf/berkshelf-api/pull/33) ([reset](https://github.com/reset))
311
+ - add jruby to test matrix [\#32](https://github.com/berkshelf/berkshelf-api/pull/32) ([reset](https://github.com/reset))
312
+ - Only load RESTGateway when required [\#31](https://github.com/berkshelf/berkshelf-api/pull/31) ([reset](https://github.com/reset))
313
+ - tag all cache items with the location path [\#30](https://github.com/berkshelf/berkshelf-api/pull/30) ([reset](https://github.com/reset))
314
+ - items added to the cache are now tagged with a location type [\#29](https://github.com/berkshelf/berkshelf-api/pull/29) ([reset](https://github.com/reset))
315
+ - drop ruby 1.9.2 support [\#28](https://github.com/berkshelf/berkshelf-api/pull/28) ([reset](https://github.com/reset))
316
+ - add endpoint to cache manager for clearing cache [\#25](https://github.com/berkshelf/berkshelf-api/pull/25) ([reset](https://github.com/reset))
317
+ - Implement chef server cache builder [\#22](https://github.com/berkshelf/berkshelf-api/pull/22) ([reset](https://github.com/reset))
318
+ - load config if it's present [\#21](https://github.com/berkshelf/berkshelf-api/pull/21) ([reset](https://github.com/reset))
319
+ - load mixin's before remainder of code [\#20](https://github.com/berkshelf/berkshelf-api/pull/20) ([reset](https://github.com/reset))
320
+ - Add ability to configure which cache builders are started and how [\#19](https://github.com/berkshelf/berkshelf-api/pull/19) ([reset](https://github.com/reset))
321
+ - remove autoload to make everything threadsafe [\#18](https://github.com/berkshelf/berkshelf-api/pull/18) ([reset](https://github.com/reset))
322
+ - option parsing for berks-api binary moved to Berkshelf::API::SrvCtl [\#17](https://github.com/berkshelf/berkshelf-api/pull/17) ([reset](https://github.com/reset))
323
+ - add option parsing to binary and application supervisor [\#14](https://github.com/berkshelf/berkshelf-api/pull/14) ([reset](https://github.com/reset))
324
+ - cache manager will save cache every\(X\) seconds [\#13](https://github.com/berkshelf/berkshelf-api/pull/13) ([reset](https://github.com/reset))
325
+ - greatly improve speed of building opscode cache [\#12](https://github.com/berkshelf/berkshelf-api/pull/12) ([reset](https://github.com/reset))
326
+ - SiteConnector::Opscode improvements / refactors [\#11](https://github.com/berkshelf/berkshelf-api/pull/11) ([reset](https://github.com/reset))
327
+ - Setup supervision tree for cache builders [\#10](https://github.com/berkshelf/berkshelf-api/pull/10) ([reset](https://github.com/reset))
328
+ - Remove JSON and MultiJson as dependencies [\#9](https://github.com/berkshelf/berkshelf-api/pull/9) ([sethvargo](https://github.com/sethvargo))
329
+ - Fix application's shutdown sequence [\#8](https://github.com/berkshelf/berkshelf-api/pull/8) ([reset](https://github.com/reset))
330
+ - improve support for logging [\#7](https://github.com/berkshelf/berkshelf-api/pull/7) ([reset](https://github.com/reset))
331
+ - Opscode Cache builder [\#2](https://github.com/berkshelf/berkshelf-api/pull/2) ([andrewGarson](https://github.com/andrewGarson))
332
+ - upgrade to Celluloid 0.14.0 [\#1](https://github.com/berkshelf/berkshelf-api/pull/1) ([reset](https://github.com/reset))
333
+
334
+
335
+
336
+ \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Berkshelf::API
2
- [![Gem Version](https://badge.fury.io/rb/berkshelf-api.png)](http://badge.fury.io/rb/berkshelf-api)
3
- [![Build Status](https://secure.travis-ci.org/berkshelf/berkshelf-api.png?branch=master)](http://travis-ci.org/berkshelf/berkshelf-api)
2
+ [![Gem Version](https://badge.fury.io/rb/berkshelf-api.svg)](http://badge.fury.io/rb/berkshelf-api)
3
+ [![Build Status](https://travis-ci.org/berkshelf/berkshelf-api.svg?branch=master)](https://travis-ci.org/berkshelf/berkshelf-api)
4
4
 
5
5
  A server which indexes cookbooks from various sources and hosts it over a REST API
6
6
 
@@ -1,5 +1,5 @@
1
1
  module Berkshelf
2
2
  module API
3
- VERSION = "2.2.0"
3
+ VERSION = "3.0.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: berkshelf-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamie Winsor
@@ -9,22 +9,28 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-08-03 00:00:00.000000000 Z
12
+ date: 2016-08-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ridley
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - "~>"
18
+ - - ">="
19
19
  - !ruby/object:Gem::Version
20
- version: '4.4'
20
+ version: '4.0'
21
+ - - "<"
22
+ - !ruby/object:Gem::Version
23
+ version: '6.0'
21
24
  type: :runtime
22
25
  prerelease: false
23
26
  version_requirements: !ruby/object:Gem::Requirement
24
27
  requirements:
25
- - - "~>"
28
+ - - ">="
26
29
  - !ruby/object:Gem::Version
27
- version: '4.4'
30
+ version: '4.0'
31
+ - - "<"
32
+ - !ruby/object:Gem::Version
33
+ version: '6.0'
28
34
  - !ruby/object:Gem::Dependency
29
35
  name: celluloid
30
36
  requirement: !ruby/object:Gem::Requirement
@@ -133,16 +139,22 @@ dependencies:
133
139
  name: buff-config
134
140
  requirement: !ruby/object:Gem::Requirement
135
141
  requirements:
136
- - - "~>"
142
+ - - ">="
137
143
  - !ruby/object:Gem::Version
138
144
  version: '1.0'
145
+ - - "<"
146
+ - !ruby/object:Gem::Version
147
+ version: '3.0'
139
148
  type: :runtime
140
149
  prerelease: false
141
150
  version_requirements: !ruby/object:Gem::Requirement
142
151
  requirements:
143
- - - "~>"
152
+ - - ">="
144
153
  - !ruby/object:Gem::Version
145
154
  version: '1.0'
155
+ - - "<"
156
+ - !ruby/object:Gem::Version
157
+ version: '3.0'
146
158
  - !ruby/object:Gem::Dependency
147
159
  name: octokit
148
160
  requirement: !ruby/object:Gem::Requirement
@@ -167,16 +179,22 @@ dependencies:
167
179
  name: semverse
168
180
  requirement: !ruby/object:Gem::Requirement
169
181
  requirements:
170
- - - "~>"
182
+ - - ">="
171
183
  - !ruby/object:Gem::Version
172
184
  version: '1.0'
185
+ - - "<"
186
+ - !ruby/object:Gem::Version
187
+ version: '3.0'
173
188
  type: :runtime
174
189
  prerelease: false
175
190
  version_requirements: !ruby/object:Gem::Requirement
176
191
  requirements:
177
- - - "~>"
192
+ - - ">="
178
193
  - !ruby/object:Gem::Version
179
194
  version: '1.0'
195
+ - - "<"
196
+ - !ruby/object:Gem::Version
197
+ version: '3.0'
180
198
  - !ruby/object:Gem::Dependency
181
199
  name: varia_model
182
200
  requirement: !ruby/object:Gem::Requirement
@@ -191,34 +209,6 @@ dependencies:
191
209
  - - "~>"
192
210
  - !ruby/object:Gem::Version
193
211
  version: '0.4'
194
- - !ruby/object:Gem::Dependency
195
- name: rack
196
- requirement: !ruby/object:Gem::Requirement
197
- requirements:
198
- - - "~>"
199
- - !ruby/object:Gem::Version
200
- version: '1.0'
201
- type: :runtime
202
- prerelease: false
203
- version_requirements: !ruby/object:Gem::Requirement
204
- requirements:
205
- - - "~>"
206
- - !ruby/object:Gem::Version
207
- version: '1.0'
208
- - !ruby/object:Gem::Dependency
209
- name: activesupport
210
- requirement: !ruby/object:Gem::Requirement
211
- requirements:
212
- - - "~>"
213
- - !ruby/object:Gem::Version
214
- version: '4.0'
215
- type: :runtime
216
- prerelease: false
217
- version_requirements: !ruby/object:Gem::Requirement
218
- requirements:
219
- - - "~>"
220
- - !ruby/object:Gem::Version
221
- version: '4.0'
222
212
  description: Berkshelf dependency API server
223
213
  email:
224
214
  - jamie@vialstudios.com
@@ -297,7 +287,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
297
287
  requirements:
298
288
  - - ">="
299
289
  - !ruby/object:Gem::Version
300
- version: 2.1.0
290
+ version: 2.2.0
301
291
  required_rubygems_version: !ruby/object:Gem::Requirement
302
292
  requirements:
303
293
  - - ">="