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
2019-05-09Switch UI tests from phantomjs to chrome headless (#14421)Thomas Steur
2018-11-13Regenerate OmniFixture dump w/ more xss payloads (#13556)diosmosis
2018-10-03Use postMessage instead of directly making API calls in the overlay iframe. (...diosmosis
2018-09-06Add [tests] config option to enable logging in tests. (#13335)diosmosis
2018-07-18Introducing a new role "write" and possibility to define capabilities (#13163)Thomas Steur
2018-05-24Use DI to inject test now value for ApiCounterTest. (#12977)diosmosis
2016-09-22Renamed plugin ExampleRssWidget -> RssWidget (#10528)Matthieu Aubry
2016-07-26add possibility to create ui tests for users with view access onlyThomas Steur
2015-12-21fixes #4314 Don't let "admin" users see all other users in PiwikThomas Steur
2015-11-01Fix config overriding in ui-test.php DI config.diosmosis
2015-10-29Rename whitelist to blacklist since we're ignoring entries that are in the li...diosmosis
2015-10-29Instead of hardcoding whitelisting of Overlay methods in UI test URL normaliz...diosmosis
2015-10-27Remove trusted host change and try to fix w/ ui-test.php config modification.diosmosis
2015-10-27Get last two Overlay tests to pass.diosmosis
2015-10-27Do not replace port URLs for overlay API results so links can be matched in U...diosmosis
2015-10-27Fix ui-test.php config (missing DI\add).diosmosis
2015-10-27Try to fix CORS issues in travis when port 3000 is used for Piwik.diosmosis
2015-10-27Fix failing Dashboard test by removing RSS widget contents for UI tests.diosmosis
2015-10-27Remove host & port only if test port is defined in config & remove Piwik base...diosmosis
2015-10-27Allow extra environments to be specified through testing environment variable...diosmosis
2015-06-06Use custom DefinitionSource to access TestingEnvironmentVariables so those va...diosmosis
2015-06-06Use FakeAccess class in DI test.php instead of Piwik_MockAccess. Remove Piwik...diosmosis
2015-06-05Move Environment.bootstrapped event observer in test.php DI config file to Te...diosmosis
2015-06-05Rename TestingEnvironment to TestingEnvironmentVariables.diosmosis
2015-06-03Move Access singleton to DI.diosmosis
2015-06-02Merge Platform.initialized test environment event observer w/ the Environment...diosmosis
2015-06-02Merge Request.dispatch test environment event observer w/ the Environment.boo...diosmosis
2015-06-02Remove TestingEnvironment variables logging from test runs, as it has not to ...diosmosis
2015-06-02Do not use function static variable in event observer defined in test.php DI ...diosmosis
2015-06-02By default, use real Access instance in test DI config. In UI tests, default ...diosmosis
2015-06-02Move TestingEnvironment::arrayMergeRecursiveDistinct() to TestConfig since th...diosmosis
2015-06-02Move DI config overrides in TestingEnvironment to test.php DI config.diosmosis
2015-05-25Moved Config object to the DI container and override w/ TestConfig through DI...diosmosis
2015-04-20Allow plugins to have environment DI config files. Move all logging DI to Mon...diosmosis
2015-04-13Updated PHP-DI versionMatthieu Napoli
2015-02-11Simplified the cache configurationMatthieu Napoli
2015-02-10#7094 Added a new "Development" language that shows the raw translation idMatthieu Napoli
2015-02-02Updated composer and PHP-DI with latest changesMatthieu Napoli
2015-01-05Fix unit tests by loading no translations by default in testsMatthieu Napoli
2015-01-05Refactored the way translations are loadedMatthieu Napoli
2014-12-10#6622 Logger refactoring: introduced a DI config for the test environmentMatthieu Napoli