stack/erp5: use %Ta for timing of haproxy requests
Jérome Perrin authored
%Tt was not good, because it also included the idle time from previous
request when the connection was reused, causing times recorded in log
files to be much longer the actual request duration.

%Ta - which is described as total active time for the HTTP request,
between the moment the proxy received the first byte of the request
header and the emission of the last byte of the response body - is much
more suitable for our use case of measuring requests durations and is
similar to apache's %D
be8c2a39
Name Last commit Last update
component component/depot_tools: check out a fixed revision
slapos recipe/promise_plugin: Fix tests
software Run ERP5 software release test with python3 slapos.core
stack stack/erp5: use %Ta for timing of haproxy requests
.editorconfig add a .editorconfig
.gitignore Ignore file generated by update-rc
MANIFEST.in cleanup: README and CHANGES files where renamed.
README.rst [slapconfiguration] Recipe reads partitions resource file (tests included)
README.software.rst doc: Update file extension and clean up unused files
README.update-hash.rst slapos: Provide update-hash README
format-json format-json: Improve usability
package-lock.json commit-hook: update versions in package lock
package.json Revert "apply editor config in before commit hook"
release-cookbook Add script to release slapos.cookbook
release-sr release-sr: Fix usage for various cases
schema.json *: reformat json with format-json
setup.py Release slapos.cookbook (1.0.213)
sla.schema.json *: reformat json with format-json
update-hash update-hash: use python2
update-hash-mergetool tools: a simple git.mergetool for working with buildout.hash.cfg
update-rc update-rc: Update origin before playing with it
validate-schema Add validate-schema: A slapos descriptor schema validator.

slapos.cookbook

Cookbook of SlapOS recipes.

testing

Unit tests for recipes can be found under slapos/test/recipe. To run the tests use provided unittest.defaultTestLoader inside slapos/test/test_recipe by invoking

python setup.py test --test-suite slapos.test.test_recipe.additional_tests