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-28Add back missing stop archiver exception (#16479)Thomas Steur
2020-09-21Add extra check for queue consumer to prevent duplicates and add duplicate ch...diosmosis
2020-09-13Add back db reconnect code to core:archive. (#16432)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-07-10Fix behaviour for segments using "not equals" or "not contains" on an action ...Stefan Giehl
2020-06-09apply timezone just before querying the log tables (#16039)diosmosis
2020-06-03Archiving job prioritization and safety precautions (#15991)diosmosis
2020-05-13Fix getArchiveIdAndVisits() call (#15946)diosmosis
2020-05-12triple equals (#15762)Jean Baptiste Noblot
2020-05-07Rewrite cron archiving process for easier maintenance and performance (#15499)diosmosis
2020-04-28Merge branch '3.x-dev' into 4.x-devsgiehl
2020-04-28Keep last 100 characters of archive error message when error is too long (#15...Thomas Steur
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
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-25Ensure to use correct date while archiving (#15728)Stefan Giehl
2020-03-25Add possibility to silently stop the archiver without an error (#15724)Thomas Steur
2020-03-22Remove PHP serialization response format (#15558)Stefan Giehl
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-02-26Prevent server gone away error in CronArchive (#15619)Thomas Steur
2020-02-11Merge branch 3.x-dev into 4.x-dev (#15543)Stefan Giehl
2020-02-03Removes deprecated console param --piwik-domain (#15503)Stefan Giehl
2020-01-28Day range archiving issue (#15462)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
2020-01-01Fix archiving when getmypid is disabled (#15330)Thomas Steur
2019-12-16Add method to get errors in Cron archive (#15271)Thomas Steur
2019-12-03If not truncating response in CronArchive, do not replace newlines w/ spaces....diosmosis
2019-11-25Support CliMulti on OS X and print note about whether CliMulti is used in arc...diosmosis
2019-10-02Add option to archiver to not create archives for segments for today (#14834)Thomas Steur
2019-09-05Make it possible to force archiving for custom date ranges (#14856)Stefan Giehl
2019-07-05Update the link tag for all php files (#14635)Luca
2019-05-03CronArchive: Catch UnexpectedWebsiteFoundException (#14403)paladox
2018-10-11Implements wrapper method for a more secure unserialize with PHP 7 (#13285)Stefan Giehl
2018-08-01Add some simple profiling output to core:archive command (#13215)diosmosis
2018-07-24Fix test failue: climulti result now returns Request instances not strings.diosmosis
2018-07-24Renames console to Matomo (#13192)Stefan Giehl
2018-07-23Ensure to cancel an archive process if it is already running (#13155)Thomas Steur
2018-07-12Add possibility to configure the number of max concurrent archivers (#13161)Thomas Steur
2018-07-09When trying to detect if a period is already running, include the actual peri...Thomas Steur
2018-05-31Add event to allow altering the request URL that CronArchive uses. (#13011)diosmosis
2018-04-23This addresses the various dead lock issues when using transactions and multi...Jarrett Kachenmeister
2018-04-23Do not run the same archive command twice (#12702)Thomas Steur
2018-04-23Make sure core:archive terminates when all initial websites have been process...Thomas Steur
2018-01-10Further Piwik.org => Matomo.org replacements (#12415)Thomas Steur
2017-12-07remove unneeded comparrisonThomas Steur
2017-12-07Respect maintenance mode when archivingThomas Steur
2017-11-20Mention that old report data can be invalidated using the new InvalidateRepor...Matthieu Aubry