kenneth d0c2a21ffd fix: add ResolveRenameOp to handle directory renames
RenameNode was calling Resolve() which generated blob keys for
directories that don't have blobs, causing 'key not found' errors.

Added ResolveRenameOp to BlobKeyResolver interface:
- FlatKeyResolver returns nil (UUIDs don't change on rename)
- HierarchicalKeyResolver returns move op for files and directories

This allows directory renames to work correctly with flat storage,
and leverages os.Rename for atomic directory moves with hierarchical.

Co-authored-by: Ona <no-reply@ona.com>
2026-01-04 23:58:43 +00:00
2025-09-13 22:02:27 +01:00
2026-01-01 18:29:52 +00:00
2025-11-08 23:17:45 +00:00
2026-01-02 02:37:47 +00:00
2025-12-21 02:12:53 +00:00
2025-09-13 22:02:27 +01:00
2025-09-17 00:04:12 +00:00
2025-09-21 17:03:50 +00:00
2025-09-13 22:02:27 +01:00

bun-react-template

To install dependencies:

bun install

To start a development server:

bun dev

To run for production:

bun start

This project was created using bun init in bun v1.2.21. Bun is a fast all-in-one JavaScript runtime.

Description
No description provided
Readme 10 MiB
Languages
TypeScript 48.2%
Go 46.1%
JavaScript 1.7%
PLpgSQL 1.4%
CSS 1.2%
Other 1.4%