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
2017-12-01In log importer, allow filtering logs by host & datetime (new submodule commi...Benaka
2017-01-18Fix expected test message (broke the build with my direct commit to 3.x-dev) ...Matthieu Aubry
2016-09-292.16.3-rc1 (#10590)2.16.3-rc1Matthieu Aubry
2015-12-22remove unused use statementssgiehl
2015-12-21use correct importmattab
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-17Add config clear to force config file reloadmattab
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-10-15Fix bug in optimize archive tables command: do not overwrite argument array w...diosmosis
2015-10-12Re-engineer ArchiveInvalidationTest now that invalidation cascades up.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-12Add integration test for core:invalidate-report-data test + fix bugs in new c...diosmosis
2015-10-12Add initial command to invalidate report data w/ unit test (integration test ...diosmosis
2015-09-03Support lastN in database:optimize-archive-tables and add a test for the comm...diosmosis
2015-08-12Make sure purgeOutdatedArchives task is executed in scheduled task run after ...diosmosis
2015-06-16Minor: add comment, fix typo [skip-ci]mattab
2015-06-16Add sanity check and assert in tests, to make trouble shooting easiermattab
2015-06-16Tests: command and parameter were renamedmattab
2015-06-16Rename --site to --idsite, rename command to core:delete-logs-data, display w...mattab
2015-06-11Adding integration test for logs:delete command. Includes fix to symfony issu...diosmosis
2015-04-01Fixing build.diosmosis
2015-03-31Refs #7560, if old list is found in DB for ArchivesToPurgeDistributedList, co...diosmosis
2015-03-12Add asserts to setUp method of archive purging tests so there is an assurance...diosmosis
2015-03-10Rename Archive\Invalidator to ArchiveInvalidator and Archive\Purger for Archi...diosmosis
2015-03-06Refs #7811, forgot to add new command test.diosmosis
2015-03-06Refs #7181, adding tests for core:purge-old-archive-data command and make ass...diosmosis
2015-03-05Refs #7181, move ArchivesToPurgeDistributedList to CoreAdminHome since only c...diosmosis
2015-02-08More test data insertion fixes.diosmosis
2015-02-08Fixing tests.diosmosis
2015-02-08Attempting to fix tests setup for mysql strict tables mode.diosmosis
2015-02-08Refactoring entire branch, moved most of logic to command class, turned Dupli...diosmosis
2015-02-05Fix test for mysql strict mode.diosmosis
2015-02-05Remove update and add ability to invalidate archives in duplicate action fixi...diosmosis
2015-02-05Add test for fix duplicate actions command, get command to work and add time ...diosmosis
2014-12-22When importing visits on a day different from the visits day, invalidate the ...Thomas Steur