Commit Graph

3676 Commits

Author SHA1 Message Date
Dillon Kearns
3e12b48112 Update template project. 2022-03-09 15:06:49 -08:00
Dillon Kearns
03c3589a08 Remove redundant lamdera setups. 2022-03-09 14:47:34 -08:00
Dillon Kearns
071158c2d7 Fix lamdera download command. 2022-03-09 14:38:20 -08:00
Dillon Kearns
177d3846dc Change lamdera PATH. 2022-03-09 14:34:08 -08:00
Dillon Kearns
0d51a2ed05 Update CI script to see if removing subshell parens retains PATH. 2022-03-09 14:21:58 -08:00
Dillon Kearns
eb6b5d3a9c Download lamdera for cypress to make sure it is on PATH. 2022-03-09 14:06:43 -08:00
Dillon Kearns
6eafb379ee Make sure lamdera is on path for dev-server. 2022-03-09 14:05:22 -08:00
Dillon Kearns
aaca1b0a12 Try a new cypress start command for ci. 2022-03-09 14:00:24 -08:00
Dillon Kearns
1a43850388 Update cypress start command. 2022-03-09 13:52:40 -08:00
Dillon Kearns
c6933c2497 Update test assertion. 2022-03-09 13:51:35 -08:00
Dillon Kearns
9640986e2c Try new cypress command to fix build error. 2022-03-09 13:47:39 -08:00
Dillon Kearns
0b6d801f74 Update build script. 2022-03-09 13:36:14 -08:00
Dillon Kearns
b7a2d44436 Remove lamdera reset command. 2022-03-09 13:33:36 -08:00
Dillon Kearns
060f8aebd2 Fix lamdera reset from getting stuck in build 2022-03-09 13:32:05 -08:00
Dillon Kearns
5fb232dc20 Try lamdera reset in test command. 2022-03-09 13:30:22 -08:00
Dillon Kearns
8fe4e73cf4 Update build script. 2022-03-09 13:23:28 -08:00
Dillon Kearns
ec81b29424 Update test command. 2022-03-09 13:20:54 -08:00
Dillon Kearns
d2d820b61c Update cache keys. 2022-03-09 11:33:44 -08:00
Dillon Kearns
c6a5096357 Remove extra complexity of markdown parsing in routing test. 2022-03-09 11:18:23 -08:00
Dillon Kearns
3c4bcac4f4 Remove unused dependencies. 2022-03-09 11:10:00 -08:00
Dillon Kearns
b8adf160eb Add download lamdera step in ci script. 2022-03-09 11:02:02 -08:00
Dillon Kearns
32705e11a8 Fix error message. 2022-03-09 10:59:57 -08:00
Dillon Kearns
41fd2bf645 Update dependencies. 2022-03-09 10:57:47 -08:00
Dillon Kearns
ef89edf54b Update esbuild. 2022-03-09 10:55:16 -08:00
Dillon Kearns
e35b8b6516 Update cypress. 2022-03-09 10:54:36 -08:00
Dillon Kearns
38c31745d6 Update commander. 2022-03-09 10:53:58 -08:00
Dillon Kearns
b3d0d8667a Update vite. 2022-03-09 10:53:32 -08:00
Dillon Kearns
8ac95844cd Merge branch 'master' into serverless-latest
# Conflicts:
#	package-lock.json
2022-03-09 10:50:43 -08:00
Dillon Kearns
1309fbe329 Update test snapshot. 2022-03-09 10:46:24 -08:00
Dillon Kearns
0e1ccd8e3b Update base-path example. 2022-03-09 10:43:30 -08:00
Dillon Kearns
84fe59f9c7 Update escaping test snapshot. 2022-03-09 10:35:40 -08:00
Dillon Kearns
aa98e1b914 Update test projects. 2022-03-09 10:33:33 -08:00
Dillon Kearns
8c87da2d04 Fix tests. 2022-03-09 09:50:34 -08:00
Dillon Kearns
9fe97c7b9a Update elm-review codemod and contract enforcer with new route naming. 2022-03-09 09:48:48 -08:00
Dillon Kearns
d1829d6cd1 Move Request Parser definition to internal package-opaque type. 2022-03-09 09:29:11 -08:00
Dillon Kearns
793bef7f60 Update docs. 2022-03-09 09:20:13 -08:00
Dillon Kearns
6a52edd5a3 Remove obsolete todo. 2022-03-09 09:19:55 -08:00
Dillon Kearns
6e53ce5f74 Add test case for handling multiple content types. 2022-03-09 09:19:46 -08:00
Dillon Kearns
ad5f092d06 Improve expectContentType. 2022-03-09 08:49:46 -08:00
Dillon Kearns
14fb33e44b Remove obsolete helper function. 2022-03-08 16:13:19 -08:00
Dillon Kearns
f8596e8df8 Simpilfy interface for Request.skip. 2022-03-08 16:12:40 -08:00
Dillon Kearns
3e4643f598 Add expectBody. 2022-03-08 16:10:02 -08:00
Dillon Kearns
661c84467b Remove unnecessary Request Parser helper. 2022-03-08 16:04:46 -08:00
Dillon Kearns
d4fe62b815 Re-use rawBody parser for expectFormPost. 2022-03-08 15:56:25 -08:00
Dillon Kearns
d989a9ad9b Add tset case for form POST. 2022-03-08 15:56:02 -08:00
Dillon Kearns
8e6811412b Use andMap for mapN definitions. 2022-03-08 15:40:30 -08:00
Dillon Kearns
86ae4abbf9 Add remaining mapN functions. 2022-03-08 15:39:12 -08:00
Dillon Kearns
a93a530439 Rename Request.cookies -> allCookies. Add map5. 2022-03-08 15:34:59 -08:00
Dillon Kearns
8b0e78157b Re-use rawBody Request Parser in json body parser. 2022-03-08 11:08:34 -08:00
Dillon Kearns
cfd91b7b6d Update Request API, docs, and add a test suite. 2022-03-08 11:02:19 -08:00