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 (Expand)Author
2015-02-27Do not show the help message if a plugin is being tested as it's only valid f...mattab
2015-02-10In UI CI job output the command to fix UI testmattab
2015-02-03include UI specs in Piwik repo and run tests in this repository.Thomas Steur
2015-01-16If minimum required piwik tag cannot be found in git tags, test against maste...diosmosis
2015-01-16In travis, if minimum required piwik is greater than current version in maste...diosmosis
2015-01-14Use verbose output when generating .travis.yml in travis.diosmosis
2015-01-10Remove old CoreConsole generate:travis-yml file if exists so builds will pass...diosmosis
2015-01-10Re-add @REQUEST_URI@ modification to phpunit.xml in travis prepare.sh script ...diosmosis
2015-01-10Try to add some BC for running travis builds against older Piwik versions.diosmosis
2015-01-08Add --core option to screenshot test runner so plugins w/ git repositories ar...diosmosis
2015-01-08refs #6942 silencing those git commandsmattab
2015-01-07Keeping latest_stable enabled in .travis.yml until all plugins successfully m...diosmosis
2015-01-07Abort auto-update of .travis.yml w/o failing buildif generate:travis-yml does...diosmosis
2015-01-07Remove -q flag from git checkout in checkout_test_against_branch.sh.diosmosis
2015-01-07Make new travis script executable.diosmosis
2015-01-07Remove ability to test against 'latest_stable'.diosmosis
2015-01-07Refs #6930, allow plugins to test against minimum required Piwik version in t...diosmosis
2015-01-07fixes #6942 skip the php -i as it's rarely useful and still takes 50kb or somattab
2015-01-07refs #6942 silencing apt-get commands to minimise CI log file sizemattab
2015-01-07Display the command properly in test outputmattab
2014-12-30Modify .travis.yml autoupdate script to avoid pushing changes only if last co...diosmosis
2014-12-29Allow .travis.yml file to specify custom location for .travis.yml file (other...diosmosis
2014-12-23Fixes #6882, use mysql 5.6 in travis.diosmosis
2014-12-23Display correct diffviewer URL at top of UI screenshots travis build output w...diosmosis
2014-12-23Allow plugins to place screenshots in unprotected artifacts folder when travi...diosmosis
2014-12-19Remove unnecessary code in last commit.diosmosis
2014-12-19Allow travis builds (for piwik core + plugins + others) to add options to php...diosmosis
2014-12-04Tracker refactoringThomas Steur
2014-12-02space before message for easy copy pastemattab
2014-11-12#6635 rename phpunit.xml to phpunit.xml.dist. did not know it is supported ou...Thomas Steur
2014-11-12refs #6635 move php server config from phpunit.xml to config which seems to s...Thomas Steur
2014-11-09Removed group check before running any PHP tests.Thomas Steur
2014-10-21Merge pull request #6483 from piwik/introducingBowerThomas Steur
2014-10-20refs #6469 fix screenshot diff does not work, updated changelog, use jquery-u...Thomas Steur
2014-10-20Merge branch 'master' into introducingBowerThomas Steur
2014-10-20refs #6469 some initial work for using bowerThomas Steur
2014-10-20Merge branch 'master' into bugfix/6156Matthieu Napoli
2014-10-20initiate ui tests againThomas Steur
2014-10-20Merge branch 'master' into bugfix/6156Matthieu Napoli
2014-10-20Fixes #6465 Tests failures with PHP 5.6Matthieu Napoli
2014-10-20initiate ui tests againThomas Steur
2014-10-17Merge branch 'master' into bugfix/6156Matthieu Napoli
2014-10-17refs #6413 remove code coverage generation for system tests.Thomas Steur
2014-10-17refs #6413 do we actually need the config param? don't think soThomas Steur
2014-10-16refs #6413 fix script errorThomas Steur
2014-10-16refs #6413 reduce number of jobs in travis.Thomas Steur
2014-10-16Fix artifacts link displayed for UI tests in travis.sh script.diosmosis
2014-10-16Fixing nginx config for the tests so that it matches all URLs like Apache (fo...Matthieu Napoli
2014-10-15When checking out dependent plugins in travis, do not assume user when gettin...diosmosis
2014-10-12ignore update files of plugins in code coveragresgiehl