Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/redwoodjs/redwood

The App Framework for Startups
https://github.com/redwoodjs/redwood

Add missing cli-helpers test file

Tobbe opened this pull request 11 months ago
Add cli-helpers util to update redwood.toml

Tobbe opened this pull request 12 months ago
Tweak graphiql setup messages

Tobbe opened this pull request 12 months ago
setup sentry out of experimental

Tobbe opened this pull request 12 months ago
exp setup sentry: Fix file extension

Tobbe opened this pull request 12 months ago
Fastify config: Use exact file extension in log message

Tobbe opened this pull request 12 months ago
Remove unused Fastify plugin

Tobbe opened this pull request 12 months ago
Add trusted-documents to fragments CI smoke-test

Tobbe opened this pull request 12 months ago
prerender: Enable Trusted Documents support

Tobbe opened this pull request 12 months ago
cli: add missing dep jscodeshift

Tobbe opened this pull request 12 months ago
Update cli tsconfig to reference used packages

Tobbe opened this pull request 12 months ago
fragments setup: newline fix + refactor->rename

Tobbe opened this pull request 12 months ago
WIP(router): Adds a router prompt component

xmaxcooking opened this pull request 12 months ago
graphql setup fragments: Move telemetry to main handler

Tobbe opened this pull request 12 months ago
chore(deps): bump follow-redirects from 1.15.3 to 1.15.4 in /docs

dependabot[bot] opened this pull request 12 months ago
chore(deps): bump follow-redirects from 1.15.2 to 1.15.4

dependabot[bot] opened this pull request 12 months ago
chore(deps): bump @fastify/reply-from from 9.4.0 to 9.6.0

dependabot[bot] opened this pull request 12 months ago
yarn rw setup graphql fragments

Tobbe opened this pull request 12 months ago
Add default getCurrentUser to api/src/lib/auth

Tobbe opened this pull request 12 months ago
fix(server): error early on incompatible config (apiHost and apiUrl)

jtoar opened this pull request 12 months ago
Error in Redwood Studio

arreagaelio1 opened this issue 12 months ago
chore(cli): More robust isAwaitable

Tobbe opened this pull request 12 months ago
chore(ci): Update task names to say "node 20"

Tobbe opened this pull request 12 months ago
Use TS for rebuild-test-project-fixture script

Tobbe opened this pull request 12 months ago
chore: bump TSTyche

mrazauskas opened this pull request 12 months ago
docs(fragments): Typo, grammar and formatting fixes

Tobbe opened this pull request 12 months ago
Change auth impersonation in Studio to not use Request body

dac09 opened this issue 12 months ago
feat: Adds Setup CLI Command to Configure GraphQL Trusted Documents

dthyresson opened this pull request 12 months ago
feat(studio): Switch to newer version of studio

Josh-Walker-GM opened this pull request 12 months ago
[Docs]: Authentication and routes

camstuart opened this issue 12 months ago
[Docs]: Firebase setup

camstuart opened this issue 12 months ago
data migrate: Clean up upHandler test

Tobbe opened this pull request 12 months ago
chore(data-migration): Fix test exit code

Josh-Walker-GM opened this pull request 12 months ago
fix(fastify): Prevent duplicate `@fastify/url-data` registration

Josh-Walker-GM opened this pull request 12 months ago
Add routeParams to useMatch

Tobbe opened this pull request 12 months ago
Router: Use a single RouterContext

Tobbe opened this pull request 12 months ago
Use regex to make test pass in VSCode

Tobbe opened this pull request 12 months ago
useRoutePath(): Get the path for the current route by default

Tobbe opened this pull request 12 months ago
fix(dbAuth): Correct hardcoded DB column

Josh-Walker-GM opened this pull request 12 months ago
fix(crwa): use `fs.renameSync` instead of `fs.rename`

jtoar opened this pull request 12 months ago
chore(esm): convert crwa to esm and bundle

jtoar opened this pull request 12 months ago
chore(release-tooling): fetch -> pull

Tobbe opened this pull request 12 months ago
chore(crwa): add e2e tests for create-redwood-app

jtoar opened this pull request 12 months ago
chore(framework-tools): .gitignore

Tobbe opened this pull request 12 months ago
Use build:pack for dbauth when rebuilding the test project

Tobbe opened this pull request 12 months ago
Fix dbAuth allowUserFields initialization syntax

Tobbe opened this pull request 12 months ago
fix: Support Custom Id Field Names when generating Cells

dthyresson opened this pull request 12 months ago
fix(otel): Fix OTel sdk loading

Josh-Walker-GM opened this pull request 12 months ago
usePathMatch

Tobbe opened this pull request 12 months ago
chore(ci): retry detectChanges on error, and await result

Tobbe opened this pull request 12 months ago
chore(router): Move useMatch to its own file

Tobbe opened this pull request 12 months ago
chore(ci): retry detectChanges on error

Tobbe opened this pull request 12 months ago
docker.md: Fix web path

Tobbe opened this pull request 12 months ago
chore(framework-tools): add `project:tarsync` script

jtoar opened this pull request 12 months ago
docs: Supertokens.md: Fix typo

Tobbe opened this pull request 12 months ago
Docker: Update to work with corepack and yarn v4

Tobbe opened this pull request 12 months ago
SSR smoke-test: Use <Metadata />

Tobbe opened this pull request 12 months ago
chore(ci): Better error handling in detectChanges.mjs

Tobbe opened this pull request 12 months ago
chore(deps): update dependency @types/qs to v6.9.11

renovate[bot] opened this pull request 12 months ago
chore(deps): update dependency @types/yargs to v17.0.32

renovate[bot] opened this pull request 12 months ago
useRouteName

Tobbe opened this pull request 12 months ago
Fix supertokens docs & integration issues

suzdalnitski opened this pull request 12 months ago
Make it easier to find useMatch docs

Tobbe opened this pull request almost 1 year ago
useRoutePaths

Tobbe opened this pull request almost 1 year ago
chore(unit tests): Use side-effect import to fix TS errors

Tobbe opened this pull request almost 1 year ago
fix(studio): Fix windows path issues

Josh-Walker-GM opened this pull request about 1 year ago
chore(tasks): Add comparison view to nmHoisting visualisation

Josh-Walker-GM opened this pull request about 1 year ago
chore(cli): remove most calls to `commandDir`

jtoar opened this pull request about 1 year ago
docs: Replaced deprecated <Set private> with PrivateSet within router.md

suzdalnitski opened this pull request about 1 year ago
[Docs]: <Set private> is deprecated, used within Router docs

suzdalnitski opened this issue about 1 year ago
chore(cli): make fs modules used in the CLI consistent

jtoar opened this pull request about 1 year ago
[Docs]: Chapter 5 of the Tutorial uses an old format of Storybook

suzdalnitski opened this issue about 1 year ago
Update Metadata docs

Tobbe opened this pull request about 1 year ago
Fix sshExec() errors not displaying

Mirai-Miki opened this pull request about 1 year ago
[Docs]: how functions work in a PaaS environments like Render.com

suzdalnitski opened this issue about 1 year ago
feat: Setup GraphQL Trusted Documents with a setup command

dthyresson opened this issue about 1 year ago
[Bug?]: Developer UX for large applications is poor

jwwisgerhof opened this issue about 1 year ago
Trusted Documents docs: Proofreading corrections

Tobbe opened this pull request about 1 year ago
Fix isCodeFile logic

Tobbe opened this pull request about 1 year ago
fix(CLI): fix `getDevNodeOptions`

jtoar opened this pull request about 1 year ago
chore(tooling): add script for getting nested dependency data

jtoar opened this pull request about 1 year ago