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
2021-10-08scheduled tasks should not launch archiving when browser archiving is disable...Peter Zhang
2021-09-02When processing a dependent archive for a range, then only process the reques...Thomas Steur
2021-06-10Remove archive status locking since it is not needed anymore (#17657)dizzy
2021-05-07Make archiving process to respect process_new_segments_from settings (#17351)Zoltan Flamis
2021-05-05Allow invalidating empty site (#17519)dizzy
2021-04-12Fixes for specific case when partial archives have to initiate archiving for ...dizzy
2021-04-12Initiate range archiving if an archive is invalidated, the request is from th...dizzy
2021-03-11Add extra core:archive log for initiation of logging (#17332)dizzy
2021-03-11Allow configuring segments to not be rearchived when rearchiving reports in t...dizzy
2021-03-09remove unneeded invalidation (#17319)dizzy
2021-02-25Only force single plugin archiving for root archive requests. (#17250)dizzy
2021-02-15do not end up creating done flags like "done." (#17215)dizzy
2020-12-18Remove unneeded code (#16968)diosmosis
2020-12-16Do not use Date class in Loader::getMinVisitTimesPerSite() to avoid using Dat...diosmosis
2020-11-06remove stack trace and update submodule (#16670)diosmosis
2020-10-09three archiving fixes (#16548)diosmosis
2020-09-11Add more debug information for some specific archiving errors (#16387)Thomas Steur
2020-08-04allow invalidating plugin archives only and archiving past data for plugins (...diosmosis
2020-06-09apply timezone just before querying the log tables (#16039)diosmosis
2020-06-03Remove code tagged with `@deprecated` (#16001)Thomas Steur
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