libelektra
libelektra copied to clipboard
Elektra serves as a universal and secure framework to access configuration settings in a global, hierarchical key database.
@markus2330 for some reason I still get [this](https://github.com/ElektraInitiative/opensesame/issues/45) conflict. I changed the elektra version to `elektra = { version = "0.10.0", features = ["pkg-config"] }`, but the error message still...
## 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...
On master Jenkins builds now fail with: ``` 35/293 Test #35: testjna_gradle ................................***Failed 3.31 sec double free or corruption (out) FAILURE: Build failed with an exception. * What went wrong:...
## Steps to Reproduce the Problem execute kdbOpen, either using `kdb get` or by starting an application using Elektra on a toml file with a missing quote: ```toml test =...
Is there any documentation/overview of the plugin `info/status` field? When one is creating a new plugin it automatically defaults to ``` - infos/status = recommended productive maintained reviewed conformant compatible...
This PR is for working on the decision about the commit function (communicating the current phase to plugins). It should at least reach the state "solutions clear" before closing this...
## Basics - [x] 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 something to the release...
Relevant files for review: - `/src/tools/kdb/meta.c` - `/src/tools/kdb/meta-get.c` - `/src/tools/kdb/meta-ls.c` - `/src/tools/kdb/meta-rm.c` - `/src/tools/kdb/meta-set.c` - `/src/tools/kdb/meta-show.c` other changes are mostly doc updates (stuff like `meta-get` -> `meta get`) ## Basics...
This is the "framework" for the new `C` cli. I'll mention PRs for commands later here. This can be merged as is, more commands can be added later. 1. ~add...
- [ ] scripts/docker/jenkinsnode/Dockerfile see #4620 - [ ] scripts/docker/fedora/32/Dockerfile - [ ] remove not used packages (e.g. ninja vs. make)