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
2016-11-15System tests now look goodmattab
2016-11-15System tests with bandwidth metricsmattab
2015-08-26Update misc/log-analytics repo for ↵diosmosis
https://github.com/piwik/piwik-log-analytics/issues/67 and update expected test output.
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).
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-27Fixing lots of system tests.diosmosis
2014-11-11Fixing tests and regressions.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