Commit Graph

5207 Commits

Author SHA1 Message Date
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
f314fc14b4
Merge pull request #2 from synalysis/master
Add elm.json dependency to lamdera/codecs
2022-12-21 07:12:01 -08:00
Andreas Pehnack
1d71f5d3cd Add dependency to lamdera/codecs 2022-12-21 21:52:45 +07: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
Dillon Kearns
5dd7b1621b Go back to node 18. 2022-12-11 19:46:48 -08:00
Dillon Kearns
4f56f19dc1 Bump cypress version. 2022-12-11 19:46:22 -08:00
Dillon Kearns
89d3348b82 Skip multi-part form test. 2022-12-11 19:44:38 -08:00
Dillon Kearns
ec43f67268 Increase timeout time to try to fix CI error. 2022-12-11 19:34:49 -08:00
Dillon Kearns
93637fcf08 Use node 16 in CI to avoid cypress timeout issue. 2022-12-11 19:19:25 -08:00
Dillon Kearns
533aed2700 Try new elm-publish-action version. 2022-12-11 18:57:58 -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