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
2016-08-23on Travis use PHPUnit from composermattab
2016-07-21Update composer libraries, while enforcing the minimum php in composer.json ↵Matthieu Aubry
(#10334) * Enforce the Minimum PHP version in composer.json using "platform" feature Added in https://github.com/composer/composer/commit/a57c51e8d78156612e49dec1c54d3184f260f144 It was found that this flag is very important to use to make sure the package we build and release will be compatible with this PHP version. Otherwise, the minimum PHP version enforced would be the version where our build script runs, which could be PHP 5.5 or PHP 7 which would have caused serious issues. * Update doctrine/cache, monolog,piwik/network, piwik/cache, piwik/php-tracker etc. https://github.com/piwik/piwik/issues/10058 * Release checklist to check that composer.json is correctly defined * Use latest travis scripts for https://github.com/piwik/travis-scripts/commit/30d7b16940058a3dcea37dd7e7ed7241090bf57a * .travis.yml file is out of date, auto-updating .travis.yml file. * Use latest travis scripts for https://github.com/piwik/travis-scripts/commit/63445cf4a53e6e115a31ecacd79327dc5bfb2494 * .travis.yml file is out of date, auto-updating .travis.yml file.
2016-07-19Submodules including https://github.com/piwik/travis-scripts/pull/28 ↵mattab
https://github.com/piwik/piwik/issues/10323
2016-05-30submodule updateStefan Giehl
2016-05-30split all tests (#10192)Stefan Giehl
2016-05-28submodule updatessgiehl
2016-04-28Use travis files from latesst master branch commitmattab
2016-04-28Remove travis `group: legacy` and use their latest infrastructure (#10094)Matthieu Aubry
* Removed group:legacy from travis.yml template * use latest php 5.3 instead of php 5.3.3 * Run MySQL off the RAM in our CI server to have fast builds
2016-03-16Minor commentmattab
2016-03-15Use latest travis scriptsmattab
2016-02-08update travis submodule referenceThomas Steur
2016-02-02Update submodulesmattab
2016-01-27Automatically run tests against maximum supported piwik versionmattab
2016-01-05submodule updatessgiehl
2015-12-28Update tests/travis module to branch w/ config.ini.travis.php.diosmosis
2015-12-28Update tests/travis submodule for PR screenshot test change.diosmosis
2015-12-04Submodule tests/travismattab
2015-12-04travis: added group:legacy to use old infrastructure until issues are resolvedmattab
2015-11-24Update submodules to mastermattab
2015-11-09Updating all submodulesmattab
This hopefully fixes the build after https://github.com/piwik/plugin-AnonymousPiwikUsageMeasurement/pull/24
2015-11-02Update tests/travis submodule.diosmosis
2015-11-02Switch back to sudo: required, mysql is too slow on new infrastructure.diosmosis
2015-10-30Update tests/travis submodule.diosmosis
2015-10-27Updating tests/travis submodule.diosmosis
2015-10-27Update submodule after rebase.diosmosis
2015-10-23Update tests/travis submodule for ↵diosmosis
https://github.com/piwik/travis-scripts/pull/13
2015-10-23Update tests/travis submodule for: fix bug in travis yml generation, if ↵diosmosis
--php-versions is used, detect minimum PHP version from that.
2015-10-20Update tests/travis submodule for ↵diosmosis
https://github.com/piwik/travis-scripts/pull/10
2015-10-12 fixes https://github.com/piwik/piwik/issues/8964mattab
2015-10-09Update tests/travis submodule.diosmosis
2015-10-09Update tests/travis submodule for: upload list of expected screenshots dir ↵diosmosis
in artifacts archive so we can later detect if any are missing.
2015-10-09Update tests/travis for update_artifacts.sh tweak.diosmosis
2015-10-01Update tests/travis submodule for: use --force to avoid random failure in ↵diosmosis
travis when running git checkout.
2015-09-22Update submodulesmattab
2015-09-08Updating submodules for https://github.com/piwik/piwik-log-analytics/pull/94 ↵diosmosis
and tests/travis (some more debug output in one script).
2015-09-08Update submodulesmattab
2015-09-03Updating tests/travis submodulediosmosis
2015-09-01Run UI tests in two different jobsThomas Steur
apply new naming
2015-08-18Updating tests/travis submodule (fixed two small bugs in .travis.yml ↵diosmosis
generation for plugins).
2015-08-03Updating submodulesMatthieu Napoli
2015-08-03Updating submodulesMatthieu Napoli
2015-07-24Fixing submodules...Matthieu Napoli
2015-07-23Updating submoduleMatthieu Napoli
2015-07-22Try to fix Travis random failures by uploading fonts manuallyMatthieu Napoli
2015-07-22Try to fix Travis random failures by uploading fonts manuallyMatthieu Napoli
2015-07-22Plugin moving has to be done after submodules are updated for plugins that ↵diosmosis
are also submodules, so instead allow repo root to be overridden through command and use in autoupdating.
2015-07-22Move plugin files before executing autoupdate, fix autoupdate & only fetch ↵diosmosis
tags when finding latest stable version.
2015-07-22Update travis-scripts submodule.diosmosis
2015-07-20Use correct plugin directory in autoupdate script (since command was moved ↵diosmosis
to be fore the plugin is copied).
2015-07-20Install python2.6 and mysql 5.6 after correct travis-scripts branch is ↵diosmosis
checked out.