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-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
2014-08-21Merge branch 'master' into codecoveragesgiehl
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-20enable fast finish for travis buildssgiehl
2014-08-17refs #4224, #4302 - added code coverage report using coveralls.iosgiehl
2014-08-13.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2014-08-13Updating .travis.yml.diosmosis
2014-08-13.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2014-08-13.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2014-08-13.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2014-08-11.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2014-08-11.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2014-08-11.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2014-08-11Merge pull request #5962 from piwik/travis_systemMatthieu Aubry
Created unified system for running tests in travis for Piwik Core and any Piwik plugin.
2014-08-10Skip a test for 5.3.3 and do not allow failures of Integration testsmattab
2014-08-10.travis.yml file is out of date, auto-updating .travis.yml file.Piwik Automation
2014-08-10Created unified system for running tests in travis for Piwik Core and any ↵diosmosis
Piwik plugin. System includes a console command (generate:travis-yml) that generates a .travis.yml file for a plugin or core. The travis file will check in travis if it needs to be updated, and if so it will fail the build and tell the user. If a specific command line option is specified supplying a github user token, the .travis.yml file will be updated within travis automatically. Notes: - comments and non-travis sections will be preserved - includes logic for plugins to test themselves against latest stable version instead of just on master - the system is primarily controlled by environment variables. developers can change/add variables in .travis.yml and the auto-updating will preserve the changes.
2014-08-10temporary green buildmattab
2014-08-09temporary green buildmattab
2014-08-09on php 5.3.3 encode the single quote properly to workaround php bugmattab
example failed tests https://travis-ci.org/piwik/piwik/jobs/32095780
2014-08-07Run tests on older version PHP 5.3.3Matthieu Aubry
2014-07-24Make sure TRAVIS_PHP_VERSION check does not fail and stop build.diosmosis
2014-07-24Fix last commit (move export to before_install in .travis.yml).diosmosis
2014-07-24Disable Zend allocator on travis for PHP version == 5.3 since it causes ↵diosmosis
random segfaults.
2014-07-21Fixes #5807, refactor CronArchive class so it does not configure itself ↵diosmosis
based on command line arguments. It now has properties that must be set. The core:archive command has been refactored to set these properties based on command line args. Also includes: - bug fix to CronArchive::initLog method (config was modified after log instance created which negated it's effect) - misc/archive.php no longer uses Archive.php but executes the core:archive console command using Piwik\Console - remove forcelogtoscreen parameter (no longer necessary due to initLog changes)
2014-07-21Getting build to run again [ci skip].diosmosis
2014-07-12Merge remote-tracking branch 'origin/master' into ↵Thomas Steur
report_and_dimension_refactoring Conflicts: core/Updates/0.4.2.php core/Updates/0.6.3.php core/Updates/1.2-rc1.php core/Updates/1.9-b9.php core/Version.php tests/PHPUnit/Fixture.php tests/PHPUnit/Fixtures/UITestFixture.php tests/PHPUnit/Integration/Core/JsProxyTest.php
2014-07-09add travis_retry to prevent random build failuremattab
eg. https://travis-ci.org/piwik/piwik/jobs/29180844