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-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
At least for now as mentioned in ticket it does not really make sense to run them and they take a long time > 50 minutes.
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
Not sure if this would work. We would basically only start a job for 1 x AngualarJS 1 x JavaScript 1 x All Tests with PHP 5.4 and MySQLi 3 x All tests with PDO (5.3.3, 5.5 and 5.6) 1 x Unit test with PHP 5.4 and PDO 1 x Integration test with PHP 5.4 and PDO 1 x System test with PHP 5.4 and PDO = 9 jobs compared to about 18 before
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 ↵Matthieu Napoli
(for testing wrong urls in the tests)
2014-10-15When checking out dependent plugins in travis, do not assume user when ↵diosmosis
getting plugin slug for plugins directory.
2014-10-12ignore update files of plugins in code coveragresgiehl
2014-10-12small adjustment to plugin coveragesgiehl
2014-10-12some last updates for plugin code coveragesgiehl
2014-10-12update travis.shsgiehl
2014-10-11some more adjustments for plugin coveragesgiehl
2014-10-11updated travis.shsgiehl
2014-10-11enable code coverage for plugin testssgiehl
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-10Remove cat log file as t does not workmattab
2014-10-06refs #5940 fix hardcoded examplePlugin folderThomas Steur
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-09-25refs #5940 starting to rename test suitesThomas Steur
2014-09-08Debug failed build https://travis-ci.org/piwik/piwik/jobs/34646545mattab
2014-08-25Allow custom commands to be added to generated .travis.yml files and fix bug ↵diosmosis
in generation where arguments in self-referential command were not appropriately surrounded by quotes.
2014-08-21Merge branch 'master' into codecoveragesgiehl
2014-08-20Update CustomAlerts submodule and tweak text of travis.sh no group check's ↵diosmosis
error message.
2014-08-17refs #4224, #4302 - added code coverage report using coveralls.iosgiehl
2014-08-13Fix bash for loop in checkout_dependent_plugins.sh.diosmosis
2014-08-13Fixing plugin name detection in checkout_dependent_plugin.sh.diosmosis
2014-08-13Fix for last commit.diosmosis
2014-08-13Add more debugging information to checkout_dependent_plugins.sh script.diosmosis
2014-08-13Make new script executable.diosmosis
2014-08-13Do not redirect diff output to /dev/null to aid in debugging strange ↵diosmosis
failures (in autoupdate travis yml script).
2014-08-13Send git cloning output to /dev/null in checkout_dependent_plugins.sh travis ↵diosmosis
script.
2014-08-13Refs #5962, add ability for .travis.yml file to check out dependent plugins ↵diosmosis
using DEPENDENT_PLUGINS travis environment variable (set in .travis.yml file manually).
2014-08-12Do not fail tests in auto update .travis.yml script if current commit is old.diosmosis
2014-08-12Tweaking 'not doing travis.yml out of date check' message in autoupdate ↵diosmosis
.travis.yml script [ci skip]
2014-08-12Remove git checkout from initiate_ui_tests.sh, now that it is before script ↵diosmosis
it causes checked out commit to change for old builds.
2014-08-12Only auto-update .travis.yml file if we are latest commit in branch.diosmosis
2014-08-12Debugging autoupdate travis.yml script. [ci skip]diosmosis
2014-08-12Refs #5962, use absolute path when running configure_git.sh in autoupdate ↵diosmosis
.travis.yml script. [ci skip]
2014-08-12Refs #5962, fixing last commit (not applied to every place).diosmosis
2014-08-12Refs #5962, referencing correct location of generated when diffing in ↵diosmosis
autoupdating travis.yml script.
2014-08-12Refs #5962, make sure directory is correct for autoupdating travis.yml ↵diosmosis
(directory must be the plugin dir for plugin tests).
2014-08-12Refs #5962, adding some more debug output to autoupdate .travis.yml script.diosmosis
2014-08-11If building for latest_stable in .travis.yml ignore errors in ↵diosmosis
generate:travis-yml command.