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
2022-01-12Change rearchive end date from yesterday to today (#18523)Ben Burgess
2021-08-17Run AllTests on PHP8 (#16897)Stefan Giehl
2021-08-16Skip max execution query hint test for Mysqli (#17893)Stefan Giehl
2021-08-12before trying to invalidate parent period, make sure period is enabled in INI...dizzy
2021-08-10Fixing some test failures (#17852)dizzy
2021-06-10Remove archive status locking since it is not needed anymore (#17657)dizzy
2021-06-01insert invalidations for segment archives that get invalidated when invalidat...dizzy
2021-05-11Add option to skip log purging check when invalidating archives in the rare c...dizzy
2021-05-07Make archiving process to respect process_new_segments_from settings (#17351)Zoltan Flamis
2021-04-26work around group_concat max len being too small edge case for the select in ...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-04-12Do not allow setting partial archives to DONE_INVALIDATED (#17437)dizzy
2021-03-24make sure no rearchiving happens if INI config setting is set to 0 or last0 +...dizzy
2021-03-23Allow rearchive_reports_in_past_last_n_months setting value to be an int. (#1...dizzy
2021-03-16remove deletion of old archives in CronArchive since we do this in ArchiveWri...dizzy
2021-03-15modify SegmentQueryDecorator so extra comment information can be saved (#17337)Zoltan Flamis
2021-03-14look for all usable done flag types when checking for existing child periods ...dizzy
2021-03-11Allow configuring segments to not be rearchived when rearchiving reports in t...dizzy
2021-02-25possibly avoid infinite looping if group_concat cuts off result (#17244)dizzy
2021-02-17fix a couple bugs in archive querying when browser archiving is disabled (#17...dizzy
2021-02-05Include report column in duplicate check when inserting archive invalidations...dizzy
2021-02-05Refactor segment re-archiving in past behavior to be on demand (#17005)dizzy
2020-12-31Limit max execution time of archiving queries to 2 hours by default (#16971)Stefan Giehl
2020-12-16fix: reset(): Argument #1 ($array) must be passed by reference, value given (...Stefan Giehl
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-02only select invalidations that were added before a sites archiving began (#16...diosmosis
2020-11-26Add pluginjson for custom dimensions + fix build (#16799)Thomas Steur
2020-11-23Remove existing invalidations before scheduling new ones (#16772)4.0.0-rc7Thomas Steur
2020-11-20remove invalidations by report name (#16759)diosmosis
2020-11-19fix removal of invalidations for segments (#16753)diosmosis
2020-11-19handle "all" in removeInvalidationsFromDistributedList (#16752)diosmosis
2020-11-13Delayed rearchiving (#16702)diosmosis
2020-11-12Better detect failed archiving jobs. (#16701)4.0.0-rc3diosmosis
2020-11-05choose the correct start date to archive for segments (#16671)diosmosis
2020-11-04make sure date2 is always defined in ArchiveInvalidator::reArchiveReport (#16...diosmosis
2020-11-04several changes to emphasize setup and use of auto-archiving rather than real...diosmosis
2020-10-07Support removing invalidations for multiple sites at one time. (#16542)diosmosis
2020-09-11Add methods to remove invalidations. (#16400)diosmosis
2020-08-17Fix error when primary key is required (#16290)Thomas Steur
2020-08-04allow invalidating plugin archives only and archiving past data for plugins (...diosmosis
2020-06-29Improve performance/memory of archive selection (#15887)Thomas Steur
2020-06-03Archiving job prioritization and safety precautions (#15991)diosmosis
2020-05-08Merge remote-tracking branch 'origin/3.x-dev' into 4.x-devsgiehl
2020-05-07Rewrite cron archiving process for easier maintenance and performance (#15499)diosmosis
2020-04-29put rexpiring delay logic in Lock class (#15874)diosmosis
2020-04-24Update doc blocks with new name (#15857)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