-
Notifications
You must be signed in to change notification settings - Fork 71
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: use atomic operation to write cursor #798
Merged
Merged
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
pocesar
added a commit
to jpg-store/oura
that referenced
this pull request
Jul 30, 2024
* fix: use atomic operation to write cursor (txpipe#798) * Release v1.8.6 * feat: add support for GCP pubsub emulator (txpipe#803) * fix: tests and lint errors chore: lock file chore(deps): bump crossterm from 0.25.0 to 0.27.0 Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.25.0 to 0.27.0. - [Release notes](https://github.com/crossterm-rs/crossterm/releases) - [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md) - [Commits](crossterm-rs/crossterm@0.25...0.27.0) --- updated-dependencies: - dependency-name: crossterm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> chore(deps): bump strum from 0.24.1 to 0.25.0 Bumps [strum](https://github.com/Peternator7/strum) from 0.24.1 to 0.25.0. - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update vulnerable dependencies * fix: gcp auth * fix: missing feature for auth * chore: rebase from upstream * chore: lock file * fix: StatusCode mismatch
pocesar
added a commit
to jpg-store/oura
that referenced
this pull request
Aug 5, 2024
* fix: use atomic operation to write cursor (txpipe#798) * Release v1.8.6 * feat: add support for GCP pubsub emulator (txpipe#803) * feat: make v1 compatible with Conway era (txpipe#807) * Release v1.9.0 * fix: running pubsub on platform * chore: formatting * chore: cargo fmt --------- Co-authored-by: Santiago Carmuega <santiago@carmuega.me> Co-authored-by: Joaquin Hoyos (Clark) <joaco.hoyos@hotmail.com>
joacohoyos
pushed a commit
to jpg-store/oura
that referenced
this pull request
Aug 23, 2024
* fix: use atomic operation to write cursor (txpipe#798) * Release v1.8.6 * feat: add support for GCP pubsub emulator (txpipe#803) * fix: tests and lint errors chore: lock file chore(deps): bump crossterm from 0.25.0 to 0.27.0 Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.25.0 to 0.27.0. - [Release notes](https://github.com/crossterm-rs/crossterm/releases) - [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md) - [Commits](crossterm-rs/crossterm@0.25...0.27.0) --- updated-dependencies: - dependency-name: crossterm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> chore(deps): bump strum from 0.24.1 to 0.25.0 Bumps [strum](https://github.com/Peternator7/strum) from 0.24.1 to 0.25.0. - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update vulnerable dependencies * fix: gcp auth * fix: missing feature for auth * chore: rebase from upstream * chore: lock file * fix: StatusCode mismatch
joacohoyos
added a commit
to jpg-store/oura
that referenced
this pull request
Aug 23, 2024
* fix: use atomic operation to write cursor (txpipe#798) * Release v1.8.6 * feat: add support for GCP pubsub emulator (txpipe#803) * feat: make v1 compatible with Conway era (txpipe#807) * Release v1.9.0 * fix: running pubsub on platform * chore: formatting * chore: cargo fmt --------- Co-authored-by: Santiago Carmuega <santiago@carmuega.me> Co-authored-by: Joaquin Hoyos (Clark) <joaco.hoyos@hotmail.com>
joacohoyos
pushed a commit
to jpg-store/oura
that referenced
this pull request
Oct 7, 2024
* fix: use atomic operation to write cursor (txpipe#798) * Release v1.8.6 * feat: add support for GCP pubsub emulator (txpipe#803) * fix: tests and lint errors chore: lock file chore(deps): bump crossterm from 0.25.0 to 0.27.0 Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.25.0 to 0.27.0. - [Release notes](https://github.com/crossterm-rs/crossterm/releases) - [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md) - [Commits](crossterm-rs/crossterm@0.25...0.27.0) --- updated-dependencies: - dependency-name: crossterm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> chore(deps): bump strum from 0.24.1 to 0.25.0 Bumps [strum](https://github.com/Peternator7/strum) from 0.24.1 to 0.25.0. - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update vulnerable dependencies * fix: gcp auth * fix: missing feature for auth * chore: rebase from upstream * chore: lock file * fix: StatusCode mismatch
joacohoyos
added a commit
to jpg-store/oura
that referenced
this pull request
Oct 7, 2024
* fix: use atomic operation to write cursor (txpipe#798) * Release v1.8.6 * feat: add support for GCP pubsub emulator (txpipe#803) * feat: make v1 compatible with Conway era (txpipe#807) * Release v1.9.0 * fix: running pubsub on platform * chore: formatting * chore: cargo fmt --------- Co-authored-by: Santiago Carmuega <santiago@carmuega.me> Co-authored-by: Joaquin Hoyos (Clark) <joaco.hoyos@hotmail.com>
joacohoyos
pushed a commit
to jpg-store/oura
that referenced
this pull request
Oct 7, 2024
* fix: use atomic operation to write cursor (txpipe#798) * Release v1.8.6 * feat: add support for GCP pubsub emulator (txpipe#803) * fix: tests and lint errors chore: lock file chore(deps): bump crossterm from 0.25.0 to 0.27.0 Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.25.0 to 0.27.0. - [Release notes](https://github.com/crossterm-rs/crossterm/releases) - [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md) - [Commits](crossterm-rs/crossterm@0.25...0.27.0) --- updated-dependencies: - dependency-name: crossterm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> chore(deps): bump strum from 0.24.1 to 0.25.0 Bumps [strum](https://github.com/Peternator7/strum) from 0.24.1 to 0.25.0. - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update vulnerable dependencies * fix: gcp auth * fix: missing feature for auth * chore: rebase from upstream * chore: lock file * fix: StatusCode mismatch
joacohoyos
added a commit
to jpg-store/oura
that referenced
this pull request
Oct 7, 2024
* fix: use atomic operation to write cursor (txpipe#798) * Release v1.8.6 * feat: add support for GCP pubsub emulator (txpipe#803) * feat: make v1 compatible with Conway era (txpipe#807) * Release v1.9.0 * fix: running pubsub on platform * chore: formatting * chore: cargo fmt --------- Co-authored-by: Santiago Carmuega <santiago@carmuega.me> Co-authored-by: Joaquin Hoyos (Clark) <joaco.hoyos@hotmail.com>
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.