Conversation
Using `-h` here conflicts with the autogenerated help option, and it seems better to keep `-h` for help even though `-y` for history is a bit goofy
Bumps [url](https://github.com/servo/rust-url) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](servo/rust-url@v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.41 to 0.10.42. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](rust-openssl/rust-openssl@openssl-v0.10.41...openssl-v0.10.42) --- updated-dependencies: - dependency-name: openssl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.43 to 1.0.46. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.43...1.0.46) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
77ee340 to
2a722df
Compare
…l#4052) * Release 0.28.1 * news: release v0.28.1 * Release 0.28.2 * news: release v0.28.2
We used 'select for update' to lock a deployment against concurrent writes. It seems that that has bad consequences for performance in general; advisory locks are more lightweight than locking table rows, hopefully using them here will help write performance.
* build: use Cargo's version inheritance feature * build: adapt release.sh for workspace inheritance * ci: remove version-check CI job
…oyment Previously, the query would treat a non-existant deployment like one that had the block pointer set already.
Evict deployments from internal caches when * a new one is created, which covers the case where a deployment is deleted and then quickly recreated * when a subgraph is stopped Note that these evictions will only affect index nodes; query nodes will keep cache entries until the entry expires Fixes graphprotocol#4005
f7af8c0 to
d7fa43b
Compare
…rsion - track offchain datasource status using datasource table Signed-off-by: poonai <rbalajis25@gmail.com>
Signed-off-by: poonai <rbalajis25@gmail.com>
Signed-off-by: poonai <rbalajis25@gmail.com>
Signed-off-by: poonai <rbalajis25@gmail.com>
Signed-off-by: poonai <rbalajis25@gmail.com>
Signed-off-by: poonai <rbalajis25@gmail.com>
Signed-off-by: poonai <rbalajis25@gmail.com>
Signed-off-by: poonai <rbalajis25@gmail.com>
Signed-off-by: poonai <rbalajis25@gmail.com>
Signed-off-by: poonai <rbalajis25@gmail.com>
Signed-off-by: poonai <rbalajis25@gmail.com>
Signed-off-by: poonai <rbalajis25@gmail.com>
Signed-off-by: poonai <rbalajis25@gmail.com>
Signed-off-by: poonai <rbalajis25@gmail.com>
Signed-off-by: poonai <rbalajis25@gmail.com>
Signed-off-by: poonai <rbalajis25@gmail.com>
Signed-off-by: poonai <rbalajis25@gmail.com>
Signed-off-by: poonai <rbalajis25@gmail.com>
Signed-off-by: poonai <rbalajis25@gmail.com>
Signed-off-by: poonai <rbalajis25@gmail.com>
Signed-off-by: poonai <rbalajis25@gmail.com>
38e1845 to
f03a6e7
Compare
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
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.