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-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
2014-07-07Merge branch 'master' into report_and_dimension_refactoringThomas Steur
Conflicts: core/FrontController.php core/Log.php plugins/API/API.php tests/PHPUnit/Fixture.php tests/PHPUnit/UI
2014-07-06Add more debug output to travis.diosmosis
2014-06-30print all global variablesThomas Steur
2014-06-26attempting to remove one cause of random build failure eg.mattab
https://travis-ci.org/piwik/piwik/jobs/28488319
2014-06-25Add travis_retry to avoid some random build failuremattab
eg. https://travis-ci.org/piwik/piwik/jobs/28309237
2014-06-09Adding slack notificationmattab
2014-06-07add slack notification for buildsmattab
2014-06-04Is python2.6 available?mattab
2014-06-04Assume Yes to all queries to prevent stalled buildmattab
eg https://travis-ci.org/piwik/piwik/jobs/26724811
2014-06-04Enabling Python 2.6 on Travis CImattab
refs: https://github.com/piwik/piwik/pull/300 source: http://askubuntu.com/questions/125342/how-can-i-install-python-2-6-on-12-04
2014-06-03CI should use Python 2.6 to test for our minimum supported versionmattab
2014-06-03Check which version of Python Travis CI runs with.mattab
refs https://github.com/piwik/piwik/pull/300
2014-05-18Refs #5178 Disable STRICT mode for now since there still are many failing tests.mattab
2014-05-18We do not actually Mysql 5.6 to test with STRICT_TRANS_TABLES enabled. Refs ↵mattab
#5178
2014-05-18Really enable the STRICT_TRANS_TABLES, let's see if any of our tests failmattab
Refs https://github.com/piwik/piwik/pull/279
2014-05-18Confirm current sql_mode valuemattab
2014-05-18Use latest Mysql 5.6.17 version (the older one was 404)mattab
2014-05-18Run Ci builds on Mysql 5.6 to test and prevent (some critical) bugs caused ↵mattab
by the now-enabled-by-default STRICT_TRANS_TABLES setting. To prevent such issues let's run all tests against it. Refs https://github.com/piwik/piwik/pull/279 Reused Mysql 5.6 gist provided in https://github.com/travis-ci/travis-ci/issues/1986
2014-05-02Refs #5062 Disable PHP 5.6 tests as they don't pass:mattab
`zend_mm_heap corrupted` https://travis-ci.org/piwik/piwik/jobs/24192025 1) Test_Piwik_ServeStaticFile::test_firstAccessNoCompression https://travis-ci.org/piwik/piwik/jobs/24192027
2014-05-01Do not run un-necessary tests on PHP 5.6mattab
2014-05-01Refs #5062 enabling PHP 5.6 tests to see if Piwik is compatible with ↵mattab
bleeding edge PHP version
2014-04-05Travis does not support 5.3.3mattab
2014-04-05Segmentation fault, bug in php 5.3.27. Testing 5.3.3 as travis seem to ↵mattab
support it? Trying to fix: PHP Fatal error: Call to a member function getCurrency() on a non-object in /home/travis/build/piwik/piwik/plugins/Live/API.php on line 554 https://travis-ci.org/piwik/piwik/jobs/22318726 Note: this should not happen really and I'm puzzled... especially as it works on other PHP versions...
2014-03-30refs #4691 wondering if we can easily enable travis for angularjs testsThomas Steur
2014-03-20Refs #4739 Run the UI tests build as early as possible so we don't have to ↵mattab
wait 30 minutes to see screenshots
2014-03-14Disable piwik-builds emails for now, so the developer gets notified when ↵mattab
breaking the build
2014-03-13Re-enable full UI tests build & fix random composer travis failure.diosmosis