libelektra
libelektra copied to clipboard
Elektra serves as a universal and secure framework to access configuration settings in a global, hierarchical key database.
Follow-up from #4294: - [x] #4393 - [ ] An example using plugin code (current example covers most functions) - [ ] Array handling functions (open discussion for the best...
@omnidan @ElektraInitiative/elektradevelopers if possible, please copy and paste the text of the 0.8.16 release where suitable, e.g.: - reddit - https://joinmastodon.org/ Thanks!
- Global Plugins #1103 - backend = plugin (make plugins lazy + get rid of limitations of number of plugins, i.e., have internal list implementation) - get rid of state...
This is the preliminary man page for the `kdb record` tooling. Let's focus on discussing the user-facing parts of it. If we can agree on this feature-set we can then...
I have added a resolver strategy called `s` for the `user:/` namespace. If the environment variable `SUDO_USER` is set, it will use passwd to resolve the path for this user....
src/bindings/jna/hello/src/main/java/HelloElektra.java should include examples from all parts of the API Open for triage: which API parts are not covered yet? Please propose useful examples to be implemented. Proposed examples: -...
Adds Fedora 36 images and builds. Closes #3885.
While reading up about the changes to the Java plugin facility, i stumbled across the necessity to implement all functions (open, get, set, error, close), even if a plugin does...
The internal iterator API (listed in #3171) will be removed from the C API. Corresponding functions need to removed from the C++ API and direct all uses within C++ code...
Probably since keyname overhaul (which added the `meta:` namespace to metadata) the metadata name is now shown (the value still works). E.g. I use: ```sh kdb meta-set /sw/app/current/#0/server/port type short...