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
2021-01-154.1.14.1.1Matthieu Aubry
2021-01-044.1.1-b24.1.1-b2Matthieu Aubry
2020-12-274.1.1-b14.1.1-b1Matthieu Aubry
2020-12-224.1.04.1.0Matthieu Aubry
2020-12-224.1.0-rc24.1.0-rc2Matthieu Aubry
2020-12-214.1.0-rc14.1.0-rc1Matthieu Aubry
2020-12-194.1.0-b24.1.0-b2Matthieu Aubry
2020-12-174.1.0-b14.1.0-b1Matthieu Aubry
2020-12-174.0.6-b1Matthieu Aubry
2020-12-08Set version to 4.0.54.0.5Thomas Steur
2020-12-08Bump version to 4.0.5-b1Thomas Steur
2020-12-04Set version to 4.0.4 (#16882)4.0.4Thomas Steur
2020-12-04Set version to 4.0.4-b1 (#16881)4.0.4-b1Thomas Steur
2020-12-02Remove no longer shipped example plugins during update (#16858)Thomas Steur
* Remove no longer shipped example plugins during update * remove all example plugins
2020-11-30Bump version to 4.0.3 (#16839)4.0.3Thomas Steur
2020-11-284.0.24.0.2Matthieu Aubry
2020-11-274.0.14.0.1Matthieu Aubry
2020-11-26Remove ExampleTheme plugin on update (#16807)Thomas Steur
* Remove ExampleTheme plugin on update We already deactivate the plugin but it looks like we actually need to fully remove the plugin. It should only be removed if it was not installed through git as in git we still have it. * Update Version.php
2020-11-234.0.04.0.0Matthieu Aubry
2020-11-23Remove existing invalidations before scheduling new ones (#16772)4.0.0-rc7Thomas Steur
2020-11-19Bump version to rc64.0.0-rc6Thomas Steur
2020-11-18Bump version to Matomo 4 RC5 (#16736)Thomas Steur
2020-11-16typo in deleting blob archive data (#16717)diosmosis
2020-11-12Better detect failed archiving jobs. (#16701)4.0.0-rc3diosmosis
2020-11-11Fix build (#16698)Thomas Steur
2020-11-02bump version to 4.0.0-rc1Stefan Giehl
2020-10-29Increase beta versionStefan Giehl
2020-10-01Rename login_whitelist_ip config to login_allowlist_ip (#16413)Thomas Steur
2020-05-07Rewrite cron archiving process for easier maintenance and performance (#15499)diosmosis
* Adding initial new code for cron archive rewrite. * first pass at removing unused CronArchive code. * unfinished commit * fill out archiveinvalidator code * getting some tests to pass * unfinished commit * fixing part of test * Another test fix. * another sql change * fix broken merge or something else that went wrong * Couple more fixes and extra logs. * Fixing enough issues to get core archive command to run completely. * Fix and log change. * Fixed more segment/test related issues for CronArchiveTest. Includes optimization for no visits for period + segment process from handling. * another optimization and possible build fix * no visit optimization * test fix * Implement archiving_custom_ranges logic w/ queue based implementation * fixes to get archivecrontest to work * add logic to invalidate today period * fix optimization and some tests * Fixing more tests. * Fixing more tests * debug travis failure * more test fixes * more test fixes, removing more unneeded code, handling some TODOs * Handle more TODOs including creating ArchiveFilter class for some cli options. * tests and todos * idarchives are specific to table + start on archivefilter tests * one test * more TODOs and tests * more tests and todo taken care of * handle more todos * fixing more tests * fix comment * make sure autoarchiving is enabled for segments when cron archive picks them up * Fixing test. * apply more pr feedback * order by date1 asc * quick refactor * use batch insert instead of createDummyArchives * apply rest of pr feedback * add removed events, add new test, fix an issue (when deleting idarchives older than do not lump all segments together). * re-add fixed/shared siteids * fix tests * incomplete commit * Insert archive entries into archive_invalidations table. * Use invalidations table in core:archive and get ArchiveCronTest to pass. * fixing some tests * debugging travis * fix more tests & remove DONE_IN_PROGRESS which is no longer used. * fix more tests * apply review feedback * fix tests * try fixing alltests build * try again * try again * Move archive_invalidations update to new beta since omnifixture was updated w/o it. * Another fix.
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
* update doc blocks with new name * submodule updates * updates expected UI files
2020-01-14Initialise 4.x branch (#15383)Thomas Steur
2020-01-133.13.1-rc23.13.1-rc2Matthieu Aubry
2020-01-083.13.1-rc13.13.1-rc1Matthieu Aubry
2020-01-023.13.1-b23.13.1-b2Matthieu Aubry
2019-12-163.13.1-b13.13.1-b1Matthieu Aubry
2019-11-273.13.0 release!3.13.0Matthieu Aubry
2019-11-253.13.0-rc13.13.0-rc1Matthieu Aubry
2019-11-203.13.0-b13.13.0-b1Matthieu Aubry
2019-10-29:boom: 3.12.0 release :boom:3.12.0Matthieu Aubry
2019-10-293.12.0-rc33.12.0-rc3Matthieu Aubry
2019-10-293.12.0Matthieu Aubry
2019-10-223.12.0-rc23.12.0-rc2Matthieu Aubry
2019-10-163.12.0-rc13.12.0-rc1Matthieu Aubry
2019-10-113.12.0-b73.12.0-b7Matthieu Aubry
2019-10-103.12.0-b63.12.0-b6Matthieu Aubry
2019-10-033.12.0-b53.12.0-b5Matthieu Aubry
2019-09-263.12.0-b43.12.0-b4Matthieu Aubry
2019-09-053.12.0-b33.12.0-b3Matthieu Aubry
2019-08-243.12.0-b23.12.0-b2Matthieu Aubry
2019-07-29Move queued tracking lock implementation to core for other uses. (#14686)diosmosis
* Move queued tracking lock implementation to core for other uses. * tweaks * Fix up PR and move table creation to schema since it is simpler. * fix namespace