forked from BrighterCommand/Brighter
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Merge from origin #3
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
…and thje ASBConsumer
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@12.0.3...13.0.1) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [Npgsql](https://github.com/npgsql/npgsql) from 5.0.3 to 5.0.4. - [Release notes](https://github.com/npgsql/npgsql/releases) - [Commits](npgsql/npgsql@v5.0.3...v5.0.4) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.5.4.37 to 3.7.0.2. - [Release notes](https://github.com/aws/aws-sdk-net/releases) - [Changelog](https://github.com/aws/aws-sdk-net/blob/master/SDK.CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-net/commits) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [MySqlConnector](https://github.com/mysql-net/MySqlConnector) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/mysql-net/MySqlConnector/releases) - [Changelog](https://github.com/mysql-net/MySqlConnector/blob/master/docs/VersionHistory.md) - [Commits](mysql-net/MySqlConnector@1.3.1...1.3.2) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [AWSSDK.Extensions.NETCore.Setup](https://github.com/aws/aws-sdk-net) from 3.3.101 to 3.7.0.1. - [Release notes](https://github.com/aws/aws-sdk-net/releases) - [Changelog](https://github.com/aws/aws-sdk-net/blob/master/SDK.CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-net/commits) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [AWSSDK.SimpleNotificationService](https://github.com/aws/aws-sdk-net) from 3.5.1.50 to 3.7.0.2. - [Release notes](https://github.com/aws/aws-sdk-net/releases) - [Changelog](https://github.com/aws/aws-sdk-net/blob/master/SDK.CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-net/commits) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [AWSSDK.SQS](https://github.com/aws/aws-sdk-net) from 3.5.1.27 to 3.7.0.2. - [Release notes](https://github.com/aws/aws-sdk-net/releases) - [Changelog](https://github.com/aws/aws-sdk-net/blob/master/SDK.CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-net/commits) Signed-off-by: dependabot[bot] <[email protected]>
Plumbed Channel Creation Mode into the Factories #1444
…soft.Json-13.0.1 chore(deps): bump Newtonsoft.Json from 12.0.3 to 13.0.1
…-5.0.4 chore(deps): bump Npgsql from 5.0.3 to 5.0.4
….DynamoDBv2-3.7.0.2 chore(deps): bump AWSSDK.DynamoDBv2 from 3.5.4.37 to 3.7.0.2
…onnector-1.3.2 chore(deps): bump MySqlConnector from 1.3.1 to 1.3.2
….Extensions.NETCore.Setup-3.7.0.1 chore(deps): bump AWSSDK.Extensions.NETCore.Setup from 3.3.101 to 3.7.0.1
….SimpleNotificationService-3.7.0.2 chore(deps): bump AWSSDK.SimpleNotificationService from 3.5.1.50 to 3.7.0.2
….SQS-3.7.0.2 chore(deps): bump AWSSDK.SQS from 3.5.1.27 to 3.7.0.2
Replaced NewtonSoft.Json with System.Text.Json #1457
* Support setting a partition key on a message * Improved offset and commit handling * Introduce a delay to allow the broker to flush, so that our offsets can be read by the new consumer * Change the message default timeout so will exist if Kafka not running successfully in container over spin. Add a README.md to distinguish developer tests (core) from automated tests (others) * The Producer and Consumer work with Confluent. Can create a topic * Test infrastructure creation * Look at running Confluent Cloud Tests from GitHub * Because flushing every n items risks leaving n-1 items uncommitted forever, we need to sweep any commits that * Tests break without running, so assume syntax error * Skip local create assume topic test as docker container seems to keep auto-create * Add a callback, to let Kafka confirm when a message is sent, as opposed to when we send. * Subscribe once only to the publisher confirm. * The message producer now has a limit on the number of 'failed' sends in the Outbox prior to throwing an exception from the Command Processor * Remove test for broken circuit, replaced with outbox limit * Flow outbox limits to producers; fix missing derived publications and producer factories * Update scenario notes * Blockade testing improvements Co-authored-by: Toby Henderson <[email protected]>
System.Text.Json Microsoft.Data.Sqlite
* Put async back - won't work yet * Temp, chore needed on other branch * At baseline - failing test when we try to use; XUnit test has timeout so that it will break rather than crash * branch switch * Create a async message pump * Update release_notes.md * Update release_notes.md * Remove unecessary async now that we have our own synchronization context to manage callbacks * chore: fix solution file merge issue Co-authored-by: toby.henderson <[email protected]>
Bumps [Polly](https://github.com/App-vNext/Polly) from 7.2.1 to 7.2.2. - [Release notes](https://github.com/App-vNext/Polly/releases) - [Changelog](https://github.com/App-vNext/Polly/blob/master/CHANGELOG.md) - [Commits](https://github.com/App-vNext/Polly/commits) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [AWSSDK.SQS](https://github.com/aws/aws-sdk-net) from 3.7.0.8 to 3.7.0.10. - [Release notes](https://github.com/aws/aws-sdk-net/releases) - [Changelog](https://github.com/aws/aws-sdk-net/blob/master/SDK.CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-net/commits) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ian Cooper <[email protected]>
Bumps [MySqlConnector](https://github.com/mysql-net/MySqlConnector) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/mysql-net/MySqlConnector/releases) - [Changelog](https://github.com/mysql-net/MySqlConnector/blob/master/docs/VersionHistory.md) - [Commits](mysql-net/MySqlConnector@1.3.2...1.3.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ian Cooper <[email protected]>
Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.0.8 to 3.7.0.10. - [Release notes](https://github.com/aws/aws-sdk-net/releases) - [Changelog](https://github.com/aws/aws-sdk-net/blob/master/SDK.CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-net/commits) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ian Cooper <[email protected]>
Bumps [AWSSDK.SimpleNotificationService](https://github.com/aws/aws-sdk-net) from 3.7.0.8 to 3.7.0.10. - [Release notes](https://github.com/aws/aws-sdk-net/releases) - [Changelog](https://github.com/aws/aws-sdk-net/blob/master/SDK.CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-net/commits) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ian Cooper <[email protected]>
.NotBe(null) -> .NotBeNull() .Should().Equals(2) -> .Should().Be(2)
Bumps [AWSSDK.SQS](https://github.com/aws/aws-sdk-net) from 3.7.0.10 to 3.7.0.13. - [Release notes](https://github.com/aws/aws-sdk-net/releases) - [Changelog](https://github.com/aws/aws-sdk-net/blob/master/SDK.CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-net/commits) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ian Cooper <[email protected]>
Bumps [AWSSDK.SimpleNotificationService](https://github.com/aws/aws-sdk-net) from 3.7.0.10 to 3.7.0.13. - [Release notes](https://github.com/aws/aws-sdk-net/releases) - [Changelog](https://github.com/aws/aws-sdk-net/blob/master/SDK.CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-net/commits) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ian Cooper <[email protected]>
Bumps [AWSSDK.DynamoDBv2](https://github.com/aws/aws-sdk-net) from 3.7.0.10 to 3.7.0.13. - [Release notes](https://github.com/aws/aws-sdk-net/releases) - [Changelog](https://github.com/aws/aws-sdk-net/blob/master/SDK.CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-net/commits) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ian Cooper <[email protected]>
* just build on linux * no matrix
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.