7 * Add check_page_content promise generator. [Cedric Le Ninivin]
12 * Add egg_test, recipe allowing to do "python setup.py test" on a list of
13 eggs. [Rafael Monnerat, Cedric de Saint Martin]
18 * Specify description on gitinit recipe. [Antoine Catton]
23 * Fix: minor fix on downloader recipe in order to allow cross-device renaming.
29 * Fix: remove "template" recipe which was collinding with slapos.recipe.template.
35 * Add the ability to run command line in shellinabox. [Antoine Catton]
36 * Add the ability to run shellinabox as root. (for LXC purpose) [Antoine Catton]
37 * Add "uuid" recipe. [Antoine Catton]
38 * Add "downloader" recipe. [Antoine Catton]
43 * Add "wrapper" recipe. [Antoine Catton]
44 * Add "gitinit" recipe. [Antoine Catton]
45 * librecipe.execute code clean up and factorization. [Antoine Catton]
46 * Add "template" recipe. [Antoine Catton]
51 * Add "debug" option for slaprunner. [Alain Takoudjou]
56 * New recipe: requestoptional, like "request", but won't fail if instance is
57 not ready. [Cedric de Saint Martin]
58 * Update zabbix to return strings as parameters. [Cedric de Saint Martin]
59 * Add check in check_url_promise in case of empty URL. [Cedric de Saint
61 * Upgrade slaprunner recipe to be compatible with newest version. [Alain
67 * Zabbix: add temperature monitoring using custom commands.
72 * Agent rewrite. [Vincent Pelletier]
77 * Do not use system curl. [Romain Courteaud]
82 * Add signalwrapper, generate.mac, generate.password recipes. [Romain
88 * Add slapmonitor and slapreport recipes. [Mohamadou Mbengue]
93 * Fix 0.54 release containing wrong code in request.py.
98 * Apache frontend: won't block sending slave informations to SlapOS Master
99 in case of problem from one slave instance.[Cedric de Saint Martin]
100 * Apache frontend will send IP informations for slaves in case slave is about
101 custom domain. [Cedric de Saint Martin]
102 * Ability to use LAMP applications without configuration. [Cedric de Saint
104 * Users can specify custom domain in LAMP applications. [Cedric de Saint
110 * Switch slaprunner into generic recipe, and add cloud9 recipe. [Cedric de
116 * Request bugfix: Correct default software_type (was: RootInstanceSoftware).
117 [Cedric de Saint Martin]
118 * Request will raise again if requested instance is not ready
120 * Apache Frontend: assume apache is available from standard ports.
121 Consequence: url connection parameter of slave instance doesn't contain
122 port. [Cedric de Saint Martin]
123 * Apache Frontend bugfix: correctly detect slave instance type (zope).
124 [Cedric de Saint Martin]
125 * Apache Frontend: "default" slave instances are available through http
126 in addition to https. [Cedric de Saint Martin]
127 * Apache Frontend: Configuration: Add mod_deflate and set ProxyPreserveHost
128 [Cedric de Saint Martin]
133 * LAMP stack bugfix: Users were losing data when slapgrid is ran (Don't
134 erase htdocs if it already exist). [Cedric de Saint Martin]
139 * LAMP stack bugfix: fix a crash where recipe was trying to restart
140 non-existent httpd process. [Cedric de Saint Martin]
141 * LAMP stack bugfix: don't erase htdocs at update [Cedric de Saint Martin]
142 * Apache Frontend: Improve Apache configuration, inspired by Nexedi
143 production frontend. [Cedric de Saint Martin]
144 * Allow sysadmin of node to customize frontend instance.
145 [Cedric de Saint Martin]
146 * Apache Frontend: Change 'zope=true' option to 'type=zope'.
147 [Cedric de Saint Martin]
148 * Apache Frontend: listens to plain http port as well to redirect to https.
149 [Cedric de Saint Martin]
154 * Apache Frontend supports Zope and Varnish. [Cedric de Saint Martin]
159 * New utility recipe: slapos.recipe.generate_output_if_input_not_null.
160 [Cedric de Saint Martin]
161 * New promise recipe: slapos.recipe.url_available: check if url returns http
162 code 200. [Cedric de Saint Martin]
163 * Fix: slapos.recipe.request won't raise anymore if instance is not ready.
164 [Cedric de Saint Martin]
165 * Fix: slapos.recipe.request won't assume instance reference if not
166 specified. [Cedric de Saint Martin]
171 * Slap Test Agent [Yingjie Xu]
176 * xvfb and firefox initial release [Romain Courteaud]
181 * slaprunner: change number of available partitions to 7 [Alain Takoudjou]
186 * minor: apachephp: update apache configuration to work with Apache2.4
191 * minor: erp5: add missing .zcml files into egg. [Cedric de Saint Martin]
196 * erp5: Add web_checker recipe. [Tatuya Kamada]
197 * erp5: Add generic_varnish recipe. [Tatuya Kamada]
198 * erp5: Simplify erp5_update to only create the ERP5 site. [Romain Courteaud]
199 * erp5: Allow to pass CA parameters from section. [Łukasz Nowak]
204 * Release new "generic" version of KVM, includes frontend.
205 [Cedric de Saint Martin]
210 * Fix manifest to include files needed for apache. [Cedric de Saint Martin]
215 * apache_frontend initial release. [Cedric de Saint Martin]
220 * seleniumrunner initial release. [Cedric de Saint Martin]
225 * erp5: Swtich to percona, as maatkit is obsoleted. [Sebastien Robin]
226 * erp5: Improve haproxy configuration. [Sebastien Robin]
227 * erp5: Support sphinxd. [Kazuhiko Shiozaki]
228 * erp5: Improve and make logging more usual. [Sebastien Robin]
229 * erp5: Allow mysql connection from localhost. [Romain Courteaud]
230 * erp5: Allow to control Zope/Zeo cache [Arnaud Fontaine]
231 * erp5: Increase precision in logs [Julien Muchembled]
232 * erp5: Improve erp5 update [Arnaud Fontaine, Rafael Monnerat]
237 * KVM : allow access to several KVM instances without SSL certificate duplicate
238 problem. [Cedric de Saint Martin]
243 * erp5testnode : the code of testnode is not in slapos repository anymore
248 * KVM : Promise are now working properly. [Łukasz Nowak]
249 * KVM : Use NoVNC with automatic login. [Cedric de Saint Martin]
250 * KVM : Use websockify egg and remove numpy hack. [Cedric de Saint Martin]
255 * Any LAMP software can specify its own php.ini [Alain Takoudjou]
256 * LAMP : Fix bug where buildout does not has sufficient rights to update
257 application parts. [Alain Takoudjou]
258 * LAMP : Update formatting when returning list of renamed files.
264 * erp5 : use percona toolkit instead of maatkit [Sebastien Robin]
269 * LAMP : Recipe can now call lampconfigure from slapos.toolbox which will
270 configure PHP application instance when needed. [Alain Takoudjou Kamdem]
275 * Split big redundant recipes into small ones. In order to factorize the code
276 and have everything in the buildout file. [Antoine Catton, Romain Courteaud,
278 * LAMP : Update apache and php configuration files to work with a lot of different
279 PHP software. [Alain Takoudjou Kamdem]
280 * LAMP : Recipe can launch scripts, move or remove files or directories
281 when a given condition is filled. Useful when PHP apps require you to
282 remove "admin" directory after configuration for example.
283 [Alain Takoudjou Kamdem]
288 * LAMP : Update apache and php configuration files to work with a lot of different
289 PHP software. [Alain Takoudjou Kamdem]
294 * mysql: bug fix on database recovering (avoid importing dump two times). [Antoine Catton]
299 * lamp.request: requesting the mariadb software release instead of itself. [Antoine Catton]
300 * lamp.request: adding support of remote backup repo (using a different
301 software type). The default remote backup is a davstorage. [Antoine Catton]
306 * mysql: add backup and backup recovering using different software type. [Antoine Catton]
311 * Davstorage: returning more explicit url (using webdav scheme). [Antoine Catton]
312 * Other mysql minor fixes. [Antoine Catton]
317 * mysql: Restore to default behaviour. [Antoine Catton]
318 * mysql: Use mysqldump instead of non trustable backup system. [Antoine Catton]
323 * mysql: Unhardcode the requested url. [Antoine Catton]
328 * Clean code in mysql recipe [Cedric de Saint Martin]
329 * librecipe: Provide createPromiseWrapper method. [Antoine Catton]
330 * kvm: Expose promisee checks to slapgrid. [Antoine Catton]
331 * davstorage: Initial version. [Antoine Catton]
332 * mysql: Support DAV backup. [Antoine Catton]
337 * Fix haproxy setup for erp5 [Sebastien Robin]
342 * Update PHP configuration to set session and date options.
343 [Alain Takoudjou Kamdem]
344 * Improve logrotate policy and haproxy config for erp5
350 * Update and fix KVM/noVNC installation to be compatible with new WebSocket
351 protocol (HyBi-10) required by Chrome >= 14 and Firefox >= 7.
352 [Cedric de Saint Martin]
357 * Update PHP configuration to disable debug logging. [Cedric de Saint Martin]
362 * Repackage egg to include needed .bin files. [Cedric de Saint Martin]
367 * Add XWiki software release [Cedric de Saint Martin]
372 * Improve Vifib and pure ERP5 instantiation [Rafael Monnerat]
373 * Use configurator for Vifib [Rafael Monnerat]
378 * Encrypt connection by default. [Vivien Alger]
383 * Provide new way to instantiate kvm. [Cedric de Saint Martin, Vivien Alger]
388 * Implement generic execute_wait wrapper, which allows to wait for some files
389 to appear before starting service depending on it. [Łukasz Nowak]
394 * Fix slaprunner, phpmyadmin software releases, added
395 wordpress software release. [Cedric de Saint Martin]
400 * Enable test suite runner for vifib.
405 * Add PHPMyAdmin software release used in SlapOS tutorials
406 [Cedric de Saint Martin]
407 * Add slaprunner software release [Cedric de Saint Martin]
413 * mysql recipe : Changing slapos.recipe.erp5.execute to
414 slapos.recipe.librecipe.execute [Cedric de Saint Martin]
419 * Add MySQL and MariaDB standalone software release and recipe
420 [Cedric de Saint Martin]
421 * Fixed slapos.recipe.erp5testnode instantiation [Sebastien Robin]
426 * Fix slapos.recipe.erp5 package by providing site.zcml in it. [Łukasz Nowak]
427 * Improve slapos.recipe.erp5testnode partition instantiation error reporting
433 * Fixed slapos.recipe.erp5 instantiation. [Łukasz Nowak]
438 * Implement zabbix agent instantiation. [Łukasz Nowak]
439 * Drop dependency on Zope2. [Łukasz Nowak]
440 * Share more in slapos.recipe.librecipe module. [Łukasz Nowak]
445 * Remove reference to slapos.tool.networkcache as it was removed from pypi. [Łukasz Nowak]
446 * Add Kumofs standalone software release and recipe [Cedric de Saint Martin]
447 * Add Memcached standalone software release and recipe [Cedric de Saint Martin]
452 * Moved out template and build to separate distributions [Łukasz Nowak]
453 * Depend on slapos.core instead of depracated slapos.slap [Romain Courteaud]
454 * Fix apache module configuration [Kazuhiko Shiozaki]
455 * Allow to control full environment in erp5 module [Łukasz Nowak]
460 * Allow to pass zope_environment in erp5 entry point [Łukasz Nowak]
465 * All slapos.recipe.* became slapos.cookbook:* [Łukasz Nowak]