This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
see #1291
- Loading branch information
Markus Raab
committed
Jan 27, 2017
1 parent
c4dabb4
commit 56955f1
Showing
1 changed file
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,36 @@ | ||
# Global Validation | ||
# Global Validation # | ||
|
||
## Issue | ||
## Issue ## | ||
|
||
Links and validation constraints might point to keys not loaded | ||
with the respective `kdbGet`. | ||
|
||
## Constraints | ||
## Constraints ## | ||
|
||
- no workaround such as `kdb get -a` | ||
|
||
## Assumptions | ||
## Assumptions ## | ||
|
||
## Considered Alternatives | ||
## Considered Alternatives ## | ||
|
||
- global plugin can register additional backends to load | ||
- split `kdbGet` into multiple steps: | ||
0. do `kdbGet` on `system/elektra` to update mountpoints | ||
1. first do `kdbGet` on the `spec/`-namespace | ||
2. then calculate which backends are needed | ||
3. then fetch all backends as needed | ||
- split loops in `kdbGet` not only according placements | ||
but also according namespace (get spec first) | ||
|
||
|
||
## Decision | ||
## Decision ## | ||
|
||
## Argument | ||
## Argument ## | ||
|
||
## Implications | ||
## Implications ## | ||
|
||
## Related decisions | ||
## Related decisions ## | ||
|
||
## Notes | ||
## Notes ## | ||
|
||
see #1291 |