Commit Graph

2716 Commits

Author SHA1 Message Date
Dillon Kearns
c480f1ce30 Change test project for cypress tests. 2021-07-29 12:30:50 -07:00
Dillon Kearns
0c1a7ccc3e Add annotations. 2021-07-29 10:10:12 -07:00
Dillon Kearns
cf0b7235eb Add DataSource.Port to exposed modules. 2021-07-29 10:10:05 -07:00
Dillon Kearns
4e0c4d3fe6 Make function call tail-call optimized. 2021-07-29 10:06:46 -07:00
Dillon Kearns
820198bbc2 Address review errors. 2021-07-29 10:03:42 -07:00
Dillon Kearns
7c8bf2f8b6 Update generated docs.json. 2021-07-29 09:56:49 -07:00
Dillon Kearns
99fdb7a80d Add missing doc comment reference. 2021-07-29 09:56:40 -07:00
Dillon Kearns
a0be8419c7 Add doc comment placeholder. 2021-07-29 09:53:47 -07:00
Dillon Kearns
e97ef235b7 Format file. 2021-07-29 09:50:22 -07:00
Dillon Kearns
526f1b1256 Update example. 2021-07-29 09:48:25 -07:00
Dillon Kearns
6261f79c9c Remove obsolete test case since HTTP errors are now sent from NodeJS, not Elm. 2021-07-29 09:40:18 -07:00
Dillon Kearns
e97dc19c77 Fix more tests. 2021-07-29 09:38:46 -07:00
Dillon Kearns
2e9a3b219a Add test helper for checking outgoing requests. 2021-07-29 09:32:51 -07:00
Dillon Kearns
dfe6330abf Use ports for HTTP requests in unit tests. 2021-07-29 09:17:36 -07:00
Dillon Kearns
780e78fe02 Update copy. 2021-07-28 17:08:03 -07:00
Dillon Kearns
74d8aa5fc2 Use position: sticky for navbar. 2021-07-28 15:40:58 -07:00
Dillon Kearns
0dfdf9f7ed
Merge pull request #196 from dillonkearns/worker-threads
Worker threads
2021-07-28 10:59:29 -07:00
Dillon Kearns
f61f4614d8 Update template. 2021-07-28 10:29:11 -07:00
Dillon Kearns
58979ce3d8 Fix pokedex example. 2021-07-28 10:29:06 -07:00
Dillon Kearns
5595edeee8 Remove future NodeJS optional chain syntax. 2021-07-28 10:22:07 -07:00
Dillon Kearns
409caff8c9 Update review dependencies. 2021-07-28 09:55:37 -07:00
Dillon Kearns
17fb3f0230 elm-review fix. 2021-07-28 09:45:59 -07:00
Dillon Kearns
8ece503f7f elm-review fix. 2021-07-28 09:45:45 -07:00
Dillon Kearns
3ac35efa71 Remove todo. 2021-07-28 09:22:56 -07:00
Dillon Kearns
545acf2cb6 Fix compiler error. 2021-07-28 09:01:49 -07:00
Dillon Kearns
8ad4444fac Use hashing for a test case. 2021-07-28 09:00:34 -07:00
Dillon Kearns
83128c5112 Update tests for single-item flow (not batched page build runs). 2021-07-28 08:06:05 -07:00
Dillon Kearns
a2f08e03d6 Add some cypress boilerplate files. 2021-07-28 07:45:19 -07:00
Dillon Kearns
5747c2f030 Use Shared.Msg instead of extra layer of abstraction for sub-msg type. 2021-07-27 10:48:42 -07:00
Dillon Kearns
f6afc894a3 Fix some compiler errors. 2021-07-27 10:41:18 -07:00
Dillon Kearns
7ce73cc3e3 elm-review fixes. 2021-07-27 09:39:06 -07:00
Dillon Kearns
3f1539260b Use explicit exposing. 2021-07-27 09:38:18 -07:00
Dillon Kearns
ddc4538c14 Remove empty segments from paths. 2021-07-26 21:05:25 -07:00
Dillon Kearns
eadabe1513 Remove log statement. 2021-07-26 17:06:46 -07:00
Dillon Kearns
3b2af1e9a8 Don't render hmr script load in builds (only dev-server). 2021-07-26 15:39:10 -07:00
Dillon Kearns
449e32cf9c Fail build if elm-optimize-level-2 isn't found, and print error output (for example if Debug.log's are found). 2021-07-26 12:40:50 -07:00
Dillon Kearns
d22d2bebaf Simplify ContentCache.init function. 2021-07-26 11:18:48 -07:00
Dillon Kearns
0a77ab5f04 Read path from the right spot for initial ContentCache data. 2021-07-26 11:17:39 -07:00
Dillon Kearns
ecee7a7c88 Update cypress. 2021-07-26 08:48:55 -07:00
Dillon Kearns
1651ec8d13 Add DataSource to end-to-end example index route. 2021-07-26 08:45:53 -07:00
Dillon Kearns
0ba1848d46 Fix error in example. 2021-07-26 08:45:27 -07:00
Dillon Kearns
69cba32d90 Use absolute URL for manifest.json link since there is no more base tag. 2021-07-26 08:35:49 -07:00
Dillon Kearns
aafd5a29e5 Rename frontmatter to route. 2021-07-21 14:53:27 -07:00
Dillon Kearns
182fb89ddf Use same URL normalization for inserting into ContentCache as for lazyLoad. 2021-07-21 14:53:12 -07:00
Dillon Kearns
573c6d72dd Handle base path for 404 pages. 2021-07-21 14:42:58 -07:00
Dillon Kearns
00c91c8e9d Include base path in ProgramConfig. 2021-07-21 14:29:37 -07:00
Dillon Kearns
d865c20ccb Add cypress example for data sources. 2021-07-21 13:33:05 -07:00
Dillon Kearns
ced6284a95 Add cypress config base url. 2021-07-21 13:29:54 -07:00
Dillon Kearns
d81c5ad0d3 Add an end-to-end test example folder. 2021-07-21 13:29:45 -07:00
Dillon Kearns
6762719367 Add missing dependencies in example. 2021-07-21 12:08:12 -07:00