- 20 Mar, 2014 3 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
This change introduces a (minor) parameter value backward-incompatibility.
-
Vincent Pelletier authored
There is no standard unquoted URL encoding (=charset), so do not unquote to just handle ASCII. Fixes various UnicodeDecodeError failures, at the cost of decreased report readability.
-
- 10 Aug, 2013 6 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
This causes errors and solves nothing.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
- 07 Aug, 2013 1 commit
-
-
Vincent Pelletier authored
Do it while parsing, so (for example) day splitting happens at midnight in chosen timezone instead of midnight in source timezone. When no timezone is provided, use input's times verbatim. DST changes cause artefacts in graphs (double or zeroed hour). Also, display used timezone in generated page.
-
- 24 May, 2013 4 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Depending on input, some state files can starts with ".", and are not matched by "state/*".
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
- 16 May, 2013 1 commit
-
-
Cédric Le Ninivin authored
-
- 24 Apr, 2013 2 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
- 23 Apr, 2013 9 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Turns out, builtin works fine with shlex with python 3.
-
Vincent Pelletier authored
Allows shell expansion (ex: "@~/foo.cfg" cannot be expanded, "@ ~/foo.cfg" can be).
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Replace with quarterhour, do not change plot period.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
- 18 Apr, 2013 5 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Makes error plot more readable when there are very few errors.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
So apdex score impact of errors vs. slowness can be easily estimated.
-
- 14 Apr, 2013 9 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Costs 30% performance on pypy.
-
Vincent Pelletier authored
Nothing to convert now - just to avoid future breakage.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
data_dict is not modified in loop.
-