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
path: root/tests
AgeCommit message (Collapse)Author
2014-08-15updated submoduleThomas Steur
2014-08-14Mark test as skippedmattab
2014-08-14Merge pull request #5939 from mnapoli/fix-tests-root-urlMatthieu Aubry
Fixed a test to use the configured root URL
2014-08-13Fix bash for loop in checkout_dependent_plugins.sh.diosmosis
2014-08-13Fix git checkout command in travis.yml generator and correctly reference ↵diosmosis
self:: instead of -> in IntegrationTestCase.php.
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-13refs #5415 fix tests, call storeCustomVariablesInCookiemattab
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-12Make added script executable.diosmosis
2014-08-12Refs #5962, make sure tags of plugins w/ old .travis.yml files do not result ↵diosmosis
in build failure.
2014-08-12refs #5987 fix test which proofs issue is fixed now and added change to changlogThomas Steur
2014-08-12refs #5950 those tests do not run on PHP 5.3Thomas Steur
2014-08-12updated submoduleThomas Steur
2014-08-12updated submoduleThomas Steur
2014-08-12refs #5950 fix integration testsThomas Steur
2014-08-12refs #5950 added some testsThomas Steur
2014-08-12refs #5936 added many tests for the new filesystem methods to make sure they ↵Thomas Steur
only delete the files they are supposed to do
2014-08-11refs #5820 and more test fixes... they all worked when executed standalone ↵Thomas Steur
but not when executing the whole suite...
2014-08-11fixes #5969 - added sputnik.rusgiehl
2014-08-11refs #5820 fixes some more classes and looks like reportTest needs to be a ↵Thomas Steur
database testcase as a random method is calling TaskScheduler which requires a DB
2014-08-11refs #5820 fix class nameThomas Steur
2014-08-11refs #5820 fix class nameThomas Steur
2014-08-11refs #5820 added some tracker tests to make sure it works well with the ↵Thomas Steur
dimensions
2014-08-11refs #5820 added some tests for reports and columns refactoringThomas Steur
2014-08-11If building for latest_stable in .travis.yml ignore errors in ↵diosmosis
generate:travis-yml command.
2014-08-11Use correct path to existing .travis.yml when running autoupdate .travis.yml ↵diosmosis
script for a plugin.
2014-08-11Add more debug output to autoupdate_travis_yml.sh.diosmosis
2014-08-11When auto updating .travis.yml do not exit directly after push failure so ↵diosmosis
generated .travis.yml will be printed to the screen.
2014-08-11Make sure to fail build if generating a .travis.yml file fails in travis.diosmosis
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-11source travis-helper.sh again for angular js tests.diosmosis
2014-08-11Try removing redundant travis_retry.diosmosis
2014-08-10Skip a test for 5.3.3 and do not allow failures of Integration testsmattab
2014-08-10Maybe fixing testsmattab
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.