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-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
2020-01-10Avoid using getmypid (#15364)Thomas Steur
2020-01-08Use tracker cache in ArchiveInvalidator so extra query is not needed. (#15358)diosmosis
2020-01-01Fix archiving when getmypid is disabled (#15330)Thomas Steur
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-30Compare segments and periods (in API and UI) (#14365)diosmosis
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-04Two small changes for GA importer (#14727)diosmosis
2019-08-01Prevent unserialization error in DataTableFactory (#14669)Julian Maurice
2019-07-05Update the link tag for all php files (#14635)Luca
2019-05-03Task to purge archives for deleted websites and segments (#14317)Kate Butler
2018-04-23This addresses the various dead lock issues when using transactions and multi...Jarrett Kachenmeister
2018-04-18When invalidating a websites report, allow plugins to invalidate additional s...Thomas Steur
2017-09-11Changes to support custom periods (#11837)Benaka
2016-08-29Merge branch 'master' into 3.0-m06Thomas Steur
2016-08-16API should not prettify labels when requesting period=week with many periods ...Thomas Steur
2016-05-05Fix some typos in comments (found by codespell) (#10120)Stefan Weil
2015-10-12Rename InvalidationResultInfo to InvalidationResult and remove Period::getAll...diosmosis
2015-10-12Fix regression, make sure if period is not supplied to ArchiveInvalidator the...diosmosis
2015-10-12Allow invalidating individual segments in API method & invalidate reports com...diosmosis
2015-10-12Make sure archive invalidation works for range periods.diosmosis
2015-10-12Added ArchiveInvalidator tests and got them to pass.diosmosis
2015-10-12Move cascading logic to ArchiveInvalidator and make sure to cascade up by def...diosmosis
2015-10-12Make ArchiveInvalidator an immutable service and add it to DI. markArchivesAs...diosmosis
2015-09-25In ArchiveInvalidator make date filtering an explicit step and group with log...diosmosis
2015-09-25Move date parsing logic from ArchiveInvalidator to CoreAdminHome/API.php so t...diosmosis
2015-09-25Remove depedency to SitesManager plugin in core ArchiveInvalidator service by...diosmosis
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-04-22extract metadata update into methodThomas Steur
2015-04-21updated submodule + more commentsThomas Steur