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
2020-01-28Use rebranded components (#15253)Stefan Giehl
2020-01-27Support goal metrics for browser name dimension (#15409)Thomas Steur
2020-01-27Fix JSON tests (#15460)Thomas Steur
2020-01-26fix screenshot tests (#15459)Thomas Steur
2020-01-21enable send beacon by default (#15405)Thomas Steur
2020-01-20Removes some code marked as deprecated (#15419)Stefan Giehl
2020-01-16Remove more deprecated methods (#15398)Thomas Steur
* remove more deprecated method * Update CHANGELOG.md
2020-01-16Removes some more unneeded code (#15395)Stefan Giehl
2020-01-16Remove LoginHttpAuth submodule (#15396)Thomas Steur
* Removed submodule LoginHttpAuth * remove no longer existing plugin
2020-01-16Fix woff2 test (#15400)Thomas Steur
2020-01-16Removes some methods deprecated for Matomo 4 (#15386)Stefan Giehl
* Removes deprecated Plugin.getListHooksRegistered and uses Plugin.registerEvents instead * Removes deprecated method Piwik\Piwik::doAsSuperUser * Remove deprecated SettingsPiwik::isPiwikInstalled and use SettingsPiwik::isMatomoInstalled instead
2020-01-16fix ui tests (#15397)Thomas Steur
2020-01-15Make BulkTracking plugin always activated (#15248)Kate Butler
* Add BulkTracking to the list of always activated plugins * Update screenshots
2020-01-15Remove some no longer needed code (#15391)Thomas Steur
2020-01-14Initialise 4.x branch (#15383)Thomas Steur
2020-01-13Improve set up tracking code no data page (#15367)Thomas Steur
2020-01-13Add release channels 3.x-dev (#15381)Thomas Steur
2020-01-10Avoid using getmypid (#15364)Thomas Steur
* Avoid using getmypid * use cache for pid * revert previous change and not use cache * Added method for getmypid
2020-01-08Do not proceed with archiving if a valid archive exists for the parameter ↵diosmosis
combination. (#14937) * Do not proceed with archiving if a valid archive exists for the parameter combination. * test manually and get to work * Apply some review feedback. * apply more review feedback * Do not abort archiving if archive found for non-day period so segments will still archive. * Apply more review feedback. * Make new optimization aware of whole periods. * update submodule * In CronArchive modify lastN date parameter to use oldest invalidated archive. * Move date changing logic to method and unit test. * Fix test.
2020-01-03Compute row percentages in PHP before metrics are formatted to avoid ↵diosmosis
percentage formatting WARNINGS. (#15304) * Compute row percentages in PHP before metrics are formatted to avoid percentage formatting WARNINGS. * do not fail if site summary is not available * Make sure siteSummary requests total data without segment. * Make sure proper precision is used. * try to fix tests * update expected screenshots
2020-01-02Match configId even when userId is found (#15337)Thomas Steur
2020-01-01Fix build (#15334)diosmosis
* test no longer relevant * update submodule * fix integration test * Do not forward query params for Goals.getMetrics inner API call.
2019-12-31fix tests broken since #15265 (#15333)Stefan Giehl
2019-12-31Set a first-party cookie when user opts out of tracking (#15184)Kate Butler
2019-12-31fix some tests (#15331)Thomas Steur
2019-12-31Fix log tmp segment may be too long (#15312)Thomas Steur
* Fix log tmp segment may be too long * fix tests
2019-12-30Prevent race condition when saving plugin settings (#15327)Thomas Steur
* Prevent race condition when saving plugin settings * use delete method
2019-12-24MergeDataTables does not correctly merge if table2 has more data than table1 ↵diosmosis
(#15294) * update submodules to fix build * Handle DataTable Maps in VisitFrequency API and in DataTable merger, make sure to correctly copy child datatables. * fix some tests * Copy metadata over. * Updated expected test results. * Adding unit tests.
2019-12-24Lock when archiving and avoid invalidating sites that have archiving in ↵diosmosis
progress (#15272) * Use a lock when archiving and do not invalidate when archiving is in progress. * Add and fix tests + modify workflow. * forgot to add file and remove TODO * Remove use of argument. * Add back min archive time processed code and start on tests for it. * Finish new LoaderTest. * Fix new tests.
2019-12-24ProxySite related changes to let comparisons work properly (#15265)diosmosis
* Make sure ProxySite will disable post processor in Visualization where API Proxy is called directly. * Use Request::process so events are used. * Remove disable_datatable_post_processing, since it will propagate. * Only disable for root API request. * Move nestedApiInvocationCount increment to top of method. * Directly filter referrer type labels since there are a small number of them (helps comparison & proxysite). * Fix regression. * Update expected test files. * Another regression fixed. * Try to fix build again. * fix tests
2019-12-24Updates device detector to 3.12.2 (#15314)Stefan Giehl
* Updates device detector to 3.12.2 * updates expected test files
2019-12-22Remove output that can be ignored in climulti (#15277)Thomas Steur
2019-12-18Fix BC issues from #15128 PR (#15282)Kate Butler
* Switch VisitFrequency to use Simple datatable, restore constant in Goals API for BC * Update system test files
2019-12-17Show 'new' metrics on visitor engagement report/sparklines (#15128)Kate Butler
2019-12-13Use appropriate SameSite values for cookies (#15185)Kate Butler
2019-12-09fix visitors overview ui test (#15252)Stefan Giehl
2019-12-06Fix header alignment for multi-dimension reports (#15134)Kate Butler
2019-11-28Add test to make sure woff2 file is up to date... (#15172)diosmosis
2019-11-28 Remove the SiteSpecificUserAgentExcludeEnabled setting (#15089)Kate Butler
2019-11-28Fix build (#15202)diosmosis
* fixing build * fixing tests
2019-11-25Support CliMulti on OS X and print note about whether CliMulti is used in ↵diosmosis
archive output (#15189) * Support CliMulti on OS X (which does not have procfs). * Add output note about whether CliMulti is being used. * fix test
2019-11-19Only add site to list of sites to reprocess if only date being processed is ↵diosmosis
today. (#15154) * Only add site to list of sites to reprocess if only date being processed is today. * Fix test. * Purge all older archives if newest is queryable. * fix test
2019-11-18Invert change comparison when displaying percents in the UI … (#15098)diosmosis
* Invert change comparison when displaying percents in the UI, and add extra _change_from metric to support API calculation of from change percent when there are more than two periods. * Update bandwidth submodule * update screenshots * Update tests. * Update screenshot.
2019-11-18Add product name, product category, product sku, product price segments (#15144)diosmosis
* Add product category segment. * Fix productCategory action, add productName, productSku, productPrice segments. * Hide productCategory1...5 segments in UI/API. * fix tests * Do not select conversion items that are deleted in segments + fix bug in ecommerce item insert (do not fail whole insert if one duplicate primary key is found). * update expected files * Fix unit test.
2019-11-15Update composer dependencies (#15153)diosmosis
2019-11-12Ignore SSL errors in UI tests (#15148)Thomas Steur
Most of our UI tests are running on http but sometimes some actions may require HTTPS and redirect to HTTPS automatically. I had this issue locally and got ` Error: net::ERR_CERT_AUTHORITY_INVALID at http://example.com/tests/PHPUnit/proxy/?idSite=1&period=day&date=2010-01-03&module=MobileMessaging&action=inde` I reckon there shouldn't be a down side to ignoring SSL errors in our tests?
2019-11-12Fix build (#15143)diosmosis
* Update expected test files. * Try to increase timeout. * update screenshots * update more screenshots * fix more tests * Update screenshots. * Update submodule. * Fixing another test. * Updating submodule. * update submodule * update submodule * update submodule * fix more tests * fix fixture * update screenshots * update submodule
2019-11-08Rename "Clicked URL" dimension to "Clicked Outlink" (#15088)Kate Butler
* Rename Clicked URL to Clicked Outlink * Fix system and UI tests * Update screenshots
2019-11-08UserID no longer overwrites VisitorId (#14360)MichaelHeerklotz
* UserID no longer overwrites VisitorId * Update piwik-php-tracker package * Update matomo-php-tracker again. * Fixing test. * Add changelog note.
2019-11-08Adds links to online guides in reports help (#15030)Stefan Giehl
* Adds links to online guides in reports help for reports where the new onlineGuideUrl property is defined * Adds more online guide links * updates expected test files * include online guide url in report glossary API * Adjust link * Add punctuation to translation.