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
2015-07-29removed unused test filessgiehl
2014-10-09Merge branch 'master' into 5940_testRenamingAndCorrectFoldersThomas Steur
Conflicts: tests/PHPUnit/phpunit.xml.dist
2014-10-08green buildmattab
2014-10-08green buildmattab
2014-10-07Fix build and make comparison more explicit for all format except binary ↵mattab
format pdf
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-01Fixes #6313 - When a user starts to get a User ID set, then we set this User ↵mattab
ID to the existing visit rather than create a new visit for this user id specifically
2014-10-01Refs #6313 Adding test case showing the bug (it creates a new visit but we ↵mattab
want this visit to be re-used)
2014-09-30Rename ↵Matthieu Aubry
test_PivotByQueryParamTest_test_PivotBySubtableDimension_CreatesCorrectPivotTable_WhenEntireHirearchyIsNotLoaded__Referrers.getKeywords_week.xml to test_PivotByQueryParamTest_test_PivotBySubtableDimension_WhenEntireHirearchyIsNotLoaded__Referrers.getKeywords_week.xml
2014-09-29lat+long show differently on mysqli (more precision)mattab
2014-09-23Green buildmattab
2014-09-23Merge pull request #6199 from vox3r/masterMatthieu Aubry
Implementation of new Browser Reports by Language and Language code fixes #6097
2014-09-23green build, nb_users = 0 more testsmattab
2014-09-23User ID is NULLable now results in expected tests results: nb_users = 0 when ↵mattab
no user id was set. refs #3490 #6162
2014-09-23Merge pull request #6273 from piwik/3490_userIdAsDimensionThomas Steur
User ID should be defined as dimension
2014-09-23refs #3490 Throw meaningful error when userId segment is used with an ↵mattab
unsupported segment match operator + test
2014-09-22refs #3490 fixed some tests as the position of userId changedThomas Steur
2014-09-22Merge remote-tracking branch 'upstream/master'Patryk Andrzejewski
2014-09-21Refs #6078, fixing build.diosmosis
2014-09-21Merge pull request #6243 from piwik/6078Matthieu Aubry
Adding new PivotByDimension DataTable filter that can pivot a report by (almost) any dimension. refs #6078
2014-09-21fixes #5933 New $period parameter to the API call ↵mattab
CoreAdminHome.invalidateArchivedReports refs #6116
2014-09-21Merge pull request #6116 from mkurzeja/feature/5932-invalidate-archived-reportsMatthieu Aubry
fixes #5932 Allow invalidated archive data to be used until they are re-processed
2014-09-21Refs #6078, rename test methods.diosmosis
2014-09-21Refs #6078, prepend numeral index to each column in pivotted datatable.diosmosis
2014-09-21Refs #6078, order pivot table columns by sum, descending and aggregate ↵diosmosis
cut-off columns into 'Others' column.
2014-09-19Make sure PivotByDimension respects original segment query parameter when ↵diosmosis
fetching intersected tables by segment.
2014-09-19fetch upstreamPatryk Andrzejewski
2014-09-19feedbackPatryk Andrzejewski
2014-09-18refs #4996 moved test files to pluginThomas Steur
2014-09-18Adding new PivotByDimension DataTable filter that can pivot a report by ↵diosmosis
(almost) any dimension. The filter can pivot reports by their subtable dimension and can also pivot by other dimensions (by using segments). Notes: - in the UI, only pivoting by subtable is supported - change to CSV DataTable renderer so column names w/ commas & quotes can appear in text - change to XML DataTable renderer so column names w/ invalid XML characters can be rendered (bit of an iffy change, XML format needs an overhaul I think) - includes new config option 'pivot_by_filter_enable_fetch_by_segment' - includes additions to component metadata classes (ie, Report/Dimension)
2014-09-17Merge remote-tracking branch 'upstream/master' into ↵m.kurzeja
feature/5932-invalidate-archived-reports
2014-09-16update expectedPatryk Andrzejewski
2014-09-16update testsPatryk Andrzejewski
2014-09-15refs #4996 fix testsThomas Steur
2014-09-14refs #4996 fix a testThomas Steur
2014-09-14fix buildmattab
2014-09-12refs #4996 redirect only to trusted hosts (will have to remove this most ↵Thomas Steur
likely again as you would have to register subdomains etc as well). Also added some missing test files
2014-09-12refs #4996 added a few php tests for contentsThomas Steur
2014-09-10refs #4996 fixed more testsThomas Steur
2014-09-10refs #4996 fixing more testsThomas Steur
2014-09-10Fixed tests to work with current masterMichał Kurzeja
2014-09-10Merge masterMichał Kurzeja
2014-09-10Added tests for segments, renamed fixtures, removed code duplication, ↵Michał Kurzeja
changed purge invaldiated data task priority
2014-09-09Fixes #6079, move skip unique visitors calculation logic to small method in ↵diosmosis
ArchiveProcessor\Rules and fix build.
2014-09-09Refs #6079, add tests for cross website unique visitor aggregation.diosmosis
2014-09-09Merge pull request #6169 from piwik/3490_user_idMatthieu Aubry
User ID implementation
2014-09-09fixing few more tests: hide nb_users to make tests pass because for some ↵mattab
reason the column does appear by default but in the backwardsCompatibilityTest it does not appear there. Also had to manually activate and install plugins in the test case for some reason. Message was: ``` Exception: Failed to update database (errors or warnings found): Array ( [warnings] => Array ( ) [errors] => Array ( [0] => /home/matt/dev/piwik-master/plugins/CustomAlerts/Updates/0.0.2.php: Error trying to execute the query 'ALTER TABLE `alert` CHANGE `enable_mail` `email_me` BOOLEAN NOT NULL'. The error was: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'piwik_tests.alert' doesn't exist ) [coreError] => [deactivatedPlugins] => Array ( [0] => CustomAlerts ) ) ```
2014-09-09Green build ftwmattab
2014-09-09refs #3490 Fix more tests, should be almost green?mattab
2014-09-09refs #3490 Fix more tests after adding nb_users in the correct APIsmattab