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-03try and reconnect database after running each scheduled task (at most once pe...dizzy
2021-08-12before trying to invalidate parent period, make sure period is enabled in INI...dizzy
2021-05-27Update PHP extension requirements & deprecate Common::mb_* methods (#16754)Stefan Giehl
2021-05-07Make archiving process to respect process_new_segments_from settings (#17351)Zoltan Flamis
2021-04-21Remove urlencode for segment definitions (#17475)Zoltan Flamis
2021-04-12Initiate range archiving if an archive is invalidated, the request is from th...dizzy
2021-03-16remove deletion of old archives in CronArchive since we do this in ArchiveWri...dizzy
2021-03-12Make sure not to clear the tracker cache so often when invalidating in core:a...dizzy
2021-03-02remove dangling invalidation check (no longer needed) (#17289)dizzy
2021-02-17properly encode segment definitions from table so the hash will be the same a...dizzy
2021-02-05Refactor segment re-archiving in past behavior to be on demand (#17005)dizzy
2021-01-28use Rules method instead of getting stored segments directly to pre-archive e...diosmosis
2021-01-13Fix --skip-idsites regression and increment processed site count properly + a...diosmosis
2020-12-24Better fix for climulti segment encoding bug (#17004)diosmosis
2020-12-21Detect running archivers correctly (#16987)Thomas Steur
2020-12-17Apparently the segment needs to be double encoded when sent in the climulti:r...diosmosis
2020-12-14add note message when continuing an existing queue (#16765)diosmosis
2020-12-08If archive_invalidations is in inconsistent state, fix as getting next archiv...diosmosis
2020-12-04segment invalidations must be paired w/ normal invalidations (#16845)diosmosis
2020-12-03Set default ArchiveFilter instance. (#16872)diosmosis
2020-12-02More rigorous checks for non-existant site so archiving wont fail if … (#16...diosmosis
2020-11-30re-add missing condition for --skip-segments-today (#16777)diosmosis
2020-11-19Prevent some archiving notes being printed for each site (#16746)Thomas Steur
2020-11-18add check for dangling invalidations (#16739)diosmosis
2020-11-13Delayed rearchiving (#16702)diosmosis
2020-11-12Better detect failed archiving jobs. (#16701)4.0.0-rc3diosmosis
2020-11-04require PIWIK_PRINT_ERROR_BACKTRACE for exception backtraces in logs (#16640)diosmosis
2020-10-30change couple logs back to info (#16633)diosmosis
2020-10-29change info logs to debug (#16626)diosmosis
2020-10-09three archiving fixes (#16548)diosmosis
2020-09-28Add back missing stop archiver exception (#16479)Thomas Steur
2020-09-21Add extra check for queue consumer to prevent duplicates and add duplicate ch...diosmosis
2020-09-13Add back db reconnect code to core:archive. (#16432)diosmosis
2020-08-26Tweaks for archiving for enterprise demo. (#16346)diosmosis
2020-08-04allow invalidating plugin archives only and archiving past data for plugins (...diosmosis
2020-07-10Fix behaviour for segments using "not equals" or "not contains" on an action ...Stefan Giehl
2020-06-09apply timezone just before querying the log tables (#16039)diosmosis
2020-06-03Archiving job prioritization and safety precautions (#15991)diosmosis
2020-05-13Fix getArchiveIdAndVisits() call (#15946)diosmosis
2020-05-12triple equals (#15762)Jean Baptiste Noblot
2020-05-07Rewrite cron archiving process for easier maintenance and performance (#15499)diosmosis
2020-04-28Merge branch '3.x-dev' into 4.x-devsgiehl
2020-04-28Keep last 100 characters of archive error message when error is too long (#15...Thomas Steur
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-04-08many typo fixes in the code thanks to codespell (#15730)Lukas Winkler
2020-04-01Merge branch '3.x-dev' into 4.x-devsgiehl
2020-03-25Ensure to use correct date while archiving (#15728)Stefan Giehl
2020-03-25Add possibility to silently stop the archiver without an error (#15724)Thomas Steur
2020-03-22Remove PHP serialization response format (#15558)Stefan Giehl