mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-03-10 15:52:40 -05:00
Sort order in releases #63
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Just4Link on GitHub (Oct 24, 2025).
Originally assigned to: @arunavo4 on GitHub.
It seems the releases are affected too with wrong sort order. The earlier release is on top while the newer release is on second.
@arunavo4 commented on GitHub (Oct 24, 2025):
@Just4Link OKay will fix this tomorrow.
@Just4Link commented on GitHub (Oct 24, 2025):
thanks for the fast response.
One question in offtopic. What config has the priority? The config file or the gui changes? I use a lxc from helper-scripts, so no docker.
@arunavo4 commented on GitHub (Oct 24, 2025):
@Just4Link the Env variables or config files only will load at the first start of the application onto the SQLite db that will store all the user pref and that shows in GUI and if you change anything on the web GUI that then is stored in db and considered latest update or source of truth
@arunavo4 commented on GitHub (Oct 27, 2025):
@Just4Link It will be released in the next release for now you can test this image
docker pull ghcr.io/raylabshq/gitea-mirror:af9bc86and close the issue if its working as expected.@Just4Link commented on GitHub (Oct 27, 2025):
I dont use a docker instance. I run gitea-mirror in a lxc from the community-scripts. But of course i give feedback asap when the new version is out.
@Just4Link commented on GitHub (Oct 30, 2025):
I tested the new version 3.8.11. I mirrored the repository from above from scratch but the version are still not in the right order. Same behavior like on the screenshot in the first post.