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-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
2019-09-02Make sure to use index on log table when deleting log entries (#14840)Thomas Steur
2019-08-30Update archive status instead of delete and insert (#14816)Thomas Steur
2019-08-28Try using memory table for segments cache in tests to make tests faster (#14822)Thomas Steur
2019-08-16Faster segment archiving (#14761)Thomas Steur
2019-08-16no longer use reader to get archives (#14756)Thomas Steur
2019-08-06Remove temporary archive concept and just invalidate on tracking. (#14639)diosmosis
2019-07-23start working on db reader support (#14681)Thomas Steur
2019-07-05Update the link tag for all php files (#14635)Luca
2019-06-26Use ranking query on userid reports. (#14551)diosmosis
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
2019-04-01fix typosgiehl
2019-03-13Couple assorted changes (#13935)diosmosis
2019-03-11Make it possible to define joins for log tables using `getWaysToJoinToOtherLo...Stefan Giehl