Dillon Kearns
|
86e76ae9f6
|
Avoid a case of infinite recursion for DataSource resolution.
|
2022-12-18 18:02:50 -08:00 |
|
Dillon Kearns
|
dcf19fd443
|
Add default config in example project to reduce warnings.
|
2022-12-18 17:12:37 -08:00 |
|
Dillon Kearns
|
a716e4eb23
|
Remove redundant variants.
|
2022-12-16 21:34:01 -08:00 |
|
Dillon Kearns
|
e7dc80df8d
|
Remove unused.
|
2022-12-16 21:15:19 -08:00 |
|
Dillon Kearns
|
e36938ab37
|
Remove no-op case match.
|
2022-12-16 21:05:45 -08:00 |
|
Dillon Kearns
|
9cfaef7b26
|
Use uncached helper.
|
2022-12-16 21:04:33 -08:00 |
|
Dillon Kearns
|
dd5c6a25e3
|
Simplify destructure expression.
|
2022-12-16 21:04:22 -08:00 |
|
Dillon Kearns
|
6bfd23ff02
|
Pass in reference to request payload directly instead of going through Http DataSource.
|
2022-12-16 19:41:57 -08:00 |
|
Dillon Kearns
|
b013dde63e
|
Remove unused custom type argument.
|
2022-12-16 19:33:01 -08:00 |
|
Dillon Kearns
|
14968cad9c
|
Add favicon.
|
2022-12-15 10:19:59 -08:00 |
|
Dillon Kearns
|
682e793a00
|
Inline a destructure.
|
2022-12-15 09:54:27 -08:00 |
|
Dillon Kearns
|
3462441c0e
|
Remove some unused code and hardcoding.
|
2022-12-15 09:50:31 -08:00 |
|
Dillon Kearns
|
915fe12c80
|
Address todo.
|
2022-12-15 09:49:17 -08:00 |
|
Dillon Kearns
|
e489ccf8fa
|
Fix errors in script-runner harness.
|
2022-12-14 15:52:36 -08:00 |
|
Dillon Kearns
|
aa56d6dfd2
|
Remove unused variant.
|
2022-12-14 15:36:51 -08:00 |
|
Dillon Kearns
|
8da992b86f
|
Remove unused code.
|
2022-12-14 15:34:18 -08:00 |
|
Dillon Kearns
|
8e5f162c66
|
Wire up new DataSource resolution logic in Cli module.
|
2022-12-13 11:22:49 -08:00 |
|
Dillon Kearns
|
3a32d469b6
|
Add type variable for return type in StaticResponses handlers.
|
2022-12-12 14:42:31 -08:00 |
|
Dillon Kearns
|
0c133f72d7
|
Remove obsolete custom type argument.
|
2022-12-09 15:06:18 -08:00 |
|
Dillon Kearns
|
9614c246a0
|
Remove duplicate DataSource requests being performed at the same level.
|
2022-12-08 11:15:58 -08:00 |
|
Dillon Kearns
|
79e91fd421
|
Use empty value for unused custom type parameter.
|
2022-12-08 10:35:07 -08:00 |
|
Dillon Kearns
|
3bcba2002c
|
Remove unused param.
|
2022-12-08 10:34:47 -08:00 |
|
Dillon Kearns
|
ff7a65ac5f
|
Simplify logic for resolving pending DataSource requests, and try to avoid duplicate computation but ensure that duplicate requests are all peformed by only doing a single level of execution at a time.
|
2022-12-08 09:58:08 -08:00 |
|
Dillon Kearns
|
11c5897737
|
Seperate test scripts into 3 different scripts.
|
2022-12-08 09:47:13 -08:00 |
|
Dillon Kearns
|
1c746bef8d
|
Temp - try out avoiding duplicate DataSource requests.
|
2022-12-07 11:51:33 -08:00 |
|
Dillon Kearns
|
7b08b86060
|
Add code path for skipping write to file system for performing DataSource's.
|
2022-12-07 11:50:34 -08:00 |
|
Dillon Kearns
|
49fc15994b
|
Add example script for testing uncached requests.
|
2022-12-07 11:47:01 -08:00 |
|
Dillon Kearns
|
2bf06402fc
|
3.0.0-beta.13
|
2022-12-07 10:19:46 -08:00 |
|
Dillon Kearns
|
5e8e13d3fc
|
Bump Elm version.
|
2022-12-07 10:19:20 -08:00 |
|
Dillon Kearns
|
e229c6d3e9
|
Bump compatability key.
|
2022-12-07 10:19:04 -08:00 |
|
Dillon Kearns
|
881220d117
|
Bump package-lock.
|
2022-12-07 10:09:06 -08:00 |
|
Dillon Kearns
|
73fb00e38a
|
Bump example project package-lock files.
|
2022-12-07 09:39:36 -08:00 |
|
Dillon Kearns
|
4e13134eef
|
Update esbuild version.
|
2022-12-07 09:37:56 -08:00 |
|
Dillon Kearns
|
db703dace7
|
Update terser version.
|
2022-12-07 09:36:50 -08:00 |
|
Dillon Kearns
|
0efef71d7a
|
Update vite version.
|
2022-12-07 09:36:04 -08:00 |
|
Dillon Kearns
|
b0dfe853d6
|
Handle case where port-data-source module doesn't exist in elm-pages run .
|
2022-12-07 09:29:57 -08:00 |
|
Dillon Kearns
|
5a392a1757
|
Ensure that http-response-cache folder exists before running elm-pages run .
|
2022-12-07 09:27:13 -08:00 |
|
Dillon Kearns
|
dc8461b5ab
|
Avoid redundant DataSource lambda execution by updating the Model in the CLI runner with the follow-up lambdas as each one is executed.
|
2022-12-07 09:21:35 -08:00 |
|
Dillon Kearns
|
d9952db707
|
Fix dependencies.
|
2022-11-30 09:44:02 -08:00 |
|
Dillon Kearns
|
fa68be3069
|
Update dependencies.
|
2022-11-30 09:38:24 -08:00 |
|
Dillon Kearns
|
2c22cd3d14
|
Revert dependency upgrade.
|
2022-11-30 09:11:09 -08:00 |
|
Dillon Kearns
|
088e9b297d
|
Print formatted error in another location.
|
2022-11-30 09:02:30 -08:00 |
|
Dillon Kearns
|
2d91992c6e
|
Fix import.
|
2022-11-23 18:06:02 -08:00 |
|
Dillon Kearns
|
689c9cb7eb
|
Make Script type opaque.
|
2022-11-23 17:35:43 -08:00 |
|
Dillon Kearns
|
c9e1eecc3c
|
Rename variant.
|
2022-11-23 16:38:36 -08:00 |
|
Dillon Kearns
|
80b4f69026
|
3.0.0-beta.12
|
2022-11-23 09:53:09 -08:00 |
|
Dillon Kearns
|
edbd68abe1
|
Implement Script.log.
|
2022-11-23 09:32:02 -08:00 |
|
Dillon Kearns
|
6f5f31bb35
|
3.0.0-beta.11
|
2022-11-23 09:20:18 -08:00 |
|
Dillon Kearns
|
d5a46cc895
|
Bump Elm package.
|
2022-11-23 09:19:56 -08:00 |
|
Dillon Kearns
|
e8f9c566db
|
Bump compatability key.
|
2022-11-23 09:18:56 -08:00 |
|