Commit Graph

4035 Commits

Author SHA1 Message Date
Dillon Kearns
97424df15a Fix test. 2022-03-25 10:17:24 -07:00
Dillon Kearns
019b1a3242 Fix test error. 2022-03-25 10:16:08 -07:00
Dillon Kearns
535d6d4932 Fix base-path example. 2022-03-25 10:13:12 -07:00
Dillon Kearns
4f58d763f4 Generate preload directive for hashed entrypoint JS file. 2022-03-25 09:50:50 -07:00
Dillon Kearns
dedf4edfb9 Start upgrade notes document. 2022-03-25 09:03:30 -07:00
Dillon Kearns
9e498ca93b Update examples. 2022-03-25 09:03:22 -07:00
Dillon Kearns
f5e2b511a0 Report contract violation errors for missing exposed types and values for core modules. 2022-03-24 16:10:35 -07:00
Dillon Kearns
05bd7b0bff Fix build step logic to show elm-review contract violation errors. 2022-03-24 15:27:46 -07:00
Dillon Kearns
a6870989a1 Report missing core modules in NoContractViolations review check. 2022-03-24 15:18:28 -07:00
Dillon Kearns
58ba422c2a Fix test compilation error. 2022-03-24 10:04:12 -07:00
Dillon Kearns
e6fb1047ec Add Effect module to docs site. 2022-03-21 13:12:36 -07:00
Dillon Kearns
979be6f3e4 Simulate user effects in tests. 2022-03-21 12:59:51 -07:00
Dillon Kearns
9262399fdc Remove redundant fields from dev server adapter. 2022-03-21 12:10:52 -07:00
Dillon Kearns
4ae34b9bf0 Remove unnecessary attribute. 2022-03-21 12:10:39 -07:00
Dillon Kearns
2d0f0f2651 Wire up Effect type. 2022-03-21 09:45:11 -07:00
Dillon Kearns
67c0fb57b0 Add missing argument to generator. 2022-03-21 08:16:48 -07:00
Dillon Kearns
ef6f80ff01 Run vanilla web form submission simulation when there is no onsubmit handler and a form submit button is clicked. 2022-03-20 13:19:18 -07:00
Dillon Kearns
a437459865 Merge remote-tracking branch 'origin/master' into serverless-latest 2022-03-20 07:31:15 -07:00
Johannes Maas
d9ecd328d8 Differentiate between missing port data source file and import error 2022-03-20 15:22:00 +01:00
Johannes Maas
10cf930226 Fix import of port-data-source.js on Windows. 2022-03-20 14:28:49 +01:00
Dillon Kearns
b3f0ebba9d Extract test helper module. 2022-03-19 15:57:03 -07:00
Dillon Kearns
3d24e970e0 Add another test case. 2022-03-19 14:57:22 -07:00
Dillon Kearns
26f9f02697 Remove obsolete code. 2022-03-19 13:32:32 -07:00
Dillon Kearns
8e242b5a57 Remove obsolete hardcoded value. 2022-03-19 13:30:09 -07:00
Dillon Kearns
339b3c3387 Extract value. 2022-03-19 13:22:40 -07:00
Dillon Kearns
c72dfc8010 Extract value. 2022-03-19 13:21:26 -07:00
Dillon Kearns
d3c1d45342 Extract variable. 2022-03-19 13:17:55 -07:00
Dillon Kearns
d6b2aec595 Remove hardcoded initial url in Request.Parser mocking. 2022-03-19 13:15:21 -07:00
Dillon Kearns
5fc8173781 Remove hardcoded name in form submit body. 2022-03-19 12:01:45 -07:00
Dillon Kearns
0937207468 Maintain cookie jar state. 2022-03-19 11:50:47 -07:00
Dillon Kearns
88f2a1dc14 Get test prototype working with redirects and form POST simulation with no event handlers. 2022-03-18 10:50:23 -07:00
Dillon Kearns
6eb29865e0 Handle initial page redirects in test harness. 2022-03-17 09:33:21 -07:00
Dillon Kearns
15d824c675 Try vendoring entire elm-program-test package. 2022-03-16 14:09:15 -07:00
Dillon Kearns
f541e5576b Copy vendored elm-program-test as starting point for custom elm-pages state. 2022-03-16 14:00:14 -07:00
Dillon Kearns
0b7e6053c9 Add program-test prototype that runs server-rendered routes. 2022-03-16 13:55:31 -07:00
Dillon Kearns
ac1e0de39b Refactor test code. 2022-03-16 10:29:53 -07:00
Dillon Kearns
b8b4729821 Resolve mock data in test prototype for initial route and on route change. 2022-03-15 21:10:52 -07:00
Dillon Kearns
132430b447
Merge pull request #279 from sevfurneaux/chore/upgrade-elm-optimize-level-2
Upgrade elm-optimize-level-2 to 0.3.4
2022-03-15 15:59:52 -07:00
Sev Furneaux
74ca559626 Upgrade elm-optimize-level-2 to 0.3.4 2022-03-15 22:47:06 +00:00
Dillon Kearns
7ff9b555f3 Add DataSource request mocking prototype. 2022-03-14 19:17:19 -07:00
Dillon Kearns
2a80161392 Try new wiring for elm-program-test prototype. 2022-03-14 16:13:01 -07:00
Dillon Kearns
ec33b62323 Add prototype of elm-program-test setup. 2022-03-14 14:02:37 -07:00
Dillon Kearns
55ac3da02d Update starter template. 2022-03-14 11:39:41 -07:00
Dillon Kearns
56a4abf2fb Use bcp package for well-typed OpenGraph locales. 2022-03-14 11:28:07 -07:00
Dillon Kearns
43ae35bc4e
Merge pull request #278 from asteroidb612/patch-1
Reflect new DataSource.File API in example
2022-03-12 09:14:10 -08:00
Dillon Kearns
98b1f63c22 Ignore generated .elm-pages directory in elm-review config. 2022-03-11 11:58:05 -08:00
Dillon Kearns
eac528caae Enable elm-review-action in ci script. 2022-03-11 11:53:55 -08:00
Dillon Kearns
4424929c0c Review fixes. 2022-03-11 11:52:33 -08:00
Dillon Kearns
81c4085ef5 Remove unused. 2022-03-11 11:51:35 -08:00
Dillon Kearns
f2f51cd40d Remove app dying messages from compiled lamdera output. 2022-03-11 11:50:02 -08:00