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-01Fix inconsistent usage of segment idSites (#15746)Thomas Steur
2020-03-10Move Archive.php archive invalidation to Loader… (#15616)3.13.4-b1diosmosis
2020-01-28Day range archiving issue (#15462)diosmosis
2020-01-27Add event that allows plugins to disable archiving for certain periods/sites ...diosmosis
2020-01-10Avoid using getmypid (#15364)Thomas Steur
2020-01-08Do not proceed with archiving if a valid archive exists for the parameter com...diosmosis
2019-12-24Lock when archiving and avoid invalidating sites that have archiving in progr...diosmosis
2019-09-20Ensure all plugins are archived when range archiving is triggered by core:arc...Stefan Giehl
2019-09-11Copy visits into temp table non locking (#14788)Thomas Steur
2019-08-16Faster segment archiving (#14761)Thomas Steur
2019-08-06Remove temporary archive concept and just invalidate on tracking. (#14639)diosmosis
2019-07-05Update the link tag for all php files (#14635)Luca
2019-06-11Do not do unprocessed segment check if within archiving process, sinc… (#14...diosmosis
2019-02-18Enable fingers crossed handler via INI config and show backtrace in logs/arch...diosmosis
2018-11-27Use new exception in PluginsArchiver & add previous exceptions to backtrace i...diosmosis
2018-10-11Fix single day archive check in ArchiveProcessor/Parameters. (#13580)diosmosis
2018-08-09Add notification when report w/ segment has no data, but segment is unprocess...3.6.0-b4diosmosis
2018-08-03Reconstruct partial stack traces for fatal errors. (#13238)diosmosis
2018-08-01Add some simple profiling output to core:archive command (#13215)diosmosis
2018-07-19Add ability for Archivers to initiate archiving for other plugins & use in Go...diosmosis
2018-07-17Refactor archivers to support multiple idsites (#13168)Thomas Steur
2018-05-21Add possibility to trigger the archiving only for a specific plugin (#12945)Thomas Steur
2018-03-20Makes report generation site aware (#12626)Stefan Giehl
2017-10-03Better segment editor and fixes (#12040)Thomas Steur
2017-09-11Changes to support custom periods (#11837)Benaka
2017-09-04Allow different reports pre-archiving frequency for each period (#11979)Thomas Steur
2017-01-18Better logging message when archivingmattab
2017-01-08renames method and updates docsgiehl
2017-01-08Respect new shouldRunWithoutVisits method of plugin archivers in CronArchiversgiehl
2017-01-08allow plugin to decide to archive without visitssgiehl
2016-11-14new method that lets us know if we segment will be archived (#10845)Thomas Steur
2016-09-26Release 2.16.3-b4 (#10558)2.16.3-b4Matthieu Aubry
2016-07-19Segment editor, updating segments, logic when to display messages (#10322)Matthieu Aubry
2016-07-15use better message depending of the availability of archiving triggered by br...sgiehl
2016-04-01Improve all websites dashboard performance when using range dateThomas Steur
2015-10-12Allow invalidating individual segments in API method & invalidate reports com...diosmosis
2015-09-18Add event that allows plugins to archive data even if there are no visits for...diosmosis
2015-08-20better variable namingThomas Steur
2015-08-20add plugin name to exceptionThomas Steur
2015-07-31the requested plugin is not the plugin that triggers the query, we need to se...Thomas Steur
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-03-05Merge branch 'master' into 7181_isolated_archive_purgingdiosmosis
2015-03-04Refs #7181, remove 'purging every N hours' check in archive purger logic sinc...diosmosis
2015-03-02Merge pull request #7311 from piwik/remove_useseless_codeMatthieu Aubry
2015-03-02Refs #7181, change ArchivePurger to use instance methods instead of static me...diosmosis
2015-02-27Updaste purging messageMartin Keckeis
2015-02-27Fixes #7310 - remove unused code & logicmattab
2015-02-26More explicit messagesMartin Keckeis