Commit Graph

4883 Commits

Author SHA1 Message Date
Dillon Kearns
0a9cfa60e6 Use reference to import alias for Exception.fromString. 2022-12-30 17:48:49 -08:00
Dillon Kearns
e5d8ada046 Remove some Debug.todo's. 2022-12-30 17:10:58 -08:00
Dillon Kearns
6c54713f02 Fix test. 2022-12-29 16:38:13 -08:00
Dillon Kearns
e65218834b Fix example. 2022-12-29 17:33:55 -07: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
12935c577b Expose Script.Error type. 2022-12-29 13:45:46 -07:00
Dillon Kearns
18c5cb7d9e Update function name. 2022-12-29 07:36:14 -07:00
Dillon Kearns
ad42776fb2 Update docs. 2022-12-28 19:29:08 -07:00
Dillon Kearns
09e5c389b5 Update docs and fix some errors in elm-pages run. 2022-12-28 19:22:58 -07:00
Dillon Kearns
c982947c7d Make Throwable/Catchable exceptions. 2022-12-28 18:45:49 -07:00
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