-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sys Runtime Configuration Registry #19895
base: master
Are you sure you want to change the base?
Sys Runtime Configuration Registry #19895
Commits on Aug 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6aa217a - Browse repository at this point
Copy the full SHA 6aa217aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a12ae66 - Browse repository at this point
Copy the full SHA a12ae66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55be440 - Browse repository at this point
Copy the full SHA 55be440View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc16efb - Browse repository at this point
Copy the full SHA cc16efbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f38a736 - Browse repository at this point
Copy the full SHA f38a736View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd6cd1b - Browse repository at this point
Copy the full SHA cd6cd1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e04a3c5 - Browse repository at this point
Copy the full SHA e04a3c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23ad414 - Browse repository at this point
Copy the full SHA 23ad414View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8df46ed - Browse repository at this point
Copy the full SHA 8df46edView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5ebf73 - Browse repository at this point
Copy the full SHA b5ebf73View commit details -
Configuration menu - View commit details
-
Copy full SHA for c559924 - Browse repository at this point
Copy the full SHA c559924View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99aa25f - Browse repository at this point
Copy the full SHA 99aa25fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 786f823 - Browse repository at this point
Copy the full SHA 786f823View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63562cd - Browse repository at this point
Copy the full SHA 63562cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47dd545 - Browse repository at this point
Copy the full SHA 47dd545View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54e5f9a - Browse repository at this point
Copy the full SHA 54e5f9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 502e658 - Browse repository at this point
Copy the full SHA 502e658View commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d858212 - Browse repository at this point
Copy the full SHA d858212View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52f0169 - Browse repository at this point
Copy the full SHA 52f0169View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35abb4a - Browse repository at this point
Copy the full SHA 35abb4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52d208d - Browse repository at this point
Copy the full SHA 52d208dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40a98a7 - Browse repository at this point
Copy the full SHA 40a98a7View commit details
Commits on Feb 21, 2024
-
fixup! sys: add runtime configuration registry
Remove min-max and allowed and forbidden value constraints
Configuration menu - View commit details
-
Copy full SHA for 3fa904b - Browse repository at this point
Copy the full SHA 3fa904bView commit details -
fixup! sys/registry: add sys namespace
Remove min-max and allowed and forbidden value constraints
Configuration menu - View commit details
-
Copy full SHA for efc7a94 - Browse repository at this point
Copy the full SHA efc7a94View commit details -
fixup! sys/registry: add tests namespace
Remove min-max and allowed and forbidden value constraints
Configuration menu - View commit details
-
Copy full SHA for 111d73c - Browse repository at this point
Copy the full SHA 111d73cView commit details -
fixup! tests/unittests: add registry tests
Remove min-max and allowed and forbidden value constraints
Configuration menu - View commit details
-
Copy full SHA for 7b046d0 - Browse repository at this point
Copy the full SHA 7b046d0View commit details
Commits on Apr 6, 2024
-
fixup! sys: add runtime configuration registry
Simplify registry core API
Configuration menu - View commit details
-
Copy full SHA for 0674a1a - Browse repository at this point
Copy the full SHA 0674a1aView commit details -
fixup! sys/registry: add persistent storage module
Adjust storage module API
Configuration menu - View commit details
-
Copy full SHA for bf1438d - Browse repository at this point
Copy the full SHA bf1438dView commit details -
fixup! sys/registry/storage: add heap based storage
Adjust heap storage module
Configuration menu - View commit details
-
Copy full SHA for 2f84e38 - Browse repository at this point
Copy the full SHA 2f84e38View commit details -
fixup! sys/registry/storage: add vfs based storage
Adjust vfs storage module
Configuration menu - View commit details
-
Copy full SHA for 587d504 - Browse repository at this point
Copy the full SHA 587d504View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba1d4c4 - Browse repository at this point
Copy the full SHA ba1d4c4View commit details -
fixup! sys/registry: add string_path module
Simplify string_path API
Configuration menu - View commit details
-
Copy full SHA for a70d725 - Browse repository at this point
Copy the full SHA a70d725View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49be2f9 - Browse repository at this point
Copy the full SHA 49be2f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b00112 - Browse repository at this point
Copy the full SHA 8b00112View commit details -
Configuration menu - View commit details
-
Copy full SHA for 938b2b8 - Browse repository at this point
Copy the full SHA 938b2b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7129ca1 - Browse repository at this point
Copy the full SHA 7129ca1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34a70b4 - Browse repository at this point
Copy the full SHA 34a70b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 749d51a - Browse repository at this point
Copy the full SHA 749d51aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d40b09 - Browse repository at this point
Copy the full SHA 4d40b09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75842a4 - Browse repository at this point
Copy the full SHA 75842a4View commit details
Commits on Apr 10, 2024
-
fixup! examples: add registry example
Improve registry_cli example and add some documentation to it
Configuration menu - View commit details
-
Copy full SHA for 7f42945 - Browse repository at this point
Copy the full SHA 7f42945View commit details
Commits on Apr 12, 2024
-
fixup! examples: add registry example
Add more comments and address review
Configuration menu - View commit details
-
Copy full SHA for f1cbcf5 - Browse repository at this point
Copy the full SHA f1cbcf5View commit details -
fixup! examples: add registry_core example
Add more comments and address review
Configuration menu - View commit details
-
Copy full SHA for 5675174 - Browse repository at this point
Copy the full SHA 5675174View commit details -
Configuration menu - View commit details
-
Copy full SHA for 845bf27 - Browse repository at this point
Copy the full SHA 845bf27View commit details -
fixup! sys: add runtime configuration registry
Improve documentation
Configuration menu - View commit details
-
Copy full SHA for 423d209 - Browse repository at this point
Copy the full SHA 423d209View commit details -
fixup! sys/shell: add registry cli
Fix new registry_node_t format
Configuration menu - View commit details
-
Copy full SHA for bdfc315 - Browse repository at this point
Copy the full SHA bdfc315View commit details -
fixup! examples: add registry_core example
Fix new registry_node_t format
Configuration menu - View commit details
-
Copy full SHA for 9d8da13 - Browse repository at this point
Copy the full SHA 9d8da13View commit details -
fixup! sys/registry: add string_path module
Fix new registry_node_t format
Configuration menu - View commit details
-
Copy full SHA for 66a8e2b - Browse repository at this point
Copy the full SHA 66a8e2bView commit details -
fixup! sys/registry: add int_path module
Fix new registry_node_t format
Configuration menu - View commit details
-
Copy full SHA for 1828302 - Browse repository at this point
Copy the full SHA 1828302View commit details -
fixup! sys/registry: add persistent storage module
Fix new registry_node_t format
Configuration menu - View commit details
-
Copy full SHA for 2d88670 - Browse repository at this point
Copy the full SHA 2d88670View commit details -
fixup! sys/registry/storage: add vfs based storage
Fix new registry_node_t format
Configuration menu - View commit details
-
Copy full SHA for fb8e41e - Browse repository at this point
Copy the full SHA fb8e41eView commit details -
fixup! sys/registry/storage: add heap based storage
Fix new registry_node_t format
Configuration menu - View commit details
-
Copy full SHA for 671acff - Browse repository at this point
Copy the full SHA 671acffView commit details -
fixup! sys: add runtime configuration registry
Fix new registry_node_t format
Configuration menu - View commit details
-
Copy full SHA for f2b82ee - Browse repository at this point
Copy the full SHA f2b82eeView commit details -
fixup! tests/unittests: add registry tests
Fix new registry_node_t format
Configuration menu - View commit details
-
Copy full SHA for b668ccb - Browse repository at this point
Copy the full SHA b668ccbView commit details -
fixup! tests/unittests: add registry_int_path tests
Fix new registry_node_t format
Configuration menu - View commit details
-
Copy full SHA for 06adb07 - Browse repository at this point
Copy the full SHA 06adb07View commit details -
fixup! tests/unittests: add registry_storage tests
Fix new registry_node_t format
Configuration menu - View commit details
-
Copy full SHA for 0d91422 - Browse repository at this point
Copy the full SHA 0d91422View commit details -
fixup! tests/unittests: add registry_storage_heap tests
Fix new registry_node_t format
Configuration menu - View commit details
-
Copy full SHA for f7e4008 - Browse repository at this point
Copy the full SHA f7e4008View commit details -
fixup! tests/unittests: add registry_storage_vfs tests
Fix new registry_node_t format
Configuration menu - View commit details
-
Copy full SHA for 4a9c124 - Browse repository at this point
Copy the full SHA 4a9c124View commit details -
fixup! tests/unittests: add registry_string_path tests
Fix new registry_node_t format
Configuration menu - View commit details
-
Copy full SHA for f9d8c3e - Browse repository at this point
Copy the full SHA f9d8c3eView commit details
Commits on Apr 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9444fe8 - Browse repository at this point
Copy the full SHA 9444fe8View commit details -
fixup! sys: add runtime configuration registry
Improve documentation
Configuration menu - View commit details
-
Copy full SHA for 4f9283c - Browse repository at this point
Copy the full SHA 4f9283cView commit details -
fixup! sys: add runtime configuration registry
Remove devel code
Configuration menu - View commit details
-
Copy full SHA for 3614909 - Browse repository at this point
Copy the full SHA 3614909View commit details -
Configuration menu - View commit details
-
Copy full SHA for 265043f - Browse repository at this point
Copy the full SHA 265043fView commit details -
fixup! sys: add runtime configuration registry
Make util a seperate module
Configuration menu - View commit details
-
Copy full SHA for 491733a - Browse repository at this point
Copy the full SHA 491733aView commit details -
fixup! sys/registry: add string_path module
Improve documentation
Configuration menu - View commit details
-
Copy full SHA for 3b3734f - Browse repository at this point
Copy the full SHA 3b3734fView commit details -
fixup! sys/registry: add tests namespace
Improve namespace comments
Configuration menu - View commit details
-
Copy full SHA for 4e28f6a - Browse repository at this point
Copy the full SHA 4e28f6aView commit details -
fixup! sys/registry: add sys namespace
Improve namespace comments
Configuration menu - View commit details
-
Copy full SHA for 6820c2b - Browse repository at this point
Copy the full SHA 6820c2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dfcd91 - Browse repository at this point
Copy the full SHA 3dfcd91View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8424e9 - Browse repository at this point
Copy the full SHA e8424e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74b0a34 - Browse repository at this point
Copy the full SHA 74b0a34View commit details -
fixup! sys: add runtime configuration registry
Remove unused includes
Configuration menu - View commit details
-
Copy full SHA for c252ad2 - Browse repository at this point
Copy the full SHA c252ad2View commit details -
fixup! sys/registry: add persistent storage module
Add more docs
Configuration menu - View commit details
-
Copy full SHA for 909b2f1 - Browse repository at this point
Copy the full SHA 909b2f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f6eaad - Browse repository at this point
Copy the full SHA 2f6eaadView commit details -
Configuration menu - View commit details
-
Copy full SHA for e58fb66 - Browse repository at this point
Copy the full SHA e58fb66View commit details -
fixup! sys/registry: add persistent storage module
Improve documentation
Configuration menu - View commit details
-
Copy full SHA for 57682a1 - Browse repository at this point
Copy the full SHA 57682a1View commit details
Commits on May 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dc430db - Browse repository at this point
Copy the full SHA dc430dbView commit details -
fixup! sys: add runtime configuration registry
Adjust to new tree traversal module
Configuration menu - View commit details
-
Copy full SHA for 8c9bbae - Browse repository at this point
Copy the full SHA 8c9bbaeView commit details -
fixup! sys/registry: add int_path module
Adjust to new tree traversal module
Configuration menu - View commit details
-
Copy full SHA for d548e02 - Browse repository at this point
Copy the full SHA d548e02View commit details -
fixup! sys/registry: add string_path module
Utilize new tree traversal module
Configuration menu - View commit details
-
Copy full SHA for 130d1b5 - Browse repository at this point
Copy the full SHA 130d1b5View commit details -
fixup! tests/unittests: add registry_string_path tests
Adjust to changed string_path api
Configuration menu - View commit details
-
Copy full SHA for 3204ad6 - Browse repository at this point
Copy the full SHA 3204ad6View commit details
Commits on May 6, 2024
-
fixup! sys/registry: add tree traversal utility
Rename tree-traversal to find
Configuration menu - View commit details
-
Copy full SHA for 38c6dc1 - Browse repository at this point
Copy the full SHA 38c6dc1View commit details -
fixup! sys: add runtime configuration registry
Improve commit implementation
Configuration menu - View commit details
-
Copy full SHA for 95e3ea2 - Browse repository at this point
Copy the full SHA 95e3ea2View commit details -
fixup! sys/registry: add int_path module
Adjust to tree-traversal rename
Configuration menu - View commit details
-
Copy full SHA for b61abb0 - Browse repository at this point
Copy the full SHA b61abb0View commit details -
fixup! sys/registry: add string_path module
Adjust to tree-traversal rename
Configuration menu - View commit details
-
Copy full SHA for 49e643a - Browse repository at this point
Copy the full SHA 49e643aView commit details -
fixup! sys: add runtime configuration registry
Implement registry_error_t
Configuration menu - View commit details
-
Copy full SHA for 3e638c1 - Browse repository at this point
Copy the full SHA 3e638c1View commit details -
fixup! sys/registry: add persistent storage module
Implement registry_error_t
Configuration menu - View commit details
-
Copy full SHA for f0d6792 - Browse repository at this point
Copy the full SHA f0d6792View commit details -
fixup! sys/registry: add int_path module
Implement registry_error_t
Configuration menu - View commit details
-
Copy full SHA for 50f08d4 - Browse repository at this point
Copy the full SHA 50f08d4View commit details -
fixup! tests/unittests: add registry tests
Implement registry_error_t
Configuration menu - View commit details
-
Copy full SHA for 9289095 - Browse repository at this point
Copy the full SHA 9289095View commit details -
fixup! tests/unittests: add registry_storage tests
Implement registry_error_t
Configuration menu - View commit details
-
Copy full SHA for 28bad94 - Browse repository at this point
Copy the full SHA 28bad94View commit details -
Configuration menu - View commit details
-
Copy full SHA for b57f297 - Browse repository at this point
Copy the full SHA b57f297View commit details -
Configuration menu - View commit details
-
Copy full SHA for f74ed61 - Browse repository at this point
Copy the full SHA f74ed61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77937f8 - Browse repository at this point
Copy the full SHA 77937f8View commit details -
fixup! sys/registry: add persistent storage module
Add storage instance as a parameter
Configuration menu - View commit details
-
Copy full SHA for c7d840e - Browse repository at this point
Copy the full SHA c7d840eView commit details -
fixup! sys/registry/storage: add heap based storage
Fix heap storage
Configuration menu - View commit details
-
Copy full SHA for 082d89d - Browse repository at this point
Copy the full SHA 082d89dView commit details -
fixup! sys/registry/storage: add vfs based storage
Fix vfs storage
Configuration menu - View commit details
-
Copy full SHA for 82b088a - Browse repository at this point
Copy the full SHA 82b088aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b73f712 - Browse repository at this point
Copy the full SHA b73f712View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64bfdd9 - Browse repository at this point
Copy the full SHA 64bfdd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 714e7a3 - Browse repository at this point
Copy the full SHA 714e7a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68a0716 - Browse repository at this point
Copy the full SHA 68a0716View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bd0c7b - Browse repository at this point
Copy the full SHA 3bd0c7bView commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1438aa7 - Browse repository at this point
Copy the full SHA 1438aa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0d8b3b - Browse repository at this point
Copy the full SHA b0d8b3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc599ed - Browse repository at this point
Copy the full SHA fc599edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2de13de - Browse repository at this point
Copy the full SHA 2de13deView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7577c6 - Browse repository at this point
Copy the full SHA b7577c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0410dbd - Browse repository at this point
Copy the full SHA 0410dbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba4533d - Browse repository at this point
Copy the full SHA ba4533dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f233a27 - Browse repository at this point
Copy the full SHA f233a27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8999642 - Browse repository at this point
Copy the full SHA 8999642View commit details -
Configuration menu - View commit details
-
Copy full SHA for 958157c - Browse repository at this point
Copy the full SHA 958157cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 305fc97 - Browse repository at this point
Copy the full SHA 305fc97View commit details -
fixup! tests/unittests: add registry tests
Migrate to local test namespace
Configuration menu - View commit details
-
Copy full SHA for a927ce3 - Browse repository at this point
Copy the full SHA a927ce3View commit details -
fixup! tests/unittests: add registry_int_path tests
Migrate to local test namespace
Configuration menu - View commit details
-
Copy full SHA for 500e7ef - Browse repository at this point
Copy the full SHA 500e7efView commit details -
fixup! tests/unittests: add registry_storage tests
Migrate to local test namespace
Configuration menu - View commit details
-
Copy full SHA for 91006b6 - Browse repository at this point
Copy the full SHA 91006b6View commit details -
fixup! tests/unittests: add registry_storage_heap tests
Migrate to local test namespace
Configuration menu - View commit details
-
Copy full SHA for fd87b09 - Browse repository at this point
Copy the full SHA fd87b09View commit details -
fixup! tests/unittests: add registry_storage_vfs tests
Migrate to local test namespace
Configuration menu - View commit details
-
Copy full SHA for d9a7f68 - Browse repository at this point
Copy the full SHA d9a7f68View commit details -
fixup! tests/unittests: add registry_string_path tests
Migrate to local test namespace
Configuration menu - View commit details
-
Copy full SHA for f68fbb1 - Browse repository at this point
Copy the full SHA f68fbb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6102a76 - Browse repository at this point
Copy the full SHA 6102a76View commit details