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-09-23Make LogQueryBuilder a stateless service class and store in DI.diosmosis
2015-09-11Fix comment: we use idvisit now, not idlink_vamattab
2015-09-11Segment: JOIN conversions to (visits or actions) using idvisit, instead of id...mattab
2015-09-03Support lastN in database:optimize-archive-tables and add a test for the comm...diosmosis
2015-08-31Merge pull request #8571 from piwik/8066Benaka
2015-08-24Use Common::prefixTable instead of storing tables_prefix as property. (Don't ...diosmosis
2015-08-24Adding diagnostic command that allows you to see exactly what's inside an arc...diosmosis
2015-08-21refs #8066 faster query to find websites with traffic since last successful a...Thomas Steur
2015-08-21Merge pull request #8559 from piwik/archive_purging_fixesBenaka
2015-08-12Avoid group_concat limit issues by grouping by name as well as other archive ...diosmosis
2015-07-31the requested plugin is not the plugin that triggers the query, we need to se...Thomas Steur
2015-07-30simplify archiving query recognition [WIP]Thomas Steur
2015-07-12Do not perform an inner join on the archive table, for large tables this can ...diosmosis
2015-06-16Use visit_last_action_time instead of visit_first_action_time to make query f...mattab
2015-06-11Use mock RawLogDao instance in PrivacyManagerTest instead of test events. Als...diosmosis
2015-06-11Remove RawLogDao::$selectSegmentSize and make it a parameter of RawLogDao::in...diosmosis
2015-06-11Document LogDeleter service and remove RawLogDao::getVisitsWithDatesLimit.diosmosis
2015-06-11Refactor and document RawLogDao.diosmosis
2015-06-11Move deleteUnusedLogAction logic to RawLogDao class.diosmosis
2015-06-11Use LogPurger in PrivacyManager's LogDataPurger class and get PrivacyManagerT...diosmosis
2015-06-11Remove ability to specify table in logs:delete command, visit deletion will c...diosmosis
2015-06-11Use forEach function instead of iterator to loop over logs and replace in use...diosmosis
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro
2015-04-21improve performance of all websites dashboard when having thousands of websitesThomas Steur
2015-04-01Merge branch 'master' into archive_purger_logsdiosmosis
2015-04-01Merge branch 'master' into archive_purger_logsdiosmosis
2015-04-01Refs #7181, add logging to ArchivePurger service + archive purging scheduled ...diosmosis
2015-04-01refs #7458 fix memory error in API Live.getLastVisitsDetails when filter_offs...Thomas Steur
2015-03-31extracted code into a functionThomas Steur
2015-03-31A chunk implementation that is much simpler and makes more sense. Everything ...Thomas Steur
2015-03-31Faster archiving of aggregated reports, also performance imprvovements in gen...Thomas Steur
2015-03-15Merge branch 'master' into geo-attribution-taskdiosmosis
2015-03-11Merge RawLogFetcher and RawLogUpdater to RawLogDao.diosmosis
2015-03-11Refactor AttributeHistoricalDataWithLocations for clarity, fixing Integration...diosmosis
2015-03-11Minor refactor to RawLogUpdater class.diosmosis
2015-03-07Refactoring tests & LocationFetcher (renamed to VisitorGeolocator and documen...diosmosis
2015-03-07Merge branch 'master' into geo-attribution-taskdiosmosis
2015-03-05Refs #7181, fill in TODO docs.diosmosis
2015-03-05Merge branch 'master' into 7181_isolated_archive_purgingdiosmosis
2015-03-05Refs #7181, move ArchiveInvalidator to Piwik\Archive\Invalidator away from Pi...diosmosis
2015-03-05Refs #7181, rename remaining InvalidatedReports class to SitesToReprocessDist...diosmosis
2015-03-05Refs #7181, move distributed list used to hold archives to purge to separate ...diosmosis
2015-03-05Refs #7181, remove site IDs from one of InvalidatedReports' distributed lists...diosmosis
2015-03-04Refs #7181, decouple invalidated archive purging from option table & site ent...diosmosis
2015-03-03Move ArchivePurger class from core\DataAccess to core\Archive and rename Purger.diosmosis
2015-03-02Merge pull request #7311 from piwik/remove_useseless_codeMatthieu Aubry
2015-03-02Edge case: when sequence is not found, create it.mattab
2015-03-02Refs #7181, remove isRequestAuthorizedToArchive call in Rules::shouldPurgeOut...diosmosis
2015-03-02Refs #7181, archive purging is only done by daily scheduled task (either thro...diosmosis
2015-03-02Refs #7181, change ArchivePurger to use instance methods instead of static me...diosmosis