-
-
Notifications
You must be signed in to change notification settings - Fork 346
Feature: migrate to typescript #50
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
Merged
kiwicopple
merged 33 commits into
supabase:master
from
kiwicopple:feature/migrate_to_typescript
Nov 2, 2020
Merged
Feature: migrate to typescript #50
kiwicopple
merged 33 commits into
supabase:master
from
kiwicopple:feature/migrate_to_typescript
Nov 2, 2020
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kiwicopple
commented
Oct 15, 2020
2 tasks
It looks like the PR for PostgREST didn't get picked up by Semantic Releases: I'll bump both of these today to make sure they are in NPM |
thorwebdev
reviewed
Oct 20, 2020
Couple of updates across libraries:
|
Refactor SupabaseQueryBuilder
Will do this as soon as all the docs are completed |
Bump gotrue-js
Add auth magic link capabilities.
kiwicopple
added a commit
to supabase/supabase
that referenced
this pull request
Nov 2, 2020
## What kind of change does this PR introduce? Updates the docs with the new developer experience: https://deploy-preview-253--supabase.netlify.app/docs - Documents the new Auth using `gotrue-js` - Fixes #179 - Fixes OAuth links #241 (comment) - [x] Add docs on Policies ## Additional context Related PR on `supabase-js` supabase/supabase-js#50 * Updates the docs for the new Auth DX. * docs: adds docs for subscribing to rows * Updates all the reads * Updates all the docs with the new format * docs: Replaces all { error, data} with data first, because I subjectively think it looks better * Adds some of the breaking changes to a blog post * Adds headings * removes the blog post since it is now in notion * Adds the Oauth changes * removes recharts because we no longer use it * Adds basic structure for GoTrue ref * Adds styles for the api reference docs * Adds more generated docs * Downloads the files to work locally * Adds a supabase generator * Moves some of the guides into the "tools" folder * Re-shuffles some of the pages around * Generated everythign related to the Supabase Client * Refactors and categorieses the pages * Changes the names to be more readable * Migrates almost all of the filters into the API reference * Moves most of the stored procedure filters * Adds realtime-js to the mix * More desciptive titles * Moves all the generated docs to the docs folder * Moves over some of the data manipulators * Extracts most of the client functionality to the API ref * Adds more detail to the guides * Removes the reference to the emulator * Adds the supabase 1.0 blog post * Adds a redirects for netlify * chore: Updates packages * Updates broken links * Adding docs for the server * Adds comments to gotrue and pgapi * Adds a twitter icon to our navbar * Updates the auth with the new user and session return values * Updates the sponsors * Styles for cards * Adds a default value to all of the Tabs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What kind of change does this PR introduce?
Migrates the repo to Typescript.
supabaseKey
is passed in it throws an error #49 When nosupabaseKey
is passed in it throws an errorsupabase.auth.logout()
throws "Invalid user" error. #15supabase.auth.logout()
throws "Invalid user" error.BREAKING CHANGES
@supabase/gotrue-js
interfacesupabase.getSubscriptions()
only returns open subscriptions