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-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
2014-03-07Disable HHVM as it requires a bit more work to enable buildmattab
2014-03-07Also disable HHVM for Mysqli buildsmattab
2014-03-07Next try at allowing failures for hhvmmattab
2014-03-07Refs #4415 Enable HHVM build on Travis, I expect some tests will fail so ↵mattab
let's allow failures. Exciting...
2014-01-20Fix travis file to exclude more mysqli testsmattab
2014-01-17 Enabling Core and Plugin tests for Mysqli since we officially support it.mattab
2013-11-26Renaming build to JavascriptTestsmattab
2013-11-25refs #4225 run js tests first as they are pretty fastThomas Steur
2013-11-25refs #4225 run js tests in a separate group and other after each phpunit testThomas Steur
2013-11-22Refs #4087 #4189 We would like ui tests build to run every commit even when ↵mattab
the Integration tests fail. This will help know exactly which commit introduced a regression.
2013-11-13trying to exclude some testsThomas Steur
2013-11-13refs #4233 for each env set testsuite and mysql_adapterThomas Steur
2013-11-13trying to run tests with PDO and mysqliThomas Steur
2013-11-04Clean up travis filemattab
2013-11-04Run integration tests first on travis CImattab
2013-10-07Simplify .travis.ymlFabian Becker
2013-10-07Move deadlock info logging to Db.php, fix core updater translation ↵Benaka Moorthi
regression, fix core updater css regression, change logger_message level column to string, and delete unneeded logger tables if not empty. Also includes some changes to travis build.
2013-09-27Trying to fix build.Benaka Moorthi
2013-09-23Adding more debug output and show output in travis to try and solve ↵Benaka Moorthi
deadlocking issue.
2013-09-22Re-enable full build and make sure TestingEnvironment invalidates cache on read.Benaka Moorthi
2013-09-22Fix bug in last commit and make sure UI test build works.Benaka Moorthi
2013-09-22Try to get to php-fpm output (again).Benaka Moorthi
2013-09-22Try to get to php-fpm output (again).Benaka Moorthi
2013-09-22Try to get to php-fpm output (again).Benaka Moorthi
2013-09-22Try to get to php-fpm output (again).Benaka Moorthi
2013-09-22Try to get more info about nginx error.Benaka Moorthi
2013-09-22Temporarily disabling other travis tests & try again to get opcache to work.Benaka Moorthi
2013-09-22Try to remove opcache disable in travis.Benaka Moorthi
2013-09-10Refs #4087, add UI screenshot tests to new repository, enable tests on ↵Benaka Moorthi
travis and make sure new repo is built every time integration tests pass on piwik build.
2013-09-06Comments typomattab
2013-08-26Deactivate full build againFabian Becker
2013-08-24Reactivate complete buildFabian Becker
2013-08-19Refs #4087, rewrote UI integration tests to use phantomjs or slimerjs and ↵Benaka Moorthi
added (disabled) UI tests to travis build config. Notes: * Modified main page-loading JavaScript to use ajaxHelper so it's possible to know when all AJAX requests are made. * Add setUrl method to ajaxHelper so it can be used when a doing AJAX w/ a URL instead of an object containing query parameters.
2013-07-16Modify travis build config to upload artifacts to builds-artifacts.piwik.org.Benaka Moorthi
2013-06-27Investigating travis build failure... (68th commit)Benaka Moorthi
2013-06-27Investigating travis build failure... (65th commit)Benaka Moorthi
2013-06-27Investigating travis build failure... (64th commit)Benaka Moorthi
2013-06-27Investigating travis build failure... (38th commit)Benaka Moorthi
2013-06-22Huge merge! Lets see how the tests run..Fabian Becker
Merge branch 'master' into 2.x-twig Conflicts: core/ReportRenderer/Html.php core/SmartyPlugins/function.ajaxLoadingDiv.php plugins/CoreAdminHome/templates/jsTrackingGenerator.tpl plugins/CoreHome/templates/donate.tpl plugins/CoreHome/templates/html_report_header.tpl plugins/CoreHome/templates/menu.tpl plugins/CoreHome/templates/period_select.tpl plugins/CoreHome/templates/reports_by_dimension.tpl plugins/Feedback/templates/index.tpl plugins/Goals/Controller.php plugins/Goals/templates/overview.tpl plugins/Live/API.php plugins/Live/templates/lastVisits.tpl plugins/Live/templates/visitorLog.tpl plugins/MobileMessaging/templates/SMSReport.tpl plugins/PDFReports/templates/add.tpl plugins/PDFReports/templates/list.tpl plugins/PDFReports/templates/report_parameters.tpl plugins/SEO/templates/index.tpl plugins/SegmentEditor/templates/selector.twig plugins/UserCountry/javascripts/userCountry.js plugins/Zeitgeist/stylesheets/common.css tests/PHPUnit/Integration/expected/test_ManyVisitorsOneWebsiteTest__UserCountry.getCity_month.xml tests/PHPUnit/Integration/expected/test_ManyVisitorsOneWebsiteTest__UserCountry.getCountry_month.xml tests/PHPUnit/Integration/expected/test_ManyVisitorsOneWebsiteTest__UserCountry.getRegion_month.xml tests/PHPUnit/Integration/expected/test_ManyVisitorsOneWebsiteTest_segment_continent__UserCountry.getCountry_month.xml
2013-05-06# Temporarily disabling the full build while we release 1.12,mattab
# The bug experienced here is a "test edge case" bug quite tricky to find (couldnt find it or reproduce it, need to setup phpenv properly) # -> out of reach for my priorities at this stage (single task focus is my new reality). Will come back to fix this bug in June when things should be in control
2013-04-09Merge branch 'master' into 2.x-twigFabian Becker
Conflicts: .travis.yml
2013-04-09Travis to show GD infomattab
2013-04-06Install Twig via composerFabian Becker
2013-04-04Adding more server info in travis output.mattab
My goal is to enable scheduled report tests on PHP 5.4 instead of 5.3