1.0 2021-07-08
- Fix render of branding when TOP_FOLDERS is set. - Add 'My Statistics' menu item with individual statistics for IP. - Internals: use stat table for scheduling jobs. - Internals: fix unsafe usage of Datamodule in delayed rendering. M MirrorCache.changes Diff for working copy: . Index: MirrorCache.changes =================================================================== --- MirrorCache.changes (revision 3) +++ MirrorCache.changes (working copy) @@ -1,3 +1,53 @@ +1.0 2021-07-08 + - Fix render of branding when TOP_FOLDERS is set. + - Add 'My Statistics' menu item with individual statistics for IP. + - Internals: use stat table for scheduling jobs. + - Internals: fix unsafe usage of Datamodule in delayed rendering. + +0.9 2021-07-01 + - ui: Add branding capability and footer info + - ui: Render landing page if MIRRORCACHE_TOP_FOLDERS is set + - Truncate country code to two letters + - Log trailing slash in stat + - Fix double stats when no mirror in country + - t: Replace repo in docker to openSUSE:infrastructure + - salt: switch test to use 15.3 + +0.8 2021-06-24 + - Add mirrorlist page, reference it in file listing 'Metadata' column; + - Do not require /download prefix when MIRRORCACHE_TOP_FOLDERS is configured; + - Fix error "time_bad_sig: Return_to signature is not valid." during openid login by setting secret in Mojo app; + - Performance improvements in estimating load on background jobs; + - Performance improvements in stat calculation; + - [ui] Move mirror statistics to folder status form; + - Cleanup audit events, add DB index for that; + - Tweak job creating metadata (folder_hashes_create); + - Schedule scan when main server serves as a mirror; + - Improve handling symlinked files in rsync root; + - rpm spec improvements. + +0.7 2021-06-03 + - [ui] Change /logout only on POST message, (before it was on GET). + - [ui] Tweak html in file listing. + - [ui] Use natural sort in file listing (case insensitive, foo-9 before foo-10). + - [internal] Significantly reduce time of guards inside some permanent tasks. + - [internal] (Experimental) new task FolderHashesCreate in new queue hashes to collect files metadata and store in db. + - [tests] Switch test containers to leap 15.3 + +0.6 2021-05-27 + - an audit logs page for admins + - new config MIRRORCACHE_AUTH_URL, fake auth for testing + - new permanent job mirror_check_from_stat + - tests: switch to new reworked environ framework + +0.5 2021-04-30 + - Obsolete MIRRORCACHE_FALLBACK_REDIRECT in favor of MIRRORCACHE_REDIRECT + - Adjust github address to openSUSE + +0.4 2021-04-29 + - Collect file size from origin if nginx with indexing + - Add favicon and initial version of logo + 0.3 2021-04-24 - Remove column db_sync_for_country from /app/folder OBS-URL: https://build.opensuse.org/package/show/openSUSE:infrastructure:MirrorCache/MirrorCache?expand=0&rev=4
This commit is contained in:
parent
03a7e993c8
commit
bb45628c9e
@ -1,3 +1,53 @@
|
|||||||
|
1.0 2021-07-08
|
||||||
|
- Fix render of branding when TOP_FOLDERS is set.
|
||||||
|
- Add 'My Statistics' menu item with individual statistics for IP.
|
||||||
|
- Internals: use stat table for scheduling jobs.
|
||||||
|
- Internals: fix unsafe usage of Datamodule in delayed rendering.
|
||||||
|
|
||||||
|
0.9 2021-07-01
|
||||||
|
- ui: Add branding capability and footer info
|
||||||
|
- ui: Render landing page if MIRRORCACHE_TOP_FOLDERS is set
|
||||||
|
- Truncate country code to two letters
|
||||||
|
- Log trailing slash in stat
|
||||||
|
- Fix double stats when no mirror in country
|
||||||
|
- t: Replace repo in docker to openSUSE:infrastructure
|
||||||
|
- salt: switch test to use 15.3
|
||||||
|
|
||||||
|
0.8 2021-06-24
|
||||||
|
- Add mirrorlist page, reference it in file listing 'Metadata' column;
|
||||||
|
- Do not require /download prefix when MIRRORCACHE_TOP_FOLDERS is configured;
|
||||||
|
- Fix error "time_bad_sig: Return_to signature is not valid." during openid login by setting secret in Mojo app;
|
||||||
|
- Performance improvements in estimating load on background jobs;
|
||||||
|
- Performance improvements in stat calculation;
|
||||||
|
- [ui] Move mirror statistics to folder status form;
|
||||||
|
- Cleanup audit events, add DB index for that;
|
||||||
|
- Tweak job creating metadata (folder_hashes_create);
|
||||||
|
- Schedule scan when main server serves as a mirror;
|
||||||
|
- Improve handling symlinked files in rsync root;
|
||||||
|
- rpm spec improvements.
|
||||||
|
|
||||||
|
0.7 2021-06-03
|
||||||
|
- [ui] Change /logout only on POST message, (before it was on GET).
|
||||||
|
- [ui] Tweak html in file listing.
|
||||||
|
- [ui] Use natural sort in file listing (case insensitive, foo-9 before foo-10).
|
||||||
|
- [internal] Significantly reduce time of guards inside some permanent tasks.
|
||||||
|
- [internal] (Experimental) new task FolderHashesCreate in new queue hashes to collect files metadata and store in db.
|
||||||
|
- [tests] Switch test containers to leap 15.3
|
||||||
|
|
||||||
|
0.6 2021-05-27
|
||||||
|
- an audit logs page for admins
|
||||||
|
- new config MIRRORCACHE_AUTH_URL, fake auth for testing
|
||||||
|
- new permanent job mirror_check_from_stat
|
||||||
|
- tests: switch to new reworked environ framework
|
||||||
|
|
||||||
|
0.5 2021-04-30
|
||||||
|
- Obsolete MIRRORCACHE_FALLBACK_REDIRECT in favor of MIRRORCACHE_REDIRECT
|
||||||
|
- Adjust github address to openSUSE
|
||||||
|
|
||||||
|
0.4 2021-04-29
|
||||||
|
- Collect file size from origin if nginx with indexing
|
||||||
|
- Add favicon and initial version of logo
|
||||||
|
|
||||||
0.3 2021-04-24
|
0.3 2021-04-24
|
||||||
- Remove column db_sync_for_country from /app/folder
|
- Remove column db_sync_for_country from /app/folder
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:870dd8a534c239a052790b0bfbd889eb5b936f2e42d7eb4aedf21ea1c43db9a4
|
|
||||||
size 626700
|
|
3
_service:obs_scm:MirrorCache-1.0.obscpio
Normal file
3
_service:obs_scm:MirrorCache-1.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:03fda78fe81cc6f4b1afce1a02bc3606903248f0cef972853b4ec12c53b8c259
|
||||||
|
size 631308
|
@ -1,5 +1,5 @@
|
|||||||
name: MirrorCache
|
name: MirrorCache
|
||||||
version: 0.9
|
version: 1.0
|
||||||
mtime: 1625060597
|
mtime: 1625681121
|
||||||
commit: 2331086c2cfde4f9374aae55aa2fac540033e939
|
commit: dc86160ba67289d264763f5f5e756611dd11f526
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%define main_requires %{assetpack_requires} perl(Carp) perl(DBD::Pg) >= 3.7.4 perl(DBI) >= 1.632 perl(DBIx::Class) >= 0.082801 perl(DBIx::Class::DynamicDefault) perl(DateTime) perl(Encode) perl(Time::Piece) perl(Time::Seconds) perl(Time::ParseDate) perl(DateTime::Format::Pg) perl(Exporter) perl(File::Basename) perl(LWP::UserAgent) perl(Mojo::Base) perl(Mojo::ByteStream) perl(Mojo::IOLoop) perl(Mojo::JSON) perl(Mojo::Pg) perl(Mojo::URL) perl(Mojo::Util) perl(Mojolicious::Commands) perl(Mojolicious::Plugin) perl(Mojolicious::Plugin::RenderFile) perl(Mojolicious::Static) perl(Net::OpenID::Consumer) perl(POSIX) perl(Sort::Naturally) perl(URI::Escape) perl(XML::Writer) perl(base) perl(constant) perl(diagnostics) perl(strict) perl(warnings) shadow rubygem(sass) perl-Net-DNS perl-LWP-Protocol-https perl-Digest-SHA
|
%define main_requires %{assetpack_requires} perl(Carp) perl(DBD::Pg) >= 3.7.4 perl(DBI) >= 1.632 perl(DBIx::Class) >= 0.082801 perl(DBIx::Class::DynamicDefault) perl(DateTime) perl(Encode) perl(Time::Piece) perl(Time::Seconds) perl(Time::ParseDate) perl(DateTime::Format::Pg) perl(Exporter) perl(File::Basename) perl(LWP::UserAgent) perl(Mojo::Base) perl(Mojo::ByteStream) perl(Mojo::IOLoop) perl(Mojo::JSON) perl(Mojo::Pg) perl(Mojo::URL) perl(Mojo::Util) perl(Mojolicious::Commands) perl(Mojolicious::Plugin) perl(Mojolicious::Plugin::RenderFile) perl(Mojolicious::Static) perl(Net::OpenID::Consumer) perl(POSIX) perl(Sort::Naturally) perl(URI::Escape) perl(XML::Writer) perl(base) perl(constant) perl(diagnostics) perl(strict) perl(warnings) shadow rubygem(sass) perl-Net-DNS perl-LWP-Protocol-https perl-Digest-SHA
|
||||||
%define build_requires %{assetpack_requires} rubygem(sass) tidy sysuser-shadow sysuser-tools
|
%define build_requires %{assetpack_requires} rubygem(sass) tidy sysuser-shadow sysuser-tools
|
||||||
Name: MirrorCache
|
Name: MirrorCache
|
||||||
Version: 0.9
|
Version: 1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: WebApp to redirect and manage mirrors
|
Summary: WebApp to redirect and manage mirrors
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user