Commit Graph

192 Commits

Author SHA1 Message Date
Dillon Kearns
632e1961f0 Review fixes. 2021-04-17 08:18:26 -07:00
Dillon Kearns
e11d359222 Make sure send page progress events get kicked off when there are no initial requests from getStaticRoutes or generateFiles. 2021-04-17 07:44:22 -07:00
Dillon Kearns
9bb173baab Run elm-review. 2021-04-16 09:32:09 -07:00
Dillon Kearns
21ecb7e746 Remove debug log statements. 2021-04-16 09:28:59 -07:00
Dillon Kearns
51f2eb2a20 Remove obsolete test case. 2021-04-16 09:28:43 -07:00
Dillon Kearns
bdd4ace0fd Normalize error message test assertions. 2021-04-16 09:27:20 -07:00
Dillon Kearns
fbc161c77b Add a toString in the build error decoder for the test assertions. 2021-04-16 09:20:28 -07:00
Dillon Kearns
d04d670669 Fix getStaticRoutes wiring for tests. 2021-04-16 08:27:12 -07:00
Dillon Kearns
d0f3af3a1c Fix compiler errors in test. 2021-04-16 08:04:15 -07:00
Dillon Kearns
12b36d964f No more PathKey for PagePath! 2021-04-10 10:33:26 -07:00
Dillon Kearns
ca901b043d Apply fixes. 2021-04-10 10:12:51 -07:00
Dillon Kearns
89650a4eb1 Merge branch 'serverless' into static-files
# Conflicts:
#	examples/docs/package-lock.json
#	examples/docs/src/Template/BlogIndex.elm
#	examples/docs/src/Template/Page.elm
#	generator/src/cli.js
#	netlify.toml
#	package-lock.json
#	package.json
#	src/Pages/Internal/Platform/Cli.elm
#	tests/BetaStaticHttpRequestsTests.elm
#	tests/StaticHttpRequestsTests.elm
2021-04-05 19:49:08 -07:00
Dillon Kearns
d9e2d23cab Fix compiler error. 2021-04-05 17:15:22 -07:00
Dillon Kearns
b685a76e1a Remove obsolete tests. 2021-04-03 21:24:34 -07:00
Dillon Kearns
2f78c3592a Run review fixes. 2021-04-03 21:24:08 -07:00
Dillon Kearns
0952b45592 Update scaffolding function. 2021-04-03 21:20:50 -07:00
Dillon Kearns
6ef3000011 Handle initial StaticHttp requests to get routes. 2021-04-03 13:08:02 -07:00
Dillon Kearns
66d407b5c8 Add hardcoded fetch for static routes. 2021-04-03 09:53:42 -07:00
Dillon Kearns
e2d943d913 Add detail to test error. 2021-04-03 06:39:07 -07:00
Dillon Kearns
39b83767b6 Fix some test errors. 2021-04-02 21:43:57 -07:00
Dillon Kearns
4a199146a0 Address review errors. 2021-04-02 14:49:18 -07:00
Dillon Kearns
77ed808d18 Remove unused code. 2021-04-02 14:44:40 -07:00
Dillon Kearns
3358a96839 Address elm-review errors. 2021-04-02 13:59:07 -07:00
Dillon Kearns
c66429f26c Run additional auto-fixes. 2021-04-02 13:57:08 -07:00
Dillon Kearns
67c75b41e4 Add type annotation. 2021-04-02 13:54:42 -07:00
Dillon Kearns
9ad1a606a8 Apply auto-fixes. 2021-04-02 13:53:50 -07:00
Dillon Kearns
1e5d6b8a0e Add file path and glob handlers. 2021-03-31 19:55:28 -07:00
Dillon Kearns
279c16c760 Add getFullPath function for Glob. 2021-03-31 19:52:09 -07:00
Dillon Kearns
e0a06df5d9 Add Glob.atLeastOne. 2021-03-31 13:56:56 -07:00
Dillon Kearns
78f704d578 Change oneOf format to use (pattern1|pattern2) notation. 2021-03-31 13:26:59 -07:00
Dillon Kearns
3fb2893dee Add Glob.not. 2021-03-31 13:10:02 -07:00
Dillon Kearns
4c577cce66 Rename glob star functions. 2021-03-31 12:42:48 -07:00
Dillon Kearns
ea75b4acc2 Add recursive glob matcher. 2021-03-31 12:41:49 -07:00
Dillon Kearns
f7c647fb80 Rename temporary function names from removed API functions. 2021-03-30 19:57:34 -07:00
Dillon Kearns
aef010ced7 Remove unused code. 2021-03-30 19:55:52 -07:00
Dillon Kearns
f11b5bda39 Convert last test case over to new glob API. 2021-03-30 19:52:17 -07:00
Dillon Kearns
8bb55a0528 Convert more tests to new glob API. 2021-03-30 19:49:04 -07:00
Dillon Kearns
06069a5e16 Convert another glob test over to the new API. 2021-03-30 19:47:46 -07:00
Dillon Kearns
bb1ee9b7c0 Change glob API to use same type between matchers and top-level glob type. 2021-03-30 19:43:37 -07:00
Dillon Kearns
8cfa4be975 Rename init to succeed. 2021-03-30 17:53:17 -07:00
Dillon Kearns
9bbe0874ce Don't allow arbitrary glob patterns, only literals, in zeroOrMore. 2021-03-30 17:50:45 -07:00
Dillon Kearns
65e2ca52ac Add optional group parsing. 2021-03-30 16:04:05 -07:00
Dillon Kearns
b80a59e2fc Add a oneOf matcher. 2021-03-30 15:37:03 -07:00
Dillon Kearns
6983dd582b Add a starting point for glob API. 2021-03-30 14:16:32 -07:00
Dillon Kearns
da3ef40e7f Wire through request json. 2021-03-26 15:44:32 -07:00
Dillon Kearns
f7e1e8d3cb Run elm-review fixes. 2020-12-07 08:41:10 -08:00
Dillon Kearns
74b3ba2b5e Fix compiler error. 2020-10-26 11:50:06 -07:00
Dillon Kearns
aa2c80165c Move jest tests to another directory. 2020-10-26 11:48:13 -07:00
Dillon Kearns
3aa978578b Update template modules file name. 2020-10-26 10:50:11 -07:00
Dillon Kearns
3442cf02a8 Merge branch 'master' into template-modules
# Conflicts:
#	.gitignore
#	examples/docs/src/Main.elm
2020-10-24 13:02:17 -07:00