Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-12 | autotypes schema toString via aeson | Kierán Meinhardt | |
2024-10-12 | unions are a set of possible types | Kierán Meinhardt | |
2024-10-12 | support ?schemaVersion | Alexander Foremny | |
2024-10-12 | cli: rephrase collection and item types | Kierán Meinhardt | |
2024-10-12 | add date-time scalars and conform further to json schema | Kierán Meinhardt | |
2024-10-12 | correct json schema syntax for optional types and references | Kierán Meinhardt | |
2024-10-12 | fix matching of schema route | Kierán Meinhardt | |
2024-10-12 | allow specifying UUID seed in $UUID_SEED | Kierán Meinhardt | |
2024-10-12 | exhaust pattern matches | Kierán Meinhardt | |
2024-10-12 | clean up warnings | Alexander Foremny | |
2024-10-11 | use backend REST library for frontend | Alexander Foremny | |
2024-10-11 | refactor actions | Alexander Foremny | |
2024-10-11 | support references | Alexander Foremny | |
2024-10-11 | add cli to nix packages | Kierán Meinhardt | |
2024-10-11 | return UUID on item creation | Kierán Meinhardt | |
2024-10-11 | add niv to nix shell | Kierán Meinhardt | |
2024-10-11 | json2sql: update | Kierán Meinhardt | |
2024-10-11 | add cli command `collection schema COLLECTION` | Alexander Foremny | |
2024-10-11 | rename collection(item) types | Kierán Meinhardt | |
2024-10-11 | autogenerate collection item IDs | Kierán Meinhardt | |
2024-10-11 | remove unused API stub from CLI | Kierán Meinhardt | |
2024-10-11 | update docs/get-started-cli.md | Alexander Foremny | |
2024-10-11 | gitignore nix output and example collection | Kierán Meinhardt | |
2024-10-11 | update backend example in readme | Kierán Meinhardt | |
2024-10-11 | cli: add CRUD operations for collections | Kierán Meinhardt | |
2024-10-11 | cli: insert -> add | Kierán Meinhardt | |
2024-10-11 | use rest api in cli | Kierán Meinhardt | |
2024-10-11 | log which path the backend serves, and where | Kierán Meinhardt | |
2024-10-11 | specify content repository path on command line | Kierán Meinhardt | |
2024-10-11 | allow customization of backend port | Kierán Meinhardt | |
2024-10-11 | unify readme code blocks | Kierán Meinhardt | |
2024-10-11 | update json2sql to fix INSERT, DELETE | Alexander Foremny | |
2024-10-11 | Add ACMS.API.REST.Collection | Alexander Foremny | |
2024-10-11 | add CLI draft | Alexander Foremny | |
2024-10-11 | unvendor dependencies | Alexander Foremny | |
2024-06-08 | reload collections when creating | Alexander Foremny | |
2024-06-07 | add collections | Alexander Foremny | |
2024-06-07 | require strings to be non-empty | Alexander Foremny | |
2024-06-06 | add new collection page | Alexander Foremny | |
2024-06-06 | list collections | Alexander Foremny | |
2024-06-06 | support optional fields | Alexander Foremny | |
2024-06-06 | link to edit page from list page | Alexander Foremny | |
2024-06-06 | remove form from list collection page | Alexander Foremny | |
2024-06-06 | add `$fileName` to values | Alexander Foremny | |
2024-06-06 | add `string?`-typed fields | Alexander Foremny | |
2024-06-06 | add README | Alexander Foremny | |
2024-06-06 | add naive schema comparison | Alexander Foremny | |
2024-06-05 | add schema version | Alexander Foremny | |
2024-06-05 | support following HEAD | Alexander Foremny | |
2024-06-05 | add edit page | Alexander Foremny | |