Age | Commit message (Expand) | Author |
---|---|---|
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 | |
2024-10-11 | allow customization of backend port | |
2024-10-11 | unify readme code blocks | |
2024-10-11 | update json2sql to fix INSERT, DELETE | |
2024-10-11 | Add ACMS.API.REST.Collection | |
2024-10-11 | add CLI draft | |
2024-10-11 | unvendor dependencies | |
2024-06-08 | reload collections when creating | |
2024-06-07 | add collections | |
2024-06-07 | require strings to be non-empty | |
2024-06-06 | add new collection page | |
2024-06-06 | list collections | |
2024-06-06 | support optional fields | |
2024-06-06 | link to edit page from list page | |
2024-06-06 | remove form from list collection page | |
2024-06-06 | add `$fileName` to values | |
2024-06-06 | add `string?`-typed fields | |
2024-06-06 | add README | |
2024-06-06 | add naive schema comparison | |
2024-06-05 | add schema version | |
2024-06-05 | support following HEAD | |
2024-06-05 | add edit page | |
2024-06-04 | add table to list view | |
2024-06-04 | refactor pages | |
2024-06-04 | add css | |
2024-06-04 | show form input | |
2024-06-04 | refactor `Form` module |