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 (Collapse)Author
2020-08-12also create a node_module symlinks for tests directly using files from theresgiehl
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
* update doc blocks with new name * submodule updates * updates expected UI files
2020-01-28Use rebranded components (#15253)Stefan Giehl
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
I updated the link tag for all php files with the new matomo link. Not sure if it is realistic that this will get merged but I though that someday someone has to do this(?)
2019-05-16Require password confirmation before setting/removing superuser access. (#13975)diosmosis
* Require password confirmation for changing superuser access and fix issue where getSiteAccess is called w/ superuser when toggling superuser access. * apply review feedback * Allow bypassing password confirmation in certain scenarios. * Fixing tests & adding UI test. * Update submodule. * test fixes + remove return; from 2fa tests. * update submodule * Fixing tests * Couple tweaks for screenshot testing. * test fixes * Fix TwoFactorAuthUsersManager test. * More test fixes. * try to disable all transitions * More UI test fixes + disable materialize animations globally in UI tests. * 2fa ui tests now working
2018-11-29Make matomo.js and matomo.php the default Tracking API endpoints used (#13596)Thomas Steur
* Make matomo.js and matomo.php the default Tracking API endpoints used * few fixes * fix few tests * update matomo php tracker in composer * make sure to record install version * do not overwrite ever install version * trying to fix test * more tweaks and fix tests * prefer matomo endpoint in the ui, fix some tests * file was still needed * apply review feedback * fix ui tests
2018-09-06Couple test related changes for tests that load multiple other plugins (#13319)diosmosis
* In tests:setup-fixture do not overwrite a Fixtures existing extra plugins to load. * Only uninstall plugins in test if dropDatabaseInTeardown is false. * Load fixture extra plugins in testing environment manipulator. * Handle test case fixture too.
2018-09-06Add [tests] config option to enable logging in tests. (#13335)diosmosis
* Add [tests] config option to enable logging in tests. * Allow tests:run/tests:run-ui commands to enable logging for individual runs + during tests only log to file. * Remove Fixture field * fix failing test * fixing build * Fix another failure. * Fix an other test.
2018-07-24Renames console to Matomo (#13192)Stefan Giehl
and changes --piwik-domain option to --matomo-domain
2018-06-01Fix some UI tests, including random failure + allow --piwik-domain use in ↵diosmosis
tests:run-ui (#13027) * Forward --piwik-domain to sub-commands from tests:run-ui. * temp commit debugging * Predictable screenshots for realtime map in dashboard. * Fix translation regression. * Update UI test case & screenshots. * Remove it.only * update screenshot * removes unused use statements
2018-02-02fix test setupsgiehl
2018-01-29Make sure test fixture symlinks are created correctly (#12515)Thomas Steur
2015-11-24refs #9129 added feature Custom DimensionsThomas Steur
2015-10-27Allow extra environments to be specified through testing environment ↵diosmosis
variables, add a new one for UI tests call ui-test.php, use to remove port from localhost in UI tests, and fix a bug in ContainerFactory (config/config.php should be applied after environment files).
2015-10-27Add misc folder as symlink in UI tests.diosmosis
2015-10-04Since autoloading is used now, do not manually include fixture files during ↵diosmosis
tests. Fixes case when one plugin has issue in fixture class making it impossible to run tests (since the tests:run will just fail).
2015-06-06Allow multiple environments to be specified to Environment constructor. Add ↵diosmosis
hook in EnvironmentManipulator to get extra environment names, and specify test environment this way instead of through detecting PIWIK_TEST_MODE.
2015-06-02Use test.php DI config options if PIWIK_TEST_MODE is defined.diosmosis
2015-06-02Rename Piwik_TestingEnvironment to TestingEnvironment and move the class to ↵diosmosis
Piwik\Tests\Framework namespace. Remove manual require statements.
2015-05-22Remove exit; in TestsSetupFixture.php. Wonder how that got there...diosmosis
2015-05-22Move Config::setTestEnvironment() to TestConfig. This will require changing ↵diosmosis
some non-pro plugins when merged (LoginLdap only I think).
2015-03-02Updating OmniFixture to fix a randomly failing screenshot tests ↵mattab
(transitions) refs #6693
2015-02-09Fixing require paths in TestsSetupFixture.php.diosmosis
2015-02-03create sym links before inserting a fixture otherwise the folders might not ↵Thomas Steur
be there when trying to track
2015-02-03include UI specs in Piwik repo and run tests in this repository.Thomas Steur
On local it does not work and I have not figured out why. Maybe it works on travis though?
2014-11-06refs #6417 trying to get rid of the unnecessary first archive insertThomas Steur
refs #6417 this should fix some tests. Start initial value by 0 so first generated id will be 1 fix omnifixture creation was broken refs #6417 wondering if omnifixture creation worked refs #6417 acquire a lock per archive id which should be better refs #6417 we have to generate the SQL in the update itself otherwise the update would fail at some point in the future if the tables signature changes refs #6417 split updates into a separate update file otherwise it would not be executed for devs using Piwik from git refs #6417 added some documentation refs #6417 Piwik 2.9.0-b2 was released meaning we have to move it to b3 refs #6417 Piwik 2.9.0-b3 was released meaning we have to move it to b4
2014-10-30Make sure setup-fixture command does not overwrite config on normal UI tests ↵diosmosis
run.
2014-10-28refs #6429 the namespace correction got lost when squashing the commitsThomas Steur
2014-10-28refs #6429 added a command to trigger tests on awsThomas Steur