-
Notifications
You must be signed in to change notification settings - Fork 125
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
Update README.md #597
Merged
Merged
Update README.md #597
Conversation
This file contains 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
kyscott18
added a commit
that referenced
this pull request
Jan 29, 2024
* Prettify types of log, block, transaction (#591) * prettify types of log, block, transaction * prettify context type * Update README.md (#597) * indexing store benchmarks (#581) * change schema p.bytes to p.hex * all tests passing with p.hex * fix hex encoding in postgres * all examples use hex * encodeColumn errors * change docs of to p.hex() * decode row and column * change server filtering of p.hex to be numeric * fix schema test * update comment * kevin nits * chore: changeset: * p.hex failing filtering tests * remove .only from tests * fix bug with null optional decoding * error messages * rename encodeColumn to encodeValue * handle list and optional enums --------- Co-authored-by: typedarray <[email protected]>
typedarray
added a commit
that referenced
this pull request
Jan 31, 2024
* Concurrent indexing (#588) * first pass concurrency * serial tasks working * somewhat kinda workin * concurrent indexing run on postgres * delete ununsed code * refactor indexing service * enqueueNextTasks improvement * refactor sync-store * refactor sync gateway * indexing service * fix typechecking * secret sauce * start to fix indexing service tests * work on fixing indexing function tasks * work on indexing reorgs * indexing not working yet * fix indexing function checkpointing bugs * cleanup variables in indexing service * indexing service reload logic * cleanup * . * fix tests * setup functions run first * enqueue log event tasks for now * setup tests * log event ordering tests * indexing service cleanup * comments * metrics working * fix event metrics * fix tests * unskip metric tests * cleanup sync store function * fix bug with running multiple setup functions * ignore ponder-env.d.ts from build service file watcher * handle complex ordering without duplicated * fix enqueue ordering bugs * kevin fixes * works * refine indexing service * remove comments * chore: prerelease * fixes regression with indexing service trace logs (#592) * Indexing service refinement (#595) * remove self dependent lock * update enqueueLogEvent algorithm * fix end checkpoint with limit, add cleaner comments to indexing service * style nits --------- Co-authored-by: typedarray <[email protected]> * Refactor indexing metrics (#594) * remove self dependent lock * update enqueueLogEvent algorithm * fix end checkpoint with limit, add cleaner comments to indexing service * change metrics not rely on counts * style nits * wip last event checkpoint for metrics * improve ui --------- Co-authored-by: typedarray <[email protected]> * p.hex() (#598) * Prettify types of log, block, transaction (#591) * prettify types of log, block, transaction * prettify context type * Update README.md (#597) * indexing store benchmarks (#581) * change schema p.bytes to p.hex * all tests passing with p.hex * fix hex encoding in postgres * all examples use hex * encodeColumn errors * change docs of to p.hex() * decode row and column * change server filtering of p.hex to be numeric * fix schema test * update comment * kevin nits * chore: changeset: * p.hex failing filtering tests * remove .only from tests * fix bug with null optional decoding * error messages * rename encodeColumn to encodeValue * handle list and optional enums --------- Co-authored-by: typedarray <[email protected]> * Indexing Small Nits (#602) * debug logs for indexing function concurrency * dynamic task batch size * Fix Indexing Service Reloading (#601) * improve reloading * consistent reloads * deterministic tests for indexing service errors * Advanced Abstract Syntax Tree Parsing (#600) * ast parse test setup * parseAST with helper functions * rename variables parsing * handle unrecognized variables safely * rename helper function test * remove pattern match * . * match on non-zero params only * use relative path instead of workspace * GraphQL Cursor-based Pagination (#589) * Initial commit for GraphQL cursor-based pagination * Began work on tests * Clean tests * Tests passing and cursors almost there * Move pagination code to indexing-store * Fix bugs for impl and tests * Fix breaking tests * Rm debug logs * Add non-id ordering * change schema p.bytes to p.hex * all tests passing with p.hex * fix hex encoding in postgres * all examples use hex * encodeColumn errors * change docs of to p.hex() * decode row and column * change server filtering of p.hex to be numeric * fix schema test * update comment * kevin nits * chore: changeset: * p.hex failing filtering tests * remove .only from tests * fix bug with null optional decoding * error messages * rename encodeColumn to encodeValue * wip filter refactor and cursor pagination * next.3 * fix merge * extract order by conditions logic and cursor logic * cursor pagination working * fix tests * fix versions * chore: changeset * docs * kyle review --------- Co-authored-by: Kyle Scott <[email protected]> Co-authored-by: typedarray <[email protected]> * fix bugs * handle hex types in where clause * fix findMany types * prettify model types * cursor pagination docs * Fix benchmarks for 0.2 (#607) * fix benchmarks * approval -> allowance * . * blog * fix changeset * migration guide --------- Co-authored-by: typedarray <[email protected]> Co-authored-by: Gray <[email protected]>
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.
No description provided.