Bob Farrell
e3ab49fa5a
Refactor Route
...
Move all route types into a single union and remove leftover junk.
Deprecate view functions that receive a `*jetzig.Data` argument (we will
stay backward-compatible until we have a valid reason to drop support
for legacy view functions - the extra code overhead is pretty minimal).
2024-11-17 15:08:54 +00:00
Bob Farrell
49c5c2db26
Update dependencies
...
Add assertion to verify compatible jetcommon versions between
dependencies.
2024-11-17 12:34:49 +00:00
bobf
c156dbeeaa
Merge pull request #115 from jetzig-framework/fix-database-name-detection
...
Fix admin database schema detection
2024-11-17 11:01:23 +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
bobf
b8f3020b2d
Merge pull request #114 from jetzig-framework/fix-database-cli-environment-variables-config
...
Fix database CLI environment variables config
2024-11-16 17:26:46 +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
bobf
3063615e26
Merge pull request #113 from jetzig-framework/fix-database-launch-message
...
Fix database launch message
2024-11-16 16:14:24 +00:00
Bob Farrell
2cff123de7
Fix database launch message
...
When an environment variable configures the database name we connect to,
we need to wrap the field access in a comptime check even if the
`orelse` block never runs.
2024-11-16 16:04:16 +00:00
bobf
be3ca8d5cb
Merge pull request #112 from jetzig-framework/fix-default-migration
...
Update JetQuery - fix default migration
2024-11-16 12:58:53 +00:00
Bob Farrell
2761d7b132
Update JetQuery - fix default migration
2024-11-16 12:42:41 +00:00
Bob Farrell
ef80b43279
Move CI badge above logo in README
2024-11-14 21:41:30 +00:00
Bob Farrell
d82178397f
Add CI build badge to README
2024-11-14 21:41:06 +00:00
Bob Farrell
5b285df07b
Add new
to view generator
2024-11-14 21:36:45 +00:00
Bob Farrell
3ca7ade6a6
Update CLI JetQuery version
2024-11-14 20:22:33 +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
bobf
7e973bbc3b
Merge pull request #111 from jetzig-framework/github-actions-upload-artifact-v4
...
GH actions fixes
2024-11-14 19:01:24 +00:00
Bob Farrell
b1dc086afb
GH actions fixes
...
Fix `/.json` root path detection
2024-11-14 18:54:26 +00:00
Bob Farrell
d9b5f7af63
Update JetQuery - fixes bool coercion
2024-11-14 08:50:21 +00:00
Bob Farrell
4330cc93e9
Update JetQuery, improve migration CLI docstring
2024-11-14 08:31:38 +00:00
Bob Farrell
c5acaedb73
Strip trailing slash on URIs
...
`/blogs/` is now the same as `/blogs`.
Root path `/` is a special case.
2024-11-13 20:57:25 +00:00
Bob Farrell
c8ae44b508
Accept password at command line for auth user create
...
Intended for local development only
2024-11-13 20:35:50 +00:00
Bob Farrell
f9c6f9f38f
Fix memory leak in auth CLI command
2024-11-13 20:15:24 +00:00
Bob Farrell
2dd2f7ae74
Add null logger
...
Silence logs completely when `null` logger is active.
Add pool size/timeout environment variable configuration for JetQuery.
2024-11-12 22:20:13 +00:00
Bob Farrell
bed91b2131
Fix development logger colors on Windows
2024-11-12 08:52:32 +00:00
Bob Farrell
e4da5bc9c8
Fix broken type detection in database setup
2024-11-12 08:21:51 +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
d219a3ce83
Fix environment for bundle command
2024-11-10 22:24:27 +00:00
Bob Farrell
bd577cc4c2
Fix jetquery dependency for CLI
2024-11-10 21:18:03 +00:00
Bob Farrell
88e9136075
Update JetQuery
2024-11-10 21:09:44 +00:00
Bob Farrell
b0613aab10
Import Schema in demo/init config
2024-11-09 18:36:48 +00:00
Bob Farrell
78a9ccaaa4
Fix database config path
2024-11-09 18:06:16 +00:00
Bob Farrell
88f1ac46f4
Add missing database config file
2024-11-09 17:22:38 +00:00
Bob Farrell
d27907a1c5
WIP
2024-11-09 17:13:32 +00:00
Bob Farrell
4210aa5e83
WIP
2024-11-09 17:13:32 +00:00
Bob Farrell
6f8de03f07
WIP
2024-11-09 17:13:32 +00:00
Bob Farrell
f3bcff6387
WIP
2024-11-09 17:13:32 +00:00
Bob Farrell
4793262a5e
WIP
2024-11-09 17:13:32 +00:00
Bob Farrell
43cd55c5aa
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
Bob Farrell
fa5b3f240e
WIP
2024-11-09 17:13:32 +00:00
Bob Farrell
72a704b8cb
WIP
2024-11-09 17:13:32 +00:00
Bob Farrell
b07f5adb8c
WIP
2024-11-09 17:13:32 +00:00
Bob Farrell
e4e3b400b2
WIP
2024-11-09 17:13:32 +00:00
Bob Farrell
11fc43b8ce
WIP
2024-11-09 17:13:32 +00:00
Bob Farrell
748710f369
WIP
...
Actions:
+
Motivation:
+
2024-11-09 17:13:32 +00:00
Bob Farrell
5c5e2fa192
WIP
2024-11-09 17:13:32 +00:00
Bob Farrell
55f7bebb9e
WIP
2024-11-09 17:13:32 +00:00