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 (Expand)Author
2020-05-07Rewrite cron archiving process for easier maintenance and performance (#15499)diosmosis
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-04-19Run tests on bionic distribution & run AllTests with PHP 7.4 (#15720)Stefan Giehl
2020-04-02use latest puppeteer for screenshot testing (#15767)Stefan Giehl
2020-03-16Merge branch '3.x-dev' into 4.x-devsgiehl
2020-03-10Move Archive.php archive invalidation to Loader… (#15616)3.13.4-b1diosmosis
2020-02-27Update to PHPUnit 8.5 (#15581)Stefan Giehl
2020-02-11Use \PHPUnit\FrameWork\TestCase instead of \PHPUnit_Framework_TestCase (#15554)Stefan Giehl
2019-10-16Allow date ranges to be passed to core:invalidate-report-data (#14450)Kate Butler
2019-09-30Compare segments and periods (in API and UI) (#14365)diosmosis
2019-09-16Tweak behaviour of orphaned segment archive purge (#14857)Kate Butler
2019-09-13Update shown logo in the app (#14860)Thomas Steur
2019-09-03Soft delete segments (#14846)Kate Butler
2019-07-25Updates npm dependencies for screenshot testing (#14680)Stefan Giehl
2019-07-05Update the link tag for all php files (#14635)Luca
2019-05-09Switch UI tests from phantomjs to chrome headless (#14421)Thomas Steur
2019-05-03Task to purge archives for deleted websites and segments (#14317)Kate Butler
2019-02-23Updates plugin submodules (#14131)Stefan Giehl
2019-01-22Add UI test for complex segment + fix couple bugs to get test to pass. (#13909)diosmosis
2018-12-08Fixing build (#13808)diosmosis
2018-12-06 Report tracking into wrong Site ID and missing token auth (#13493)Thomas Steur
2018-11-14Fix build which fails with new theme (#13713)Thomas Steur
2018-11-13Regenerate OmniFixture dump w/ more xss payloads (#13556)diosmosis
2018-11-09Add Matomo Tag Manager to core (#13402)Thomas Steur
2018-09-21 Send email if no tracked data within N days. (#13363)diosmosis
2018-08-30Adds UI tests for Custom Logos (#13311)Stefan Giehl
2018-07-07Use test database (#12779)Christian Schmidt
2017-12-01In log importer, allow filtering logs by host & datetime (new submodule commi...Benaka
2017-01-18Fix expected test message (broke the build with my direct commit to 3.x-dev) ...Matthieu Aubry
2016-09-292.16.3-rc1 (#10590)2.16.3-rc1Matthieu Aubry
2015-12-22remove unused use statementssgiehl
2015-12-21use correct importmattab
2015-12-17Tweak command help docs and add test coverage for unsetting config setting ar...diosmosis
2015-12-17Fix bug where trying to set config to 'empty' value (ie, 0) failed.diosmosis
2015-12-17Don't use references in ConfigSettingManipulation.diosmosis
2015-12-17Make sure to save config changes in config:set command, and make sure tests c...diosmosis
2015-12-17Add config clear to force config file reloadmattab
2015-12-17Renamed command to config:setmattab
2015-12-17Adding new command core:set-config command to set INI config setting an insta...diosmosis
2015-10-15Fix bug in optimize archive tables command: do not overwrite argument array w...diosmosis
2015-10-12Re-engineer ArchiveInvalidationTest now that invalidation cascades up.diosmosis
2015-10-12Allow invalidating individual segments in API method & invalidate reports com...diosmosis
2015-10-12Move cascading logic to ArchiveInvalidator and make sure to cascade up by def...diosmosis
2015-10-12Move subperiod calculation from invalidate archive command to Range period cl...diosmosis
2015-10-12Add integration test for core:invalidate-report-data test + fix bugs in new c...diosmosis
2015-10-12Add initial command to invalidate report data w/ unit test (integration test ...diosmosis
2015-09-03Support lastN in database:optimize-archive-tables and add a test for the comm...diosmosis
2015-08-12Make sure purgeOutdatedArchives task is executed in scheduled task run after ...diosmosis
2015-06-16Minor: add comment, fix typo [skip-ci]mattab
2015-06-16Add sanity check and assert in tests, to make trouble shooting easiermattab