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
2015-03-18Merge pull request #7464 from piwik/7462_optimize_tables_mariadbBenaka
Fixes #7462, optimize InnoDB tables if MariaDB v10.1.1 or greater is used.
2015-03-18Adding more tests to ↵diosmosis
DbTest::test_isOptimizeInnoDBSupported_ReturnsCorrectResult.
2015-03-18Fixes #7462, optimize InnoDB tables if MariaDB v10.1.1 or greater is used.diosmosis
2015-03-17Merge branch 'master' into geo-attribution-taskdiosmosis
2015-03-17Merge pull request #7452 from piwik/7388Matthieu Aubry
Fix Sort filters are sometimes applied multiple times
2015-03-17fix expected system tests since we do actually always sort by nb_visits, ↵Thomas Steur
label by default
2015-03-16Merge branch 'master' into 7276_update_command_progressdiosmosis
Conflicts: plugins/CoreUpdater/Controller.php
2015-03-16Submodule updateMatthieu Napoli
2015-03-16Merge pull request #7429 from piwik/https-updateMatthieu Aubry
When failing to update over HTTPS, let the user update over HTTP
2015-03-16#6441 Update textsMatthieu Napoli
2015-03-16adding missing linebreakMatthieu Aubry
2015-03-16Merge pull request #7419 from piwik/7393_sync_ui_screenshots_pluginsMatthieu Aubry
Ability to sync UI screenshots for Plugins including premium plugins
2015-03-16Moved UI tests into main ui tests directoryMatthieu Napoli
2015-03-16Display correct message to developer in the CI build outputmattab
2015-03-16Refactor Piwik update with a Updater class + UI testsMatthieu Napoli
2015-03-16Moved the UI tests of CoreUpdater into the pluginMatthieu Napoli
2015-03-16Tests fixtures can provide DI configurationMatthieu Napoli
2015-03-16Merge branch 'master' of github.com:piwik/piwikMatthieu Napoli
2015-03-15Merge branch 'master' into geo-attribution-taskdiosmosis
2015-03-15Merge branch 'master' into 7276_update_command_progressdiosmosis
Conflicts: core/Console.php tests/PHPUnit/Framework/TestCase/ConsoleCommandTestCase.php
2015-03-13Fixing travis build (two tests only failed on travis). Fixing build failure ↵diosmosis
due to QueuedTracking test that sets tracker database connection and starts transaction. Results in one LocalTracker call fail to add a visit in fixture for AttributeHistoricalDataWithLocationsTest, causing test to fail. Fixed by resetting static tracker DB connection in Fixture.php.
2015-03-12Merge branch 'master' into geo-attribution-taskdiosmosis
2015-03-12Add asserts to setUp method of archive purging tests so there is an ↵diosmosis
assurance that the test data is correct. Use Psr logger in purging scheduled task. And use isRequestAuthorizedToArchive() scheduled task in private method that is named well.
2015-03-12Merge branch 'master' into 7181_isolated_archive_purgingdiosmosis
Conflicts: plugins/SitesManager/SitesManager.php
2015-03-12New screenshot test for Site with no datamattab
2015-03-12Moved UI test to core UI tests as it's not supported yet that core plugins ↵mattab
have their own ui tests (I think it didn't find the screenshot eg. http://builds-artifacts.piwik.org/ui-tests.master/10877.7/screenshot-diffs/diffviewer.html )
2015-03-12Update resemble libMatthieu Napoli
2015-03-12Updated API signature + fixed secondary column sortmattab
2015-03-12typoThomas Steur
2015-03-12added a test for getSocials flattenedThomas Steur
2015-03-12Merge pull request #7365 from piwik/no-data-welcomeMatthieu Aubry
Show the JS tracking code instead of the dashboard while no visit is tracked
2015-03-12Merge pull request #7409 from piwik/fast_flatten_3Matthieu Aubry
Made for reports faster when flat=1 is used.
2015-03-12Improvements to the screenshots diffMatthieu Napoli
2015-03-12Added an additional image comparator for easier diffsMatthieu Napoli
2015-03-12fixed typo in plugin descriptionmattab
2015-03-11Updated screenshot ci buildmattab
2015-03-11Fix build failure (due to dimension cache causing VisitorGeolocator to not ↵diosmosis
use correct location provider).
2015-03-11Merge branch 'master' into geo-attribution-taskdiosmosis
2015-03-11Refactor AttributeHistoricalDataWithLocations for clarity, fixing ↵diosmosis
IntegrationTestCase issue and fixing changes to RawLog...
2015-03-11Reverting increase of timeout as this did not make a difference refs #6693mattab
2015-03-11increase the timeout before taking a screenshot in attempt to reduce random ↵mattab
UI build failures refs #6693
2015-03-11Revert loading translations in integrationtestcase.diosmosis
2015-03-11Made for reports faster when flat=1 is used.Thomas Steur
Also replaceColumnNames is now queued again which should bring a performance boost in general.
2015-03-11Changed API for Live.getCountersmattab
2015-03-11Merge pull request #7402 from piwik/7368Matthieu Aubry
Do not set user id when it's set to empty string
2015-03-11Update submodule to fix testMatthieu Napoli
2015-03-11Update screenshots to fix testsMatthieu Napoli
2015-03-10Merge branch 'master' into geo-attribution-taskdiosmosis
2015-03-10More refactoring to Updates.php base & Columns\Updater, make Updates.php ↵diosmosis
methods instance methods, create Update instances via DI, make Columns\Updater use instance methods instead of static, and add integration test for Columns\Updater.
2015-03-10Merge branch 'master' into 7276_update_command_progressdiosmosis