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
2019-07-05Update the link tag for all php files (#14635)Luca
2019-05-03Task to purge archives for deleted websites and segments (#14317)Kate Butler
2018-04-23This addresses the various dead lock issues when using transactions and multi...Jarrett Kachenmeister
2018-04-18When invalidating a websites report, allow plugins to invalidate additional s...Thomas Steur
2017-09-11Changes to support custom periods (#11837)Benaka
2016-08-29Merge branch 'master' into 3.0-m06Thomas Steur
2016-08-16API should not prettify labels when requesting period=week with many periods ...Thomas Steur
2016-05-05Fix some typos in comments (found by codespell) (#10120)Stefan Weil
2015-10-12Rename InvalidationResultInfo to InvalidationResult and remove Period::getAll...diosmosis
2015-10-12Fix regression, make sure if period is not supplied to ArchiveInvalidator the...diosmosis
2015-10-12Allow invalidating individual segments in API method & invalidate reports com...diosmosis
2015-10-12Make sure archive invalidation works for range periods.diosmosis
2015-10-12Added ArchiveInvalidator tests and got them to pass.diosmosis
2015-10-12Move cascading logic to ArchiveInvalidator and make sure to cascade up by def...diosmosis
2015-10-12Make ArchiveInvalidator an immutable service and add it to DI. markArchivesAs...diosmosis
2015-09-25In ArchiveInvalidator make date filtering an explicit step and group with log...diosmosis
2015-09-25Move date parsing logic from ArchiveInvalidator to CoreAdminHome/API.php so t...diosmosis
2015-09-25Remove depedency to SitesManager plugin in core ArchiveInvalidator service by...diosmosis
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-04-22extract metadata update into methodThomas Steur
2015-04-21updated submodule + more commentsThomas Steur
2015-04-21improved some parts of the code and added more docsThomas Steur
2015-04-21improve performance of all websites dashboard when having thousands of websitesThomas Steur
2015-04-16Only log in INFO level in ArchivePurger service if archives were purged or ro...diosmosis
2015-04-08Rename PurgerTest to ArchivePurgerTest and add tests for row counting logic i...diosmosis
2015-04-01Merge branch 'master' into archive_purger_logsdiosmosis
2015-04-01Refs #7181, add logging to ArchivePurger service + archive purging scheduled ...diosmosis
2015-03-31A chunk implementation that is much simpler and makes more sense. Everything ...Thomas Steur
2015-03-31changed the name of chunks in archive tables, faster unserializationThomas Steur
2015-03-31Faster archiving of aggregated reports, also performance imprvovements in gen...Thomas Steur
2015-03-18faster archive by calculating the recursive count only if neededThomas Steur
2015-03-10Rename Archive\Invalidator to ArchiveInvalidator and Archive\Purger for Archi...diosmosis
2015-03-06Refs #7811, do not purge custom ranges in same method as outdated archive pur...diosmosis
2015-03-05Refs #7181, move distributed list access from Archive\Purger to CoreAdminHome...diosmosis
2015-03-05Refs #7181, fill in TODO docs.diosmosis
2015-03-05Merge branch 'master' into 7181_isolated_archive_purgingdiosmosis
2015-03-05Refs #7181, move ArchiveInvalidator to Piwik\Archive\Invalidator away from Pi...diosmosis
2015-03-05Refs #7181, rename remaining InvalidatedReports class to SitesToReprocessDist...diosmosis
2015-03-05Refs #7181, move distributed list used to hold archives to purge to separate ...diosmosis
2015-03-05Refs #7181, remove site IDs from one of InvalidatedReports' distributed lists...diosmosis
2015-03-05Light refactoring to Archive\Purger class.diosmosis
2015-03-04Refs #7181, decouple invalidated archive purging from option table & site ent...diosmosis
2015-03-03Mild refactor to Archive\Purger and add (failing) integration test for Archiv...diosmosis
2015-03-03Move ArchivePurger class from core\DataAccess to core\Archive and rename Purger.diosmosis
2015-02-27Fixes #7310 - remove unused code & logicmattab
2014-11-25Moving DataTable::getSiteIdFromMetadata to Piwik\Archie\DataTableFactory.diosmosis
2014-09-30coding style fixes, some PHPStorm inspection fixes, improved readability of c...Thomas Steur
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ...mattab
2014-05-09Removed unused imports in core/ and plugins/mattab
2014-03-12Fixes #4768 Implement performance improvement for period=range: do not archiv...mattab