Commit bb0b36e
committed
Merge branch 'main' of github.com:redwoodjs/redwood into try/dbauth-ssr
* 'main' of github.com:redwoodjs/redwood: (26 commits)
fix(api-server): copy fallback fix from redwoodjs#9272 (redwoodjs#9369)
fix(deps): update dependency concurrently to v8.2.2 (redwoodjs#9361)
chore(k6): Fix function context test (redwoodjs#9368)
feat(cli): Setup command for mailer (redwoodjs#9335)
feature: Support defer and stream GraphQL Directives in RedwoodRealtime (redwoodjs#9235)
chore(deps): update dependency rimraf to v5.0.5 (redwoodjs#9360)
chore(k6): Fix function context test (redwoodjs#9358)
chore(deps): bump undici from 5.22.1 to 5.26.3 (redwoodjs#9307)
fix(babel): Fix opentelemetry api wrapping and allow it to be disabled (redwoodjs#9298)
chore(api-server): remove server survey tests in CI (redwoodjs#9348)
chore(deps): update babel monorepo to v7.23.2 (redwoodjs#9344)
chore(deps): bump @babel/traverse from 7.18.9 to 7.23.2 in /docs (redwoodjs#9311)
chore(deps): update dependency @tsconfig/docusaurus to v2 (redwoodjs#9347)
fix(deps): update dependency react-player to v2.13.0 (redwoodjs#9346)
fix(deps): update docusaurus monorepo to v2.4.3 (redwoodjs#9345)
fix(deps): update dependency @babel/traverse to v7.23.2 [security] (redwoodjs#9322)
chore: increase server test timeout, fix `yarn build:clean` (redwoodjs#9336)
feature: Adds utility functions to add envars and update Redwood toml for plugin packages to cli helpers for use in simplifying CLI setup commands (redwoodjs#9324)
fix(cli): Tailwind setup updates `scaffold.css` when needed (redwoodjs#9290)
fix(cli): Exit with non-zero exit code when `yarn rw g types` has errors (redwoodjs#9280)
...292 files changed
Lines changed: 10697 additions & 1922 deletions
File tree
- .github
- actions
- check_create_redwood_app
- check_test_project_fixture
- only_doc_changes
- require-milestone
- set-up-rsa-project
- set-up-rsc-external-packages-project
- set-up-rsc-from-fixture
- set-up-test-project
- update_all_contributors
- workflows
- __fixtures__
- test-project-rsa/web/src
- test-project-rsc-external-packages
- .redwood
- .vscode
- .yarn
- patches
- releases
- api
- db
- src
- directives
- requireAuth
- skipAuth
- functions
- graphql
- lib
- services
- scripts
- web
- public
- src
- components
- layouts
- pages
- FatalErrorPage
- NotFoundPage
- docs
- docs
- packages
- api-server
- src
- __tests__
- fixtures
- redwood-app-fallback
- web/dist
- redwood-app-number-functions
- api/dist/functions
- 1
- redwood-app
- api
- dist/functions
- deeplyNested/nestedDir
- nested
- web/dist
- assets
- contacts
- nested
- plugins
- api
- auth-providers
- auth0
- api
- setup
- web
- azureActiveDirectory
- api
- setup
- web
- clerk
- api
- setup
- web
- custom/setup
- dbAuth
- api
- setup
- web
- firebase
- api
- setup
- web
- netlify
- api
- setup
- web
- supabase
- api
- setup
- web
- supertokens
- api
- setup
- web
- auth
- babel-config
- src
- __tests__
- plugins
- __tests__
- __fixtures__/otel-wrapping
- directive-skipAuth
- function-auth
- function-graphql
- lib-auth
- lib-db
- service-basic
- service-custom
- service-instrumented
- cli-helpers
- src/lib
- __tests__
- __snapshots__
- cli
- src/commands
- experimental
- templates
- defer/fastAndSlowFields
- stream/alphabet
- subscriptions/countdown
- setup
- mailer
- templates
- ui/libraries
- codemods
- core
- forms
- graphql-server
- src/plugins
- internal
- src
- build
- generate
- mailer/core/src
- __tests__
- prerender
- project-config
- src
- __tests__
- realtime
- src
- graphql
- plugins
- record
- router
- src
- __tests__
- structure
- studio
- telemetry
- testing
- vite
- src
- rsc
- waku-lib
- web
- tasks
- benchmark
- check
- k6-test
- setups
- context_magic_number
- templates
- scalable_graphql_schema
- templates
- tests
- util
- server-tests
- fixtures/redwood-app
- api
- dist/functions
- deeplyNested/nestedDir
- nested
- web/dist
- assets
- contacts
- nested
- smoke-tests/rsc-external-packages
- tests
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 | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
9 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
7 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
9 | 8 | | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
Lines changed: 8 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
File renamed without changes.
0 commit comments