Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-23 | update documentation on how to run backend | ||
2025-02-23 | don't clobber `packageOverrides` | ||
2025-02-20 | add middleware `simpleCors` | ||
2025-02-20 | create content repository if it does not exist | ||
2025-02-20 | add `git-hook-precomit` to shell | ||
2025-02-20 | add `acms serve` | ||
2025-02-20 | add `format` to shell | ||
2025-02-20 | consolidate `backend, cli, common` -> `acms` | ||
2025-02-19 | add `acms` script | ||
2025-02-19 | add `docs/tutorial-achat.md` | ||
2025-02-19 | add `acms query` | ||
2025-02-19 | add `acms collection list` | ||
2025-02-19 | style form | ||
2025-02-19 | `$fileName` -> `$id`, drop extension | ||
2025-02-19 | json2sql: update | ||
2025-02-19 | add parens around optional type union | ||
2025-02-19 | display date-time | ||
2025-02-19 | autotypes: ScalarType -> Scalar | ||
2025-02-19 | add pagination to rest api | ||
2025-02-19 | json2sql: update | ||
2025-02-19 | style table | ||
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 | ||