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
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-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-07-20Fix start/end time for given period it can skip this archive (#16221)Thomas Steur
2020-06-29Improve performance/memory of archive selection (#15887)Thomas Steur
2020-06-26Track seconds instead of days for "days since" dimensions (#15774)diosmosis
2020-06-04Merge branch '3.x-dev' into 4.x-devsgiehl
2020-06-03Remove code tagged with `@deprecated` (#16001)Thomas Steur
2020-06-03Archiving job prioritization and safety precautions (#15991)diosmosis
2020-06-03Fix today archive is not being archived (#15996)Thomas Steur
2020-06-01Fix min archive time not respected (#15997)Thomas Steur
2020-05-17Use utf8mb4 character set if possible (#15618)Stefan Giehl
2020-05-12triple equals (#15762)Jean Baptiste Noblot
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-29put rexpiring delay logic in Lock class (#15874)diosmosis
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-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-31re-expire archiving lock less often (#15749)diosmosis
2020-03-25Better handling of processing uniques for multiple sites (#15696)Thomas Steur
2020-03-16Merge branch '3.x-dev' into 4.x-devsgiehl
2020-03-15respect max execution time limit for transitions plugin (#15652)Stefan Giehl
2020-03-10Move Archive.php archive invalidation to Loader… (#15616)3.13.4-b1diosmosis
2020-02-11Merge branch 3.x-dev into 4.x-dev (#15543)Stefan Giehl
2020-02-04fix: enable user-defined value for insertIntoTempIterationStep (#15492)Tore
2020-01-27Add event that allows plugins to disable archiving for certain periods/sites ...diosmosis
2020-01-20Removes some code marked as deprecated (#15419)Stefan Giehl
2020-01-08Do not proceed with archiving if a valid archive exists for the parameter com...diosmosis
2019-12-31Fix log tmp segment may be too long (#15312)Thomas Steur
2019-12-24Lock when archiving and avoid invalidating sites that have archiving in progr...diosmosis
2019-12-17Fix mysql table name too long while archiving a segment (#15276)Thomas Steur
2019-12-11Add more debug info to archiving queries (#15196)Thomas Steur
2019-11-19Only add site to list of sites to reprocess if only date being processed is t...diosmosis
2019-11-18Add product name, product category, product sku, product price segments (#15144)diosmosis
2019-10-16Allow date ranges to be passed to core:invalidate-report-data (#14450)Kate Butler
2019-10-10Smaller varchar size for log_action.name (#14859)Thomas Steur
2019-09-19better handling of setting transaction level (#14899)Thomas Steur
2019-09-18Provide possibility to force not using a subquery (#14786)Thomas Steur
2019-09-16Tweak behaviour of orphaned segment archive purge (#14857)Kate Butler
2019-09-11Copy visits into temp table non locking (#14788)Thomas Steur
2019-09-05Makes flushSpools public available (#14854)Stefan Giehl
2019-09-04Minor performance tweak for purge archive for deleted sites (#14843)Thomas Steur
2019-09-03Faster raw log data deletion (#14844)Thomas Steur
2019-09-03Batch up records for insert in ArchiveWriter (#14838)Kate Butler