Commit Graph

  • 7f2f5664fa feat(backup): improve backup manager with detailed CLI, verification, retention dimgigov 2026-05-06 23:16:00 +03:00
  • c3c14d64df docs: update README logo to new PNG image dimgigov 2026-05-06 23:09:27 +03:00
  • f7ded185a0 fix: production readiness — duplicate SSTable, missing eval handlers, connection limits, timeouts, slow query log, wire types dimgigov 2026-05-06 18:41:29 +03:00
  • 51da05b0da Add logo image file dimgigov 2026-05-06 17:47:02 +03:00
  • db7515b338 Add logo image to README dimgigov 2026-05-06 17:45:27 +03:00
  • 8993cdc6f3 docs: expand README and documentation for production release dimgigov 2026-05-06 17:19:16 +03:00
  • e1bae0c7a0 Add comprehensive documentation with i18n support (EN/BG) dimgigov 2026-05-06 16:51:14 +03:00
  • f9f77b3a18 feat: production blockers — JOINs, deadlock detection, TLS, parameterized queries dimgigov 2026-05-06 16:42:53 +03:00
  • 856a07c030 feat: HTTP server in main entry point + background compaction scheduling dimgigov 2026-05-06 14:23:13 +03:00
  • f135d8c61d feat: wire WebSocket broadcast, CHECK constraints, VIEW persistence, migration tracking dimgigov 2026-05-06 14:12:52 +03:00
  • 47eda4c5c3 fix: APPLY MIGRATION parser + add std/tables import to server.nim dimgigov 2026-05-06 13:58:11 +03:00
  • 675ab26a6e feat: Phase 5-6 — CREATE VIEW, migrations, deadlock detection, JSON logging, admin UI dimgigov 2026-05-06 13:54:16 +03:00
  • 633c5d127c docs: update PLAN.md — reflect hunos, jwt-nim-baraba, WAL recovery, compaction, FK, type enforcement dimgigov 2026-05-06 13:45:15 +03:00
  • 1fb715a1d4 feat: integrate hunos web server + jwt-nim-baraba + real WAL recovery + compaction dimgigov 2026-05-06 13:42:37 +03:00
  • a7e274d846 feat: major improvements — FK, CHECK, CREATE INDEX, rate limiter, CORS, GROUP BY dimgigov 2026-05-06 12:23:11 +03:00
  • 5cb26ca74d fix: major bug audit + fixes — honest PLAN.md dimgigov 2026-05-06 11:55:43 +03:00
  • 10ab464a43 feat: Phase 6 — Docker + docker-compose + backup/restore CLI dimgigov 2026-05-06 11:39:18 +03:00
  • 3cdec95143 feat: Phase 5a — Schema persistence + auto-restore on startup dimgigov 2026-05-06 11:37:55 +03:00
  • 6e6ed73cfd feat: Phase 4 — WebSocket real-time subscriptions dimgigov 2026-05-06 11:35:35 +03:00
  • 775703e008 feat: Phase 3 — HTTP REST API + JWT auth + Prometheus metrics dimgigov 2026-05-06 11:28:09 +03:00
  • 1c037ff4ac feat: Phase 2 — MVCC transactions wired into server pipeline dimgigov 2026-05-06 11:19:18 +03:00
  • 61f1e24913 feat: Phase 1 — constraint enforcement + B-Tree index integration dimgigov 2026-05-06 11:16:04 +03:00
  • ca5e04b96e feat: Phase 0 — pipeline integration, DDL parser, SQL executor dimgigov 2026-05-06 11:10:50 +03:00
  • 096c8347cf feat: complete Phase 3 + new production roadmap for Web/ERP dimgigov 2026-05-06 10:40:34 +03:00
  • f8909f155c feat: wire protocol integration in TCP server dimgigov 2026-05-06 03:38:10 +03:00
  • 2a13066a0d feat: real HNSW search with hierarchical graph navigation dimgigov 2026-05-06 03:25:04 +03:00
  • 5dba7b5699 feat: Phase 1 — SSTable persistence, README honesty, benchmark fix dimgigov 2026-05-06 03:16:39 +03:00
  • 5b31b5b56c feat: ROADMAP 100% complete — Go + Rust clients, all 12 phases green dimgigov 2026-05-06 02:51:35 +03:00
  • 805dbc8ad6 fix: comprehensive bug audit — 15 critical/high/medium fixes dimgigov 2026-05-06 02:46:24 +03:00
  • c6de13ef7a feat: standalone Nim client package (baradb) with nimble + 16 tests dimgigov 2026-05-06 02:31:52 +03:00
  • da7e3afb44 feat: comparative benchmarks, Python/JS client libraries dimgigov 2026-05-06 02:24:54 +03:00
  • 806be5730f feat: TLS/SSL wrapper, architecture docs — 251 tests dimgigov 2026-05-06 02:18:02 +03:00
  • b9f6059cbf feat: crash recovery, Raft election timer, CLI autocomplete, roadmap update — 246 tests dimgigov 2026-05-06 02:12:49 +03:00
  • a7e66cb661 feat: auto-rebalance, Cypher-like graph queries, tutorial examples — 232 tests dimgigov 2026-05-06 02:05:20 +03:00
  • d80ec4e449 feat: zero-copy serialization, adaptive query, distributed txns, vector batch/rebuild — 222 tests dimgigov 2026-05-06 01:57:28 +03:00
  • 3ed3036b11 feat: cross-modal engine, 2PC, gossip, client lib, import/export, multi-lang FTS — 196 tests dimgigov 2026-05-06 01:46:15 +03:00
  • 2e7d81a4e1 docs: complete English README with architecture, API examples, project structure dimgigov 2026-05-06 01:35:45 +03:00
  • eecd846df9 feat: UDF stdlib, SIMD vector ops, benchmarks — 162 tests dimgigov 2026-05-06 01:33:51 +03:00
  • b0a760c0ab feat: schema inheritance, codegen, replication, mmap — 136 tests dimgigov 2026-05-06 01:23:28 +03:00
  • 3162271328 feat: full BaraQL (GROUP BY/JOIN/CTE/aggregates), Raft consensus, sharding — 107 tests dimgigov 2026-05-06 01:15:33 +03:00
  • 67213826a8 feat: compaction, page cache, WebSocket, rate limiter, TF-IDF, fuzzy search, regex, metadata filter — 73 tests dimgigov 2026-05-06 01:03:58 +03:00
  • 07a37d8e78 feat: B-Tree, columnar engine, IR/type checker, connection pool, JWT auth, quantization, Louvain, pattern matching — 57 tests dimgigov 2026-05-06 00:57:30 +03:00
  • 5c84aeccf8 feat: MVCC, wire protocol, HTTP API, schema system, CLI shell — 39 tests dimgigov 2026-05-06 00:32:02 +03:00
  • 6935889877 feat: initial BaraDB — multimodal database engine in Nim dimgigov 2026-05-06 00:22:12 +03:00