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-10-03Removed closing PHP tag due to PSR-2 definition (#14929)Kai Neuwerth
2019-08-05Prevent test fixture setup/teardown from touching non-test database (#14729)Kate Butler
2019-07-05Update the link tag for all php files (#14635)Luca
2019-05-28Ensure each plugin has a config.php and tracker.php file (#14430)Kate Butler
2019-05-16One Click Install UI test (#14049)diosmosis
2019-05-16Require password confirmation before setting/removing superuser access. (#13975)diosmosis
2019-05-09Switch UI tests from phantomjs to chrome headless (#14421)Thomas Steur
2018-11-29Make matomo.js and matomo.php the default Tracking API endpoints used (#13596)Thomas Steur
2018-09-06Couple test related changes for tests that load multiple other plugins (#13319)diosmosis
2018-09-06Add [tests] config option to enable logging in tests. (#13335)diosmosis
2018-07-24Renames console to Matomo (#13192)Stefan Giehl
2018-06-01Fix some UI tests, including random failure + allow --piwik-domain use in tes...diosmosis
2018-03-30Moves various UI tests to their plugins (#12649)Stefan Giehl
2018-02-02fix test setupsgiehl
2018-01-29Make sure test fixture symlinks are created correctly (#12515)Thomas Steur
2018-01-11Show Matomo instead of Piwik in the user interface in more places (#12421)Matthieu Aubry
2017-12-18Extends TestRunner options for Travis trusty distribution selection (#12295)Marc Neudert
2017-10-16Even more HTTPS links (#12161)Lukas Winkler
2017-09-27Pass --piwik-domain value to phpunit via environment variable so correct INI ...Benaka
2017-03-17Add new option to ignore ssl errors when running U tests via PhantomJS (#11482)Thomas Steur
2016-12-15Prevent timeout when synchronising UI tests screenshotsmattab
2016-10-07Fixed GitHub casePanayiotis Lipiridis
2016-09-26Ensure git commands are run in the appropriate directory. (#8771) (#10532)Brian Beckman
2016-09-01Merge branch 'master' into 3.0-m07sgiehl
2016-08-31update screenshot sync command to use correct directorysgiehl
2016-08-31ref #7726 Enable git-lfs for UI screenshotsMatthieu Napoli
2016-08-29Merge branch 'master' into 3.0-m06Thomas Steur
2016-08-29Better UI for Piwik 3, more responsive, faster, lots of other fixes (#10397)Thomas Steur
2016-04-19Add possibility to execute plugin test suiteThomas Steur
2016-04-11Merge branch 'master' into 3.x-devThomas Steur
2016-04-11UI tests fix (missing call to `pageSetupFn(pageRenderer);` for file comparisons)2.16.1mattab
2015-12-10Merge master into "3.0"Thomas Steur
2015-11-24refs #9129 added feature Custom DimensionsThomas Steur
2015-10-27Update tests/travis submodule for new --sudo-false generate:travis-yml command.diosmosis
2015-10-27Allow extra environments to be specified through testing environment variable...diosmosis
2015-10-27Add misc folder as symlink in UI tests.diosmosis
2015-10-27Try to copy test fonts w/o sudo rights. And use correct return code in tests:...diosmosis
2015-10-27Add missing params to tests:run-ui.diosmosis
2015-10-27Make travis.sh go through tests:run-ui for UI tests so config.js will be gene...diosmosis
2015-10-27More travis debugging.diosmosis
2015-10-27Debugging UI test failure.diosmosis
2015-10-23Allow plugin:generate command to overwrite existing files and/or continue if ...diosmosis
2015-10-22Add example value to run a single UI test suite (tests:run-ui command)mattab
2015-10-05Sync screenshot commands helpmattab
2015-10-04Since autoloading is used now, do not manually include fixture files during t...diosmosis
2015-09-22Make command a bit more verbosemattab
2015-09-14Set help message, how to run only one UI test spec filemattab
2015-09-02adding note + execute travisThaDafinser
2015-09-02test suit windowsThaDafinser
2015-08-14Merge pull request #8577 from piwik/sync-screenshotsMatthieu Napoli