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
2014-11-05.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2014-11-04#6556 Removed code coverage from TravisMatthieu Napoli
2014-10-29.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2014-10-29refs #6533 move travis yml generator to testrunner plugin. This way the ↵Thomas Steur
command will be only available via git in the future as we hopefully remove TestRunner plugin from latest.zip
2014-10-22.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2014-10-22Update .travis.ymlMatthieu Aubry
2014-10-22.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2014-10-22testing `:change` instead of `change`, refs ↵Matthieu Aubry
https://github.com/travis-ci/travis-ci/issues/2894
2014-10-20Run AngularJS and piwik.js tests on PHP 5.6 for consistency as there is no ↵mattab
added benefit to use 5.3 for this
2014-10-20Merge branch 'master' into removed-php-5.4-5.5Matthieu Napoli
2014-10-20Fixes #6465 Tests failures with PHP 5.6Matthieu Napoli
2014-10-20remove commentmattab
2014-10-19only notify Slack when the build status changesmattab
2014-10-19refs #6465 Allow 5.6 build to fail - note: we must find proper solution tomattab
2014-10-17.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2014-10-17.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2014-10-17Removed tests for PHP 5.4 and 5.5. We only test for 5.3.3 and 5.6.Matthieu Napoli
2014-10-17refs #6431 and another day. Maybe it will accept my change?Thomas Steur
2014-10-17.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2014-10-17i think there was a semi-colon missingThomas Steur
2014-10-17disable xdebug only if we have a test suite. Otherwise will be disabled when ↵Thomas Steur
generating coverage
2014-10-17refs #6413 wondering if this works and gives us faster test performanceThomas Steur
2014-10-17refs #6413 execute js/angular tests earlier as they are quick to execute. ↵Thomas Steur
Otherwise we have to wait forever for a result
2014-10-17refs #6413 and again... we need to run PHP 5.4 firstThomas Steur
2014-10-17.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2014-10-17refs #6413 execute the single test suites before AllTests so we get a faster ↵Thomas Steur
result for them
2014-10-17refs #6413 remove code coverage generation for system tests.Thomas Steur
At least for now as mentioned in ticket it does not really make sense to run them and they take a long time > 50 minutes.
2014-10-16refs #6413 reduce number of jobs in travis.Thomas Steur
Not sure if this would work. We would basically only start a job for 1 x AngualarJS 1 x JavaScript 1 x All Tests with PHP 5.4 and MySQLi 3 x All tests with PDO (5.3.3, 5.5 and 5.6) 1 x Unit test with PHP 5.4 and PDO 1 x Integration test with PHP 5.4 and PDO 1 x System test with PHP 5.4 and PDO = 9 jobs compared to about 18 before
2014-10-13do no longer allow failures on PHP 5.6Thomas Steur
2014-10-12small fixsgiehl
2014-10-11some more adjustments for plugin coveragesgiehl
2014-10-11small change to travis.yml for plugin code coveragesgiehl
2014-10-11.travis.yml file is out of date, auto-updating .travis.yml file.2.8.0-b3Piwik Automation
2014-10-11fixed typosgiehl
2014-10-10small cleanup in tests:sgiehl
- renamed code coverage tests units to new structure - removed processed system test files from git, added to .gitignore
2014-10-05refs #5940 put tests in correct folders, better testsuite names, some tests ↵Thomas Steur
still fail and I cannot figure out why
2014-10-05refs #5940 databaseTestCase => integrationTestCase. Fixed some mentions of ↵Thomas Steur
integration => system
2014-10-05refs #5940 IntegrationTestCase => SystemTestCaseThomas Steur
2014-10-01Run Mysqli tests only on 5.4mattab
2014-09-29Let's run all MYSQLI tests on PHP 5.4, because on PHP 5.3 there are too many ↵mattab
skipped tests which would decrease code coverage for MYSQLI adapter for no reason.
2014-08-29.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2014-08-29Add extra instructions regarding how to edit travis.yml.twig file.diosmosis
2014-08-21.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2014-08-21.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2014-08-21.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2014-08-21Merge pull request #6036 from piwik/codecoverageStefan Giehl
Enables code coverage reports using coveralls.io
2014-08-21do not run PHP 5.6 tests with mysqliThomas Steur
2014-08-21enable travis to run tests on PHP 5.6 to see if a reported problem only ↵Thomas Steur
occurs on 5.6. It will be released soon
2014-08-21Try to avoid random failures when installing python 2.6 in travis.diosmosis
2014-08-21.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation