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-11-20 Log on DEBUG level all SQL archiving queries (#12257)Matthieu Aubry
2017-10-06Fix bugs in table sorting query builder (#12154)Thomas Steur
2017-10-03Better segment editor and fixes (#12040)Thomas Steur
2017-09-18Reuse existing period archives when range date is requested when possible (#1...Thomas Steur
2017-09-11Changes to support custom periods (#11837)Benaka
2017-07-24Allow logging in Debug level the SQL queries of all log archivers (#11812)Matthieu Aubry
2017-06-29More generic raw log access (#11775)Thomas Steur
2017-05-14Fix a bug in the join generator when same table is present multiple times (#1...Thomas Steur
2017-03-29Replace archives if they already exists instead of ignoring them (#11476)Stefan Giehl
2017-03-28Drop temporary table when no longer needed (#11544)Thomas Steur
2017-02-19add possibility to use right joinsThomas Steur
2016-12-04Make LogAggregator::getWhereStatement publicThomas Steur
2016-12-01fix testsThomas Steur
2016-12-01fix a bug in query builder where tables are sorted randomlyThomas Steur
2016-12-01New visit dimension "total interactions" and new action dimension "Interacti...Thomas Steur
2016-07-17Use log tables to decide which tables can be purged (#10304)Thomas Steur
2016-07-13Improved join generation for segments (#10264)Thomas Steur
2016-02-13Apply offset and limit correctly to the Visitor Log SQL queriesmattab
2016-01-15add possibility to specify charset when importing in batchThomas Steur
2015-12-21Merge pull request #9387 from piwik/9194_2Matthieu Aubry
2015-12-21Mysql functions are written in uppercasemattab
2015-12-15removed the hardcoded 23 and instead calculate lenght dynamicallyThomas Steur
2015-12-15fixes #9194 fix "goal can be only converted once per visit" is not respected ...Thomas Steur
2015-12-13refs #9131 lock name should be less than 64 characters for MySQL compatibilityThomas Steur
2015-12-07fix error table log_visit is already joined in https://github.com/piwik/plugi...Thomas Steur
2015-12-04fix possible mysql error "Not unique table/alias"Thomas Steur
2015-12-02only ignore join when it was given with exact same matchThomas Steur
2015-12-02Revert "reuse existing joins when possible"Thomas Steur
2015-12-01reuse existing joins when possibleThomas Steur
2015-12-01New segment: ActionTypeThomas Steur
2015-10-12Rename InvalidationResultInfo to InvalidationResult and remove Period::getAll...diosmosis
2015-10-12Fix regression, make sure if period is not supplied to ArchiveInvalidator the...diosmosis
2015-10-12Allow invalidating individual segments in API method & invalidate reports com...diosmosis
2015-10-12Added ArchiveInvalidator tests and got them to pass.diosmosis
2015-10-12Move cascading logic to ArchiveInvalidator and make sure to cascade up by def...diosmosis
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