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-12-10Merge master into "3.0"Thomas Steur
Conflicts: .travis.yml CHANGELOG.md core/Plugin/ControllerAdmin.php core/Version.php core/testMinimumPhpVersion.php plugins/API/API.php plugins/Actions/Reports/GetPageUrls.php plugins/AnonymousPiwikUsageMeasurement plugins/CoreHome/CoreHome.php plugins/CoreHome/templates/_menu.twig plugins/CoreVisualizations/javascripts/jqplotEvolutionGraph.js plugins/CustomVariables/tests/System/expected/test_CustomVariablesSystemTest__CustomVariables.getCustomVariables_day.xml plugins/Goals/Controller.php tests/PHPUnit/Fixtures/ManyVisitsWithGeoIP.php tests/PHPUnit/Integration/Plugin/ManagerTest.php tests/PHPUnit/System/expected/test_FlattenReports__CustomVariables.getCustomVariables_day.xml tests/PHPUnit/System/expected/test_TwoVisitors_twoWebsites_differentDays_scheduled_report_in_html_tables_only__ScheduledReports.generateReport_month.original.html tests/PHPUnit/System/expected/test_apiGetReportMetadata__API.getSegmentsMetadata.xml tests/PHPUnit/System/expected/test_ecommerceOrderWithItems_scheduled_report_in_html_tables_only__ScheduledReports.generateReport_week.original.html tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI__CustomVariables.getCustomVariables_range.xml tests/PHPUnit/System/expected/test_periodIsRange_dateIsLastN_MetadataAndNormalAPI_pagesegment__CustomVariables.getCustomVariables_range.xml tests/PHPUnit/System/expected/test_reportLimiting__CustomVariables.getCustomVariables_day.xml tests/PHPUnit/System/expected/test_reportLimiting_rankingQuery__CustomVariables.getCustomVariables_day.xml tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables_segmentMatchALL_noGoalData__CustomVariables.getCustomVariables_day.xml tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables_segmentMatchALL_noGoalData__CustomVariables.getCustomVariables_week.xml tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables_segmentMatchVisitorType__CustomVariables.getCustomVariables_day.xml tests/PHPUnit/System/expected/test_twoVisitsWithCustomVariables_segmentMatchVisitorType__CustomVariables.getCustomVariables_week.xml tests/UI/expected-ui-screenshots tests/UI/specs/Overlay_spec.js tests/UI/specs/UIIntegration_spec.js
2015-11-24refs #9129 added feature Custom DimensionsThomas Steur
2015-10-27Update tests/travis submodule for new --sudo-false generate:travis-yml command.diosmosis
2015-10-27Allow extra environments to be specified through testing environment ↵diosmosis
variables, add a new one for UI tests call ui-test.php, use to remove port from localhost in UI tests, and fix a bug in ContainerFactory (config/config.php should be applied after environment files).
2015-10-27Add misc folder as symlink in UI tests.diosmosis
2015-10-27Try to copy test fonts w/o sudo rights. And use correct return code in ↵diosmosis
tests:run-ui.
2015-10-27Add missing params to tests:run-ui.diosmosis
2015-10-27Make travis.sh go through tests:run-ui for UI tests so config.js will be ↵diosmosis
generated on travis.
2015-10-27More travis debugging.diosmosis
2015-10-27Debugging UI test failure.diosmosis
2015-10-23Allow plugin:generate command to overwrite existing files and/or continue if ↵diosmosis
plugin directory exists if new --overwrite option specified.
2015-10-22Add example value to run a single UI test suite (tests:run-ui command)mattab
2015-10-05Sync screenshot commands helpmattab
2015-10-04Since autoloading is used now, do not manually include fixture files during ↵diosmosis
tests. Fixes case when one plugin has issue in fixture class making it impossible to run tests (since the tests:run will just fail).
2015-09-22Make command a bit more verbosemattab
2015-09-14Set help message, how to run only one UI test spec filemattab
2015-09-02adding note + execute travisThaDafinser
2015-09-02test suit windowsThaDafinser
2015-08-14Merge pull request #8577 from piwik/sync-screenshotsMatthieu Napoli
Update the tests:sync-screenshots command
2015-08-12Update the tests:sync-screenshots command to work with the new UI tests viewerMatthieu Napoli
2015-08-12Make UI tests use the test config in config.ini.phpMatthieu Napoli
The command that runs UI tests now writes a /tests/UI/config.js file that contains the variable configured in config.ini.php. If a file already exists and wasn't autogenerated by this command, it is not overwritten. That allows to run UI tests with another remote than localhost, which happens for example with Docker where phantomjs runs in another container than Piwik.
2015-07-22Plugin moving has to be done after submodules are updated for plugins that ↵diosmosis
are also submodules, so instead allow repo root to be overridden through command and use in autoupdating.
2015-07-19Moving composer update and mysql/python install from before_script section ↵diosmosis
to install section.
2015-07-19Remoe travis.yml.twig template from core now that it is in travis-scripts.diosmosis
2015-07-19Move tests for travis.yml generation from core to travis-scripts repo.diosmosis
2015-07-19Moved generator command to standalone CLI app in travis-scripts repository. ↵diosmosis
Decoupled from Piwik core so changes in Piwik won't affect how this runs. Original command forwards to new app to maintain BC and ease of use.
2015-07-19Fixing .travis.yml generation tests.diosmosis
2015-07-18Exclude correct php versions in generated .travis.yml and fetch tags before ↵diosmosis
getting latest stable version in .travis.yml generator.
2015-07-18Test against explicit latest stable in generated .travis.yml.diosmosis
2015-07-17Don't run the python 2.6 script on travis if script does not exist (for ↵diosmosis
testing plugins against older Piwik versions).
2015-07-17Don't run the install_mysal_5.6 script on travis if script does not exist ↵diosmosis
(for testing plugins against older Piwik versions).
2015-07-15Always add --verbose to self reference command in .travis.yml for ↵diosmosis
autoupdate, and add check for first non-PR job to .travis.yml so plugin builds that use older Piwik versions won't fail when the .travis.yml is different.
2015-07-07Removing temporary codemattab
2015-07-07Minor: prefixed commit message when pushing UI tests fixesmattab
2015-06-26add constant PIWIK_VENDOR_PATHChristian Raue
2015-06-26Removing composer self-update from Travis config because it fails quite ↵Matthieu Napoli
often and it's not necessary anymore
2015-06-24Fix the tests:sync-ui-screenshots command when fetching from protected buildsMatthieu Napoli
2015-06-23Move and rename the sync-ui-screenshots commandMatthieu Napoli
2015-06-17Remove check out of TestRunner plugin in travis.yml files since it hinders ↵diosmosis
testing against specific piwik versions.
2015-06-11Merge pull request #8027 from piwik/test_env_di_8Benaka
Injection Inception, Change #6: Final cleanup of test environment setup. Remove TestingEnvironment.addHooks event, make sure core doesn't depend on test files/classes/constants, integrate test environment variables w/ DI for easier overriding in tests, and related clean ups to test environment setup.
2015-06-11speed up UI by using database session handlerThomas Steur
2015-06-08Refs #8057, disable opcache in travis to avoid random system test failure.diosmosis
2015-06-06Allow multiple environments to be specified to Environment constructor. Add ↵diosmosis
hook in EnvironmentManipulator to get extra environment names, and specify test environment this way instead of through detecting PIWIK_TEST_MODE.
2015-06-02Use test.php DI config options if PIWIK_TEST_MODE is defined.diosmosis
2015-06-02Rename Piwik_TestingEnvironment to TestingEnvironment and move the class to ↵diosmosis
Piwik\Tests\Framework namespace. Remove manual require statements.
2015-05-26Merge pull request #7957 from piwik/test_env_di_3Benaka
Adding Config instance to DI and move all Config related test setup code from Config.php and TestingEnvironment.php to TestConfig class. Introduced completely internal EnvironmentManipulator concept so tests can change paths of local/global/common INI config file.
2015-05-22Remove exit; in TestsSetupFixture.php. Wonder how that got there...diosmosis
2015-05-22Move Config::setTestEnvironment() to TestConfig. This will require changing ↵diosmosis
some non-pro plugins when merged (LoginLdap only I think).
2015-05-22update templatefabiocarneiro
2015-04-30Trying to re-enable composer selfupdate to fix UI testsMatthieu Napoli