Dillon Kearns
|
eae2fb2065
|
Add greet page and login page.
|
2021-12-22 15:28:51 -08:00 |
|
Dillon Kearns
|
71d3688dfb
|
Use temporary redirect in example redirect route.
|
2021-12-22 15:28:39 -08:00 |
|
Dillon Kearns
|
f43e57e265
|
Add withBody.
|
2021-12-22 15:28:19 -08:00 |
|
Dillon Kearns
|
6df0ce9987
|
Add cookie parser.
|
2021-12-22 14:42:35 -08:00 |
|
Dillon Kearns
|
fc00121c27
|
Update serverless generator.
|
2021-12-22 12:07:14 -08:00 |
|
Dillon Kearns
|
c43d7f474b
|
Wire through key for accessing DataSource.ServerRequest.
|
2021-12-22 11:29:16 -08:00 |
|
Dillon Kearns
|
5037ae757a
|
Update cli generator with serverless option.
|
2021-12-22 10:13:02 -08:00 |
|
Dillon Kearns
|
0f11c21511
|
Add missing header in collectMultiValueHeaders.
|
2021-12-21 17:41:24 -08:00 |
|
Dillon Kearns
|
42126f0d4a
|
Send multiValueHeaders in netlify adapter.
|
2021-12-21 17:33:41 -08:00 |
|
Dillon Kearns
|
9a8bf732a0
|
Remove duplicate of ServerResponse.toJson function.
|
2021-12-21 17:33:02 -08:00 |
|
Dillon Kearns
|
7c3de6c149
|
Remove hardcoded query params in adapter.
|
2021-12-21 16:11:51 -08:00 |
|
Dillon Kearns
|
862d0ce46f
|
Handle ServerPageResponse variants in Platform.elm.
|
2021-12-21 15:34:17 -08:00 |
|
Dillon Kearns
|
f6c13c0404
|
Handle API responses from serverless Page Modules.
|
2021-12-21 12:01:08 -08:00 |
|
Dillon Kearns
|
fad924d28d
|
Add another test case.
|
2021-12-21 10:02:01 -08:00 |
|
Dillon Kearns
|
0d3b918048
|
Turn on invalid netlify route error handling, and handle errors with correct process.exit handling instead of unhandled exception.
|
2021-12-21 10:01:42 -08:00 |
|
Dillon Kearns
|
796f5d809f
|
Include isBase64Encoded option in ServerResponse.
|
2021-12-21 09:45:25 -08:00 |
|
Dillon Kearns
|
3703916aaa
|
Add ApiRoute.prerenderWithFallback.
|
2021-12-21 09:08:17 -08:00 |
|
Dillon Kearns
|
7f2d47c6de
|
Add serverless ApiRoute builder and some examples in pokedex app.
|
2021-12-21 07:47:47 -08:00 |
|
Dillon Kearns
|
5aed656279
|
Gitignore .idea folder.
|
2021-12-21 07:32:24 -08:00 |
|
Dillon Kearns
|
bc6a055e7b
|
Gitignore folders generated from adapter.
|
2021-12-21 07:32:16 -08:00 |
|
Dillon Kearns
|
59fb56f8c6
|
Handle new data format in dev server.
|
2021-12-20 15:48:10 -08:00 |
|
Dillon Kearns
|
7acd5355dd
|
Add example with server request daata source.
|
2021-12-20 15:47:56 -08:00 |
|
Dillon Kearns
|
b858556167
|
Update index page with links and SEO data.
|
2021-12-20 15:02:12 -08:00 |
|
Dillon Kearns
|
843ca0bacd
|
Wire through headers, statusCode, and body from ServerResponse. Add redirect example.
|
2021-12-20 14:45:18 -08:00 |
|
Dillon Kearns
|
84096ec8dc
|
Update adapter script to handle api-response's, but with some hardcoding for now.
|
2021-12-20 13:55:24 -08:00 |
|
Dillon Kearns
|
c79d76f473
|
Include kind in API routes to tell the rendering mode. Generate redirects for serverless API routes.
|
2021-12-20 13:35:34 -08:00 |
|
Dillon Kearns
|
b00882a53b
|
Do cached build with npm run build.
|
2021-12-20 13:33:53 -08:00 |
|
Dillon Kearns
|
7eaa94a9e4
|
Include Pattern information for ApiRoutes.
|
2021-12-20 11:26:12 -08:00 |
|
Dillon Kearns
|
e63796032e
|
Install elm-test-rs.
|
2021-12-20 11:03:42 -08:00 |
|
Dillon Kearns
|
fe4f1f4d65
|
Use ensureDir in adapter script to prevent errors for existing dir.
|
2021-12-18 11:23:12 -08:00 |
|
Dillon Kearns
|
06ace7822e
|
Update elm-verify-examples package.
|
2021-12-18 11:22:55 -08:00 |
|
Dillon Kearns
|
78ed00637f
|
Fix typo.
|
2021-12-17 11:18:22 -08:00 |
|
Dillon Kearns
|
9436cf0b6d
|
Generate different renderer function for serverless and odb.
|
2021-12-17 11:14:29 -08:00 |
|
Dillon Kearns
|
b9f3ded983
|
Create server-render folder from adapter.
|
2021-12-16 20:37:32 -08:00 |
|
Dillon Kearns
|
07b5bfbe61
|
Change values in request to JSON.
|
2021-12-16 19:00:40 -08:00 |
|
Dillon Kearns
|
99fbfda6c0
|
Use --debug flag in build for now.
|
2021-12-16 12:09:22 -08:00 |
|
Dillon Kearns
|
35c5be1ee0
|
Transform AWS event payload into event for DataSource.ServerRequest JSON.
|
2021-12-16 12:05:59 -08:00 |
|
Dillon Kearns
|
a9ebd8559a
|
Include redirects for content.json.
|
2021-12-16 12:05:18 -08:00 |
|
Dillon Kearns
|
9769e7a95c
|
Pass through request from NodeJS and update the ServerRequest API.
|
2021-12-15 20:10:54 -08:00 |
|
Dillon Kearns
|
3960da425c
|
Fix typo.
|
2021-12-15 15:48:16 -08:00 |
|
Dillon Kearns
|
a0f34bfa19
|
Fix typo.
|
2021-12-15 15:44:48 -08:00 |
|
Dillon Kearns
|
7a57c331bc
|
Use route-patterns.json to generate _redirects file.
|
2021-12-15 15:39:35 -08:00 |
|
Dillon Kearns
|
df321d429d
|
Fix typo.
|
2021-12-15 12:41:53 -08:00 |
|
Dillon Kearns
|
4da2ab9209
|
Reset in-memory filesystem on each render request.
|
2021-12-15 12:39:15 -08:00 |
|
Dillon Kearns
|
bff850fcc4
|
Update SEO data.
|
2021-12-15 12:35:50 -08:00 |
|
Dillon Kearns
|
dca81657ee
|
Try in-memory fs.
|
2021-12-15 12:22:25 -08:00 |
|
Dillon Kearns
|
6b7cd1419f
|
Use relative dir.
|
2021-12-15 10:42:50 -08:00 |
|
Dillon Kearns
|
cd026a8a67
|
Create http cache directory in serverless function.
|
2021-12-15 10:02:32 -08:00 |
|
Dillon Kearns
|
bc4b32d259
|
Update package-lock.
|
2021-12-15 09:52:56 -08:00 |
|
Dillon Kearns
|
df5817626b
|
Update render script.
|
2021-12-15 09:47:48 -08:00 |
|