Age | Commit message (Expand) | Author |
---|---|---|
2025-02-19 | style menu | |
2025-02-19 | json2sql: update | |
2025-02-19 | ignore nulls in types | |
2025-02-19 | add forms for unions | |
2025-02-19 | fix frontend build | |
2025-02-19 | `cabal format` autotypes.cabal | |
2025-02-19 | nixpkgs: update | |
2024-10-13 | check references | |
2024-10-13 | add js cross-compilation instructions to readme | |
2024-10-13 | frontend: support number forms | |
2024-10-13 | keep data free of `null`s | |
2024-10-13 | fix docs/get-started-cli | |
2024-10-13 | fix race on repository watch | |
2024-10-13 | improve REST API | |
2024-10-13 | add docs/api-reference.md | |
2024-10-13 | fix frontend | |
2024-10-13 | move Collection types to common | |
2024-10-13 | fix watching HEAD | |
2024-10-12 | refactor `queryApi` | |
2024-10-12 | add doc tests | |
2024-10-12 | cli: factor out rest api location | |
2024-10-12 | autotypes schema toString via aeson | |
2024-10-12 | unions are a set of possible types | |
2024-10-12 | support ?schemaVersion | |
2024-10-12 | cli: rephrase collection and item types | |
2024-10-12 | add date-time scalars and conform further to json schema | |
2024-10-12 | correct json schema syntax for optional types and references | |
2024-10-12 | fix matching of schema route | |
2024-10-12 | allow specifying UUID seed in $UUID_SEED | |
2024-10-12 | exhaust pattern matches | |
2024-10-12 | clean up warnings | |
2024-10-11 | use backend REST library for frontend | |
2024-10-11 | refactor actions | |
2024-10-11 | support references | |
2024-10-11 | add cli to nix packages | |
2024-10-11 | return UUID on item creation | |
2024-10-11 | add niv to nix shell | |
2024-10-11 | json2sql: update | |
2024-10-11 | add cli command `collection schema COLLECTION` | |
2024-10-11 | rename collection(item) types | |
2024-10-11 | autogenerate collection item IDs | |
2024-10-11 | remove unused API stub from CLI | |
2024-10-11 | update docs/get-started-cli.md | |
2024-10-11 | gitignore nix output and example collection | |
2024-10-11 | update backend example in readme | |
2024-10-11 | cli: add CRUD operations for collections | |
2024-10-11 | cli: insert -> add | |
2024-10-11 | use rest api in cli | |
2024-10-11 | log which path the backend serves, and where | |
2024-10-11 | specify content repository path on command line |