libelektra
libelektra copied to clipboard
Elektra serves as a universal and secure framework to access configuration settings in a global, hierarchical key database.
Using the list of functions for which POSIX _does not_ guarantee thread-safety from [here](https://pubs.opengroup.org/onlinepubs/9699919799/functions/V2_chap02.html#tag_15_09_01), I have now found that we use (with usage counts): - `basename`: 1 - `dirname`: 3...
I'm curious: could you point me to those lock plugins? I just took a quick look and didn't find any. _Originally posted by @atmaxinger in https://github.com/ElektraInitiative/libelektra/pull/4892#discussion_r1193456326_
## Basics This PR has basically the same content as the PR https://github.com/ElektraInitiative/libelektra/pull/4851, but it should be merged into `kdb_cli_rewrite` instead of `mount_cli_integration`. I created a new branch based on...
Lots of tests currently fail in the master branch (c56018228d913a67de3b37e79cd51a652c5285f1). ## Expected Result All tests should pass ## Actual Result The following tests are failing: - [x] 19 - testlib_notification...
With this PR (https://github.com/ElektraInitiative/libelektra/pull/4895) we have introduced the go binding into our main repo. It seems that some of our distros use `pkg-config` but the newer version is `pkgconf`. `pkg-config`...
With this PR (https://github.com/ElektraInitiative/libelektra/pull/4895) we have introduced the go binding into our main repo. `Go` seems to have issue with spaces in any folder names etc. so it fails on...
Based on the discoveries from the last meeting and the recent troubles with disk space (see #160) I propose we do more immediate cleanup in the Jenkins pipeline. Currently, we...
Add test for and fix the problem where the value was not validated when set. Fixes #1164 ## Basics - [x] Short descriptions of your changes are in the release...
## Steps to Reproduce the Problem I am trying to install self-packaged packages in Debian following the guide: https://www.libelektra.org/installation/installation#cpack I ran the command in a container specified by the following...
The spec plugin isn't completely conformant with what should be done in the spec hook. When implementig the hook, we decided to not waste too much time on it, just...