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-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
2015-02-27Fixes #7310 - remove unused code & logicmattab
2015-02-19 do not process INDEX_NB_UNIQ_FINGERPRINTS unless specifically asked formattab
2015-02-19Making algorithm processing unique visitors across websites actually work, re...mattab
2015-02-19Fixes #7195 Make code more efficient by only updating the numeric archive tab...mattab
2015-02-08Forgot to document TableMetadata DAO class.diosmosis
2015-02-08Refactoring entire branch, moved most of logic to command class, turned Dupli...diosmosis
2015-01-28rebased branch, changed parameter meaning and usageMichał Gaździk
2014-12-22accessing the sitesmanager api would fail in case one does not have admin acc...Thomas Steur
2014-12-22When importing visits on a day different from the visits day, invalidate the ...Thomas Steur
2014-12-17Fixes #6859 use correct config settingmattab
2014-12-17fixes #6862 use array_values when using as a bindmattab
2014-12-15In Model use placeholders / bind parameters rather than writing the Id Sites ...mattab