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-08-16Fix possible notices (#17886)Stefan Giehl
2021-07-28Fix dimension1 is not a supported segment. (#17822)4.4.0-rc3Thomas Steur
2021-06-18fix regression in trackingspamprevention and warning in bound parameter check...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-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-12Do not allow setting partial archives to DONE_INVALIDATED (#17437)dizzy
2021-03-16Add some archive deletion logs. (#17347)dizzy
2021-03-16remove deletion of old archives in CronArchive since we do this in ArchiveWri...dizzy
2021-03-14look for all usable done flag types when checking for existing child periods ...dizzy
2021-02-25possibly avoid infinite looping if group_concat cuts off result (#17244)dizzy
2021-02-17properly encode segment definitions from table so the hash will be the same a...dizzy
2021-02-05Include report column in duplicate check when inserting archive invalidations...dizzy
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-26Invalidate everything once before a site is archived and do not inval… (#16...diosmosis
2020-11-19fix removal of invalidations for segments (#16753)diosmosis
2020-11-18query tweaks for setting/unsetting ts_started in invalidation table (#16737)diosmosis
2020-11-17take into account broken archive invalidations when resetting failed jobs (#1...diosmosis
2020-11-16typo in deleting blob archive data (#16717)diosmosis
2020-11-12Better detect failed archiving jobs. (#16701)4.0.0-rc3diosmosis
2020-10-19Pass string parameters to DB query instead of object (#16588)Thomas Steur
2020-10-09three archiving fixes (#16548)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-08-26Tweaks for archiving for enterprise demo. (#16346)diosmosis
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-17Use utf8mb4 character set if possible (#15618)Stefan Giehl
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-30Minor performance improvement when invalidating archives (#15879)Thomas Steur
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-04-16merge 3.x to 4.x (#15821)diosmosis
2020-04-15purge all old archives regardless of done value (#15800)diosmosis
2020-03-10Move Archive.php archive invalidation to Loader… (#15616)3.13.4-b1diosmosis
2019-12-24Lock when archiving and avoid invalidating sites that have archiving in progr...diosmosis
2019-11-19Only add site to list of sites to reprocess if only date being processed is t...diosmosis
2019-10-16Allow date ranges to be passed to core:invalidate-report-data (#14450)Kate Butler
2019-09-16Tweak behaviour of orphaned segment archive purge (#14857)Kate Butler
2019-09-04Minor performance tweak for purge archive for deleted sites (#14843)Thomas Steur
2019-08-30Update archive status instead of delete and insert (#14816)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-05-06Fix build for failing integration test purger (#14407)Thomas Steur
2019-05-03Task to purge archives for deleted websites and segments (#14317)Kate Butler