Commit Graph

246 Commits

Author SHA1 Message Date
Dillon Kearns
d5f8005cb3 Update interface for Request with Parser removed. 2023-05-27 20:39:19 -07:00
Dillon Kearns
7a1bf102c0 Remove Debug.todo. 2023-05-27 15:08:43 -07:00
Dillon Kearns
1d6476cd8f Remove comment. 2023-05-27 15:08:37 -07:00
Dillon Kearns
27999b3186 Migrate away from parser-style Request.Parser. 2023-05-27 10:21:10 -07:00
Dillon Kearns
9e260a021c Temporarily comment out http test cases to check CI. 2023-05-25 09:39:45 -07:00
Dillon Kearns
f26066cf92 Cypress docs say it's unsafe to chain after clear. Also added force input to workaround bug with saying input field is disabled. 2023-05-25 09:39:09 -07:00
Dillon Kearns
556302d75d Try commenting out tests with GitHub API requests to see if rate limiting fixes CI. 2023-05-25 09:18:20 -07:00
Dillon Kearns
ab72c870b6 Update gitignore. 2023-05-25 09:14:00 -07:00
Dillon Kearns
13384707b6 Move cypress tests into end-to-end folder. 2023-05-25 09:07:14 -07:00
Dillon Kearns
3d6d6a1a75 Try different start command for cypress in CI. 2023-05-25 08:48:35 -07:00
Dillon Kearns
b1cba8ce0e Reorganize modules. 2023-05-24 09:30:56 -07:00
Dillon Kearns
513e58f560 Rename module. 2023-05-24 08:39:43 -07:00
Dillon Kearns
08fcd53f09 Rename fields. 2023-05-24 08:37:02 -07:00
Dillon Kearns
284a40c306 Use navigation requests as default form submission strategy, with builder function to set withConcurrent. 2023-05-23 11:24:17 -07:00
Dillon Kearns
a010d93a9d Rename Path -> UrlPath. 2023-05-17 10:12:18 -07:00
Dillon Kearns
db8d5b37e2 Rename type to make namesapce more unique across Elm packages. 2023-05-17 10:04:57 -07:00
Dillon Kearns
5696c42a69 Use multi-value headers in netlify adapter and in server responses. 2023-05-15 11:26:48 -07:00
Dillon Kearns
a0011fb1c3 Update dependencies in examples folders. 2023-05-11 16:21:25 -07:00
Dillon Kearns
4b14c008a7 Update to latest elm-review. 2023-04-19 10:59:28 -07:00
Dillon Kearns
a78e25c1db Add accidentally removed file. 2023-04-19 10:57:54 -07:00
Dillon Kearns
46296abb60 Update some projects. 2023-04-19 10:49:48 -07:00
Dillon Kearns
b550164059 Update blog demo app and upgrade some Form scaffolding. 2023-04-19 09:47:05 -07:00
Dillon Kearns
721555de45 Integrate published elm-form package. 2023-04-17 12:48:53 -07:00
Dillon Kearns
323f2c0411 Update form API for integration to use same Options type. 2023-04-17 12:48:53 -07:00
Dillon Kearns
84b1278186 Wire in serverResponse data for forms. 2023-04-17 12:48:53 -07:00
Dillon Kearns
92a8057c63 Add options builder for form options. 2023-04-17 12:48:53 -07:00
Dillon Kearns
e7056d93c1 Update end-to-end to use latest form API. 2023-04-17 12:48:53 -07:00
Dillon Kearns
a3f9b98409 Checkpoint for merging API. 2023-04-17 12:48:53 -07:00
Dillon Kearns
e1ae5e317b Render ErrorPage for production server-rendered routes. 2023-03-15 10:58:03 -07:00
Dillon Kearns
3f5c7b1785 Change Session API to give empty session by default, and expose more low-level withSessionResult in case Result needs to be accessed. 2023-03-14 17:31:25 -07:00
Dillon Kearns
c548e9b85b Include lamdera/codecs dependency in elm.json rewriting helpers. 2023-03-11 14:10:57 -08:00
Dillon Kearns
f4cf8a7069 Make transition strategy the default and move formId argument to rendering. 2023-03-03 18:45:25 -08:00
Dillon Kearns
a8b8e7421d Move formId argument to Form render functions. 2023-03-03 16:55:18 -08:00
Dillon Kearns
3045c108a5 Remove obsolete extra type FinalForm. 2023-03-03 14:54:41 -08:00
Dillon Kearns
57b147f046 Add options as part of Form type in preparation for removing extra FinalForm. 2023-03-03 13:22:53 -08:00
Dillon Kearns
8f0c334b22 Re-order RouteBuilder parameters for consistency. 2023-03-03 11:06:28 -08:00
Dillon Kearns
e19b547808 Remove PageUrl argument and rename RouteBuilder.StaticPayload -> RouteBuilder.App. 2023-03-02 11:36:34 -08:00
Dillon Kearns
4ae64cb5bd Wire in onSubmit for TransitionStrategy. 2023-02-28 16:01:55 -08:00
Dillon Kearns
c53c09aa31 Move Pages.Msg -> PagesMsg and Pages.Msg.Msg -> PagesMsg.PagesMsg. 2023-02-28 15:45:59 -08:00
Dillon Kearns
ba875d789f Add FieldView.valueButton helpers, and rerun loaders when query params are changed to ensure that GET form submissions reload data. 2023-02-18 12:31:32 -08:00
Dillon Kearns
f76870cabe Fix flaky test. 2023-02-06 22:40:49 -08:00
Dillon Kearns
5a2545329e Use Scaffold namespace for generator modules. 2023-02-06 22:04:11 -08:00
Dillon Kearns
ad3d68cc9b Use local artificial error API to avoid rate limit. 2023-02-06 09:52:59 -08:00
Dillon Kearns
75ed9c50e7 Use node prefix for node core imports. 2023-01-29 08:37:50 -08:00
Dillon Kearns
7b1baec4a2 Use esm for example project. 2023-01-28 14:32:39 -08:00
Dillon Kearns
e0b9c35d6d Wire through server data in form example. 2023-01-26 09:16:03 -08:00
Dillon Kearns
61212bce0c Remove obsolete SEO tags for form example. 2023-01-26 09:15:49 -08:00
Dillon Kearns
11b4fc729e Add BackendTask.Time.now. 2023-01-25 15:49:43 -08:00
Dillon Kearns
a864a517ea Add BackendTask.Random API. 2023-01-25 14:33:24 -08:00
Dillon Kearns
69d7237af9 Update codegen template. 2023-01-22 09:33:32 -08:00