Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-28Adding tests for https://github.com/piwik/piwik-log-analytics/pull/120diosmosis
2015-12-10Add ipv6 to IIS log file in ImportLogsTest to make sure it works properly.diosmosis
2015-02-11Replace --api-to-cvar params with --regex-group-to-cvar options in log ↵diosmosis
importer for greater flexibility. Added an --ignore-groups parameter to allow ignoring certain parsed groups (like userid). Also added available regex groups to log-format-regex documentation (not added in generic way unfortunately).
2015-02-08Add option to map API tracking parameter to custom variable in log importer ↵diosmosis
script. Includes change to ImportLogs system test and fix for import log custom variable handling (old behavior was to not set multiple custom variables if they were set already instead of simply adding custom variables).
2015-01-10Fixes #6919, do not check for host in regex group in log importer if format ↵diosmosis
has no regex. Also add nginx json log to log importer system test.
2014-12-15Adding support for parsing amazon cloudfront log files in log importer & ↵diosmosis
making W3cExtendedFormat treat time-taken field as seconds by default (since that is what the W3C format specifies). Also add support for event tracking and cloudfront RTMP logs (which provide event logs). Also allow multiple spaces in between W3C extended log files. Allow derived classes of W3cExtendedFormat to define new custom field regexes.
2014-12-09Refs #6388, map IIS time-taken field to gneration time in log importer.diosmosis
2014-12-08Refs #5980, parse cs-username variable in IIS logs and use as userid when ↵diosmosis
present and not anonymous. Includes changes to ImportLogsTest.
2014-12-08Refs #4707, add test for netscaler logs, support already present due to last ↵diosmosis
commit.
2014-12-08Refs #6795, add --iis-map-field option to allow users of log importer script ↵diosmosis
to parse log files created using the IIS Advanced Logging module. Includes tests for such a case (including python unit test + PHP System test).
2014-11-09Fixing most of the tests.diosmosis
2014-10-05refs #5940 put tests in correct folders, better testsuite names, some tests ↵Thomas Steur
still fail and I cannot figure out why