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
2015-03-12update and init submodules if neededThomas Steur
2015-03-09Fix bug introduced in #7391Matthieu Napoli
2015-03-09Remove coveralls setup from codebase fixes #7391mattab
2015-03-09Added support for passing any number of arguments to the test command on AWSMatthieu Napoli
2015-03-09Fixed running the tests on AWSMatthieu Napoli
2015-03-09Running builds on PHP 5.3.3, this will fix many Plugins UI buildsmattab
2015-03-02Updating OmniFixture to fix a randomly failing screenshot tests (transitions)...mattab
2015-03-02Refs #7324 Ci builds run on PHP 5.3mattab
2015-03-02Run the Travis CI build on PHP 5.3.* instead of 5.3.3mattab
2015-02-12Set a consistent description in plugins metadatamattab
2015-02-09Fixing require paths in TestsSetupFixture.php.diosmosis
2015-02-07Merge pull request #7021 from piwik/move_language_reportStefan Giehl
2015-02-04refs #6947 make sure the readme exists and not only the directory, to be sure...Thomas Steur
2015-02-03added a check whether expected screenshots are present or notThomas Steur
2015-02-03create sym links before inserting a fixture otherwise the folders might not b...Thomas Steur
2015-02-03include UI specs in Piwik repo and run tests in this repository.Thomas Steur
2015-02-01Merge branch 'master' into move_language_reportsgiehl
2015-01-29Make minimum required Piwik for TestRunner 2.9.0 so tests can be run w/ 2.9.0...diosmosis
2015-01-22Merge branch 'master' into move_language_reportsgiehl
2015-01-20Set plugin code in plugin travis build AFTER checking out test against branch...diosmosis
2015-01-14removed several occurences of UserSettings pluginsgiehl
2015-01-14Remove use of StaticContainer::get() in generate:travis-yml command for tests...diosmosis
2015-01-13Remove dependency on Piwik DI in generate:travis-yml command (for travis buil...diosmosis
2015-01-12Simplified get from container with new shorter methodMatthieu Napoli
2015-01-09Merge pull request #6963 from piwik/6753Matthieu Aubry
2015-01-09Set max_allowed_packet with correct formatmattab
2015-01-09refs #6557mattab
2015-01-08Add --core option to screenshot test runner so plugins w/ git repositories ar...diosmosis
2015-01-08refs #6942 do not silence composer install as it may fail and we want to kno...mattab
2015-01-07Do not fail travis build if .coveralls.yml does not exist.diosmosis
2015-01-07Make sure branch checkout is done after plugin to test is moved to appropriat...diosmosis
2015-01-07Refs #6930, make minimum_required_piwik default in travis.yml generator, not ...diosmosis
2015-01-07Refs #6930, allow plugins to test against minimum required Piwik version in t...diosmosis
2015-01-07fixes #6942 skip the php -i as it's rarely useful and still takes 50kb or somattab
2015-01-07refs #6942 silencing all git commands to minimise CI log file sizemattab
2015-01-07refs #6942 silencing composer and git commands to minimise CI log file sizemattab
2015-01-07Disable gc collection for PHP 5.3.3 to avoid segfaults in Travis https://bugs...Matthieu Napoli
2015-01-07refs #6942 silencing apt-get commands to minimise CI log file sizemattab
2015-01-05Fix logging statement in generate:travis-yml command.diosmosis
2015-01-05Faster bootstrap for PHPUnit testsMatthieu Napoli
2014-12-29Do not require --dump for generating piwik-tests-plugins .travis.yml.diosmosis
2014-12-29Don't define PLUGIN_NAME in generate:travis-yml if pluginName var not present.diosmosis
2014-12-29Fix is_writable call in generate:travis-yml command (check whether directory ...diosmosis
2014-12-29Refs #6076, refactor .travis.yml generation code and allow more than 2 contex...diosmosis
2014-12-23Try to avoid mysql has gone away erros on travis.diosmosis
2014-12-23Fixes #6882, use mysql 5.6 in travis.diosmosis
2014-12-16Add always_populate_raw_post_data=-1 to php.ini in travis.diosmosis
2014-12-10Fixes #5178, enable STRICT_TRANS_TABLES in travis and fix remaining tests tha...diosmosis
2014-12-10If xdebug code coverage is enabled, write comment when running testsmattab
2014-12-04Tracker refactoringThomas Steur