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
2014-08-15Merge pull request #6010 from piwik/findComponentsOnlyOfActivatedPluginsThomas Steur
Find components only of activated dimensions
2014-08-15fix menu reporting test, plugins were loaded but not activatedThomas Steur
2014-08-15fix last remaining test that worked when executed standalone but not when ↵Thomas Steur
executed in testsuite
2014-08-15make sure the loaded plugins are also activated to fix testsThomas Steur
2014-08-15refs #5896 added many tests to make sure the array filter worksThomas Steur
2014-08-14Merge pull request #5939 from mnapoli/fix-tests-root-urlMatthieu Aubry
Fixed a test to use the configured root URL
2014-08-12refs #5936 added many tests for the new filesystem methods to make sure they ↵Thomas Steur
only delete the files they are supposed to do
2014-08-11refs #5820 fixes some more classes and looks like reportTest needs to be a ↵Thomas Steur
database testcase as a random method is calling TaskScheduler which requires a DB
2014-08-11refs #5820 fix class nameThomas Steur
2014-08-11refs #5820 fix class nameThomas Steur
2014-08-11refs #5820 added some tests for reports and columns refactoringThomas Steur
2014-08-10Created unified system for running tests in travis for Piwik Core and any ↵diosmosis
Piwik plugin. System includes a console command (generate:travis-yml) that generates a .travis.yml file for a plugin or core. The travis file will check in travis if it needs to be updated, and if so it will fail the build and tell the user. If a specific command line option is specified supplying a github user token, the .travis.yml file will be updated within travis automatically. Notes: - comments and non-travis sections will be preserved - includes logic for plugins to test themselves against latest stable version instead of just on master - the system is primarily controlled by environment variables. developers can change/add variables in .travis.yml and the auto-updating will preserve the changes.
2014-08-07Merge branch 'master' into 5896_add_generic_filters_to_arraysThomas Steur
2014-08-06Fixed one test that didn't use the configured root URLMatthieu Napoli
There was a hardcoded 'http://localhost', if you use a different port that 80 then the test fails
2014-08-06refs #5926 move reports to exampleReportThomas Steur
2014-08-06refs #5896 tests are showing converting an array to a dataTable and run the ↵Thomas Steur
filters on it will not work. Instead run the filters directly on the array. Therefore, to not have duplicated code the dataTable and row can be now treated as an array and we access them like an array in the ColumnDelete filter which will be for now the only filter is applied on arrays
2014-08-06refs #5896 added a couple of tests and fixed some issuesThomas Steur
2014-08-06refs #5896 added test for ApiRenderer factoryThomas Steur
2014-08-06refs #5896 started to move rendering code from response builder in other ↵Thomas Steur
classes which also allows plugins to define their own render formats
2014-08-06Merge pull request #5934 from mnapoli/test-fixesMatthieu Aubry
Unit test fixes
2014-08-05Switched "expected" and "actual" in test assertions to make debugging easierMatthieu Napoli
2014-08-04Revert tests that started failing after 49ae6b4030e83a9e0b5a842810c7ddda3c322b24mattab
2014-07-23reduced multiple empty lines to exactly oneChristian Raue
2014-07-23removed lots of trailing whitespaceChristian Raue
2014-07-19removed unused variables and dead codeChristian Raue
2014-07-18refs #5820 added new test to make sure the report always uses default ↵Thomas Steur
metrics by default
2014-07-12Merge remote-tracking branch 'origin/master' into ↵Thomas Steur
report_and_dimension_refactoring Conflicts: core/Updates/0.4.2.php core/Updates/0.6.3.php core/Updates/1.2-rc1.php core/Updates/1.9-b9.php core/Version.php tests/PHPUnit/Fixture.php tests/PHPUnit/Fixtures/UITestFixture.php tests/PHPUnit/Integration/Core/JsProxyTest.php
2014-07-11Merge remote-tracking branch 'origin/master' into ↵Thomas Steur
report_and_dimension_refactoring
2014-07-10Fixing build.diosmosis
2014-07-09Refs #5273 Replace Trac ticket URL to Githubmattab
2014-07-09trying to prevent random build failure eg. ↵mattab
https://travis-ci.org/piwik/piwik/jobs/29502366
2014-07-08refs #5409 make sure a group is setThomas Steur
2014-07-08refs #5409 #341 #5349 if a config value contains a dollar sign convert it to ↵Thomas Steur
an html entity to prevent it being interpreted as a PHP variable. This allows us to remove the RAW ini parser flag which causes trouble on some PHP versions as the parser seems to be buggy.
2014-07-07Merge branch 'master' into report_and_dimension_refactoringThomas Steur
Conflicts: core/FrontController.php core/Log.php plugins/API/API.php tests/PHPUnit/Fixture.php tests/PHPUnit/UI
2014-07-06Use localhost for HttpTest::testCustomByteRange.diosmosis
2014-07-03Fixes #4455 changed URL to builds.piwik.org/piwik.zipmattab
2014-07-02added development flag which allows us to not cache static cache and to make ↵Thomas Steur
some more checks when developers develop plugins
2014-06-26the js proxy test is actually an integration / system test... moving it to ↵Thomas Steur
Integration, might also fix the test does randomly not work
2014-06-23Fixing build.diosmosis
2014-06-19Move tracker proxy logic in js/index.php to js/tracker.php & allow the ↵diosmosis
removal of the comment header in piwik.js (includes test). Also remove @group from static file serve test & fix bug in modified _readfile() proxy.
2014-06-19Add ability to serve only part of a static file. Includes tests for new ↵diosmosis
functionality.
2014-06-16fixing tests the lazy waymattab
2014-06-13Also allow 777mattab
2014-06-13Display chmod when test failsmattab
2014-06-12directories Should Be Chmod 755mattab
2014-06-10Piwik is a free/libre analytics platform. Refs #4455 GNU Package requirement ↵mattab
to use free/libre instead of open source
2014-06-10Use piwik-latest.zip instead of latest.zip to work around bug on Chrome on ↵mattab
Windows Refs #4455
2014-06-06This may be useless test in the end: I think a System check is required insteadmattab
2014-06-06Typomattab
2014-06-06Fix core testmattab