Commit Graph

5019 Commits

Author SHA1 Message Date
Dillon Kearns
18b77bbfa1 Bump compatability key. 2023-01-13 08:34:48 -08:00
Dillon Kearns
f9703151e8 Review fixes. 2023-01-13 08:31:25 -08:00
Dillon Kearns
e12e4fb7f3 Remove obsolete code. 2023-01-13 08:30:05 -08:00
Dillon Kearns
233da2cb54 Fix issue with BackendTask being called twice in some cases. 2023-01-13 08:29:29 -08:00
Dillon Kearns
2b8c848703 Remove some extra model state. 2023-01-12 12:09:18 -08:00
Dillon Kearns
77e37c5d0b Add another example script. 2023-01-12 12:04:37 -08:00
Dillon Kearns
a88c0400d2 Fix example script. 2023-01-12 12:04:30 -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
82e34921db Remove unused parameter. 2023-01-11 15:02:57 -08:00
Dillon Kearns
ceb0113198 Update docs and add Exception.unwrap helper. 2023-01-10 16:23:15 -08:00
Dillon Kearns
e5bcdf2d6e Rename Exception.Catchable -> Exception.Exception to reduce number of terms. 2023-01-10 11:06:20 -08:00
Dillon Kearns
d68f943967 Update docs. 2023-01-10 10:40:20 -08:00
Dillon Kearns
a93c4f68a3 Remove debug logs. 2023-01-09 16:46:33 -08:00
Dillon Kearns
830c4f90b5 Try different approach to ensure that fetch cache is accessible. 2023-01-09 15:13:42 -08:00
Dillon Kearns
0caf864ad3 Add some debug output for netlify function debugging. 2023-01-09 14:51:19 -08:00
Dillon Kearns
0c8bebee1d Try a different cache path to see if netlify gives error. 2023-01-09 14:37:21 -08:00
Dillon Kearns
c31e952afa Try custom caching options to test netlify error. 2023-01-09 14:20:46 -08:00
Dillon Kearns
c4636ec93b Fix error in example. 2023-01-09 14:09:11 -08:00
Dillon Kearns
311b248eef Tweak safeFetch. 2023-01-09 13:30:14 -08:00
Dillon Kearns
5d83cafff5 Force netlify build when parent folders change. 2023-01-09 13:19:26 -08:00
Dillon Kearns
0f11b031fb Try safeFetch wrapper to handle ENOENT errors if server environment has a filesystem error. 2023-01-09 13:17:22 -08:00
Dillon Kearns
e2297cd52f Add build generator step to netlify build command. 2023-01-09 11:29:22 -08:00
Dillon Kearns
0afe0b37ca Update example to latest and fix some types in API. 2023-01-09 11:24:50 -08:00
Dillon Kearns
4998458706 Bump compatability key. 2023-01-08 13:03:18 -08:00
Dillon Kearns
26dee347c4 3.0.0-beta.14 2023-01-08 13:02:40 -08:00
Dillon Kearns
5e2ad63039 Bump Elm version. 2023-01-08 13:02:03 -08:00
Dillon Kearns
07e5636767 Bump timeout duration. 2023-01-08 12:01:00 -08:00
Dillon Kearns
0b23cbd736 Bump mocha. 2023-01-08 11:55:50 -08:00
Dillon Kearns
4e6cc7381a Bump dependencies. 2023-01-08 11:54:56 -08:00
Dillon Kearns
ea2bfc89fd Bump dependencies. 2023-01-08 11:53:15 -08:00
Dillon Kearns
d5a6c3c53f Remove unused dependency. 2023-01-08 11:51:38 -08:00
Dillon Kearns
fcdc8aca8f Bump dependency. 2023-01-08 11:47:57 -08:00
Dillon Kearns
2e2608eca8 Bump vite. 2023-01-08 11:46:34 -08:00
Dillon Kearns
468308c5fe Remove unused dependency. 2023-01-08 11:45:57 -08:00
Dillon Kearns
68e7eedf55 Update codegen script to include Throwable type variable in BackendTask. 2023-01-08 11:44:28 -08:00
Dillon Kearns
fd08eda9f7 Fix error in script. 2023-01-08 11:44:09 -08:00
Dillon Kearns
9fa1f76eba
Merge pull request #3 from dillonkearns/backend-tasks
DataSource -> BackendTask with Error type variable
2023-01-08 11:13:56 -08:00
Dillon Kearns
7c71fe492c Fix error in docs site. 2023-01-08 11:13:39 -08:00
Dillon Kearns
2ae58cc0ab Fix test case compiler errors. 2023-01-08 11:04:27 -08:00
Dillon Kearns
a77787135d Don't list or delete dot-files in example to prevent git noise. 2023-01-08 11:04:17 -08:00
Dillon Kearns
e61a430a80 Update gitignore. 2023-01-08 10:58:42 -08:00
Dillon Kearns
b79d132625 Fix test case. 2023-01-08 10:57:38 -08:00
Dillon Kearns
fd1c27e6b8 Update HTTP API. 2023-01-08 10:50:56 -08:00
Dillon Kearns
91d009e70d Resolve port-data-source functions directly instead of writing them to cache. 2023-01-08 10:29:09 -08:00
Dillon Kearns
e0d949c008 Fix example. 2023-01-07 15:41:52 -08:00
Dillon Kearns
a9c9b69031 Try running elm-review before codemods. 2023-01-07 15:36:35 -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
7301530495 Run elm-review through CLI instead of action. 2023-01-07 15:27:33 -08:00
Dillon Kearns
8f34381954 Add BackendTask.Http.bytesBody. 2023-01-07 15:26:31 -08:00