Skip to content
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

Fork Sync: Update from parent repository #4

Open
wants to merge 610 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
610 commits
Select commit Hold shift + click to select a range
9cfa6f3
Removed the extra targets that are no longer valid
phatboyg Apr 15, 2024
5fe32f7
Encapsulate database name with brackets
kristwa Apr 16, 2024
3dfecf5
Remove obsolete project
phatboyg Apr 15, 2024
bdf2427
Fixed #5097 - Delayed exchange should now work with DIRECT/TOPIC exch…
phatboyg Apr 17, 2024
2944097
Added duplicate check to group headers by Key before group into dicti…
Apr 16, 2024
cfd0ace
fix: Addresses Issue With @ In Postgres Sql Transport Connection Stri…
JacobAtchley Apr 18, 2024
6a1467d
fix: Addresses Issue With @ In Postgres Sql Transport Connection Stri…
JacobAtchley Apr 18, 2024
c59a590
Fixed #5110 - moved anonymous type check to be within the empty names…
phatboyg Apr 18, 2024
1b25d15
Fixed #5111 - Service Bus connection string parsing no longer capture…
phatboyg Apr 18, 2024
5af6e11
Fixed #5107 - calling new method that sets reason/message
phatboyg Apr 18, 2024
9afef0d
Fixed #5106 - found the recursion with publish topology and Lazy, res…
phatboyg Apr 18, 2024
4603f90
Add NUnit.Analyzer, rework test assertion recommendations
NooNameR Apr 15, 2024
9ef4f23
Rider 2024.1 Settings update
phatboyg Apr 19, 2024
77050f6
NUnit 4 assertion recommendations
phatboyg Apr 19, 2024
53ac232
Fixed #5114 - Changed the request result limit for the EF Core Outbox…
phatboyg Apr 19, 2024
a53f066
Fixed #5114 - Again, optimizing for slower delivery of messages (in-m…
phatboyg Apr 20, 2024
60d03b6
More NUnit4 preparation changes
NooNameR Apr 20, 2024
a610fd9
Bump NUnit version to 4
NooNameR Apr 21, 2024
9254e67
Apply Assert.Multiple
NooNameR Apr 21, 2024
3e60de6
Get rid of Shouldly
NooNameR Apr 21, 2024
552701a
Added SetDefaultRequestTimeout to configure the default request timeo…
phatboyg Apr 21, 2024
dbcfc4e
Related to #5114 - changed delivery service to no longer wait when me…
phatboyg Apr 21, 2024
3eb41b3
Fixed #5125 - Added overloads for the Entity Framework outbox to disa…
phatboyg Apr 25, 2024
7997da1
Related to #5114 - mute the InvalidOperationException error from PGSQ…
phatboyg Apr 25, 2024
7a28c39
Related to #5060 - handling of SQL Server instance/host/port in all s…
phatboyg Apr 25, 2024
af7a812
Fixed #5130 - Changed SessionId and PartitionKey filters on Azure Ser…
phatboyg Apr 25, 2024
e7c59ea
Standardized the topology for partition key across service bus, event…
phatboyg Apr 25, 2024
2af9f8f
Package updates, consistent use of language version across all src/te…
phatboyg Apr 25, 2024
c287ee3
Related to #3303 - Added support for ICredentialsProvider and perhaps…
phatboyg Apr 25, 2024
be70dec
Fixed #5137 - Updated SqlTransportOptions so that it allows for addit…
phatboyg Apr 26, 2024
1050df6
Added WhenAllCompletedOrFaulted to Durable Future
zyofeng Apr 9, 2024
f36c14f
Cleaned up warnings on RabbitMQ ConfigurationHostSettings
phatboyg Apr 26, 2024
71429ff
Updated version to 8.2.3
phatboyg Apr 26, 2024
25fd050
Fixed #5141 - Quotes around username in Postgres Migrator
phatboyg Apr 27, 2024
12563fa
Added xmin to PostgresLockStatementFormatter.cs queries to allow for …
phatboyg May 1, 2024
1d640dc
Fixed #4510 - Properly handle cross-region or SNS deliveries that are…
phatboyg May 2, 2024
5e70659
Added formatting option for raw TEXT to avoid excessive indention.
phatboyg May 2, 2024
c9561ee
Fixed #5146 - Extend the inactivity timeout when the debugger is atta…
phatboyg May 2, 2024
25d6373
Added ReplyTo as a settable property on the ServiceBusSendContext
phatboyg May 2, 2024
0381674
Fixed "Submitted policy is over max allowed size" exception, serializ…
sergiuciudin Feb 29, 2024
3e8be46
Added ConfigureConsumeTopology overload that accepts a messageType pa…
phatboyg May 3, 2024
6a81e2d
Added endpoint strategies to the documentation
phatboyg May 8, 2024
4fe74cd
Add SQL Quick Start
drusellers May 8, 2024
4c37cd8
Removed unused configuration methods.
phatboyg May 8, 2024
231fb93
Fixed #5185 - Missing parameter on PostgreSQL query, also using wrong…
phatboyg May 15, 2024
2a56e02
Fixed #5191 - Redelivery using SQL Server with the SQL Transport was …
phatboyg May 15, 2024
40775e9
AddSqlMessageScheduler() method created so that scheduled messages ca…
phatboyg May 17, 2024
b2ce0ef
Add requestTimeout to SendRequest on mediator.
phatboyg May 17, 2024
be8e177
Separated MessageTopology so that each bus gets its own topology to a…
phatboyg May 18, 2024
c815611
Migrate to EventHub emulator
NooNameR May 24, 2024
c76611b
Add Azure Storage tests
NooNameR May 24, 2024
9b0634d
Enable transaction tests for mongodb
NooNameR May 24, 2024
fbf5956
Add CosmosDB test
NooNameR May 25, 2024
7342ec8
When using MultiBus, endpoint name formatters are now properly config…
phatboyg May 28, 2024
033b102
Set fail over parameters to query and server specific parameters to e…
McMlok May 27, 2024
333eea4
Add name of exchange in error message when exchange names are the same
May 4, 2024
a31fe99
Fixed issue with non-generic publish/send scoped filters
phatboyg May 30, 2024
4a3ad9c
Fixed #4882 - if MessageType isn't found, don't set it and don't fail…
phatboyg Jun 6, 2024
1353a8a
Fix summaries of overloads referring to message type while no message…
sandord Jun 4, 2024
5400fbc
Updated package versions
phatboyg Jun 7, 2024
a414629
Check if endpoint is stopping before allowing messages to be dispatch…
phatboyg Jun 10, 2024
8348aea
Fixed #5251 - removed gRPC from documentation
phatboyg Jun 11, 2024
813a446
Update docs regarding serializer/deserializer
stjepan Jun 13, 2024
806e196
Upgrade vulnerable packages (#5258)
stjepan Jun 13, 2024
f358ac7
Match case on Id column for prettiness
phatboyg Jun 12, 2024
5a0cac2
Added SQL transport to latency benchmark
phatboyg Jun 14, 2024
7099536
Fixed #5245 - Support for PostgreSQL host with multiple host names an…
phatboyg Jun 15, 2024
ff9de5c
Fixed #5255 - Newtonsoft not setting raw message headers properly whe…
phatboyg Jun 16, 2024
526d492
Updated version to 8.2.4
phatboyg Jun 18, 2024
f52df71
Ignore string.Empty when setting new state in StringStateAccessor (wa…
phatboyg Jun 18, 2024
2ce4c6e
Do not add consumer when Supervisor is Stopping
NooNameR Jun 18, 2024
ceecf02
Use more EventHub instances for tests
NooNameR Jun 19, 2024
2dfbf28
Fixes `EndpointRoutingMiddleware matches endpoints setup by EndpointM…
ramonsmits Jun 26, 2024
69afb94
Added initial support for RabbitMQ Streams, will enhance based upon i…
phatboyg Jun 26, 2024
3e8b049
Fixed #5273 - moved schema creation to the infrastructure section, in…
phatboyg Jun 27, 2024
e11c12a
Updated MaxAge to properly format the queue attribute when configurin…
phatboyg Jun 27, 2024
2f2e9dc
Fixed #5297 - Better validation of existing SQS/SNS queue/topic polic…
phatboyg Jul 1, 2024
b090ab9
Add caching for Vercel and CDN's to reduce requests
phatboyg Jul 2, 2024
f294beb
Removed mermaid from the documentation (bandwidth hog)
phatboyg Jul 2, 2024
87b8f6a
Related to #5302 - Added SetMessageSerializerOptions when configuring…
phatboyg Jul 3, 2024
ffb1fbd
Fixed #5325 - Transfer priority from consumed messages to outgoing me…
phatboyg Jul 10, 2024
a8ade01
Related to #1552 - ReplyTo handling will now propagate forward when a…
phatboyg Jul 11, 2024
72f382b
Fixed bus start/stop issue with receive endpoint collection not actua…
phatboyg Jul 11, 2024
cec0a22
A new TaskExecutor, still using Channel, but with reduced overhead an…
phatboyg Jul 12, 2024
73f69b3
Update ScheduleJob.cs: replace HangfireScheduledMessageData with Hash…
spike91 Jul 16, 2024
a6ef577
Added documentation for additional RabbitMQ queue/exchange address pa…
phatboyg Jul 18, 2024
6c571c8
Updated SQL transport to work with Azure SQL when provisioning agains…
phatboyg Jul 21, 2024
a9ffc9c
Update the testing documentation to include details about waiting and…
szelpe Jul 22, 2024
873c6d9
Updated packages, Marten now only targets net6.0 and net8.0 on the cu…
phatboyg Jul 22, 2024
6b2d163
Added routing slip activities to the transaction outbox
phatboyg Jul 27, 2024
826d3f9
Added Queues view to SQL transport to view queue counts and metrics
phatboyg Jul 28, 2024
e3fe405
Implemented ConnectionLimit for SQL Transport, using SqlTransportOpti…
phatboyg Jul 28, 2024
7366447
Removed unused package files
phatboyg Jul 28, 2024
ede271c
Updated doc vulnerability
phatboyg Jul 28, 2024
ed7f3d2
Updated Nuxt to clear some vulnerabilities, Moved to NPM
phatboyg Jul 28, 2024
d98e00b
Updated template
phatboyg Jul 28, 2024
41ea46f
Added some missing documentation content.
phatboyg Jul 30, 2024
5081bef
SqlTransport -> Use configured schema when listening to notifications…
MrLesk Aug 2, 2024
cc0b8bd
Migrate to TaskExecutor
NooNameR Jul 31, 2024
bc43c98
Upgrade Quartz to version 3.12.0
lahma Aug 3, 2024
9f65544
Use GitHubActionsTestLogger
lahma Aug 3, 2024
ed3bcba
Use ConfigurationOptions instead of string
Anders-Lind-Pedersen Aug 5, 2024
7cfeef7
Updating of the packages should happen, yes.
phatboyg Aug 5, 2024
50455b0
Fixed #5371 - added nested.* to failover arguments (ActiveMQ).
phatboyg Aug 5, 2024
87b51bf
fix: MassTransit.Benchmark => Updating from .NET 6 to .NET 8
henriqueholtz Aug 5, 2024
52df62e
Add Ability to enrich metric tags
NooNameR Aug 6, 2024
5fa7746
Add support to valid postgres schema names (#5393)
MrLesk Aug 7, 2024
8dd1314
Fix order of commands in Postgres migration script to prevent permiss…
MrLesk Aug 8, 2024
919f52d
Last minute package updates
phatboyg Aug 8, 2024
191607f
Fixed #5392 - MongoDB doesn't lock documents, so it can't be used wit…
phatboyg Aug 8, 2024
0dd16fc
Fixed #5159 - Duplicate delivery logic when redelivery faulted messag…
phatboyg Aug 8, 2024
fb3ad3f
Removed .NET Framework builds of unit tests
phatboyg Aug 8, 2024
3300985
Updated to version 8.2.5
phatboyg Aug 12, 2024
1624c07
Added ability to configure the partitioned receive mode for the SQL t…
phatboyg Aug 12, 2024
53756bb
Related to #5387 - If a batch message is canceled, it should be remov…
phatboyg Aug 12, 2024
3bdac38
Changing the TaskUtil.Await strategy to be more broadly consistent wi…
phatboyg Aug 13, 2024
5df90f1
Fixed #5407 - hard-coded transport schema name on view
phatboyg Aug 13, 2024
6b66543
Fixed #5405 - Removed extra condition preventing creation of policy w…
phatboyg Aug 13, 2024
ebf71fa
Add missing square brackets
N58 Aug 14, 2024
b9c2a7f
using sql_logins as a replecament for syslogins
Gutek Aug 14, 2024
96e3670
Pass tags ref
NooNameR Aug 11, 2024
ac44867
Added MongoDB configuration to Transactional Outbox page, updated vul…
phatboyg Aug 18, 2024
eb3c9ee
Added more detail on the job consumer sagas and job saga options
phatboyg Aug 20, 2024
ef7b8e2
Removed System.Data.SqlClient from dependencies (deprecated)
phatboyg Aug 16, 2024
e5d5fcf
Use MeterFactory for .net8.0
NooNameR Aug 20, 2024
942b7dd
Add CosmosDB healthcheck
NooNameR Aug 20, 2024
ec39a2a
Add MetricCollector tests
NooNameR Aug 21, 2024
949fabd
Use ChannelWriter's TryComplete instead of Complete
lahma Aug 22, 2024
b13572f
add missing destination label
t03apt Aug 14, 2024
7b9c34d
Fixed #5440 - Documentation updated to reflect current usage
phatboyg Aug 26, 2024
ef47726
Fixed typo in code on the Azure Service Bus configuration page
szelpe Aug 29, 2024
903d1c7
Updated to v8.2.6
phatboyg Aug 26, 2024
aa9064f
Add signing to MassTransit.ActiveMqTransport (dependencies are signed…
Aug 28, 2024
55326ed
Related to #5448 - Add signing to the MongoDB package to match the si…
phatboyg Aug 29, 2024
a593788
Fix skipping some queues registration
MrLesk Sep 3, 2024
02fc4f1
Revert "Add CosmosDB test"
phatboyg Sep 3, 2024
682de43
Changed SQL transport to use NpgsqlDataSource internally to create co…
phatboyg Sep 9, 2024
4e41d69
Update 5.postgresql.md
AaronCTech Sep 9, 2024
244590b
Fix: Add Required Base Class props with NpgSqlDataSource Injection (…
jbak31 Sep 10, 2024
de66870
Remove .Build() from OpenTelemetry configuration, was causing a runti…
phatboyg Aug 30, 2024
796529b
Fixed #5484 - IPv6 address should work properly with the SQL transport
phatboyg Sep 10, 2024
a956dd6
Added ability to extend the DatabaseContext<T> provider for the Dappe…
phatboyg Sep 10, 2024
d66d064
Add notes on how to manage faults
WilliamBZA Sep 10, 2024
35c6ba7
docs: in-memory outbox configuration link redirecting to 404
PHILLIPS71 Sep 11, 2024
c5f74f9
Added SubmitJob extension methods to simply the submission of jobs vi…
phatboyg Sep 10, 2024
9233132
Updated NpgsqlDataSource processing to support container management a…
phatboyg Sep 11, 2024
f5dc4b2
Adding recurring job consumers
phatboyg Sep 12, 2024
1edfb05
Update recurring jobs works, added publish endpoint add/update method
phatboyg Sep 13, 2024
fa9bf74
Updating NPM packages to avoid vulnerability issues.
phatboyg Sep 17, 2024
95f3bae
Updated JobState to include the new recurring job details
phatboyg Sep 13, 2024
03472b1
Added SQL Transport function to requeue messages from the dead-letter…
phatboyg Sep 20, 2024
f682030
Removed ` diff=astextplain` as that causes issues in some environment…
ramonsmits Sep 20, 2024
429c556
Added topology diagrams that explains the flow of messages for failin…
ramonsmits Sep 16, 2024
f189f61
Added what is next section to transport quickstarts
ramonsmits Sep 20, 2024
6a0f239
Some documentation updates for the saga state machine
phatboyg Sep 20, 2024
340c973
Saga state machine documentation updates, continued.
phatboyg Sep 22, 2024
a46daca
Updated SQL transport documentation
phatboyg Sep 22, 2024
6c44eca
Added SQL transport to scheduler configuration, fixed invalid entity …
phatboyg Sep 23, 2024
ed81965
Cleaned up endpoint configuration documentation
phatboyg Sep 24, 2024
2079e48
Vulnerability fix in rollup
phatboyg Sep 24, 2024
d8dae3b
Update subscription properties, including LockDuration, MaxDeliveryCo…
phatboyg Sep 24, 2024
46995e0
Change PlatformNotSupportedException to NotSupportedException to catc…
phatboyg Sep 24, 2024
526aa3e
Updated OutboxMessage schedule to have foreign keys on InboxState and…
phatboyg Sep 25, 2024
a0f0e77
Migration details added to upgrade page
phatboyg Sep 25, 2024
0211e1f
Always clear the RequestId when the timeout is canceled to avoid even…
phatboyg Sep 25, 2024
d4d1f50
Added Job Progress and Job State, added command/request/event impleme…
phatboyg Sep 26, 2024
39a5b3a
Fixed warnings
phatboyg Sep 26, 2024
9300be9
Test now verifies that LastProgressValue/Limit is being saved, fixed …
phatboyg Sep 26, 2024
35621b9
Removed delete cascade from FK on OutboxMessage.
phatboyg Sep 26, 2024
e87e2ae
Added note about removal of NotifyXxx methods from JobContext
phatboyg Sep 26, 2024
a21afc3
Add content to Routing Slips
drusellers Sep 11, 2023
4f9c70a
Tweaked configuration of progress buffer.
phatboyg Sep 30, 2024
26c1e72
Configure Cron schedule using builder style (At, Every, etc.)
phatboyg Sep 30, 2024
755b267
Fixes #5536 Remove length constraints for outbox tables.
MagnusSandgren Sep 30, 2024
e8d6462
use DOTNET_ var in test
kasperk81 Sep 22, 2024
50cefc3
Address #5534 - Use sequence number for batch order where available (…
Tungsten78 Sep 30, 2024
9b1448b
Job Consumers - Reworked CancelJob so that it goes through the sagas,…
phatboyg Oct 1, 2024
9ddf96e
Added opt out of Entity Framework conventions for the job service sag…
phatboyg Oct 1, 2024
d297c3c
Added new view for subscriptions in the SQL transport
phatboyg Oct 1, 2024
9887fbc
Fixed #5018 - SQL Transport auto-delete queues now refresh metrics wh…
phatboyg Oct 1, 2024
38bb535
Retrying messages using the native tools provided
ramonsmits Sep 30, 2024
70380de
Minor usability tweaks to JobContext API, changed subscriptions view …
phatboyg Oct 1, 2024
3831e7a
Queues view not properly showing auto-delete, subscriptions view colu…
phatboyg Oct 1, 2024
c3ee176
FinalizeJob command to remove job saga / job attempt saga entries whe…
phatboyg Oct 2, 2024
79e5e37
Added international characters (letters) to the valid characters allo…
phatboyg Oct 2, 2024
72c7ae7
Fixed flaky timing specific test
phatboyg Oct 2, 2024
54fd4ad
Updated job consumer documentation for v8.3.0
phatboyg Oct 2, 2024
0243ab0
Added scheduled and recurring job consumer documentation
phatboyg Oct 2, 2024
f1ccde9
Link to guidance on how to use native tools to retry messages
ramonsmits Oct 2, 2024
4eddf3e
Added new job distribution strategy support, with job options includi…
phatboyg Oct 3, 2024
c81f850
Fixes after trying out the sample with the latest
phatboyg Oct 3, 2024
f6c5f23
Job Distribution Strategy Documentation
phatboyg Oct 4, 2024
5cc00c2
SQL transport documentation updates
phatboyg Oct 4, 2024
cb6864e
Added missing conventions to the SQL and InMemory transports, for rou…
phatboyg Oct 4, 2024
acf42e4
Update 0.index.md
marconato7 Oct 6, 2024
13459a8
Fixed partitioner receiver to handle multiple partitions properly on …
phatboyg Oct 6, 2024
0c4e32e
Fix XML doco
SeanFeldman Oct 5, 2024
8b02b7a
Fixed #5555 - Restored removed method due to signature change and add…
phatboyg Oct 7, 2024
b5b46c2
NuGet Package Updates
phatboyg Oct 7, 2024
448db29
Reworked Job Properties, Job Type Properties, and Instance Properties…
phatboyg Oct 7, 2024
327bb66
Updated more documentation and upgrade notes for SQL transport and jo…
phatboyg Oct 8, 2024
30450b5
Changed endpoint client factory to avoid Task return value, added sup…
phatboyg Oct 8, 2024
9769bf4
Verify Valkey support
drusellers Oct 9, 2024
987b9cf
Convenience extension for session based batching in ASB and explicit …
Tungsten78 Oct 10, 2024
1433b68
Documentation for new session-friendly batch configuration for Azure …
Tungsten78 Oct 10, 2024
4bf036f
feat: configure activity propagation
maffelbaffel Oct 10, 2024
3d8e5f9
Updated packages with vulnerabilities
phatboyg Oct 11, 2024
6f8955f
Added compatibility for PostgreSQL version < 14
Blood13 Oct 10, 2024
a8f0dfb
Not to drop the trigger if it already exists
Blood13 Oct 10, 2024
3ecd8e7
Fixing failover parameters and adding priorityBackup and priorityURIs…
Brainman643 Oct 11, 2024
874c16d
Optimizing the flaky batch test that always fails.
phatboyg Oct 11, 2024
8acddbd
Typo in AddSqlServerMigrationHostedService in docs
emilnewel Oct 11, 2024
349040d
Update link to Azure service bus configuration page in Azure service …
sghosh968 Oct 14, 2024
e72c37b
Updated version to 8.3.0
phatboyg Oct 15, 2024
faeebdf
Add support for MessagePack serialization.
MarcusChr Oct 13, 2024
ea601f4
Backed out versions of Microsoft.Extensions packages that don't actua…
phatboyg Oct 15, 2024
41aae8a
Removed benchmarks from solution due to bloat created by extra projects.
phatboyg Oct 15, 2024
1c1ec85
Renamed extension methods to match standard, adjusted some extension …
phatboyg Oct 15, 2024
86fb971
Publish MassTransit.MessagePack to NuGet, Updated README, added docum…
phatboyg Oct 15, 2024
ac96e8b
feat: conditional grant of a role to a principal
Blood13 Oct 15, 2024
96f6cbd
Optimized the map lookup of MassTransitMessagePackFormatterResolver f…
MarcusChr Oct 15, 2024
86b3f5b
Another package update
phatboyg Oct 16, 2024
056baec
Removed leftover message from testing SQL transport
phatboyg Oct 16, 2024
c5de78a
Fixed null property on job type instance
phatboyg Oct 16, 2024
e1302cf
Updated version to 8.3.1
phatboyg Oct 17, 2024
c21ba14
Moved RequestId clear in saga state machine to be prior to calling th…
phatboyg Oct 17, 2024
2d18b32
Added documentation for the new RabbitMQ ReplyTo endpoint support
phatboyg Oct 17, 2024
b606cee
Cleaned up and modernized some scheduling documentation around recurr…
phatboyg Oct 17, 2024
a94eb56
Update 13.job-consumers.md
mgraf1 Oct 17, 2024
6aae744
Minor typo
austindrenski Oct 18, 2024
71bdefb
Fixed #5595 - If an exception is thrown by the outbox when saving cha…
phatboyg Oct 20, 2024
a00e55a
Added ability to set the base address for mediators
Oct 18, 2024
563d210
Add requeue message to allow individual messages to be requeued
filipbekic01 Oct 18, 2024
f4c4135
Fix requeue messages scripts (#5601)
filipbekic01 Oct 21, 2024
e6f0287
Link to NSB Behavior for ingestion (#5606)
WilliamBZA Oct 24, 2024
b4ea220
Changed re-queue message order to be by message_delivery_id
phatboyg Oct 21, 2024
98b477c
Fixed #5605 - AmqpTimestamp should be in seconds, not milliseconds
phatboyg Oct 27, 2024
5d236be
Additional documentation on SQL Transport tables, views, and functions.
phatboyg Oct 28, 2024
1e19210
Fixed #5616 - hard-coded schema name in migrator
phatboyg Oct 28, 2024
013b2ca
Added UseMessageScope to the job saga definitions to avoid object dis…
phatboyg Oct 28, 2024
7d104da
Slightly reverted 0211e1fb5582624f0172a024f2642e686d381806 so that it…
phatboyg Oct 29, 2024
5bf092a
allow direct topic subscription
McMlok Nov 1, 2024
90b242c
Added test for JsonExtensionData with SQL transport
phatboyg Oct 30, 2024
affb5f9
upgrade from Microsoft.Azure.Cosmos.Table to Azure.Data.Tables
Oct 25, 2024
f05a5f2
Throw exception if Username or Role is null for SQL migrator #5635
phatboyg Nov 4, 2024
c580c30
Source cleanup on visualizer
phatboyg Nov 4, 2024
1f545d5
Tests for exception filter
phatboyg Nov 4, 2024
c7b506b
Simplify SQL transport configuration code for receive mode to avoid a…
phatboyg Nov 7, 2024
2a87831
Allow setting RabbitMQ stream filter consumer argument, added extensi…
christiaanderidder Nov 7, 2024
ea14024
A few package updates before the release
phatboyg Nov 7, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
39 changes: 39 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/dotnet
{
"name": "C# (.NET)",
"image": "mcr.microsoft.com/devcontainers/dotnet:0-6.0",
"features": {
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/dhoeric/features/act:1": {},
"ghcr.io/devcontainers/features/dotnet:1": {
"version": "7"
}
},
"customizations": {
"vscode": {
"extensions": [
"ms-dotnettools.csharp",
"k--kato.docomment",
"formulahendry.dotnet-test-explorer",
"leo-labs.dotnet",
"github.vscode-pull-request-github"
]
}
}

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [5000, 5001],

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "dotnet restore",

// Configure tool-specific properties.
// "customizations": {},

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ indent_size = 2

[*.cs]
end_of_line = lf
dotnet_diagnostic.NUnit1032.severity = suggestion

[*.md]
trim_trailing_whitespace = false
Expand All @@ -24,3 +25,4 @@ end_of_line = lf

[*.{cmd, bat}]
end_of_line = crlf

12 changes: 0 additions & 12 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
# Set default behavior to automatically normalize line endings.
* text=auto

*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
*.md diff=astextplain

*.jpg binary
*.png binary
*.gif binary
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Bug Report
description: Create a bug report for an issue found in MassTransit
description: Create a bug report for an issue found in MassTransit. Should not be used for questions on the use of MassTransit.
body:
- type: markdown
attributes:
Expand Down
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
blank_issues_enabled: false
contact_links:
- name: Commercial Support
url: https://masstransit-project.com/learn/support.html
about: For commerial support services, including architectural guidance, code review, and troubleshooting
url: https://masstransit.io/support
about: Commercial support, the official support services for MassTransit customers
- name: GitHub Discussions
url: https://github.com/MassTransit/MassTransit/discussions
about: Submit questions, ideas, or general conversation topics
- name: Live Chat (on Discord)
about: Questions on the use of MassTransit, use search to find existing discussions
- name: Discord
url: https://discord.gg/rNpQgYn
about: Live chat room for questions and conversation
about: Active chat room for MassTransit-related conversations. Should not be used for posting code snippets (use GitHub Discusssions)
- name: Stack Overflow
url: https://stackoverflow.com/questions/tagged/masstransit
about: Questions and answers, search to see if your question has already been answered
about: Search for existing questions and answers, should not be used for asking support-related questions.
Loading