Commit Graph

6 Commits

Author SHA256 Message Date
edc5e22392 Accepting request 911818 from home:eroca:branches:MirrorCache
* Switch to manual in _service for the sources (to be able to submit to factory)
* Add changesgenerate service so that `osc service manualrun`
  - gets new sources, extracts everything from dist/rpm
  - create a changes file entry (still needs to be checked as it puts changes from previous releases)
* Add complete changelog

OBS-URL: https://build.opensuse.org/request/show/911818
OBS-URL: https://build.opensuse.org/package/show/openSUSE:infrastructure:MirrorCache/MirrorCache?expand=0&rev=12
2021-08-12 12:43:25 +00:00
Andrii Nikitin
c190d4d8b9 1.001 2021-07-09
- Fix redirect to https when mirror doesnt have it
  - Verify size on mirrors for files with -Current suffix
  - t: Fix test redirect from landing page when TOP_FOLDERS is set

OBS-URL: https://build.opensuse.org/package/show/openSUSE:infrastructure:MirrorCache/MirrorCache?expand=0&rev=5
2021-07-09 13:55:49 +00:00
Andrii Nikitin
bb45628c9e 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
2021-07-08 08:58:22 +00:00
Andrii Nikitin
03a7e993c8 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

OBS-URL: https://build.opensuse.org/package/show/openSUSE:infrastructure:MirrorCache/MirrorCache?expand=0&rev=3
2021-07-01 05:42:36 +00:00
Andrii Nikitin
d1af4fefe4 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.

OBS-URL: https://build.opensuse.org/package/show/openSUSE:infrastructure:MirrorCache/MirrorCache?expand=0&rev=2
2021-06-24 07:29:04 +00:00
9c4f8402dd Accepting request 898516 from home:andriinikitin:MirrorCache
Time to do the switch

OBS-URL: https://build.opensuse.org/request/show/898516
OBS-URL: https://build.opensuse.org/package/show/openSUSE:infrastructure:MirrorCache/MirrorCache?expand=0&rev=1
2021-06-08 17:23:24 +00:00