Commit c3a2ebb
committed
Merge branch 'main' of github.com:redwoodjs/redwood into feat/dbauth-fetch-handler
* 'main' of github.com:redwoodjs/redwood:
Add missing cli-helpers test file (redwoodjs#9833)
Add cli-helpers util to update redwood.toml (redwoodjs#9832)
Tweak graphiql setup messages (redwoodjs#9831)
exp setup sentry: Fix file extension (redwoodjs#9829)
Fastify config: Use exact file extension in log message (redwoodjs#9828)
Remove unused Fastify plugin (redwoodjs#9827)
Add trusted-documents to fragments CI smoke-test (redwoodjs#9826)
prerender: Enable Trusted Documents support (redwoodjs#9825)
trustedDocuments.test.ts: Format source
cli: add missing dep jscodeshift (redwoodjs#9823)
graphql setup fragments: Move telemetry to main handler (redwoodjs#9819)
feat: Adds Setup CLI Command to Configure GraphQL Trusted Documents (redwoodjs#9800)
Update cli tsconfig to reference used packages (redwoodjs#9822)
fragments setup: newline fix + refactor->rename (redwoodjs#9821)
yarn rw setup graphql fragments (redwoodjs#9811)78 files changed
Lines changed: 3994 additions & 70 deletions
File tree
- .github/workflows
- docs/docs
- graphql
- packages
- cli-helpers/src/lib
- __tests__
- cli
- src
- commands
- experimental
- setup
- graphiql
- __tests__
- graphql
- features
- fragments
- __codemod_tests__
- __testfixtures__
- config-simple
- input
- output
- existingImport
- input
- output
- existingPropInline
- input
- output
- existingPropVariableCustomName
- input
- output
- existingPropVariableNoCacheConfig
- input
- output
- existingPropVariable
- input
- output
- import-simple
- input
- output
- __tests__
- trustedDocuments
- __codemod_tests__
- __testfixtures__
- alreadySetUp
- input
- output
- graphql
- input
- output
- __tests__
- __fixtures__/toml
- __snapshots__
- testLib
- testUtils
- codemods
- fastify
- src
- plugins
- prerender/src/graphql
- tasks/test-project
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
779 | 779 | | |
780 | 780 | | |
781 | 781 | | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
782 | 794 | | |
783 | 795 | | |
784 | 796 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1999 | 1999 | | |
2000 | 2000 | | |
2001 | 2001 | | |
| 2002 | + | |
| 2003 | + | |
| 2004 | + | |
| 2005 | + | |
| 2006 | + | |
| 2007 | + | |
| 2008 | + | |
| 2009 | + | |
| 2010 | + | |
| 2011 | + | |
| 2012 | + | |
| 2013 | + | |
| 2014 | + | |
| 2015 | + | |
| 2016 | + | |
| 2017 | + | |
| 2018 | + | |
| 2019 | + | |
| 2020 | + | |
| 2021 | + | |
| 2022 | + | |
| 2023 | + | |
| 2024 | + | |
| 2025 | + | |
| 2026 | + | |
| 2027 | + | |
| 2028 | + | |
| 2029 | + | |
| 2030 | + | |
| 2031 | + | |
| 2032 | + | |
| 2033 | + | |
| 2034 | + | |
| 2035 | + | |
| 2036 | + | |
| 2037 | + | |
| 2038 | + | |
| 2039 | + | |
| 2040 | + | |
| 2041 | + | |
| 2042 | + | |
| 2043 | + | |
| 2044 | + | |
| 2045 | + | |
| 2046 | + | |
| 2047 | + | |
| 2048 | + | |
| 2049 | + | |
| 2050 | + | |
| 2051 | + | |
| 2052 | + | |
| 2053 | + | |
| 2054 | + | |
| 2055 | + | |
| 2056 | + | |
| 2057 | + | |
| 2058 | + | |
| 2059 | + | |
| 2060 | + | |
| 2061 | + | |
| 2062 | + | |
| 2063 | + | |
| 2064 | + | |
| 2065 | + | |
| 2066 | + | |
| 2067 | + | |
2002 | 2068 | | |
2003 | 2069 | | |
2004 | 2070 | | |
2005 | 2071 | | |
2006 | | - | |
2007 | 2072 | | |
2008 | 2073 | | |
2009 | 2074 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
86 | 92 | | |
87 | 93 | | |
88 | 94 | | |
| |||
200 | 206 | | |
201 | 207 | | |
202 | 208 | | |
203 | | - | |
| 209 | + | |
204 | 210 | | |
205 | 211 | | |
206 | 212 | | |
| |||
281 | 287 | | |
282 | 288 | | |
283 | 289 | | |
| 290 | + | |
| 291 | + | |
284 | 292 | | |
285 | 293 | | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
295 | 303 | | |
296 | 304 | | |
297 | 305 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
96 | 101 | | |
97 | 102 | | |
98 | 103 | | |
| |||
0 commit comments