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-02-02Refs https://github.com/piwik/piwik-log-analytics/issues/115, add user to ↵diosmosis
fake common logs for tests.
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-10-02Fixes https://github.com/piwik/piwik-log-analytics/issues/96, do not fail ↵diosmosis
bulk tracking request if individual request has an incorrect request parameter.
2015-09-01Adding tests for related log importer PR here: ↵diosmosis
https://github.com/piwik/piwik-log-analytics/pull/94
2015-04-18Refs https://github.com/piwik/piwik-log-analytics/issues/68, add tests for ↵diosmosis
replay logging including logs w/ error statuses, and update log-analytics repo.
2015-03-02Updating OmniFixture to fix a randomly failing screenshot tests ↵mattab
(transitions) refs #6693
2015-02-11Add new --w3c-field-regex option to log importer which allows specifying ↵diosmosis
regex for any w3c extended log field. Can combine this option w/ --regex-group-to-...-cvar options to track any field that the importer doesn't natively recognize.
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-19Fix test by using a non -googlebot IPmattab
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-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-03-15Yet another idvc testmattab
2014-03-15Moving back &_viewts affects the VisitFrequency, VisitorInterest reports and ↵mattab
<daysSinceLastVisit> all work as expected.
2014-03-15Test updatemattab
2014-03-15Moving back idts to 6 days ago, check visitor is updated when replaying logs.mattab
2014-03-14Updating: viewts, refts, idvc and idts. It affects visitCount and ↵mattab
daysSinceLastVisit. There seems to be a bug.
2014-03-14Set log date to correct datemattab
2014-03-13Refs #3632 New test case: replaying logs and forcing a window look back ↵mattab
(forceLargeWindowLookBackForVisitor=1) => The visitor is now marked as "returning" as expected
2014-03-13Refs #3632 Creating a test case: same visitor (same IP + idvisitor) visits ↵mattab
the website on two different days. Visitors on second day is marked as "new" because window_look_back_for_visitor is not set.
2014-03-13Refs #3632 test case that _idvc > 1 will set visitor returning statusmattab
2014-03-13Refs #3632 Adding more tests cases for log replay functionnalitymattab
Forcing all recorders and recorders max payload to 1, to prevent random behavior (eg. in Live.getLastVisitsDetails, the pageIdAction may be random order if recorders import data in random thread order)
2014-02-05Fixes #4628 --enable-bots now works as expected + our importLogs integration ↵mattab
test shows that this wasn't working before.
2013-12-09Refs #4352 add commentsmattab
2013-12-09Fixes #4353, quick fix for parsing invalid log lines at the top of the file ↵diosmosis
in the log import script: try first 1000 lines before giving up entirely.
2013-11-15Move logs to own foldermattab