Commit Graph

4872 Commits

Author SHA1 Message Date
Dillon Kearns
d78a3ca91d Add initial prototype for error type variable in DataSources. 2022-12-26 10:53:06 -07:00
Dillon Kearns
643abc0591 Increase cypress timeout duration for tests. 2022-12-22 16:04:59 -08:00
Dillon Kearns
888bfa2bc4 Upgrade to latest Vite. 2022-12-22 16:03:56 -08:00
Dillon Kearns
fa7b1a1682 Remove some more ignored files from ReviewConfig. 2022-12-22 15:26:33 -08:00
Dillon Kearns
b619970a7d Remove some ignored paths in ReviewConfig. 2022-12-22 15:22:52 -08:00
Dillon Kearns
38b043b2ee Fix error in generator code. 2022-12-22 15:21:21 -08:00
Dillon Kearns
80eb85c5ca Address review errors. 2022-12-22 15:17:54 -08:00
Dillon Kearns
cf763d3ef6 Address review errors. 2022-12-22 15:08:25 -08:00
Dillon Kearns
3c4df2fb28 Remove unused. 2022-12-22 15:04:50 -08:00
Dillon Kearns
b58d148e31 Remove unused code. 2022-12-22 14:27:07 -08:00
Dillon Kearns
e2e9625825 Fix test cases. 2022-12-22 14:27:00 -08:00
Dillon Kearns
4092544f62 Remove unused. 2022-12-22 10:50:52 -08:00
Dillon Kearns
dc2ef65efe Review fixes. 2022-12-22 10:50:17 -08:00
Dillon Kearns
0716ad8abf Clean up DataSource resolution logic so it doesn't need hack to union responses but instead contains exactly the responses required at each tick. 2022-12-22 10:48:23 -08:00
Dillon Kearns
c245d4efe8 Address review errors. 2022-12-22 09:36:59 -08:00
Dillon Kearns
acd79028a8 Add test harness file for running a renderer. 2022-12-22 09:35:45 -08:00
Dillon Kearns
3380ccd0fc Fix test case with temporary unioning - should probably clean up logic to have more precise use of the resolved data. 2022-12-22 09:35:27 -08:00
Dillon Kearns
76d33afb39 Simplify type. 2022-12-21 20:51:27 -08:00
Dillon Kearns
0096bc667e Remove unused from extensible record. 2022-12-21 20:29:45 -08:00
Dillon Kearns
b21a954b90 Remove some levels of indirection. 2022-12-21 10:06:02 -08:00
Dillon Kearns
7d409f611a Simplify function. 2022-12-21 09:32:09 -08:00
Dillon Kearns
94a37fe51f Extract secrets in helper to single definition. 2022-12-21 08:46:04 -08:00
Dillon Kearns
23f32f8cce Remove redundant code path. 2022-12-21 08:45:26 -08:00
Dillon Kearns
8c9ca1fb79 Make a step towards removing a level of indirection for resolving DataSource's into Effects. 2022-12-21 08:35:25 -08:00
Dillon Kearns
0f6aa025c3 Remove unused. 2022-12-19 17:21:33 -08:00
Dillon Kearns
6f2157c31d Review fixes. 2022-12-19 17:19:03 -08:00
Dillon Kearns
315c62b233 Wire through server request payload with new architecture for Api Routes. 2022-12-19 17:13:33 -08:00
Dillon Kearns
a1b545008f Merge branch 'master' into uncached-requests
# Conflicts:
#	examples/docs/package-lock.json
#	examples/end-to-end/package-lock.json
2022-12-19 16:53:33 -08:00
Dillon Kearns
5e7336938b Fix infinite recursion in DataSource andThen resolution. 2022-12-19 15:55:12 -08:00
Dillon Kearns
4a70a4d79c Add todo comment. 2022-12-19 15:47:18 -08:00
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
fac948b079 Try new elm-publish-action version. 2022-12-11 20:47:17 -08:00
Dillon Kearns
f880224f78 Bump cypress CI action. 2022-12-11 19:48:21 -08:00