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-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-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-17Apparently the segment needs to be double encoded when sent in the climulti:r...diosmosis
2020-12-17Fix intersecting period logic so proper archives will archive in parallel. (#...diosmosis
2020-12-08Avoid inserting duplicates in invalidation table to reduce IO. (#16843)4.0.5-b1diosmosis
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-02Fix ttl not being respected on existing invalidations (#16851)diosmosis
2020-11-30re-add missing condition for --skip-segments-today (#16777)diosmosis
2020-11-26Invalidate everything once before a site is archived and do not inval… (#16...diosmosis
2020-11-13Delayed rearchiving (#16702)diosmosis
2020-11-04several changes to emphasize setup and use of auto-archiving rather than real...diosmosis
2020-10-01Rename login_whitelist_ip config to login_allowlist_ip (#16413)Thomas Steur
2020-09-21Add extra check for queue consumer to prevent duplicates and add duplicate ch...diosmosis
2020-09-03Updates php-di to 6.2.1 (#16311)Stefan Giehl
2020-08-04allow invalidating plugin archives only and archiving past data for plugins (...diosmosis
2020-06-03Archiving job prioritization and safety precautions (#15991)diosmosis
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-01Merge branch '3.x-dev' into 4.x-devsgiehl
2020-03-25Ensure to use correct date while archiving (#15728)Stefan Giehl
2020-03-22Remove PHP serialization response format (#15558)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-03-05Try to prevent a deadlock when writing options (#15666)Thomas Steur
2020-02-27Update to PHPUnit 8.5 (#15581)Stefan Giehl
2020-01-08Do not proceed with archiving if a valid archive exists for the parameter com...diosmosis
2019-11-25Support CliMulti on OS X and print note about whether CliMulti is used in arc...diosmosis
2019-10-03Fixes some failing tests (#14948)Stefan Giehl
2019-10-02Add option to archiver to not create archives for segments for today (#14834)Thomas Steur
2019-07-05Update the link tag for all php files (#14635)Luca
2019-01-22Increase the time before an archive is considered outdated (#13830)Thomas Steur
2018-01-10Further Piwik.org => Matomo.org replacements (#12415)Thomas Steur
2017-10-16Even more HTTPS links (#12161)Lukas Winkler
2017-09-04Allow different reports pre-archiving frequency for each period (#11979)Thomas Steur
2016-07-19Update integration tests for #10276mattab
2016-04-06added test caseThomas Steur
2016-01-12refs #9258 forward php cli options to the archiver commandsThomas Steur
2015-10-12Fixing some failing tests.diosmosis
2015-09-14Refs #8777 tweak summary log messages output for more claritymattab
2015-09-14Integration test core:archive output changemattab
2015-06-26Fix typomattab
2015-06-26Make tests less likely to fail due to timing edge casesmattab
2015-06-25Add date to CronArchive output when printing info about preprocessing what wi...diosmosis
2015-06-20Move FakeCliMulti to tests/PHPUnit/Framework/Mock so it can be reused.diosmosis