119 Commits

Author SHA1 Message Date
James M. Greene 9b64f8160b Remove unused GITHUB_REPOSITORY context entry 2023-02-16 07:05:00 -06:00
James M. Greene 5a875285a3 Add build_type parameter back to API call 2023-02-16 07:04:28 -06:00
Jeremy Daley 8ece2a9a22 prettier fix 2023-02-13 17:04:37 -05:00
Jeremy Daley 549319b80b fix tests 2023-02-10 03:11:16 -05:00
Jeremy Daley 7d88dd59cd use github actions packages 2023-02-10 02:30:56 -05:00
Jeremy Daley b1748b08d7 try some stuff 2023-02-10 02:10:06 -05:00
Jeremy Daley d8adc44149 you kidding me? 2023-02-10 01:44:40 -05:00
Jeremy Daley 50408c8053 try some logging 2023-02-10 01:39:32 -05:00
Jeremy Daley a4a37a13a6 forgot to forward proxy through 2023-02-10 01:33:13 -05:00
Jeremy Daley 4bfe138e84 modified to use proxy input 2023-02-10 01:28:34 -05:00
James M. Greene 7eb7a15548 Merge branch 'main' into test-set-pages-config 2023-02-01 11:00:11 -06:00
James M. Greene 9b358e73bb Update tests to actually invoke the desired method instead of replicating it 2023-01-30 23:51:40 -06:00
James M. Greene a8216d627c Fix enablement logic for v3 2023-01-30 12:29:09 -06:00
James M. Greene 5d8963e8a5 Update default behavior to NOT attempt to create/enable the Pages site 2023-01-18 15:03:22 -06:00
James M. Greene e5c1ee9f14 Reformat 2022-11-22 23:10:56 -06:00
James M. Greene 7fea7010df Minor revisions 2022-11-22 23:10:56 -06:00
James M. Greene 34521f23a5 Add warn for unsupported extensions 2022-11-22 23:10:37 -06:00
James M. Greene 948e60fb96 Reformat 2022-11-22 21:34:10 -06:00
James M. Greene 1305a1ba92 Better support alternative file extensions for blank config files in the tests 2022-11-22 21:30:53 -06:00
James M. Greene e978eba337 Add support for indirect config declarator in chained declaration statement 2022-11-21 13:12:45 -06:00
James M. Greene 343cb08233 Add tests for when multiple declarations are chained together 2022-11-21 12:36:09 -06:00
James M. Greene 7eb40247a7 Format 2022-11-21 12:14:59 -06:00
James M. Greene 86f141f32d Add support for 'Indirect module export with a wrapping call at the export' 2022-11-21 12:12:47 -06:00
James M. Greene 76b6a8292e Small corrections 2022-11-21 12:08:39 -06:00
James M. Greene 8e221f24db Add support for 'Indirect module export with a wrapping call at the definition' 2022-11-21 12:05:26 -06:00
James M. Greene d897860efd Add support for 'Indirect default export with a wrapping call at the export' 2022-11-21 11:34:58 -06:00
James M. Greene 24270f0cca Add support for 'Indirect default export with a wrapping call at the definition' 2022-11-21 11:04:42 -06:00
James M. Greene 0c3c14948a Merge branch 'main' into support-wrapped-exports 2022-11-18 01:02:58 -06:00
James M. Greene 51323db177 Fix the Next.js tests 2022-11-18 00:57:58 -06:00
James M. Greene 97fb35057c Add comment 2022-11-18 00:50:00 -06:00
James M. Greene ffa824f004 Start making some of those tests pass 2022-11-18 00:45:01 -06:00
James M. Greene d4a76d1ee1 Add unit tests to verify support for function-wrapped exports 2022-11-18 00:29:31 -06:00
Kapil Koju 5cb77813a2 Add back experimental.images.unoptimized for old NextJS 2022-10-24 23:46:06 -04:00
Kapil Koju 2094727a1b Fix nextjs images.unoptimized config path name
`images.unoptimized` is no longer in `experimental` and is stable with NextJS `v12.3.0`.
https://nextjs.org/docs/api-reference/next/image#unoptimized
2022-10-24 23:09:43 -04:00
James M. Greene af5f3c3f72 Merge branch 'main' into eslint-roller 2022-09-21 16:18:10 -05:00
James M. Greene c4feb8d01e Ignore ESLint rule about condition looping condition for now 2022-09-16 21:56:47 -05:00
James M. Greene 1f9ca39237 Fix bad reference in string interpolation
Regression from https://github.com/actions/configure-pages/pull/21
2022-09-16 21:54:58 -05:00
James M. Greene 1cefe6fc7c Remove unnecessary try/catch 2022-09-16 21:50:49 -05:00
James M. Greene 069c984c5e Let Prettier reformat all of the things 2022-09-16 20:37:18 -05:00
James M. Greene 45efe60937 Apply consistent spacing and use of single quotes 2022-09-11 10:23:22 -05:00
James M. Greene 35c001ded6 Dereference as 'path'
This minimizes the changes to the codebase, as well as slightly clarifying that its value may not remain the same as the 'pathname'
2022-09-11 10:23:22 -05:00
AndrewLester d48340abcd Use GitHub Pages site origin for setting up SSG configs 2022-08-19 14:33:39 -05:00
James M. Greene 3a90973fd3 Use local module for removing trailing slash to reduce duplication 2022-08-18 18:08:30 -05:00
James M. Greene dc5b850bfd breaking: Remove trailing slash from base_url and base_path outputs 2022-08-18 18:08:30 -05:00
James M. Greene 9b7553ef7f Change environment variable data type to explicit string 2022-08-17 14:34:23 -05:00
AndrewLester adc528a6d8 Export GITHUB_PAGES env variable 2022-08-10 16:28:32 -04:00
AndrewLester 789c331a21 Support new features from #15 2022-08-10 16:28:32 -04:00
AndrewLester c872edcdfb Update config parser to support export default with identifier and add SvelteKit code
Co-authored-by: NatoBoram <natoboram@users.noreply.github.com>
2022-08-10 16:28:31 -04:00
James M. Greene fad78054b6 Fix typo in src 2022-08-10 08:56:12 -05:00
James M. Greene 891eba7f6e Update src/config-parser.js
Co-authored-by: Yoann Chaudet <yoannchaudet@github.com>
2022-08-09 11:22:14 -05:00