Commit Graph

3569 Commits

Author SHA1 Message Date
Dillon Kearns
2a90fc62ba Trigger build. 2022-03-03 08:06:32 -08:00
Dillon Kearns
8f1e25e605 Improve error handling when there is no port-data-source file present. 2022-03-02 14:45:34 -08:00
Dillon Kearns
f572ee7218 Run esbuild to compile ports file from build command. 2022-03-02 14:35:48 -08:00
Dillon Kearns
6a006cd9bc Add missing file for end-to-end test build. 2022-03-02 14:26:11 -08:00
Dillon Kearns
2a14ba1941 Fix error handling for internal data source handlers. 2022-03-02 14:25:11 -08:00
Dillon Kearns
514a82b596 Move entrypoint files for build. 2022-03-02 10:51:18 -08:00
Dillon Kearns
8489f44a3d Use esbuild to transpile port-data-source file, and watch for changes. 2022-03-02 10:14:55 -08:00
Dillon Kearns
8a0eae997b Remove unused package. 2022-03-01 19:07:31 -08:00
Dillon Kearns
288dc1c266 Add Glob.toDataSourceWithOptions. 2022-03-01 15:46:10 -08:00
Dillon Kearns
ce638c8c5e Add missing doc comment placeholder. 2022-03-01 15:45:47 -08:00
Dillon Kearns
c8c7a884da Pass glob options in JSON body. 2022-02-28 20:37:39 -08:00
Dillon Kearns
5652b9b3d1 Remove obsolete field. 2022-02-28 19:49:43 -08:00
Dillon Kearns
8990555331 Remove unused. 2022-02-28 19:40:09 -08:00
Dillon Kearns
ca9b80d34e Change await ordering to improve build speed. 2022-02-28 19:38:35 -08:00
Dillon Kearns
7376fcffe8 Remove lamdera's generated "App dying" log message (and no need to generate app.die function anymore since lamdera provides one). 2022-02-28 19:38:07 -08:00
Dillon Kearns
eec84330f6 Remove unused. 2022-02-28 17:49:20 -08:00
Dillon Kearns
121556f2ef Use html test runner for glob tests. 2022-02-28 17:45:16 -08:00
Dillon Kearns
ddff730b26 Add Glob.listDirectories. 2022-02-28 16:52:41 -08:00
Dillon Kearns
a636e5ed31 Delete unused. 2022-02-28 14:51:51 -08:00
Dillon Kearns
068f73c811 Extract glob test cases into a module. 2022-02-28 14:47:22 -08:00
Dillon Kearns
ace71d09ce Run glob test code directly through elm-pages so the test assertions can be against Elm data instead of JSON. 2022-02-28 14:43:57 -08:00
Dillon Kearns
81ab07897f Use micromatch to get glob captures to ensure that they match with the globby matching logic. 2022-02-27 11:27:49 -08:00
Dillon Kearns
ff9141d7ec Add some end-to-end glob specs. 2022-02-27 09:47:50 -08:00
Dillon Kearns
f3c636a45d Review fixes. 2022-02-27 08:50:43 -08:00
Dillon Kearns
39ec2d3d4f Remove redundant function argument to expectStringResponse and expectBytesResponse. 2022-02-27 08:44:00 -08:00
Dillon Kearns
68fe1c2539 Remove redundant map function from expectString. 2022-02-27 08:09:33 -08:00
Dillon Kearns
d11226df45 Fix test case. 2022-02-26 14:42:31 -08:00
Dillon Kearns
3d2ebc6965 Remove commented code. 2022-02-26 14:36:03 -08:00
Dillon Kearns
c48cec7cde Fix a test case. 2022-02-26 14:35:52 -08:00
Dillon Kearns
7afbd8188e Fix a test case. 2022-02-26 14:18:37 -08:00
Dillon Kearns
edfe401f30 Fix some test cases. 2022-02-26 14:10:31 -08:00
Dillon Kearns
c56052dd8b Update message in test assertion. 2022-02-26 13:32:34 -08:00
Dillon Kearns
9f9a300a24 Extract out new error variant. 2022-02-26 10:59:32 -08:00
Dillon Kearns
3872c5a365 Use rawUrl to parse query params. 2022-02-26 10:51:37 -08:00
Dillon Kearns
c8a37ed3c5 Review fixes. 2022-02-26 09:48:36 -08:00
Dillon Kearns
46edf07679 Run all cypress tests from cypress run script. 2022-02-26 09:47:17 -08:00
Dillon Kearns
f82212e222 Fix test cases. 2022-02-26 09:38:03 -08:00
Dillon Kearns
de74127a3d Fix some test cases. 2022-02-26 08:46:07 -08:00
Dillon Kearns
b54e14570d Fix test compilation errors. 2022-02-26 08:36:55 -08:00
Dillon Kearns
3ec317f031 Fix a test case. 2022-02-26 08:32:31 -08:00
Dillon Kearns
5924109f7c Fix a test case. 2022-02-26 07:44:16 -08:00
Dillon Kearns
00edf1cd6e Fix some test cases. 2022-02-25 17:30:21 -08:00
Dillon Kearns
fc4d470405 Fix some test errors. 2022-02-25 16:57:50 -08:00
Dillon Kearns
5351679bf7 Add Request.rawUrl. 2022-02-25 11:59:12 -08:00
Dillon Kearns
3468ac0a20 Simplify GotBatch decoder. 2022-02-25 11:59:02 -08:00
Dillon Kearns
1c56e82258 Simplify gotBatchPort payload (bytes are being handled as base64 string so may as well remove the Bytes part now since it's unused - might change it back for performance if it makes a difference). 2022-02-25 11:50:24 -08:00
Dillon Kearns
9ced0ccd2b Formatting. 2022-02-25 11:22:39 -08:00
Dillon Kearns
2d81800317 Add dev server styles into a css file and make sure that not found page styles are included. 2022-02-25 11:22:32 -08:00
Dillon Kearns
1c7ff8aa7c Fix 404 page message for non-matching routes. 2022-02-25 10:40:08 -08:00
Dillon Kearns
d99f908be3 Add an API end-to-end test case for mime type params. 2022-02-25 10:04:36 -08:00