Dillon Kearns
|
c617baa3d3
|
Use vite config from elm-pages.config.mjs.
|
2022-02-23 10:06:15 -08:00 |
|
Dillon Kearns
|
1ae88f181a
|
Use node-fetch instead of undici for Node 14 compatability.
|
2022-02-22 11:37:09 -08:00 |
|
Dillon Kearns
|
763fc37695
|
Remove some log statements.
|
2022-02-22 11:19:10 -08:00 |
|
Dillon Kearns
|
846ddad4f9
|
Add missing return.
|
2022-02-22 10:55:20 -08:00 |
|
Dillon Kearns
|
93a44b6c78
|
Add error logging to debug netlify issue.
|
2022-02-21 18:16:16 -08:00 |
|
Dillon Kearns
|
ff71b62321
|
Try using vite-generated HTML template in adapter-generated scripts.
|
2022-02-21 16:54:51 -08:00 |
|
Dillon Kearns
|
bc4612ddab
|
Use elm-review option --fix-all-without-prompt instead of stdin pipe.
|
2022-02-21 15:50:42 -08:00 |
|
Dillon Kearns
|
939635eec4
|
Remove hardcoded index.html project file.
|
2022-02-21 15:37:24 -08:00 |
|
Dillon Kearns
|
7da42c9ffd
|
Delete unused.
|
2022-02-21 14:56:38 -08:00 |
|
Dillon Kearns
|
0964448ae5
|
Remove obsolete code.
|
2022-02-21 14:46:51 -08:00 |
|
Dillon Kearns
|
8287623f23
|
Pass through root tag to HTML template replacement.
|
2022-02-21 09:57:23 -08:00 |
|
Dillon Kearns
|
8ee5b2a649
|
Add missing. (+2 squashed commits)
Squashed commits:
[ea4646e3] Fix two errors.
[31faf674] Add initial Vite SSR setup.
|
2022-02-21 09:30:31 -08:00 |
|
Dillon Kearns
|
fbcbfa3c27
|
Add optional body parameter to reload page data port in order to avoid an extra round trip for form POST.
|
2022-02-17 11:52:21 -08:00 |
|
Dillon Kearns
|
c5b5f35504
|
Add expectBytesResponse.
|
2022-02-16 21:25:43 -08:00 |
|
Dillon Kearns
|
edc808ac37
|
Add DataSource.Http.expectWhatever.
|
2022-02-16 21:13:04 -08:00 |
|
Dillon Kearns
|
2215a63580
|
Add expectBytes.
|
2022-02-16 20:54:56 -08:00 |
|
Dillon Kearns
|
f5a3d6f897
|
Move decrypt/encrypt logic into interal request code path.
|
2022-02-16 16:54:15 -08:00 |
|
Dillon Kearns
|
c91077ad56
|
Change GotBatch data type to support different response types.
|
2022-02-16 16:51:59 -08:00 |
|
Dillon Kearns
|
370afc6703
|
Return build error instead of caching HTTP response in cases where HTTP errors are not handled (expectJson and expectString).
SInce it's always going to fail, caching the bad response would keep it stuck in a build failure state.
|
2022-02-16 10:51:26 -08:00 |
|
Dillon Kearns
|
2b6d13234f
|
Add DataSource.Http.expectStringResponse which allows you to get response headers and handle bad status codes.
|
2022-02-15 16:01:23 -08:00 |
|
Dillon Kearns
|
c98001161a
|
Formatting.
|
2022-02-14 15:59:06 -08:00 |
|
Dillon Kearns
|
83dcf70b0e
|
Support global head tags from API Routes so plugins can add head tags like sitemap and RSS links.
|
2022-02-14 11:05:42 -08:00 |
|
Dillon Kearns
|
11de872c7c
|
Remove unused imports.
|
2022-02-13 16:08:10 -08:00 |
|
Dillon Kearns
|
b4e9278284
|
Fix path for compiling CLI app.
|
2022-02-13 14:40:25 -08:00 |
|
Dillon Kearns
|
3c61e908bb
|
Pass in --compiler flag to elm-review to use lamdera compiler.
|
2022-02-13 13:59:23 -08:00 |
|
Dillon Kearns
|
88ca2f8a02
|
Remove DataSource code from bundle.
|
2022-02-13 12:42:31 -08:00 |
|
Dillon Kearns
|
b91f978d24
|
Move Page Modules and special elm-pages modules into app folder.
|
2022-02-10 16:27:56 -08:00 |
|
Dillon Kearns
|
ce8a3c9e5c
|
Delete log statement.
|
2022-02-10 14:51:41 -08:00 |
|
Dillon Kearns
|
6c2524e72a
|
Fix Env.get.
|
2022-02-10 10:06:51 -08:00 |
|
Dillon Kearns
|
b10b247d99
|
Use more threads for build process.
|
2022-02-09 17:21:33 -08:00 |
|
Dillon Kearns
|
f777ecad07
|
Fix error decoding.
|
2022-02-09 16:26:28 -08:00 |
|
Dillon Kearns
|
d7109bfe40
|
Add missing await.
|
2022-02-09 15:08:06 -08:00 |
|
Dillon Kearns
|
fedda39a4f
|
Remove manifest from Site.elm and move it into user-space.
|
2022-02-09 10:47:59 -08:00 |
|
Dillon Kearns
|
1d144996d8
|
Use an async version to check if file exists.
|
2022-02-08 11:41:05 -08:00 |
|
Dillon Kearns
|
50e81ca5de
|
Remove some special cases for DataSource resolvers.
|
2022-02-07 17:49:14 -08:00 |
|
Dillon Kearns
|
364753694f
|
Improve build error message ouptut.
|
2022-02-05 20:34:42 -08:00 |
|
Dillon Kearns
|
6663151122
|
Handle redirects when doing client-side navigations (through content.dat fetches).
|
2022-02-05 13:14:07 -08:00 |
|
Dillon Kearns
|
cb8509f519
|
Fix template for server-rendered page.
|
2022-02-04 11:44:26 -08:00 |
|
Dillon Kearns
|
5c2cdb93e1
|
Return empty list when listing files if directory doesn't existing.
|
2022-02-04 10:59:10 -08:00 |
|
Dillon Kearns
|
4c2f779477
|
Format errors if type is list.
|
2022-02-04 10:53:41 -08:00 |
|
Dillon Kearns
|
c1febe27b6
|
Try temporarily moving code back into source directory for better elm-review fixes.
|
2022-02-04 09:12:19 -08:00 |
|
Dillon Kearns
|
55131aa828
|
Delete obsolete variant.
|
2022-02-04 09:09:12 -08:00 |
|
Dillon Kearns
|
ac687f398e
|
Remove calls to distillBytes.
|
2022-02-04 09:01:08 -08:00 |
|
Dillon Kearns
|
18831846aa
|
Remove distillBytes calls from generated entrypoint and make sure that DataSource's resolve without it.
|
2022-02-04 08:59:11 -08:00 |
|
Dillon Kearns
|
5f181ad1bc
|
Update error formatter to handle being passed direct JSON values.
|
2022-02-04 08:56:40 -08:00 |
|
Dillon Kearns
|
194337c80d
|
Delete log statement.
|
2022-02-03 20:44:18 -08:00 |
|
Dillon Kearns
|
38cd1c35c6
|
Review fixes.
|
2022-02-03 20:17:00 -08:00 |
|
Dillon Kearns
|
1ed1d8bb8a
|
Remove some ContentCache references.
|
2022-02-03 20:11:22 -08:00 |
|
Dillon Kearns
|
69cdf963cf
|
Remove some instances of content.json.
|
2022-02-03 20:08:45 -08:00 |
|
Dillon Kearns
|
550c66dacb
|
Send shared data updates for dev server to make sure shared data hot reloads.
|
2022-02-03 18:30:49 -08:00 |
|