eliaskohout
2c48c75387
fix: use FindDataRoot in FindOrInitSQLiteStore for consistent database location
Build and Publish APK Package / build-apk (arm64, aarch64) (push) Has been cancelled
Build and Publish APK Package / build-apk (amd64, x86_64) (push) Has been cancelled
Build and Push Docker Container / build-and-push (push) Successful in 17m44s
Build and Publish Arch Package / build-arch (amd64, x86_64) (push) Failing after 58s
Build and Publish Arch Package / build-arch (arm64, aarch64) (push) Failing after 1m0s
2026-04-02 14:26:13 +02:00
eliaskohout
24fb3a8b62
fix: prevent segfault in login command when session doesn't exist
...
LoadSession() was returning nil when the session file didn't exist (first login).
The login command then tried to dereference nil when setting session.Token,
causing a panic. Now LoadSession() returns an empty Session with the path set,
so callers can always use the returned session.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com >
2026-04-02 13:23:34 +02:00
eliaskohout
4374befa42
refactor: remove AX_DB_PATH env var support from store layer
...
Build and Push Docker Container / build-and-push (push) Has been cancelled
Build and Publish APK Package / build-apk (push) Has been cancelled
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-02 03:07:42 +02:00
eliaskohout
6821112c8f
refactor: remove AX_DB_PATH env var, fix Dockerfile for src/ layout
2026-04-02 02:19:48 +02:00
eliaskohout
921f4913f8
fix: correct GetProperty bug, init to use .ax/, add default aliases, split e2e tests, add due date tests
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-02 01:58:48 +02:00
eliaskohout
5969a2591c
feat: reduce default node ID length to 3 and auto-grow when exhausted
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-02 01:21:00 +02:00
eliaskohout
2a48ea046b
fix: invert FindAndOpenSQLiteStore existence check
...
The condition was backwards — it exited with "database already exists"
when the file was found, and tried to open it when it did not exist.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-02 01:09:38 +02:00
eliaskohout
03a896d23f
refactor: consolidate packages - move output to cmd, config/session to store, rename Store to GraphStore
2026-04-02 00:42:55 +02:00
eliaskohout
e42397cc7a
move src file to seperate direcotry
2026-04-01 22:29:20 +02:00