Commit 5ce1870
committed
Merge branch 'main' of github.com:redwoodjs/redwood into feat/dbauth-cookie+generic-handler
* 'main' of github.com:redwoodjs/redwood:
chore: Improved Possible Types DX and Framework integration for GraphQL Fragments with Union and Interface support (redwoodjs#9594)
fix(server): error early on incompatible config (apiHost and apiUrl) (redwoodjs#9808)
chore(esm): convert crwa to esm and bundle (redwoodjs#9786)
chore(cli): More robust isAwaitable (redwoodjs#9806)
chore(ci): Update task names to say "node 20" (redwoodjs#9805)
Use TS for rebuild-test-project-fixture script (redwoodjs#9804)
chore: bump TSTyche (redwoodjs#9803)
docs(fragments): Typo, grammar and formatting fixes (redwoodjs#9802)
Revert accidental changes to test-project
chore(deps): update dependency @apollo/experimental-nextjs-app-support to v0.5.2 (redwoodjs#9716)
fix(deps): update dependency react-helmet-async to v2 (redwoodjs#9697)
fix(deps): update dependency sqlite to v5 (redwoodjs#9698)
data migrate: Clean up upHandler test (redwoodjs#9796)
chore(data-migration): Fix test exit code (redwoodjs#9795)
Add routeParams to useMatch (redwoodjs#9793)
fix(fastify): Prevent duplicate `@fastify/url-data` registration (redwoodjs#9794)
useRoutePath(): Get the path for the current route by default (redwoodjs#9790)
Router: Use a single RouterContext (redwoodjs#9792)238 files changed
Lines changed: 8323 additions & 1011 deletions
File tree
- .github/workflows
- __fixtures__
- fragment-test-project
- .redwood
- .vscode
- api
- db
- migrations
- 20220101120000_create_post_user
- 20220102120000_create_contact
- 20240106111257_create_produce_stall
- src
- __tests__
- directives/requireAuth
- functions
- graphql
- lib
- services
- contacts
- posts
- produces
- stalls
- users
- scripts
- web
- config
- public
- src
- components
- AuthorCell
- Author
- BlogPostCell
- BlogPostsCell
- BlogPost
- Contact
- ContactCell
- ContactForm
- ContactsCell
- Contacts
- Contact
- EditContactCell
- NewContact
- Post
- EditPostCell
- NewPost
- PostCell
- PostForm
- PostsCell
- Posts
- Post
- WaterfallBlogPostCell
- graphql
- layouts
- BlogLayout
- ScaffoldLayout
- lib
- pages
- AboutPage
- BlogPostPage
- ContactUsPage
- Contact
- ContactPage
- ContactsPage
- EditContactPage
- NewContactPage
- DoublePage
- ForgotPasswordPage
- GroceriesPage
- HomePage
- LoginPage
- Post
- EditPostPage
- NewPostPage
- PostPage
- PostsPage
- ProfilePage
- ResetPasswordPage
- SignupPage
- WaterfallPage
- types
- test-project
- scripts
- web
- src
- graphql
- docs/docs
- graphql
- packages
- api-server/src/plugins
- cli-packages/dataMigrate/src/__tests__
- cli/src/commands
- create-redwood-app
- scripts
- src
- templates
- js/web/src
- graphql
- ts/web/src
- graphql
- tests
- fastify/src
- internal/src/generate
- router
- src
- __tests__
- studio
- vite/src
- web-server/src
- web
- src
- apollo
- components/cell
- tasks
- smoke-tests
- fragments-dev
- tests
- fragments-serve
- tests
- test-project
- codemods
- templates
- api
- web
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 | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
| 252 | + | |
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
430 | | - | |
| 430 | + | |
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
| |||
446 | 446 | | |
447 | 447 | | |
448 | 448 | | |
449 | | - | |
| 449 | + | |
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
| |||
459 | 459 | | |
460 | 460 | | |
461 | 461 | | |
462 | | - | |
| 462 | + | |
463 | 463 | | |
464 | 464 | | |
465 | 465 | | |
| |||
506 | 506 | | |
507 | 507 | | |
508 | 508 | | |
509 | | - | |
| 509 | + | |
510 | 510 | | |
511 | 511 | | |
512 | 512 | | |
| |||
702 | 702 | | |
703 | 703 | | |
704 | 704 | | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
705 | 795 | | |
706 | 796 | | |
707 | 797 | | |
| |||
750 | 840 | | |
751 | 841 | | |
752 | 842 | | |
753 | | - | |
| 843 | + | |
754 | 844 | | |
755 | 845 | | |
756 | 846 | | |
757 | 847 | | |
| 848 | + | |
| 849 | + | |
758 | 850 | | |
759 | 851 | | |
760 | 852 | | |
| |||
764 | 856 | | |
765 | 857 | | |
766 | 858 | | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
767 | 881 | | |
768 | 882 | | |
769 | 883 | | |
| |||
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
0 commit comments