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
2015-11-23--force-date-last-n should really force archiving, even if there was no visit...mattab
2015-10-12Fix test failure.diosmosis
2015-10-12Make ArchiveInvalidator an immutable service and add it to DI. markArchivesAs...diosmosis
2015-09-21fix CronArchive event names for consistencyThomas Steur
2015-09-21rename eventsPatryk Andrzejewski
2015-09-15change place of eventPatryk Andrzejewski
2015-09-14Refs #8777 tweak summary log messages output for more claritymattab
2015-09-14Make message prefix consistentmattab
2015-09-14Better logging messages for core:archive outputmattab
2015-09-09change descriptionPatryk Andrzejewski
2015-09-09core reviewPatryk Andrzejewski
2015-09-08additional eventsPatryk Andrzejewski
2015-09-08Archive web cron should not timeoutmattab
2015-09-08Rename site -> website in core:archive output for consistencymattab
2015-08-31Merge pull request #8571 from piwik/8066Benaka
2015-08-31generate timer for each segmentThomas Steur
2015-08-31Wrong "Time Elapsed" in core:archive outputThomas Steur
2015-08-31Merge pull request #8661 from piwik/8621Matthieu Aubry
2015-08-30Fix custom date ranges are still being archived when --force-periods=dayThomas Steur
2015-08-29refs #8621 fix Wrong "Time Elapsed" in core:archive outputThomas Steur
2015-08-21refs #8066 faster query to find websites with traffic since last successful a...Thomas Steur
2015-08-12Make sure purgeOutdatedArchives task is executed in scheduled task run after ...diosmosis
2015-07-24Fixes #8316, re-add core:archive URL override functionality for users that do...diosmosis
2015-06-25Add date to CronArchive output when printing info about preprocessing what wi...diosmosis
2015-06-16Add --skip-all-segments parameter to core:archive command to allow skipping a...diosmosis
2015-06-16Allow using mock CliMulti in CronArchiveTest instead of issuing real requests.diosmosis
2015-06-16Adding force-idsegments parameter to core:archive param and handle the parame...diosmosis
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-05-10Fix bug in CliMulti (type in member name), and make sure all requests are run...diosmosis
2015-05-10Remove piwikUrl parameter to CronArchive class and two TODOs that are no long...diosmosis
2015-05-10Updating submodules & move getSuperUserTokenAuths from CronArchive to CliMult...diosmosis
2015-05-10Move hacks in CronArchive + Tracker to run code as superuser through CliMulti...diosmosis
2015-05-10Remove unnecessary doAsSuperUser call.diosmosis
2015-05-10Remove dependency on FrontController::init.diosmosis
2015-05-10Refactor CronArchive, remove need to specify URL (also did same to CliMulti),...diosmosis
2015-04-28Merge branch 'master' into config_step_2diosmosis
2015-04-27improve core:archive logging outputmattab
2015-04-27Merge branch 'master' into config_step_2diosmosis
2015-04-22Test for the archiver log outputMatthieu Napoli
2015-04-22#7723 Improved the archiver logging outputMatthieu Napoli
2015-04-22#7536 Log segments that are being archivedMatthieu Napoli
2015-04-22#7536 Log segments that are being archivedMatthieu Napoli
2015-04-21Do not setup xhprof twice as it will be done by the console alreadyThomas Steur
2015-04-18Merge branch 'master' into config_step_2diosmosis
2015-04-16Merge branch 'master' into archive_purger_logsdiosmosis
2015-04-16Refs #7682, slight clarification of code in CronArchive::createSitesToArchive...diosmosis
2015-04-16Merge pull request #7682 from piwik/archiving-share-sites-force-allBenaka
2015-04-16#7682 Extract code to a methodMatthieu Napoli
2015-04-15#7614 Archiving with `--force-all-websites` now shares the site listMatthieu Napoli
2015-04-13Fixes #7647 Undefined reportMatthieu Napoli