TheJltres
6f0e731303
Testing seeders
2025-05-01 22:23:39 +02:00
Bob Farrell
4bd9d8b990
Eradicate std.enums.nameCast
...
Deprecated here: 530228d953
2025-04-19 19:35:55 +01:00
Bob Farrell
c26d563898
Zig 0.15 compatibility
...
Various dependencies updated after changes to `std.zig.Ast` and
`std.LinkedList` and other things.
2025-04-09 20:08:38 +01:00
Bob Farrell
92dce21244
Database CLI improvements
...
Eradication of `data` arg to requests. We no longer need to pass this
value around as we have a) type inference, b) nested object insertion
via `put` and `append`.
Fix `joinPath` numeric type coercion
Detect empty string params and treat them as blank with expectParams()
Fix error logging/stack trace printing.
Update Zmpl - includes debug tokens + error tracing to source template
in debug builds.
2024-11-19 21:39:01 +00:00
Bob Farrell
f3b56e14ea
Fix admin database schema detection
...
Fix missing optional database name type when reading from config
2024-11-17 10:50:03 +00:00
Bob Farrell
e12b69985b
Fix database CLI environment variables config
...
Use the same environment setup as the main Jetzig app when running
database CLI commands.
2024-11-16 17:16:29 +00:00
Bob Farrell
9ebf0d40e6
Fix initial Schema creation
...
Update JetQuery - `optional` replaces `not_null` and defaults to `false`,
i.e. columns have a `NOT NULL` constraint by default.
2024-11-14 20:18:28 +00:00
Bob Farrell
a6d1b92f5e
Simplify DevelopmentLogger, add ProductionLogger
...
Add auth helper to create a user from CLI:
```
jetzig auth user:create user@example.com
```
2024-11-11 22:25:35 +00:00
Bob Farrell
d27907a1c5
WIP
2024-11-09 17:13:32 +00:00
Bob Farrell
f3bcff6387
WIP
2024-11-09 17:13:32 +00:00
Bob Farrell
6c53ccf8fc
WIP
2024-11-09 17:13:32 +00:00
Bob Farrell
320c2706ae
WIP
2024-11-09 17:13:32 +00:00
Bob Farrell
405762504d
WIP
2024-11-09 17:13:32 +00:00
Bob Farrell
dc11412587
WIP
2024-11-09 17:13:32 +00:00