Commit Graph

2628 Commits

Author SHA1 Message Date
Dillon Kearns
4af54e4ad5 Fix test. 2021-06-08 10:36:05 -07:00
Dillon Kearns
cc9cb1901d Extract more values to use 404 helper function. 2021-06-08 09:59:01 -07:00
Dillon Kearns
697536f890 Extract function for 404 rendering. 2021-06-08 09:57:21 -07:00
Dillon Kearns
b0a1737497 Update package-lock. 2021-06-08 09:54:21 -07:00
Dillon Kearns
7a6ca22ad1 Handle 404 pages for found routes but not prerendered, and don't resolve DataSource if it's not pre-rendered. 2021-06-08 09:54:10 -07:00
Dillon Kearns
a69b1fbeea Remove Debug.log. 2021-06-06 21:56:26 -07:00
Dillon Kearns
3668768919 Update not found page style. 2021-06-06 21:44:08 -07:00
Dillon Kearns
e9dd54c4b0 Update not found dev page. 2021-06-06 19:09:52 -07:00
Dillon Kearns
4c0303d942 Add missing field in test. 2021-06-06 11:11:34 -07:00
Dillon Kearns
cffafc2171 Remove unnecessary destructuring in connector module that required View type to be a record with body and title. 2021-06-06 11:09:39 -07:00
Dillon Kearns
852a84d8bb Update not found page. 2021-06-06 11:04:06 -07:00
Dillon Kearns
666ade1a0a Upload cypress screenshots and videos on failure. 2021-06-04 21:05:22 -07:00
Dillon Kearns
00f1815b9d Update dependencies. 2021-06-04 20:02:25 -07:00
Dillon Kearns
be4f749fa9 See what happens with a longer cypress timeout. 2021-06-04 19:42:28 -07:00
Dillon Kearns
d02c2f2b43 Update dependencies. 2021-06-04 19:34:41 -07:00
Dillon Kearns
c59c4bd8e4 Update cypress command. 2021-06-04 19:28:23 -07:00
Dillon Kearns
45f0a1694d Update cypress CI setup. 2021-06-04 19:22:05 -07:00
Dillon Kearns
9317fc3628 Try waiting for server in cypress GH Action. 2021-06-04 19:15:22 -07:00
Dillon Kearns
af3c56ab21 Run npm install in start command for dev server on GH actions. 2021-06-04 19:09:55 -07:00
Dillon Kearns
5e5a0e1dde Try cypress github action. 2021-06-04 18:19:34 -07:00
Dillon Kearns
2e4cc7d0da Add cypress to npm test script. 2021-06-04 18:11:00 -07:00
Dillon Kearns
1d42eeb6e1 Add cypress setup for dev server. 2021-06-04 18:06:39 -07:00
Dillon Kearns
498faf6b3a Add netlify.toml to init scaffolding. 2021-06-04 17:54:38 -07:00
Dillon Kearns
725318d102
Update 2.0-beta.md 2021-06-04 16:07:12 -07:00
Dillon Kearns
2bbfc3985f Add elm-review GH action. 2021-06-03 18:55:59 -07:00
Dillon Kearns
0840afbd5a Run elm-format on file. 2021-06-03 18:53:42 -07:00
Dillon Kearns
24da7cdbf5 Update dependency. 2021-06-03 18:50:52 -07:00
Dillon Kearns
6fa5d8d593 Regenerate docs.json. 2021-06-03 18:47:23 -07:00
Dillon Kearns
36d1039515 Separate out public and internal APIs for ApiRoute. 2021-06-03 18:45:11 -07:00
Dillon Kearns
4facd6a5c3 Copy module to Internal kind in preparation for separated out internal and external API. 2021-06-03 18:30:49 -07:00
Dillon Kearns
ed03758587 Update review config. 2021-06-03 18:17:35 -07:00
Dillon Kearns
2c872c18fc Fix type signature. 2021-06-03 18:15:34 -07:00
Dillon Kearns
605b353065 Review fixes. 2021-06-03 18:10:06 -07:00
Dillon Kearns
03f8ee359f Add new rule. 2021-06-03 17:59:58 -07:00
Dillon Kearns
819dd0d5e2 Add new rule. 2021-06-03 17:57:57 -07:00
Dillon Kearns
75f22536e3 Add rule. 2021-06-03 17:35:57 -07:00
Dillon Kearns
b20e56d290 Include new rule. 2021-06-03 17:34:20 -07:00
Dillon Kearns
34b195d86d Add review rule. 2021-06-03 17:31:12 -07:00
Dillon Kearns
dcf3205092 Rename ServerRequest to be under DataSource namespace. 2021-06-03 17:27:28 -07:00
Dillon Kearns
f93c141ceb Apply new rule. 2021-06-03 17:22:15 -07:00
Dillon Kearns
9f435f5b20 Expose package module. 2021-06-03 17:22:01 -07:00
Dillon Kearns
e239931ff4 Adddress review errors. 2021-06-03 17:17:46 -07:00
Dillon Kearns
ee874f3ba0 Address review fixes. 2021-06-03 17:14:25 -07:00
Dillon Kearns
7ce56bcb1a Address review warnings. 2021-06-03 17:12:18 -07:00
Dillon Kearns
a13cffc2d8 Remove duplicate netlify.toml key. 2021-06-03 16:15:19 -07:00
Dillon Kearns
fb193dd8cb Remove unused dependencies. 2021-06-03 16:12:00 -07:00
Dillon Kearns
4907f9c674 Add NoUnoptimizedRecursion rule, with a few known cases that might be possible to fix in the future. 2021-06-03 16:09:20 -07:00
Dillon Kearns
f22abc904e Normalize splat field name correctly. 2021-06-03 16:01:54 -07:00
Dillon Kearns
09f6f987e6 Make Glob extractMatches function tail-call optimized. 2021-06-03 15:44:25 -07:00
Dillon Kearns
df6dccf008 Simplify functions. 2021-06-03 15:34:45 -07:00