Commit Graph

545 Commits

Author SHA1 Message Date
Dillon Kearns
f9703151e8 Review fixes. 2023-01-13 08:31:25 -08:00
Dillon Kearns
2b8c848703 Remove some extra model state. 2023-01-12 12:09:18 -08:00
Dillon Kearns
52e0a4fab8 Remove duplicate function, add some unit tests for BackendTask resolution. 2023-01-12 10:29:46 -08:00
Dillon Kearns
b79d132625 Fix test case. 2023-01-08 10:57:38 -08:00
Dillon Kearns
921b5504e0 Fix tests. 2023-01-07 15:33:23 -08:00
Dillon Kearns
766d6b02d7 Rename field. 2023-01-07 15:31:54 -08:00
Dillon Kearns
89bf2b8167 Fix tests. 2023-01-07 09:48:40 -08:00
Dillon Kearns
9025b116ff Fix compiler error in test. 2023-01-06 19:31:55 -08:00
Dillon Kearns
7f23779816 Rename DataSource -> BackendTask. 2023-01-01 14:45:54 -08:00
Dillon Kearns
5d4953a92f Use errors with more formatting. 2023-01-01 14:41:10 -08:00
Dillon Kearns
aeafc07d36 Update error message in test. 2022-12-31 13:14:44 -08:00
Dillon Kearns
499390aeae Fix errors. 2022-12-29 14:14:08 -07:00
Dillon Kearns
ac153f6494 Fix test error. 2022-12-29 14:03:10 -07:00
Dillon Kearns
80eb85c5ca Address review errors. 2022-12-22 15:17:54 -08:00
Dillon Kearns
3c4df2fb28 Remove unused. 2022-12-22 15:04:50 -08:00
Dillon Kearns
e2e9625825 Fix test cases. 2022-12-22 14:27:00 -08:00
Dillon Kearns
19fd31793b Update dependencies. 2022-11-15 16:40:02 -08:00
Dillon Kearns
9f6bd8f583 Add Head.nonLoadingNode. 2022-11-15 11:05:30 -08:00
Dillon Kearns
1ae5529538 elm-review fixes. 2022-11-07 11:39:06 +05:30
Dillon Kearns
6d6640d5f4 Fix test. 2022-11-07 11:36:08 +05:30
Dillon Kearns
96ad324e4b Make HttpOnly cookies the default (opt in to JS visibile cookies instead of opting out). 2022-10-06 07:56:14 -07:00
Dillon Kearns
fbfcd49721 Separate out SetCookie records from Options so the Options can be passed as standalone value. 2022-10-05 15:30:29 -07:00
Dillon Kearns
0303636813 Update examples to use List Html for body. 2022-10-05 12:47:48 -07:00
Dillon Kearns
96dd80e8a0 Move elm-review dependencies out into hidden review sub-projects. 2022-10-04 13:15:20 -07:00
Dillon Kearns
79a99c8f32 Fix test error. 2022-09-26 15:37:10 -07:00
Dillon Kearns
3bb7c37e4a Handle endings in toModuleName. 2022-09-15 10:39:22 -07:00
Dillon Kearns
ac57661c61 Add starting point for RoutePattern.toModuleName helper. 2022-09-15 10:36:56 -07:00
Dillon Kearns
59a0bc1306 Review fixes. 2022-09-15 07:45:10 -07:00
Dillon Kearns
c93e3d8f85 Fix case for index route codegen. 2022-09-13 08:55:41 -07:00
Dillon Kearns
f07f5feac9 Remove debug.todo. 2022-09-13 08:50:24 -07:00
Dillon Kearns
c81649d93b Handle required splats in generated route module. 2022-09-13 06:51:21 -07:00
Dillon Kearns
27e58f1027 Handle optional case with correctly generating record argument. 2022-09-13 06:37:51 -07:00
Dillon Kearns
27d13c5a15 Prepare for generating 2 branches for optional params. 2022-09-12 21:45:34 -07:00
Dillon Kearns
aba66fef3b Handle optional ending. 2022-09-12 21:24:14 -07:00
Dillon Kearns
693094e6bf Generate records and case expression with no ending. 2022-09-12 21:05:01 -07:00
Dillon Kearns
b93c98ba23 Remove hardcoded name. 2022-09-12 17:00:58 -07:00
Dillon Kearns
9e9cf969e9 Use elm-syntax-dsl for case expression. 2022-09-12 16:59:11 -07:00
Dillon Kearns
fe3c79f30a Add test setup for branch generator. 2022-09-12 15:08:11 -07:00
Dillon Kearns
a9ac1ca707 Add test case for optional segment. 2022-09-12 13:21:41 -07:00
Dillon Kearns
261cd64ed5 Handle optional splat. 2022-09-12 13:20:44 -07:00
Dillon Kearns
2115b9be9d Handle splat route for generating variants. 2022-09-12 13:19:25 -07:00
Dillon Kearns
3f12c6ccb5 Add test for dynamic route param. 2022-09-12 12:16:18 -07:00
Dillon Kearns
c27459fa8d Add RoutePattern.toVariant helper. 2022-09-12 11:59:36 -07:00
Dillon Kearns
459f6df9de Remove module contract requirement for View.placeholder since it is obsolete now with new scaffolding. 2022-09-09 13:09:02 -07:00
Dillon Kearns
b409ef1957 Parse RouteParams in scaffolding generator. 2022-09-09 12:45:28 -07:00
Dillon Kearns
18a5d20ccf Review fixes. 2022-08-25 11:57:33 -07:00
Dillon Kearns
c6edfdc56b Review fixes. 2022-08-24 09:46:47 -07:00
Dillon Kearns
0b05b5c03c Use higher precedence for matching on hiddenKind. 2022-08-24 08:17:56 -07:00
Dillon Kearns
255cd8c6a4 Update form parsing logic with new server form parsers. 2022-08-23 15:38:10 -07:00
Dillon Kearns
a106496052 Update tests to use new combined forms type. 2022-08-23 15:12:42 -07:00