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-03-24Minor performance improvement for archive invalidator (#18990)Thomas Steur
2022-03-10[Codingstyle] Disallow unused use statements (#18520)Stefan Giehl
2022-01-12Change rearchive end date from yesterday to today (#18523)Ben Burgess
2021-11-15Proportional evolution comparison for incomplete periods (#18099)Ben Burgess
2021-11-08Remove cache clearing from forget invalidations loop. (#18278)Sam
2021-09-07Fix notice Undefined index in DataCollection (#17967)Thomas Steur
2021-08-20Ignore overwrite subtable warning for summary rows for old data… (#17891)dizzy
2021-08-20When aggregating reports, inflate one expanded datatable at a time (#17817)dizzy
2021-08-12before trying to invalidate parent period, make sure period is enabled in INI...dizzy
2021-06-10Remove archive status locking since it is not needed anymore (#17657)dizzy
2021-05-23Use originalString when returning the Segment definition string (#17610)dizzy
2021-05-11Add option to skip log purging check when invalidating archives in the rare c...dizzy
2021-05-05Allow invalidating empty site (#17519)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-11Allow configuring segments to not be rearchived when rearchiving reports in t...dizzy
2021-03-09remove unneeded invalidation (#17319)dizzy
2021-02-05Refactor segment re-archiving in past behavior to be on demand (#17005)dizzy
2020-12-02More rigorous checks for non-existant site so archiving wont fail if … (#16...diosmosis
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-19handle "all" in removeInvalidationsFromDistributedList (#16752)diosmosis
2020-11-14Fix removal of rearchiving records (#16711)Stefan Giehl
2020-11-13Delayed rearchiving (#16702)diosmosis
2020-11-10Keep track of last activate/deactivate date for plugins (#16683)diosmosis
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-10-30Make extra argument to reArchiveReport start date. (#16634)diosmosis
2020-10-14Fix typing of ArchiveInvalidator method. (#16571)diosmosis
2020-10-12Add helper methods to ArchiveInvalidator for simpler implementation in plugin...diosmosis
2020-10-07Support removing invalidations for multiple sites at one time. (#16542)diosmosis
2020-09-21Add extra check for queue consumer to prevent duplicates and add duplicate ch...diosmosis
2020-09-11Add methods to remove invalidations. (#16400)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-07-17Delete remembered archived only for one specific site when a site is deleted ...Thomas Steur
2020-07-10Fix behaviour for segments using "not equals" or "not contains" on an action ...Stefan Giehl
2020-05-12triple equals (#15762)Jean Baptiste Noblot
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-16merge 3.x to 4.x (#15821)diosmosis
2020-04-08many typo fixes in the code thanks to codespell (#15730)Lukas Winkler
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-24Merge branch '3.x-dev' into 4.x-devsgiehl
2020-02-21Try to prevent possible deadlock in archive invalidator (#15603)Thomas Steur
2020-02-17During archive invalidation clear general cache less often (#15577)Thomas Steur
2020-01-20Removes some code marked as deprecated (#15419)Stefan Giehl