• Joined on 2022-07-06
MrKalzu opened issue ryyst/kalzu-value-store#11 2025-09-22 20:54:12 +03:00
Add basic cli flacks.. [ --version, -V ]
MrKalzu opened issue ryyst/kalzu-value-store#10 2025-09-22 18:23:01 +03:00
Feature: Add Atomic Compare-and-Swap (CAS) API Endpoint
MrKalzu opened issue ryyst/kalzu-value-store#9 2025-09-22 17:44:11 +03:00
Make kvscli! To make admintration tasks more simple to execute. Maybe even to simplyfy usage in scripts.
MrKalzu opened issue ryyst/kalzu-value-store#8 2025-09-22 17:01:12 +03:00
Feature: Implement JWT Token Blacklist for Revocation with Merkle Tree Replication
MrKalzu opened issue ryyst/kalzu-value-store#7 2025-09-22 15:25:22 +03:00
Add _ls and _tree Endpoints for Hierarchical Key Listing Using Merkle Tree
MrKalzu commented on issue ryyst/kalzu-value-store#3 2025-09-20 21:57:25 +03:00
Implement Autogenerated Root Account for Initial Setup

Potential fix for this in https://git.rauhala.info/MrKalzu/kalzu-value-store.

Added "HasUsers() (bool, error)" to auth/auth.go. Added "Initial root account setup for empty DB with no seeds" to…

MrKalzu pushed to master at MrKalzu/kalzu-value-store 2025-09-20 21:48:14 +03:00
46e246374d Fix type field bugs from initial root user setup.
MrKalzu pushed to master at MrKalzu/kalzu-value-store 2025-09-20 21:38:03 +03:00
0b7af92761 First proto type for issue #3, initial root account.
c3ded9bfd2 cleanup: remove dead files and test artifacts after refactoring
95a5b880d7 fix: resolve conflict resolution test reliability issues
16c0766a15 improve: add robust retry logic to conflict resolution test
bd1d1c2c7c style: minor formatting cleanup in test_conflict.go
Compare 19 commits »
MrKalzu opened issue ryyst/kalzu-value-store#6 2025-09-12 22:33:44 +03:00
Configuration Options to Disable Optional Functionalities
MrKalzu opened issue ryyst/kalzu-value-store#5 2025-09-12 22:27:37 +03:00
Add Configuration for Anonymous Read and Write Access to KV Endpoints
MrKalzu commented on issue ryyst/kalzu-value-store#4 2025-09-12 22:24:20 +03:00
Secure User and Group Management Endpoints with Authentication Middleware

This has dependency in the ryyst/kalzu-value-store#3. I was unable to edit the tickets dependency section...

MrKalzu opened issue ryyst/kalzu-value-store#4 2025-09-12 22:20:09 +03:00
Secure User and Group Management Endpoints with Authentication Middleware
MrKalzu opened issue ryyst/kalzu-value-store#3 2025-09-12 22:17:13 +03:00
Implement Autogenerated Root Account for Initial Setup
MrKalzu opened issue ryyst/kalzu-value-store#2 2025-09-12 22:01:34 +03:00
Update README.md
MrKalzu commented on pull request ryyst/kalzu-value-store#1 2025-09-11 07:48:57 +03:00
Added Merkel Trees for better replication state tracking.

================================================== KVS Integration Test Suite (Merkle Tree)

[INFO] Setting up test environment... [IN…

MrKalzu pushed to master at MrKalzu/kalzu-value-store 2025-09-11 07:48:02 +03:00
9ea19a3532 Updated integration tests script for the merkel tree implementation.
MrKalzu created pull request ryyst/kalzu-value-store#1 2025-09-10 22:02:37 +03:00
Added Merkel Trees for better replication state tracking.
MrKalzu pushed to master at MrKalzu/kalzu-value-store 2025-09-10 22:01:30 +03:00
45d5c38c90 Added Merkel Trees for better replication state tracking.
MrKalzu created repository MrKalzu/kalzu-value-store 2025-09-10 22:00:15 +03:00
MrKalzu pushed to v2 at MrKalzu/node-monitor 2025-06-14 01:20:13 +03:00
c98081d360 Types, types, types...