Thor77
8020e047f6
Show more distinct that a config is optional
2016-10-30 20:41:38 +01:00
Thor77
b520fe588f
Update cli help output
2016-10-30 19:53:26 +01:00
Thor77
4c89eb8302
Create Contributing-section (superseding "Tests")
...
and add a short sentence about flake8
2016-10-30 19:49:19 +01:00
Thor77
e5be93b17a
Bump version to 0.12.4
2016-10-28 23:43:09 +02:00
Thor77
a1f535961e
Add manual installation and package-usage to Installation
2016-10-28 23:42:44 +02:00
Thor77
1a485c67c5
Update screenshot to showcase last-connected-hint
2016-10-28 23:33:14 +02:00
Thor77
de5f58cb93
Bump version to 0.12.3
2016-10-28 23:27:05 +02:00
Thor77
37b8b7bc26
Bump hint.css-version to 2.4.0
2016-10-28 23:24:31 +02:00
Thor77
76948713a4
Bump version to 0.12.2
2016-10-27 00:09:53 +02:00
Thor77
2d80ba6804
Add action-group to re_dis_connect.
...
Used to not rely on position in message
for correct action-parsing.
2016-10-27 00:08:28 +02:00
Thor77
c0523717a7
Bump version to 0.12.1
2016-10-27 00:08:12 +02:00
Thor77
b6e73e733d
Fix adding server/clientgroup-actions to clients.
...
This was caused, because the used regex was very generic.
Therefore it parsed these lines without any problems,
a timestamp wasn't added but it was already in the clients-dict,
when these checks (conn or disconnect) were performed.
2016-10-27 00:02:56 +02:00
Thor77
80df2c02f0
Add testcase for logs with server/clientgroup-actions
2016-10-27 00:02:17 +02:00
Thor77
9c3c772db9
Bump version to 0.12.0
2016-10-26 23:07:58 +02:00
Thor77
1b1ed86750
Add session-time on disconnect to debug-log
2016-10-04 15:21:05 +02:00
Thor77
040b451c7d
Add timestamp for (dis)connect to debug-log
2016-10-04 15:18:08 +02:00
Thor77
c59d182da4
Update screenshot to showcase new features
2016-09-30 22:36:12 +02:00
Thor77
9682e2fe6a
Update copyright-year and add copyright-holder
2016-09-30 22:23:07 +02:00
Thor77
45f9ba2737
Bump version to 0.11.2
2016-09-22 15:36:01 +02:00
Thor77
f7669792c1
Set default for General.output to tsstats.html
2016-09-22 15:35:39 +02:00
Thor77
3a1d51a60b
Remove default for output-flag
...
default still set through config-defaults, though
Providing a default here suppressed config-option "output"
2016-09-22 15:28:42 +02:00
Thor77
d1627d369f
Add debug-logging-output to tsstats.template.render_template
...
* bump version to 0.11.1
2016-09-18 21:51:24 +02:00
Thor77
959423be81
Bump version to 0.11.0
2016-09-17 22:51:50 +02:00
Thor77
ddd220d629
Include datetime_fmt in funcdoc of tsstats.template.render_template
2016-09-17 22:49:05 +02:00
Thor77
08d282b6ca
Add datetimeformat flag/option to cmd/config section
2016-09-17 22:47:04 +02:00
Thor77
799f622201
Use RawConfigParser instead of ConfigParser in tsstats.config
...
because General.datetimeformat creates problems with string-interpolation.
These are solved by swichting to RawConfigParser, which doesn't support this feature.
2016-09-17 22:42:32 +02:00
Thor77
52fc1b487c
Add cli-flag for datetimeformat and pass config-option to funccall
2016-09-17 22:41:38 +02:00
Thor77
4078e4b06b
Add config-option datetimeformat
...
for tsstats.template.render_template(datetime_fmt)
2016-09-17 22:41:03 +02:00
Thor77
1ecf24b9b2
Add datetime_fmt-arg to tsstats.template.render_template
...
Specify a custom datetime-format for various datetime-renderings (creation-time, last
online)
2016-09-17 22:38:30 +02:00
Thor77
bd2157c2b8
Update config- and cli-documentation in README.md to include template-option
2016-08-10 23:11:42 +02:00
Thor77
5c52ab1995
Pass template config/cli-option to render_template in tsstats.__main__.main
2016-08-10 22:49:16 +02:00
Thor77
bbd2ff7a46
Add template_path-kwarg to tsstats.template.render_template
2016-08-10 22:47:19 +02:00
Thor77
604fefe286
Add 'template' config-option
2016-08-10 22:45:14 +02:00
Thor77
07b61d86ce
Add -t/--template cli-arg
2016-08-10 22:44:48 +02:00
Thor77
3f140b8d6a
Don't add sid-suffix to output if only one vserver occured in parsed logs
...
* bump version to 0.10.5
2016-08-09 20:37:20 +02:00
Thor77
a475caa7c7
Fix not calling str() on value before adding to config in __main__.cli
...
* bump version to 0.10.4
2016-08-08 22:25:57 +02:00
Thor77
5ff08e0163
Delay debugfile-creation to suppress needless creation if not in debugmode
...
* bump version to 0.10.3
2016-08-08 22:10:30 +02:00
Thor77
cfb593ba9c
use py2-compatible way to check for section-existance in tsstats.config.load
...
* bump version to 0.10.2
2016-08-06 21:42:54 +02:00
Thor77
87f9bf43fc
rewrite config-tests to work with new return-value of tsstats.config.load
...
* bump version to 0.10.1
2016-08-06 21:39:36 +02:00
Thor77
708f071033
replace tsstats.config.parse_config with tsstats.config.load, which just returns a configparser.ConfigParser-instance for easier extension
...
tsstats.__main__.main: now accepts only a configparser.ConfigParser-instance and extracts values from it
tsstats.__main__.cli: defaults from argparser are now suppressed and given cli-args override values from config
* bump version to 0.10.0
2016-08-06 21:36:17 +02:00
Thor77
2a1ab472bb
update bootstrap and hint.css version
...
* bump version to 0.9.1
2016-08-03 22:02:56 +02:00
Thor77
4034410e2d
bump version to 0.9.0
2016-07-04 21:18:09 +02:00
Thor77
67c08330d8
reduce size of section-headers (h1 -> h2)
2016-07-04 21:17:34 +02:00
Thor77
402040e2dc
add title (configurable) as headline to template
2016-07-04 21:16:58 +02:00
Thor77
60bdcb7aab
add credit and render-date/time to template-footer
2016-07-04 21:14:29 +02:00
Thor77
477ca7d739
add timezone to output of tsstats.template.render_template.frmttime
2016-07-04 21:11:34 +02:00
Thor77
ea64ee0ecb
bump version to 0.8.0
2016-06-25 20:48:18 +02:00
Thor77
6638eaa044
remove done item (multi vservers) from TODO in README.md
2016-06-25 20:46:46 +02:00
Thor77
c25b51dd90
add onlinedc-config-option to table in README.md
2016-06-25 20:45:46 +02:00
Thor77
6c33524850
update help-output in quickstart-docs
2016-06-25 20:43:59 +02:00