Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

router rework #11

Merged
merged 62 commits into from
May 9, 2024
Merged

router rework #11

merged 62 commits into from
May 9, 2024

Conversation

m-housh
Copy link
Owner

@m-housh m-housh commented May 8, 2024

  • Fixed documentation inconsistencies.
  • feat: Updates to latest versions of TCA
  • Update gitignore to ignore Package.resolved files
  • feat: Updates to latest version of supabase
  • fix: Removes package.resolved
  • fix: errors after updating to latest supabase, passing tests, not ready yet
  • fix: errors after updating to latest supabase version
  • fix: uses official supabase package
  • Working on just extending the supabase client, instead of supplying a database client
  • feat: Begins update to only extending the supabase clients / not providing our own client
  • feat: Cleaning up old code
  • feat: Begins overrides for database routes
  • feat: Completes removal of the old database client in favor of extensions directly to the postgrest client
  • feat: Updates documentation to reflect changes
  • feat: Updates documentation to reflect changes
  • feat: Updates examples
  • feat: Working on a database router / route handler
  • Working on a database router in integration tests
  • feat: Begins modularizing dependencies
  • feat: Begins database router, has working table router implemented
  • feat: Adds database router implementation, needs documentation and examples
  • feat: Adds some documentation to the new modules
  • feat: Adds documentation and some code cleanup
  • feat: Working on new route container implementation
  • feat: Adds database router overrides
  • feat: Begins auth controller
  • feat: Adds initial auth controller tests.
  • feat: Adds documentation and some code cleanup
  • feat: Removes old code from supabase client dependencies
  • warn: Bugs in router overrides when accessing a child router
  • fix: fixes database overrides not working
  • feat: Fixes route overrides and adds override tests
  • feat: Begins documentation of new modules.
  • fix: fixes documentation previews not building
  • warn: The database router implementation sort of breaks down when you want to create a mock implementation and needs rethought
  • feat: begins new database router implementation
  • feat: Renames some of the new types for the database router. Preparing to remove old types
  • feat: Adds Sendable to some types
  • feat: A new database router implementation
  • feat: Adds support for database router to accept case pathable route controllers
  • feat: Moves to single module in prep for documentation
  • feat: Begins documentation of new implementations.
  • feat: Updates examples app
  • feat: Prepares for updating overrides container
  • feat: Updates to router overrides
  • feat: Working on removing secrets
  • feat: Working on removing secrets
  • feat: Updates to load env
  • feat: Adds make local supabse env script
  • feat: Working on removing secrets
  • feat: Contemplates struct based router
  • feat: Removes route controller requirement from router, but needs more work
  • feat: Working on new override container
  • feat: Removes route controller requirement from router for creating a general purpose router if needed.
  • feat: Updates documentation and fixes advanced concurrency warnings
  • feat: Updates documentation
  • feat: Updates README

m-housh and others added 30 commits August 25, 2023 18:49
m-housh added 28 commits May 2, 2024 17:09
… want to create a mock implementation and needs rethought
…m types that are beyond this packages control
@m-housh m-housh merged commit 810ac4c into main May 9, 2024
2 checks passed
@m-housh m-housh deleted the router-rework branch May 9, 2024 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant