Saturday, 12 March 2022
KDE today announces the release of KDE Frameworks 5.92.0.
KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.
This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.
Announcement and Changelog:
https://kde.org/announcements/frameworks/5/5.92.0/
PR: 262522
Exp-run by: antoine
The build with CCACHE can be significantly sped up by passing
PYTHONHASHSEED=1 in the environment to make the build reproducible
with regard to the compiler commands issued.
PR: 262092
Reported by: chris at chrullrich.net (Christian Ullrich)
- Add nats to UIDs and GIDs
- Add extra commands for logrotate and 'lame duck mode'.
From the docs:
In production we recommend that a server is shut down with "lame duck mode"
as a graceful way to slowly evict clients. With large deployments this
mitigates the "thundering herd" situation that will place CPU pressure on
servers as TLS enabled clients reconnect.
After entering lame duck mode, the server will stop accepting new
connections, wait for a 10 second grace period, then begin to evict clients
over a period of time configurable by the configuration option. This
period defaults to 2 minutes.
Required for gitlab-ce 14.8.
14.8.0 (2022-02-21)
Added (9 changes)
repository: Add new RPC to prune unreachable objects (merge request)
limithandler: Add metrics for queue limiting (merge request)
migrate: Add -verbose flag to sql-migrate (merge request)
Added json output for gitaly-backup by @imskr (merge request)
limithandler: enable max queue wait time (merge request)
limithandler: add concurrency queue limit (merge request)
proto: Add detailed errors when updating references fails (merge request)
feat: Detect SSH signed objects (merge request)
cmd/praefect: Check of the system clock synchronization (merge request)
Fixed (10 changes)
Propagate NotFound error returned by GetRepoPath (merge request)
coordinator: Fix error comparison causing excessive replication jobs (merge request)
Handle CreateObjectPool as a repository creation RPC (merge request)
Makefile: Use pkg-config if available to set LIBPCREDIR (merge request)
demo: Fix deletion of Praefect Cloud SQL instance (merge request)
operations: Skip rebasing commits which become empty (merge request)
housekeeping: Fix pruning of "remote.*.prune" config key (merge request)
operations: Always respect committer timezone in UserApplyPatch (merge request)
Shorten server keepalive period to 5 minutes (merge request)
operations: Respect timezone of committer in UserApplyPatch (merge request)
Changed (14 changes)
Update actionpack and related Ruby gems (merge request)
ci: Upgrade CI images to Debian bullseye (merge request)
repository: Clean up worktrees in OptimizeRepository (merge request)
repository: Use heuristic to pack refs in OptimizeRepository (merge request)
repository: Use heuristic to prune objects in OptimizeRepository (merge request)
repository: Use heuristic for incremental repacks in OptimizeRepository (merge request)
repository: Use heuristic for full repacks in OptimizeRepository (merge request)
migrate: Print execution time of migrations (merge request)
replicator: Log number of stale jobs deleted (merge request)
fetch: Stop writing FETCH_HEAD (merge request)
config: Exclude DB metrics by default (merge request)
hooks: Don't use Ruby hooks by default (merge request)
cmd/gitaly-git2go: Upgrade to libgit2 v1.3.0 (merge request)
operations: Return detailed error when reference update fails in merge (merge request)
Deprecated (1 change)
operations: Deprecate the rebase ID (merge request)
Performance (7 changes)
git: Backport patches to speed up git-fetch(1) in repos with many refs (merge request)
datastore: Clean completed & dead replication jobs (merge request)
repository: Avoid spawning Git command if there is no worktree to prune (merge request)
localrepo: Use protocol v2 for internal fetches (merge request)
repository: Use skipping negotiation algorithm for replication (merge request)
housekeeping: Strip empty config sections (merge request)
Expand flat paths only for the returned page in GetTreeEntries (merge request)
Other (2 changes)
chore: Add ssh signature test case (merge request)
client: Expose sidechannel server methods (merge request)
Changelog:
https://gitlab.com/gitlab-org/gitaly/-/blob/master/CHANGELOG.md