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
2019-07-05Update the link tag for all php files (#14635)Luca
I updated the link tag for all php files with the new matomo link. Not sure if it is realistic that this will get merged but I though that someday someone has to do this(?)
2018-09-06Add [tests] config option to enable logging in tests. (#13335)diosmosis
* Add [tests] config option to enable logging in tests. * Allow tests:run/tests:run-ui commands to enable logging for individual runs + during tests only log to file. * Remove Fixture field * fix failing test * fixing build * Fix another failure. * Fix an other test.
2018-04-12Log a job ID for cli commands (#12717)Thomas Steur
* log requestId for cli commands * format console log * log pid for cli commands * fix test
2017-07-25write timezone (in our case: always "UTC") in log messages (#11893)Patrick Brosi
* write timezone (in our case: always "UTC") in log messages * use 'T' instead of 'e' in LineMessageFormatter
2016-01-13Archive in UITestFixture using correct test environment overrides ↵diosmosis
(loadRealTranslations=1 is needed for archiving) so results are accurate. Also, do not use Fixture::getTestEnvironment() in fixtures, instead create new instances of TestingEnvironmentVariables so changes made to the file are not ignored/lost.
2015-11-24refs #9129 added feature Custom DimensionsThomas Steur
2015-09-22Attempt to fix build.diosmosis
2015-09-22Split multi-line log messages into multiple log messages if file handlerThomas Steur
is used
2015-08-19fix a system testThomas Steur
2015-08-19use monolog in trackerThomas Steur