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
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-04-27only fail when at least 5 domains extensions are failing, so it does not ↵mattab
fail every time IANA adds a new domain extension...
2016-04-20update submodulesThomas Steur
2016-04-20Fix testsThomas Steur
* Ignore idvisitor in system tests as it always changes in each test * Skip email tests in case intl extension is not installed * Update ui tests
2016-04-20fix tests after adding new userid featureThomas Steur
2016-04-19 Trigger a Goal conversion for "Event matching goals" even when an event is ↵Matthieu Aubry
tracked without a URL (#10018) * use idGoal parameter in system tests * Trigger a Goal conversion for "Event matching goals" even when an event is tracked without a URL * Test files for green build * Add new expected test file
2016-04-11Merge pull request #10034 from piwik/fix_ui_build_bisMatthieu Aubry
ui tests, set properly the `name` attribute to the full filename for diffviewer to work
2016-04-11UI tests: ...mattab
2016-04-11Set properly the `name` attribute to the full filenamemattab
2016-04-11UI tests: .txt artifacts are now handled correctly by the build systemmattab
2016-04-11Remove extra suffixmattab
2016-04-11handle PNG artifactsmattab
2016-04-11UI tests fix (missing call to `pageSetupFn(pageRenderer);` for file comparisons)2.16.1mattab
2016-04-11Updated API responsesmattab
2016-04-11Handle PNG files similar to other filetypesmattab
2016-04-11UI tests: Builds artifacts and Sync command now handle TXT artficats as well ↵mattab
as PNG artifacts
2016-04-11Select 10 times more rows so that resultset after grouping is more likely to ↵mattab
contain enough records
2016-04-11UI tests fail on travis CI - display more troubleshooting infomattab
2016-04-11When a UI test fails that is not a screenshot (eg. a file download), record ↵mattab
the failure in the diff generator so that files are uploaded to the builds artifacts server
2016-04-11UI tests updatedmattab
2016-04-11Fix typo "correctly"mattab
2016-04-08UI tests updated after OmniFixture was re-generated ↵mattab
https://github.com/piwik/piwik/pull/10020
2016-04-08Point submodule to latest UI testsmattab
2016-04-07update omni dump, new fixturePatryk Andrzejewski
2016-04-07UI tests: correctly display "0" when used as directory name ↵mattab
https://github.com/piwik/piwik/pull/9996
2016-04-07Merge pull request #10013 from piwik/10005_2Thomas Steur
When forcing archiving on multiple sites, it silently fails when a given site does not exist
2016-04-06added test caseThomas Steur
2016-04-01Add test to check the deprecated method isApache() will be removedmattab
refs https://github.com/piwik/piwik/commit/4c334be38b8426f54a7e6ab314a82ec25ce49c81#commitcomment-16700320
2016-04-01Merge pull request #9986 from piwik/url_query_params_to_configMatthieu Aubry
URL query string parameters to remove from URL are now stored in config file
2016-04-01Updates device detectorsgiehl
2016-03-31Using assertFileEquals helpermattab
2016-03-31UI tests: New config setting added refs https://github.com/piwik/piwik/pull/9985mattab
2016-03-31New automated test to detect when piwik.js minified file is out of sync with ↵mattab
original piwik.js
2016-03-30UI tests: new "Learn more" link in JS Tracking code generator ↵mattab
https://github.com/piwik/piwik/issues/9932
2016-03-30New unit test ensuring that JS SDK getCookieName depends on website ID refs ↵mattab
https://github.com/piwik/piwik/issues/9932
2016-03-30Piwik.js 'setDomains' method supports page wildcards matching: ↵mattab
example.com/index* `setDomains("example.com/index*")` will correctly not track an outlink request to for example.com/index.html or example.com/index_en.html refs #9932
2016-03-30Merge pull request #9933 from piwik/remove_magic_setCookiePathMatthieu Aubry
piwik.js: remove the feature of `setDomains` that sets cookie path
2016-03-30piwik.js: remove the feature of `setDomains` magically setting the cookie path.mattab
Instead, we will better document how to correctly set the cookie configuration. https://github.com/piwik/piwik/issues/9932
2016-03-30UI tests: Minor changes to Pivot view https://github.com/piwik/piwik/pull/9951mattab
2016-03-30Fix the integration test, until next time - Refs #9977mattab
2016-03-28Merge pull request #9674 from sebastianpiskorski/9486_test_caseThomas Steur
Test for PR #9486, Validate allowed TLDs with current IANA list
2016-03-24Test for PR #9486, Validate allowed TLDs with current IANA listsebastianpiskorski
2016-03-16Minor commentmattab
2016-03-15Use latest travis scriptsmattab
2016-03-15UI tests: Fixed z-index issues + new UI test for metric tooltip ↵mattab
https://github.com/piwik/piwik/issues/9868
2016-03-15Adds UI test for metric tooltipsgiehl
2016-03-14Refs #9842 Add Unit test showcasing the issuemattab
2016-03-10Merge pull request #9774 from piwik/offset_visitor_logMatthieu Aubry
Apply offset and limit correctly to the Visitor Log SQL queries
2016-03-10Merge pull request #9873 from piwik/9822Matthieu Aubry
Transitions should work as expected even when used along with a Goal segment