libelektra
libelektra copied to clipboard
Elektra serves as a universal and secure framework to access configuration settings in a global, hierarchical key database.
Adds the `elektra` prefix to `kdbOpen`, `kdbGet`, `kdbSet` and `kdbClose`. Commit 2546a573fb416dd14030c78785ecf22b185cbf8e was done with https://github.com/kodebach/tree-surgeon, everything else was performed manually. For the Java binding some (if not all) of...
Disable cascading writes(fixes #3742), add new tests and update existing tests and docs. This also fixes #4028 ## Basics - [x] Short descriptions of your changes are in the release...
## Basics - [ ] Short descriptions of your changes are in the release notes (added as entry in `doc/news/_preparation_next_release.md` which contains `_(my name)_`) **Please always add them to the...
## Steps to Reproduce the Problem Compile the Java binding with JDK 20 ## Expected Result No errors ## Actual Result A bunch of warnings concerning the javadoc comments ```...
The new `C` version of `kdb` should also support `--profile`, like the `C++` version did. Currently, it does not.
I'd like to change `Elektra` default locations from `/etc` and `~` to some other locations. Mostly because working from RAM in a `Docker` lost when shutting down unexpectedly. Hence those...
> Noticed in #4943 `libelektra-opts` uses our standard `errorKey` system to report errors. That's sufficient, if the errors are just displayed to the user, but if you want to do...
> Noticed by @hannes99 in #4949 `libelektra-opts` does support [parameter arguments](https://www.libelektra.org/tutorials/command-line-options#parameter-arguments). A "parameter argument" is a CLI arguments that is neither an option, an option argument nor a subcommand, e.g....
Create "Getting Started Tutorials" to be linked on main page: - [ ] error handling (how to set/add errors/warnings) - [ ] how to work with types in Elektra (+...
go get fails
``` $ go get github.com/ElektraInitiative/libelektra/src/bindings/[email protected] go: downloading github.com/ElektraInitiative/libelektra v0.10.0 go: module github.com/ElektraInitiative/[email protected] found, but does not contain package github.com/ElektraInitiative/libelektra/src/bindings/go-elektra ```