Changelog for
MirrorCache-1.090-1.1.noarch.rpm :
* Thu Jan 09 2025 Andrii Nikitin
- Update to version 1.090:
* Add job to aggregate package download count (#552)
* Handle APKINDEX.tar.gz (alpine repository index) as well (#554)
* Fri Dec 13 2024 Andrii Nikitin - Update to version 1.089:
* Fix presense in header x-media-version when empty (#548)
* Add /app/efficiency reporting cache hit rate (#547)
* Do not verify redirects of unversioned files on HEAD requests (#546)
* Mon Dec 02 2024 Elisei Roca - Update assets cache and improve update-cache.sh script
* Thu Nov 28 2024 Andrii Nikitin - Update to version 1.088:
* Add parameter strict to /app/package
* Use urandom for random_string
* backstage: properly close DB connections in minion jobs
* systemd: for background services LOG_LEVEL=error and MemoryMax
* ci: Bump mariadb experimental version to 11.7
* Sat Nov 23 2024 Andrii Nikitin - Update to version 1.087:
* Fix enormous query retrieving existing packages (#536)
* Fri Nov 22 2024 Andrii Nikitin - Update to version 1.086:
* Extra filters to /app/package (#535)
* Thu Nov 21 2024 Andrii Nikitin - Update to version 1.085:
* Add /app/package (#534)
* Make sure services are started in setup.md
* Wed Nov 06 2024 Andrii Nikitin - Update to version 1.084:
* systemd: MOJO_TMPDIR=/var/lib/mirrorcache/tmp
* Smart handle of local symlinks
* Fri Oct 25 2024 Andrii Nikitin - Update to version 1.083:
* Escape regex in browse.html.ep (#527)
* Thu Oct 24 2024 Andrii Nikitin - Update to version 1.082:
* Redirect all local symlinks
* Detect only symlinks with specific name during remote scan
* fix encoding in the mirrors report when using MariaDB
* systemd: configure MOJO_TMP_DIR=/tmp/mirrorcache
* Set permission 750 to /etc/mirrorcache
* Fri Aug 09 2024 Andrii Nikitin - Update to version 1.081:
* Add /rest/project_disk_usage route (#510)
* fix redirect of unversioned files when accept has zsync (#509)
* Thu Aug 01 2024 Andrii Nikitin - Update to version 1.080:
* Add /rest/project_last_modified route (#506)
* Display project size in human friendly format (#503)
* Add flag mysql_enable_utf8mb4 when connectin to MariaDB (#505)
* Thu Jul 25 2024 Andrii Nikitin - Update to version 1.079:
* Show size of projects (#502)
* Thu Jul 18 2024 Andrii Nikitin - Update to version 1.078:
* Respect If-Modified-Since header (#501)
* Add content-disposition header in torrent responses (#497)
* Reuse file extention instead of url parameter in redirects (#497)
* Allow caches to serve files while re-checking (#492)
* Thu Jun 20 2024 Andrii Nikitin - Update to version 1.077:
* UI fix db sync timezone (#487)
* tmpfiles: Let working and run directories be always created (#488)
* Switch CI to 15.6 (#489)
* Fix doubleslash in mirrors report (#490)
* Tue May 21 2024 Andrii Nikitin - Update to version 1.076:
* Fix duplicate values in x-media-version response header
* ci: Temporarily disable systemd tests
* Tue May 21 2024 Andrii Nikitin - Update to version 1.075:
* Add url parameters for report/download
* ui: User friendly status of DB sync for a directory
* Add Etag and X-MEDIA-VERSION for folders
* Add response header X-MEDIA-VERSION
* Add Etag when rendering files
* Prioritize scanning of projects
* Make VPN_PREFIX a list
* Add WorkingDir to the subtree.service
* Add config for mojo tmpfiles
* fix redirect for mirrorlist parameter for zsync files
* Thu Apr 04 2024 Andrii Nikitin - Update to version 1.074:
* Rework mirrors report generation
* fix files mtime descrepancy when syncing over http
* Fix metalink for small files
* fix serving linked folders when dest changes
* Thu Mar 07 2024 Andrii Nikitin - Update to version 1.073:
* Track mirror propagation using time of job
* Add project propagation details /app/server_rollout/:version
* Do not show projects with negative priority
* Show only relevant mirrors in /report/mirrors/:proj
* fix .mirrorlist doesnt always work for repomd.xml
* ui: add prio column to /app/project
* Thu Feb 29 2024 Andrii Nikitin - Update to version 1.072:
* ui: add /app/project/:id with propagation
* Rework rollout to include subfolders in repo projects
* Thu Feb 08 2024 Andrii Nikitin - Update to version 1.071:
* Add rollout tracking for iso and repo projects (#451)
* Allow redirects in MirrorFileCheck task (#450)
* Add timeout for hashes import job (#449)
* Adjust regex for folder mirrorlist (#449)
* Thu Dec 07 2023 Andrii Nikitin - Update to version 1.070:
* ui: Show health on mirror card (#439)
* fix capabilities sometimes not shown in /report/mirrors (#438)
* Thu Nov 30 2023 Andrii Nikitin - Update to version 1.069:
* t: Adjust location of environ/mc/db links (#437)
* t: Make 09-stability-02 more robust (#437)
* t: Bump MariaDB experimental version (#437)
* t: Switch environ to package from github repo (#437)
* Add generation time to /report/mirrors (#436)
* Remove postgres replication support (#435)
* fix: mirrors with capability declaraion might disappear in /rest/server (#434)
* Thu Nov 16 2023 Andrii Nikitin - 1.068- Update to version 1.068:
* Add diagnostic job for checking presence of a file on mirrors
* Adjust switch Digest::Zsync to separate package
* Update regexps to handle zchunk, zstd and sha512
* Improve link detection in the same folder
* Add a Vary Fastly-SSL
* Thu Oct 26 2023 Andrii Nikitin - Update to version 1.067:
* fix handling combinations of metalink / zsync / mirrorlist / symlinks (#421)
* Thu Oct 19 2023 Andrii Nikitin - Update to version 1.066:
* Centalized mirror management (#417)
* Fix surepfluous .zsync in symlink redirect (#419)
* t: Move container tests to from leap 15.4 to 15.5
* Thu Sep 28 2023 Andrii Nikitin - Update to version 1.065:
* ui: Use https when applicable on mirrors report (#411)
* ui: Show country flag in mirror report (#411)
* ui: Tweak mirrors report (#411)
* ui: Remove tidy warnings from openSUSE branding (#411)
* ui: Add mirror details page (#411)
* Remove dark theme css code for Mirrors page (#408)
* Thu Sep 14 2023 Andrii Nikitin - Update to version 1.064:
* Remove must-revalidate from cache-control (#407)
* Add handling x-metalink-limit request header (#407)
* Add handling x-country-code request header (#407)
* Fix escaping in regexps (#406)
* Thu Aug 31 2023 Andrii Nikitin - Update to version 1.063:
* Add cache-control options (#404)
* Thu Aug 03 2023 Andrii Nikitin - Update to version 1.062:
* Add GEOIP config (#399)
* Add url parameter LIMIT fir number of mirrors in metalink (#399)
* Improve download report for multigroups (#398)
* Thu Jul 20 2023 Andrii Nikitin - Update to version 1.061:
* Add support of some parameters in ini file (#397)
* Fix html mirror report (#394)
* Thu Jun 15 2023 Andrii Nikitin - Update to version 1.060:
* Tolerate DB downtime (#392)
* Cache mirror report in case if DB or subsidiary is down (#393)
* Fix value of METALINK_GREEDY in meta4 (#389)
* Honor links for MIRRORCACHE_REDIRECT (#390)
* Rework and fix /rest/stat (#387)
* Mon May 08 2023 Andrii Nikitin - Update to version 1.059:
* Consider links when redirecting to the root (#374)
* Add backend for mirror-counries relation (#375)
* Use optinally default conf file in subtree service (#379)
* rework salt test to use formula (#378)
* ci: Switch systemd tests to github actions (#379)
* Switch to podman from docker in systemd tests (#379)
* Thu Apr 13 2023 Andrii Nikitin - Update to version 1.058:
* Add Vary header into http responses (#373)
* Add experimental feature mirrorlist for folder (#372)
* Fix redirect on remote MirrorCache (#372)
* Thu Apr 06 2023 Andrii Nikitin - Update to version 1.057:
* sql: Optimize lookup for server_project (#369)
* Avoid deadlock in minion pubsub code (#371)
* Avoid deadlock in cleanup job deleting from folder_diff (#371)
* ci: Switch ci container from 15.3 to 15.4 (#370)
* Thu Feb 09 2023 Andrii Nikitin - Update to version 1.056:
* Improve symlink handling when remote root references another remote root (#353)
* ui: add content-disposition inline to render_file (#355)
* Don\'t send users to Bugzilla by AATTAdamMajer (#357)
* Add leap 15.5 to project list (#358)
* Add GNOME iso to Current pattern (#356)
* Thu Feb 02 2023 Andrii Nikitin - Update to version 1.055:
* Handle redirects with RootRemote (#351)
* Add sha512 to hash (#352)
* Do not urlencode plus character (#352)
* Fri Jan 27 2023 Andrii Nikitin - Update to version 1.054:
* Optimise sql for erasing folder_diff_server (#347)
* Fix huge files rendered from REDIRECT_HUGE only for metalink (#348)
* Thu Jan 26 2023 Andrii Nikitin - Update to version 1.053:
* Add MIRROR_PROVIDER to share mirror list (#343)
* Fix REDIRECT_HUGE with local files (#345)
* ui: Dont encode colon character in file names (#346)
* Thu Jan 12 2023 Andrii Nikitin - Update to version 1.052:
* Detect redirects with remote root (#336)
* Add json parsing to FolderSync task (#337)
* Redirect Current.iso when no nfs mount (#339)
* Improve sorting of files in JavaScript (#340)
* Redirect huge files (#342)
* Secure last_id for jobs monitoring stat (#341)
* Thu Dec 29 2022 Andrii Nikitin - Update to version 1.051:
* Add P/GLOB and REGEX parameters to file listing (#334)
* ui: Move mirrorlist url to size/mtime column (#335)
* Improve url escaping in ui and redirects (#335)
* Thu Dec 22 2022 Andrii Nikitin - Update to version 1.050:
* Show description of top level folders for openSUSE (#333)
* Do not access DB in local render for / (#333)
* Improve layout for small screen size (#333)
* Implement realpath for remote root with nfs (#331)
* Thu Dec 15 2022 Andrii Nikitin - Update to version 1.049:
* Unify display of current path in /browse /download and .mirrorlist (#327)
* Show only hostname in mirrorlist url (#329)
* Set content-type for zsync (#328)
* Discover folders using realpath (#330)
* Thu Nov 24 2022 Andrii Nikitin - Update to version 1.048:
* Fix sorting by size in /report/download (#324)
* Change page size in /report/download (#324)
* Improve sorting in /browse (#324)
* Fix map icon not shown properly in .mirrorlist (#324)
* Thu Nov 24 2022 Andrii Nikitin - Update to version 1.047:
* Add /browse route to navigate folders with ajax (#322)
* Render TOP_FOLDER with /browse if browser (#322)
* Add ajax table for the one dimension download reports (#318)
* Cleanup stat older than STAT_KEEP_DAYS (8) (#319)
* Fix db password from ini file wasnt taken in all places (#323)
* Add option for enabling Mojo Status Plugin (#318)
* Thu Nov 17 2022 Andrii Nikitin - Update to version 1.046:
* Correctly render mirrorlist in browser when file is unknown
* Allow rendering .zsync files
* Render selected mirrors with osm in .mirrorlist
* Fri Nov 11 2022 Andrii Nikitin - Add temporary patch for default database name
* 0001-Default-db-name.patch
* Fri Nov 11 2022 Andrii Nikitin - Update to version 1.045:
* Add basic support for config from ini file (#314)
* Drop support for rsync in MIRRORCACHE_ROOT (#314)
* Allow html tags in CUSTOM_FOOTER_MESSAGE (#314)
* Fix os version in report generation on mariadb (#314)
* Fix zsync file generation missing empty line after header (#314)
* Fix download report including stats only from begin of hour (#315)
* Thu Oct 27 2022 Andrii Nikitin - Update to version 1.044:
* Move minion stats to unauthenticated route (#313)
* Fix occasional duplicate error in agg_download (#313)
* Thu Oct 27 2022 Andrii Nikitin - Update to version 1.043:
* Add backend for download size reports (#309)
* Add mirrors to zsync response (#312)
* Prefer zsync over metalink responses (#312)
* Avoid race condition when new files are discovered while mirrors are scanned (#311)
* Fix generation of zsync hashes for big files (#310)
* t: add manual test for local folder (#308)
* Retry hashes import if a new file hasnt got any (#307)
* Add trailing slash for top folders (#306) - bmwiedermann
* Thu Sep 29 2022 Andrii Nikitin - Update to version 1.042:
* Add support for metalink4 format (#303)
* Add url parameter IP to simulate geo experience (#304)
* t: Fix CI after changes in async rendering in Mojo (#303)
* Tue Sep 27 2022 Andrii Nikitin - Update to version 1.041:
* Fix metalink missing \'verification\' tag (#302)
* Thu Sep 22 2022 Andrii Nikitin - Update to version 1.040:
* Add parameter METALINK_GREEDY (#300)
* Optimization: assume package managers never want to render dir (#300)
* Fix mirror picked despite disabled in server_project table (#301)
* Avoid by and ru mirrors for ua requests (#298)- Remove temporary patch, it is now included in sources
* 0001-Avoid-by-and-ru-mrrors-for-ua-requests.patch
* Thu Sep 01 2022 Elisei Roca - Update assets cache
* Thu Sep 01 2022 Elisei Roca - Add temporary patch to avoid by and ru mirrors for ua requests
* 0001-Avoid-by-and-ru-mrrors-for-ua-requests.patch
* Fri Aug 26 2022 Andrii Nikitin - Update to version 1.039:
* Fix editing columns with underscore in /app (#297)
* Fix mirror report links in header (#297)
* Wed Aug 24 2022 Andrii Nikitin - Update to version 1.038:
* Control order of projects in mirrors report (#294)
* Include subsidiary url into region in /report/mirrors (#295)
* Add mirror report links to header in openSUSE template (#296)
* Add operator to mirrors report (#296)
* Add column sponsor to server table (#296)
* Thu Aug 11 2022 Andrii Nikitin - Update to version 1.037:
* Add configuration for redirect for projects (#293)
* Fri Aug 05 2022 Andrii Nikitin - Update to version 1.036:
* Fix mirrors report when missing folders (#288)
* Tweak systemd files (#291)
* Rework mirrors report (#290)
* Rescan if no country hit (#292)
* Thu Jun 23 2022 Andrii Nikitin - Update to version 1.035:
* Add project checkboxes to mirror report (#280)
* Collect report from subsidiaries (#282)
* Fix incorrect path in metalink for origin file (#281)
* Add config CUSTOM_FOOTER_MESSAGE (#283)
* CircleCI: ignore gh-pages branch (#279)
* Tue Jun 07 2022 Andrii Nikitin - Update to version 1.034:
* Provide torrent (#278)
* Add report for projects on mirrors (#276)
* Fix render when metalink is optional (#277)
* Thu May 19 2022 Andrii Nikitin - Update to version 1.033:
* Add various patterns for files for which mirrors shouldnt be used (#275)
* Fix regexp in latest_misses sql so
*-primary.xml wasnt requesting scans (#275)
* Add MyMirrors menu to openSUSE branding (#275)
* Introduce MIRRORCACHE_VPN variable which has higher priority thant MIRRORCACHE_VPN_PREFIX (#275)
* Allow regular users add and manage own mirrors (#274)
* Add parameter MIRRORCACHE_MAX_PATH (#274)
* Thu May 12 2022 Andrii Nikitin - Update to version 1.032:
* Set MIME type when rendering files (#273)
* Optimize main sql query so it doesnt create tmp disk tables in mariadb (#272)
* Force sql plan in job mirror_check_from_stat for mariadb (#272)
* Add shared guard to schedule jobs to avoid deadlocks in DB (#272)
* Thu May 05 2022 Andrii Nikitin - Update to version 1.031:
* Do not search mirrors for small files with local root (#271)
* Improve detection of https behind proxy (#271)
* Thu Apr 28 2022 Andrii Nikitin - Update to version 1.030:
* Local publisher origin in metalink (#267)
* Ignore work requested by rclone (#268)
* Use random mirror for unknown countries (#269)
* Collect statistics for bot activity (#270)
* Thu Apr 21 2022 Andrii Nikitin - Update to version 1.029:
* Add support for MariaDB (#265)
* Fix occasional SQL error when mirrorlist for unknown country (#264)
* Fix scheduling folder scan if were not accessed for more than month (#263)
* Wed Mar 30 2022 Andrii Nikitin - Update to version 1.028:
* Introduce in-application load balancing read queries to DB replica (#262)
* Fix bigint DB error when inserting hash for big files (#262)
* Move initialization code from before_server_start to execute earlier (#262)
* t: Fix unstable test 03-headquarter-subsidiaries-weight1 by correcting expected values (#262)
* spec: Fix renamed README in the spec file (#262)
* Wed Mar 16 2022 Andrii Nikitin - Update to version 1.027:
* Fix auto-disabled mirrors may be still used for redirection (#261)
* Increase logging level for timeouts in PEDANTIC mode (#261)
* Serve CentOS repodata from root only (#261)
* Wed Mar 09 2022 Andrii Nikitin - Update to version 1.026:
* Fix message for unknown folder render timeout (#260)
* Support single-country subsidiaries (#259)
* Add table server_stability (#258)
* Thu Feb 10 2022 Andrii Nikitin - Update to version 1.025:
* Allow headquarter be in HA subsidiary handling (#255)
* Stat log after render (#256)
* Add SMALL_FILE_SIZE to serve small files directly from ROOT_NFS (#254)
* Thu Feb 03 2022 Andrii Nikitin - Update to version 1.024:
* Allow multiple subsidiaries per region (#250)
* Add internal timeouts for mirror checks and rendering (#249, #252)
* Thu Jan 20 2022 Andrii Nikitin - Update to version 1.023:
* Add execution_time to stat table (#247)
* Publish docs with mkdocs and github actions (#243)
* Local render when ROOT_NFS (#246)
* Add support for zsync hashes (#245)
* Do not use app->static for rendering (#244)