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
2022-08-23Fix logging when invalidating reports (#19641)Stefan Giehl
2022-05-17Compatibility fixes for PHP 8.1 (#19143)Stefan Giehl
2022-03-10[Codingstyle] Disallow unused use statements (#18520)Stefan Giehl
2021-09-15Add CLI config:get and config:delete (#17956)mwithheld
2021-07-19provide console command for version information (#17755) (#17757)Daniel Ziegenberg
2021-05-28Use logger when outputting invalidate-report-data so there will be a … (#17...dizzy
2021-05-11Add option to skip log purging check when invalidating archives in the rare c...dizzy
2021-03-02In core:invalidate-report-data match segments by ID, name or definition ... (...dizzy
2020-11-27Improve token auth migration (#16822)Thomas Steur
2020-08-04allow invalidating plugin archives only and archiving past data for plugins (...diosmosis
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-04-03Fix parameter order of implode (#15775)Stefan Giehl
2019-10-16Allow date ranges to be passed to core:invalidate-report-data (#14450)Kate Butler
2019-09-17Remove force-optimize-tables option from core:purge-old-archive-data (#14895)Kate Butler
2019-07-05Update the link tag for all php files (#14635)Luca
2018-04-23Ignore archive tables that have invalid dates in name (#12757)Stefan Giehl
2017-06-09fixes #11774 Make help text better for config:set commandmattab
2017-01-18Better logging message when archivingmattab
2015-12-17Tweak command help docs and add test coverage for unsetting config setting ar...diosmosis
2015-12-17Fix bug where trying to set config to 'empty' value (ie, 0) failed.diosmosis
2015-12-17Don't use references in ConfigSettingManipulation.diosmosis
2015-12-17Make sure to save config changes in config:set command, and make sure tests c...diosmosis
2015-12-17Renamed command to config:setmattab
2015-12-17Adding new command core:set-config command to set INI config setting an insta...diosmosis
2015-12-04When using option --no-interaction, askForDeleteConfirmation should default t...Erik Kooiker
2015-10-15Fix bug in optimize archive tables command: do not overwrite argument array w...diosmosis
2015-10-12Allow invalidating individual segments in API method & invalidate reports com...diosmosis
2015-10-12Move cascading logic to ArchiveInvalidator and make sure to cascade up by def...diosmosis
2015-10-12Move subperiod calculation from invalidate archive command to Range period cl...diosmosis
2015-10-12Don't use switch in core:invalidate-archive-data command, instead add new non...diosmosis
2015-10-12Add integration test for core:invalidate-report-data test + fix bugs in new c...diosmosis
2015-10-12Add dry-run option to invalidate-report-data.diosmosis
2015-10-12Add initial command to invalidate report data w/ unit test (integration test ...diosmosis
2015-10-12Make ArchiveInvalidator an immutable service and add it to DI. markArchivesAs...diosmosis
2015-09-25Move date parsing logic from ArchiveInvalidator to CoreAdminHome/API.php so t...diosmosis
2015-09-03Support lastN in database:optimize-archive-tables and add a test for the comm...diosmosis
2015-09-03Add more help to database:optimize-archive-tables command.diosmosis
2015-09-03Change command name from core:optimize-archive-tables to database:optimize-ar...diosmosis
2015-09-03Add command to optimize archive tables (even if on InnoDB).diosmosis
2015-06-24Show the output of running a single scheduled taskMatthieu Napoli
2015-06-24The command `scheduled-tasks:run` now allows to run a single taskMatthieu Napoli
2015-06-19Console command parameter: make text consistentmattab
2015-06-16Rename --site to --idsite, rename command to core:delete-logs-data, display w...mattab
2015-06-11Tweak output of optimize tables output in logs:delete command.diosmosis
2015-06-11Tweaking logs:delete output, add elapsed time, among other improvements.diosmosis
2015-06-11Allow logs:delete command to optimize tables after deleting logs (if user des...diosmosis
2015-06-11Quick docs for DeleteLogs command + remove two TODOs in the class.diosmosis
2015-06-11Use LogPurger::deleteVisitsFor in LogDataPurger class in PrivacyManager plugi...diosmosis
2015-06-11Refactoring logs:delete command, move deleteVisitsFor to LogPurger.diosmosis
2015-06-11Adding integration test for logs:delete command. Includes fix to symfony issu...diosmosis