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 (Expand)Author
2022-03-10[Codingstyle] Disallow unused use statements (#18520)Stefan Giehl
2021-11-25Add option to specify the max number of websites to process by archiver. (#18...Ere Maijala
2021-08-30If a usable archive exists and the invalidation is for a specific plugin, del...Justin Velluppillai
2021-08-12before trying to invalidate parent period, make sure period is enabled in INI...dizzy
2021-04-30Fix determine segment rearchive date (#17505)Stefan Giehl
2021-04-23Improve method to determine date to archive segments from (#17492)Stefan Giehl
2021-04-21Remove urlencode for segment definitions (#17475)Zoltan Flamis
2021-04-19store segment hash in DB (#17408)Zoltan Flamis
2021-04-13Allow processing segments X days before last edit day (#17447)Stefan Giehl
2021-02-22ignore error in rearchive segment call in update (#17240)dizzy
2021-02-17properly encode segment definitions from table so the hash will be the same a...dizzy
2021-02-05Refactor segment re-archiving in past behavior to be on demand (#17005)dizzy
2021-02-02Allow filtering for invalidations for specific reports in core:archive (mostl...diosmosis
2021-01-28use Rules method instead of getting stored segments directly to pre-archive e...diosmosis
2021-01-13Fix --skip-idsites regression and increment processed site count properly + a...diosmosis
2021-01-05Add unit test for QueueConsumer::shouldSkipArchiveBecauseLowerPeriodOrSegment...diosmosis
2020-12-21When looking for other climulti processes, also make sure idSite is same. (#1...diosmosis
2020-12-17Fix intersecting period logic so proper archives will archive in parallel. (#...diosmosis
2020-12-14Better detection for end of sharedSiteId queue (#16769)Thomas Steur
2020-12-14add note message when continuing an existing queue (#16765)diosmosis
2020-12-08If archive_invalidations is in inconsistent state, fix as getting next archiv...diosmosis
2020-12-08Only invalidate in past for segments that belong to the site … (#16896)diosmosis
2020-12-07Remove invalidations for segments that are not pre-processed if found. (#16895)diosmosis
2020-12-04segment invalidations must be paired w/ normal invalidations (#16845)diosmosis
2020-12-02Fix ttl not being respected on existing invalidations (#16851)diosmosis
2020-12-02only select invalidations that were added before a sites archiving began (#16...diosmosis
2020-12-02More rigorous checks for non-existant site so archiving wont fail if … (#16...diosmosis
2020-11-30re-add missing condition for --skip-segments-today (#16777)diosmosis
2020-11-26Invalidate everything once before a site is archived and do not inval… (#16...diosmosis
2020-11-13Delayed rearchiving (#16702)diosmosis
2020-10-28only look for done_ok archives when doing usable archive check (#16610)diosmosis
2020-10-09three archiving fixes (#16548)diosmosis
2020-09-21Add extra check for queue consumer to prevent duplicates and add duplicate ch...diosmosis
2020-09-11Add methods to remove invalidations. (#16400)diosmosis
2020-08-04allow invalidating plugin archives only and archiving past data for plugins (...diosmosis
2020-06-08Switch from bower to npm and update JS libraries (#14082)diosmosis
2020-05-07Rewrite cron archiving process for easier maintenance and performance (#15499)diosmosis
2020-04-24Update doc blocks with new name (#15857)Stefan Giehl
2020-04-01Merge branch '3.x-dev' into 4.x-devsgiehl
2020-03-25Add possibility to silently stop the archiver without an error (#15724)Thomas Steur
2020-01-28Use rebranded components (#15253)Stefan Giehl
2020-01-20Removes some code marked as deprecated (#15419)Stefan Giehl
2019-07-05Update the link tag for all php files (#14635)Luca
2018-08-01Add some simple profiling output to core:archive command (#13215)diosmosis
2018-04-23Make sure core:archive terminates when all initial websites have been process...Thomas Steur
2016-04-06fix #10005 When forcing archiving on multiple sites, it silently fails if one...Thomas Steur
2015-08-21Update debug log in statement in SegmentArchivingRequestUrlProvider::getCreat...diosmosis
2015-08-21Small refactor to remove indentation in SegmentArchivingRequestUrlProvider.diosmosis
2015-08-21Add new option for [General] process_new_segments_from option, 'segment_last_...diosmosis
2015-05-27fix core folder with php-cs-fixer for psr-2fabiocarneiro