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
2022-03-10[Codingstyle] Disallow unused use statements (#18520)Stefan Giehl
2021-12-16Filter metdata api response only when the test is executed for allowed metada...AltamashShaikh
2021-11-02Added code to filter response for API.getReportPagesMetadata and API.getWidge...AltamashShaikh
2021-10-26Added functionality to filter getReportMetadata and getSegmentsMetada in Syst...AltamashShaikh
2021-08-17Run AllTests on PHP8 (#16897)Stefan Giehl
2021-04-22Do not use DbHelper::getTablesInstalled() in integration test setup since it ...dizzy
2021-04-16Allow generating reports in TSV format (#17464)Stefan Giehl
2021-04-12Fixes for specific case when partial archives have to initiate archiving for ...dizzy
2021-04-12Initiate range archiving if an archive is invalidated, the request is from th...dizzy
2021-04-11speed up integration tests by not using DbHelper::getTablesInstalled() (#17440)dizzy
2020-10-27Automatically add phpunit group name to a plugin php test (#16615)Thomas Steur
2020-06-03Remove code tagged with `@deprecated` (#16001)Thomas Steur
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-04-23Reactivates some skipped tests (#15848)Stefan Giehl
2020-04-19Run tests on bionic distribution & run AllTests with PHP 7.4 (#15720)Stefan Giehl
2020-02-27Update to PHPUnit 8.5 (#15581)Stefan Giehl
2020-02-11Use \PHPUnit\FrameWork\TestCase instead of \PHPUnit_Framework_TestCase (#15554)Stefan Giehl
2020-01-28Use rebranded components (#15253)Stefan Giehl
2020-01-16Removes some more unneeded code (#15395)Stefan Giehl
2019-07-23start working on db reader support (#14681)Thomas Steur
2019-07-05Update the link tag for all php files (#14635)Luca
2019-01-25Fixing build (#14007)diosmosis
2018-12-08Fixing build (#13808)diosmosis
2018-12-03Fix build and make join table sort stable by using DFS (#13634)diosmosis
2018-11-12Ability to change periods over which evolution graphs display in scheduled re...diosmosis
2018-11-05Add more tests for format=original. (#13584)diosmosis
2018-09-07Make sure simple datatable metadata is serialized + some test case changes (#...diosmosis
2018-09-05Fix tests and move AutoSuggest test to API plugin to shorten system tests bui...diosmosis
2018-06-28Remove executable bit on most files (#13038)Adrien Crivelli
2018-06-19Prevent caching of tracker in proxies (#12730)Christian Schmidt
2018-04-24GDPR + Add a couple of new platform features especially around validating set...Thomas Steur
2017-11-20check for valid xml (#12247)Stefan Giehl
2017-01-26Enable Scheduled reports with images in CI Tests + Fix build (#11269)Matthieu Aubry
2017-01-09Updating piwik/referrer-spam-blacklist (1.0.11) and piwik/piwik-php-tracker (...Matthieu Aubry
2016-08-29Merge branch 'master' into 3.0-m06Thomas Steur
2016-06-06ensure to reset translated categories for each system test (#10210)Stefan Giehl
2015-12-25Merge branch 'master' into 3.0sgiehl
2015-12-21fixes #4314 Don't let "admin" users see all other users in PiwikThomas Steur
2015-10-06this method is used by plugins, adding it again as it breaks APIThomas Steur
2015-10-06starting to prepare the requirement of php 5.4Thomas Steur
2015-09-23Initialize extra fixture definitions properly in system test case setup befor...diosmosis
2015-09-22refs #8689 started working on PHP 7 supportThomas Steur
2015-08-03Fix error in tests (fatal error on PHP 7)Matthieu Napoli
2015-06-25Make sure translations are not loaded for integration tests.diosmosis
2015-06-25In SystemTestCase, override testing environment var using new Fixture propert...diosmosis
2015-06-20Do not add static::provideContainerConfigBeforeClass() to Fixture::$extraDefi...diosmosis
2015-06-06By default, load real translations for system test cases, since API compariso...diosmosis
2015-05-22Make sure custom container config defined in Fixtures w/ provideContainerConf...diosmosis
2015-05-01Restore auth after API requestThomas Steur
2015-04-13refs piwik/piwik-log-analytics#57 return a http 400 if no request is setThomas Steur