libelektra
libelektra copied to clipboard
Elektra serves as a universal and secure framework to access configuration settings in a global, hierarchical key database.
Description how the link checker works and how to use it: - [ ] ./scripts/link-checker - [ ] ./tests/linkchecker.whitelist - [ ] ./doc/markdownlinkconverter/README.md - [ ] external link checker -...
- no thread-local variables (like errno) - no global variables - only work on our non-const data structures (passed as first argument?)
The `contract` KeySet passed to `kdbOpen` currently supports only two types of contract: adding global plugins and adding keys to the global keyset (see [docs](https://github.com/ElektraInitiative/libelektra/blob/new-backend/doc/dev/kdb-contracts.md)) This is enough for the...
> This issue is about a proposal to introduce default mountpoints via the normal mount mechanism and disable the current "default mountpoints" (replace by using an error plugin, which cannot...
Bumps [jsdom](https://github.com/jsdom/jsdom) and [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies needed to be updated together. Updates `jsdom` from 9.12.0 to 16.7.0 Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy...
Bumps [shell-quote](https://github.com/substack/node-shell-quote) and [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies needed to be updated together. Updates `shell-quote` from 1.6.1 to 1.7.3 Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3....
## Steps to Reproduce the Problem ``` KeySet* ksBase = ksNew (0, KS_END); KeySet* ksOurs = ksNew(0, KS_END); KeySet* ksTheirs = ksNew (0, KS_END); Key* baseRoot = keyNew ("system:/", KEY_END);...
Just an idea, based on #4442, #4444 and the new mount tooling in C. When all this is done, the high-level API should by default use the new mountpoint contract...
> How would using gopts help with making it work properly? There is already one reason above (externally accessible spec). Other reasons are: - IIRC `elektraGetOpts` does not consider `meta:/default`...
Notification are currently only tested with C/C++. Devise an approach how to enable the feature for users of the Java binding. (also see #2786)