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
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
2013-04-01Show date?Fabian Becker
2013-04-01Show date/time + tz on buildFabian Becker
2013-03-16Execute generate_docs.sh on code coverage full build if it succeeds.Fabian Becker
2013-03-09.travis.ymlFabian Becker
-> Only run full suite in PHP 5.4 with coverage travis.sh -> Remove code coverage from tests with specific suite prepare.sh -> Use/Install xmlstarlet to rewrite phpunit.xml
2013-03-09Fix path.Fabian Becker
2013-03-09Fix indent.Fabian Becker
2013-03-09Restructure travis build.Fabian Becker
This now builds PHP 5.3/5.4/5.5 x 3 Testsuites + all PHP x whole test (for code coverage)
2013-03-02Enable colored output for phpunitFabian Becker
2013-02-20Notification to #piwik-dev instead of #piwik to reduce spamming to the channel.Fabian Becker
2013-02-205.5 should not be allowed fail anymore - we have a running build :-)Fabian Becker
2013-02-20Limit bot spam in IRC a bitFabian Becker
[ci skip]
2013-02-20Get rid of the noisy join/leaves of the travis botFabian Becker
[ci skip]
2013-02-15This is the correct address for builds notificationsmattab
2013-02-13Adjusting .travis.yml for IRC notifications.Fabian Becker
2013-02-11 * Adding PDO to Piwik.Full build on jenkinsmattab
* removing debug from travis output
2013-02-11Fix previous commit.Fabian Becker
2013-02-11Adding --testdox to debug failing build.Fabian Becker
2013-02-11Added E-Mail notification to builds@piwik from TravisFabian Becker
2013-02-11Adding IRC notification to travis build status.Fabian Becker
2013-02-08Adding build matrix again. refs #3722Fabian Becker
2013-02-08Removing matrix build for now since code coverage report gets useless.Fabian Becker
refs #3722
2013-02-08PHPUnit tests for piwik require a running webserver.Fabian Becker
travis/setup_webserver.sh will install nginx + php-fpm and create configuration files. travis.sh adjusted to reflect changes. Moved everything to tests/ refs #3722
2013-02-07Change pwd, enable text coverage (HTML report is no use)Fabian Becker
Adjust travis.sh refs #3722
2013-02-07We now use a testing matrix that matches three PHP versionsFabian Becker
and three testsuites together. refs #3722
2013-02-04Disabling coverage for now. refs #3722Fabian Becker
2013-02-02refs #7322Fabian Becker
This should fix the build. git-svn-id: http://dev.piwik.org/svn/trunk@7840 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2013-02-02Syntax error in .travis.ymlFabian Becker
refs #3722 git-svn-id: http://dev.piwik.org/svn/trunk@7836 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2013-02-01Previous builds failed due to a missing config.ini.php.Fabian Becker
Using the before_script command we now copy a configuration file to config/. We also create a database for tests. PHPUnit complained about missing XDebug - so this is added. git-svn-id: http://dev.piwik.org/svn/trunk@7833 59fd770c-687e-43c8-a1e3-f5a4ff64c105
2013-02-01Adding .travis.yml to configure automatic tests via Travis CI (see ↵Fabian Becker
http://travis-ci.org) Travis will test agains PHP 5.3, 5.4 and 5.5. refs #3721 git-svn-id: http://dev.piwik.org/svn/trunk@7826 59fd770c-687e-43c8-a1e3-f5a4ff64c105