-
Notifications
You must be signed in to change notification settings - Fork 15
fix react native TMP #201
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
fix react native TMP #201
Conversation
Add README.md
Client additions
Updating documentation
It allows to subscribe to queries, like: client.subscribe("SELECT * FROM Player");
* Add some client tests This adds tests for the client and the ability to supply a test adapter. I also tried to mock WS, but for some reason it didn't work and I figured out making our own adapter is simple enough.
* Remove package-log.json We already have yarn lock, so no need to have both * Add Prettier * Format code using prettier * Add husky and pretty-quick This will ensure formatting before committing
Remove identity from credentials (not needed to log in) Co-authored-by: Derek Brinkmann <[email protected]>
We support primaryKey fields now, thus we can also perform an update operation on the client by utilizing the primaryKey
Added manual ws table connectors
Co-authored-by: Boppy <[email protected]>
Co-authored-by: NateTheDev1 <[email protected]>
Co-authored-by: John Detter <[email protected]>
* Fix some subscription lifecycle issues. * remove the subscription after an error.
Co-authored-by: John Detter <[email protected]>
Co-authored-by: Zeke Foppa <[email protected]>
Co-authored-by: Zeke Foppa <[email protected]>
* Make ws connection fail when token is not verified * add changeset --------- Co-authored-by: Jeffrey Dallatezza <[email protected]>
* Allow spacetimedb sdk to work when spacetimedb url is more than a host name. * run pnpm format --------- Co-authored-by: DeveloperChaseLewis <[email protected]>
* Run lint for PRs. * Fix dir * Also hide changes to generated test app files. * Only run on pushes to main.
Co-authored-by: Zeke Foppa <[email protected]>
* Version Packages * revert major version bump * changelog * fix changelog --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Zeke Foppa <[email protected]>
Co-authored-by: Zeke Foppa <[email protected]>
* Add semver parsing. * Add a minimum version check. * Use qmark syntax. * Regen quickstart-chat bindings with 1.2.0 cli * Bump minimum codegen version. * Regen test app with 1.2
* Test quickstart-chat in CI * fix? * ignore diffs containing SpacetimeDB commit * prettier config * fix? * [REVERT THIS TEST COMMIT] add diff to module bindings * revert previous test commit * [REVERT THIS TEST COMMIT] introduce a typechecking error * revert previous test commit * tiny review --------- Co-authored-by: Zeke Foppa <[email protected]>
* Get it working with base64 encoded row ids, and start adding the better way for indexing. * Use concat to avoid creating too many arguments for big updates. * Use primitives as rowIds * Remove OperationsMap * Add some table cache tests and regen stuff. * Cleanup * revert accidental cargo change. * Add semver parsing. * Add a minimum version check. * Use qmark syntax. * Regen quickstart-chat bindings with 1.2.0 cli * Bump minimum codegen version. * Regen test app with 1.2
Co-authored-by: Zeke Foppa <[email protected]>
|
commit: |
SpacetimeDB PR: clockworklabs/SpacetimeDB#2955 |
Description of Changes
Describe what has been changed, any new features or bug fixes
API
If the API is breaking, please state below what will break
Requires SpacetimeDB PRs
List any PRs here that are required for this SDK change to work
Testing
Write instructions for a test that you performed for this PR