9 * Generate mysql password randomly in LAMP stack. [Alain Takoudjou]
10 * Add support for apache and haproxy to have more than one listening port. [Vincent Pelletier]
11 * Use a more consistent parameter naming in 6tunnel recipe. [Vincent Pelletier]
12 * Provide an SR-transparent way to (de)serialise master data. [Vincent Pelletier]
13 * Initial version of neoppod recipe. [Vincent Pelletier]
14 * Initial version of clusterized erp5 recipes. [Vincent Pelletier]
15 * General cleanup of the request recipe (simpler parsing, less calls to master). [Vincent Pelletier, Cedric de Saint Martin]
20 * softwaretype recipe: all falsy parameter values are now ignored. [Cedric de Saint Martin]
25 * Add mioga and apacheperl recipes. [Viktor Horvath]
26 * request.py: Properly fetch instance_guid of instance. [Cedric de Saint Martin]
27 * request.py: Only append SLA parameter to the list if the key actually exists and is not empty string. [Cedric de Saint Martin]
32 * librecipe: correctly handle newline and missing file in addLineToFile(). [Marco Mariani]
33 * LAMP: Copy php application even if directory exists but is empty. This handle new resilient LAMP stack. [Cedric de Saint Martin]
34 * LAMP: Don't even try to restart/reload/graceful Apache. This fix "Apache hangs" problem. [Cedric de Saint Martin]
39 * Enable IPv6 support in KumoFS. [Vincent Pelletier]
40 * Use new connection and get result when try to create new erp5 site. [Rafael Monnerat]
41 * Set up timezone database in mariab's mysql table so that we can use timezone conversion function. [Kazuhiko Shiozaki]
42 * Make erp5_bootstrap wait for manage_addERP5Site response [Rafael Monnerat]
47 * Add mysql_ip and mysql_port parameters in apachephp recipe [Cedric de Saint
49 * Random password for postgres in standalone SR and lapp stack; accept
50 connections from the world. [Marco Mariani]
55 * revised postgres/lapp recipe. [Marco Mariani]
61 * Frontend: Sort instances by reference to avoid attacks. [Cedric de Saint
63 * Frontend: Add public_ipv4 parameter support to ease deployment of slave
64 frontend. [Cedric de Saint Martin]
65 * Frontend: Move apache_frontend wrappers to watched directory (etc/service).
66 [Cedric de Saint Martin]
67 * Frontend: Add native path to varnish environment. [Cedric de Saint Martin]
72 * frontend: Add "path" parameter for Zope instances. [Cedric de Saint Martin]
77 * KVM: Add support for disk-type, second nbd and cpu-count. [Cedric de Saint
83 * handle multiple notification_url values in notifier recipe [Marco Mariani]
84 * createWrapper() sh alternative to execute.execute() for simple cases
86 * fixed secret key generation in apachephp config [Marco Mariani]
91 * slaprunner: fix "logfile" parameter to "log_file"
96 * request.py: Remove useless calls to master, fix "update" method. [Cedric
98 * Add webrunner test recipe. [Alain Takoudjou]
99 * Add logfile for slaprunner. [Cedric de Saint Martin]
100 * Fix check_url_available promise (syntax + checks + IPv6 support). [Cedric
106 * Add check_page_content promise generator. [Cedric Le Ninivin]
107 * Fix check_url_available recipe. [Cedric de Saint Martin]
108 * Set up timezone database in mariab's mysql table so that we can use
109 timezone conversion function. [Kazuhiko Shiozaki]
110 * Add many resiliency-based recipes [Timothée Lacroix]
111 * Fix and unify request and requestoptional recipes [Cedric de Saint Martin]
112 * Fix Dropbear. [Antoine Catton]
117 * Add check_page_content promise generator. [Cedric Le Ninivin]
122 * Add egg_test, recipe allowing to do "python setup.py test" on a list of
123 eggs. [Rafael Monnerat, Cedric de Saint Martin]
128 * Specify description on gitinit recipe. [Antoine Catton]
133 * Fix: minor fix on downloader recipe in order to allow cross-device renaming.
139 * Fix: remove "template" recipe which was collinding with slapos.recipe.template.
145 * Add the ability to run command line in shellinabox. [Antoine Catton]
146 * Add the ability to run shellinabox as root. (for LXC purpose) [Antoine Catton]
147 * Add "uuid" recipe. [Antoine Catton]
148 * Add "downloader" recipe. [Antoine Catton]
153 * Add "wrapper" recipe. [Antoine Catton]
154 * Add "gitinit" recipe. [Antoine Catton]
155 * librecipe.execute code clean up and factorization. [Antoine Catton]
156 * Add "template" recipe. [Antoine Catton]
161 * Add "debug" option for slaprunner. [Alain Takoudjou]
166 * New recipe: requestoptional, like "request", but won't fail if instance is
167 not ready. [Cedric de Saint Martin]
168 * Update zabbix to return strings as parameters. [Cedric de Saint Martin]
169 * Add check in check_url_promise in case of empty URL. [Cedric de Saint
171 * Upgrade slaprunner recipe to be compatible with newest version. [Alain
177 * Zabbix: add temperature monitoring using custom commands.
182 * Agent rewrite. [Vincent Pelletier]
187 * Do not use system curl. [Romain Courteaud]
192 * Add signalwrapper, generate.mac, generate.password recipes. [Romain
198 * Add slapmonitor and slapreport recipes. [Mohamadou Mbengue]
203 * Fix 0.54 release containing wrong code in request.py.
208 * Apache frontend: won't block sending slave informations to SlapOS Master
209 in case of problem from one slave instance.[Cedric de Saint Martin]
210 * Apache frontend will send IP informations for slaves in case slave is about
211 custom domain. [Cedric de Saint Martin]
212 * Ability to use LAMP applications without configuration. [Cedric de Saint
214 * Users can specify custom domain in LAMP applications. [Cedric de Saint
220 * Switch slaprunner into generic recipe, and add cloud9 recipe. [Cedric de
226 * Request bugfix: Correct default software_type (was: RootInstanceSoftware).
227 [Cedric de Saint Martin]
228 * Request will raise again if requested instance is not ready
230 * Apache Frontend: assume apache is available from standard ports.
231 Consequence: url connection parameter of slave instance doesn't contain
232 port. [Cedric de Saint Martin]
233 * Apache Frontend bugfix: correctly detect slave instance type (zope).
234 [Cedric de Saint Martin]
235 * Apache Frontend: "default" slave instances are available through http
236 in addition to https. [Cedric de Saint Martin]
237 * Apache Frontend: Configuration: Add mod_deflate and set ProxyPreserveHost
238 [Cedric de Saint Martin]
243 * LAMP stack bugfix: Users were losing data when slapgrid is ran (Don't
244 erase htdocs if it already exist). [Cedric de Saint Martin]
249 * LAMP stack bugfix: fix a crash where recipe was trying to restart
250 non-existent httpd process. [Cedric de Saint Martin]
251 * LAMP stack bugfix: don't erase htdocs at update [Cedric de Saint Martin]
252 * Apache Frontend: Improve Apache configuration, inspired by Nexedi
253 production frontend. [Cedric de Saint Martin]
254 * Allow sysadmin of node to customize frontend instance.
255 [Cedric de Saint Martin]
256 * Apache Frontend: Change 'zope=true' option to 'type=zope'.
257 [Cedric de Saint Martin]
258 * Apache Frontend: listens to plain http port as well to redirect to https.
259 [Cedric de Saint Martin]
264 * Apache Frontend supports Zope and Varnish. [Cedric de Saint Martin]
269 * New utility recipe: slapos.recipe.generate_output_if_input_not_null.
270 [Cedric de Saint Martin]
271 * New promise recipe: slapos.recipe.url_available: check if url returns http
272 code 200. [Cedric de Saint Martin]
273 * Fix: slapos.recipe.request won't raise anymore if instance is not ready.
274 [Cedric de Saint Martin]
275 * Fix: slapos.recipe.request won't assume instance reference if not
276 specified. [Cedric de Saint Martin]
281 * Slap Test Agent [Yingjie Xu]
286 * xvfb and firefox initial release [Romain Courteaud]
291 * slaprunner: change number of available partitions to 7 [Alain Takoudjou]
296 * minor: apachephp: update apache configuration to work with Apache2.4
301 * minor: erp5: add missing .zcml files into egg. [Cedric de Saint Martin]
306 * erp5: Add web_checker recipe. [Tatuya Kamada]
307 * erp5: Add generic_varnish recipe. [Tatuya Kamada]
308 * erp5: Simplify erp5_update to only create the ERP5 site. [Romain Courteaud]
309 * erp5: Allow to pass CA parameters from section. [Łukasz Nowak]
314 * Release new "generic" version of KVM, includes frontend.
315 [Cedric de Saint Martin]
320 * Fix manifest to include files needed for apache. [Cedric de Saint Martin]
325 * apache_frontend initial release. [Cedric de Saint Martin]
330 * seleniumrunner initial release. [Cedric de Saint Martin]
335 * erp5: Swtich to percona, as maatkit is obsoleted. [Sebastien Robin]
336 * erp5: Improve haproxy configuration. [Sebastien Robin]
337 * erp5: Support sphinxd. [Kazuhiko Shiozaki]
338 * erp5: Improve and make logging more usual. [Sebastien Robin]
339 * erp5: Allow mysql connection from localhost. [Romain Courteaud]
340 * erp5: Allow to control Zope/Zeo cache [Arnaud Fontaine]
341 * erp5: Increase precision in logs [Julien Muchembled]
342 * erp5: Improve erp5 update [Arnaud Fontaine, Rafael Monnerat]
347 * KVM : allow access to several KVM instances without SSL certificate duplicate
348 problem. [Cedric de Saint Martin]
353 * erp5testnode : the code of testnode is not in slapos repository anymore
358 * KVM : Promise are now working properly. [Łukasz Nowak]
359 * KVM : Use NoVNC with automatic login. [Cedric de Saint Martin]
360 * KVM : Use websockify egg and remove numpy hack. [Cedric de Saint Martin]
365 * Any LAMP software can specify its own php.ini [Alain Takoudjou]
366 * LAMP : Fix bug where buildout does not has sufficient rights to update
367 application parts. [Alain Takoudjou]
368 * LAMP : Update formatting when returning list of renamed files.
374 * erp5 : use percona toolkit instead of maatkit [Sebastien Robin]
379 * LAMP : Recipe can now call lampconfigure from slapos.toolbox which will
380 configure PHP application instance when needed. [Alain Takoudjou Kamdem]
385 * Split big redundant recipes into small ones. In order to factorize the code
386 and have everything in the buildout file. [Antoine Catton, Romain Courteaud,
388 * LAMP : Update apache and php configuration files to work with a lot of different
389 PHP software. [Alain Takoudjou Kamdem]
390 * LAMP : Recipe can launch scripts, move or remove files or directories
391 when a given condition is filled. Useful when PHP apps require you to
392 remove "admin" directory after configuration for example.
393 [Alain Takoudjou Kamdem]
398 * LAMP : Update apache and php configuration files to work with a lot of different
399 PHP software. [Alain Takoudjou Kamdem]
404 * mysql: bug fix on database recovering (avoid importing dump two times). [Antoine Catton]
409 * lamp.request: requesting the mariadb software release instead of itself. [Antoine Catton]
410 * lamp.request: adding support of remote backup repo (using a different
411 software type). The default remote backup is a davstorage. [Antoine Catton]
416 * mysql: add backup and backup recovering using different software type. [Antoine Catton]
421 * Davstorage: returning more explicit url (using webdav scheme). [Antoine Catton]
422 * Other mysql minor fixes. [Antoine Catton]
427 * mysql: Restore to default behaviour. [Antoine Catton]
428 * mysql: Use mysqldump instead of non trustable backup system. [Antoine Catton]
433 * mysql: Unhardcode the requested url. [Antoine Catton]
438 * Clean code in mysql recipe [Cedric de Saint Martin]
439 * librecipe: Provide createPromiseWrapper method. [Antoine Catton]
440 * kvm: Expose promisee checks to slapgrid. [Antoine Catton]
441 * davstorage: Initial version. [Antoine Catton]
442 * mysql: Support DAV backup. [Antoine Catton]
447 * Fix haproxy setup for erp5 [Sebastien Robin]
452 * Update PHP configuration to set session and date options.
453 [Alain Takoudjou Kamdem]
454 * Improve logrotate policy and haproxy config for erp5
460 * Update and fix KVM/noVNC installation to be compatible with new WebSocket
461 protocol (HyBi-10) required by Chrome >= 14 and Firefox >= 7.
462 [Cedric de Saint Martin]
467 * Update PHP configuration to disable debug logging. [Cedric de Saint Martin]
472 * Repackage egg to include needed .bin files. [Cedric de Saint Martin]
477 * Add XWiki software release [Cedric de Saint Martin]
482 * Improve Vifib and pure ERP5 instantiation [Rafael Monnerat]
483 * Use configurator for Vifib [Rafael Monnerat]
488 * Encrypt connection by default. [Vivien Alger]
493 * Provide new way to instantiate kvm. [Cedric de Saint Martin, Vivien Alger]
498 * Implement generic execute_wait wrapper, which allows to wait for some files
499 to appear before starting service depending on it. [Łukasz Nowak]
504 * Fix slaprunner, phpmyadmin software releases, added
505 wordpress software release. [Cedric de Saint Martin]
510 * Enable test suite runner for vifib.
515 * Add PHPMyAdmin software release used in SlapOS tutorials
516 [Cedric de Saint Martin]
517 * Add slaprunner software release [Cedric de Saint Martin]
523 * mysql recipe : Changing slapos.recipe.erp5.execute to
524 slapos.recipe.librecipe.execute [Cedric de Saint Martin]
529 * Add MySQL and MariaDB standalone software release and recipe
530 [Cedric de Saint Martin]
531 * Fixed slapos.recipe.erp5testnode instantiation [Sebastien Robin]
536 * Fix slapos.recipe.erp5 package by providing site.zcml in it. [Łukasz Nowak]
537 * Improve slapos.recipe.erp5testnode partition instantiation error reporting
543 * Fixed slapos.recipe.erp5 instantiation. [Łukasz Nowak]
548 * Implement zabbix agent instantiation. [Łukasz Nowak]
549 * Drop dependency on Zope2. [Łukasz Nowak]
550 * Share more in slapos.recipe.librecipe module. [Łukasz Nowak]
555 * Remove reference to slapos.tool.networkcache as it was removed from pypi. [Łukasz Nowak]
556 * Add Kumofs standalone software release and recipe [Cedric de Saint Martin]
557 * Add Memcached standalone software release and recipe [Cedric de Saint Martin]
562 * Moved out template and build to separate distributions [Łukasz Nowak]
563 * Depend on slapos.core instead of depracated slapos.slap [Romain Courteaud]
564 * Fix apache module configuration [Kazuhiko Shiozaki]
565 * Allow to control full environment in erp5 module [Łukasz Nowak]
570 * Allow to pass zope_environment in erp5 entry point [Łukasz Nowak]
575 * All slapos.recipe.* became slapos.cookbook:* [Łukasz Nowak]