libelektra
libelektra copied to clipboard
Elektra serves as a universal and secure framework to access configuration settings in a global, hierarchical key database.
This PR aims to provide a basic implementation for the "gopts" hook. In theory it works, but there is still one assert in the test cases that does not, as...
I'm open to feedback on the general structure of the new CLI, the earlier the better. ## Basics - [ ] Short descriptions of your changes are in the release...
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 4.3.1 to 6.4.1. Release notes Sourced from react-router-dom's releases. [email protected] Patch Changes fix: remove internal router singleton (#9227) This change removes the internal module-level routerSingleton we create...
AFAICT these are the reasons why we can't use `const`: 1. We may build the hashmap 2. `KDB_O_POP` could remove a key and `KDB_O_CREATE` could create a key 3. We...
Continuing from https://github.com/ElektraInitiative/libelektra/issues/1164#issuecomment-1213156318 > > Maybe there should just be a quick overview of the required steps at the top. > > I think that in most of our problems...
Introduce a new namespace and fix all places where cascading namespaces are used as generic data structure. > Which places [use cascading keys]? @kodebach wrote: --- With a quick search...
#4414 uncovered this problem. It is quite easy to implement if done similar to ksLookup: you basically only need to check if a key is cascading, then do elektraLookupByCascading, and...
We should switch from the current Probot based "stale issue bot" to [the one provided by GitHub](https://github.com/marketplace/actions/close-stale-issues). Not only is the Probot based one, seemingly no longer maintained (see https://github.com/probot/stale/issues/385...
I noticed on cirrus (🍎 FULL), that the uninstall tests are failing without the build to fail/turn red. See build log [here](https://cirrus-ci.com/task/4825555225804800), "Run tests" section. I don't know since when...
This PR should contain the major use cases/features for the following scenario: - Export existing configuration into an Ansible playbook to be applied to other machines also running Elektra -...