1
0
mirror of synced 2024-06-17 18:37:39 +00:00
Commit Graph

358 Commits

Author SHA1 Message Date
b66c448c17 Fix build errors due to incompatible GitVersion 2023-04-06 08:19:43 +02:00
6cf2314ae0 Prevent possible concurrency issues in ParallelRequestBuilder 2023-04-06 07:44:45 +02:00
1f70b2fa82 Updated NuGet API key 2022-12-22 11:56:23 +01:00
081bf7a012 Merge branch 'release/2.9' 2022-12-22 11:50:14 +01:00
30915fd5fc Merge branch 'hotfix/2.8.3' 2022-03-10 09:50:09 +01:00
c1063ec33a Merge branch 'feature/paralleladdrequests' into develop 2022-02-09 08:16:23 +01:00
cf244ba3ff Added documentation for IFlowParallelRequest 2021-12-10 12:53:18 +01:00
58d1908047 Added NoRequestsBehaviour to ParallelFlow.Yield 2021-12-10 11:45:09 +01:00
bc00d476bd Implemented adding requests to parallel flow
Fixed console logger outputting incorrect message when declaring queues
2021-12-10 09:56:37 +01:00
2b4dd8e251 [ci skip] WIP: support for adding requests mid-parallel flow 2021-12-09 23:52:25 +01:00
Mark van Renswoude
68d3a94438 [skip appveyor] Added ASP.NET compatibility documentation 2021-11-07 10:54:30 +01:00
7aab0f86be Added IFlowStore.GetActiveFlows for monitoring purposes 2021-11-02 15:48:14 +01:00
Mark van Renswoude
b36a3e400a Added documentation for #37 2021-10-29 21:07:53 +02:00
8c13917f47 Upgraded example projects to .NET 5 2021-10-29 15:51:14 +02:00
56a842ea5c Implemented #37 Support injection of CancellationToken in message handlers 2021-10-29 15:47:48 +02:00
9fe7183027 Merge branch 'hotfix/2.8.2' 2021-10-26 20:33:34 +02:00
2ffae2e7fe Merge branch 'hotfix/2.8.2' into develop 2021-10-26 20:33:34 +02:00
2dc30596ef Check for ConvergeMethodName while loading flows is incorrect 2021-10-26 20:33:25 +02:00
aa9e13f914 Merge branch 'release/2.8.1' 2021-10-26 13:29:55 +02:00
bb439fd692 Merge branch 'release/2.8.1' into develop 2021-10-26 13:29:54 +02:00
017c4c130f Fixed prefetchcount being applied to the incorrect channel 2021-10-26 13:29:48 +02:00
Mark van Renswoude
847e6a6d83 Fixed #35: NullReferenceException in Cancel 2021-10-08 15:51:10 +02:00
5703062054 Merge branch 'release/2.8' 2021-10-07 15:59:59 +02:00
Mark van Renswoude
46e498b071 Split parts into separate repositories
Annotations, DataAnnotations.Extensions and Cmd
2021-10-07 15:38:43 +02:00
Mark van Renswoude
58356fbbad Added Message Handler performance logging to Tapeti.Serilog 2021-10-07 14:03:39 +02:00
Mark van Renswoude
9d3c1d7008 [ci skip] Updated expiring NuGet API key 2021-09-27 10:12:04 +02:00
b22c5200f4 Fixed #34 Reconnect not working when restarting RabbitMQ
- Fixed deadlock issue when connection is lost
- Fixed Ack and Cancel being attempted on wrong connection causing channel disconnects
2021-09-21 16:17:14 +02:00
ad7314c42f EmbedUntrackedResources as recommended by NuGet Package Explorer 2021-09-16 12:29:41 +02:00
5fb3afbc9c Merge branch 'release/2.7.6' 2021-09-16 12:26:36 +02:00
a9a38f2497 Fixed Flow response messages blocking the consumer
Caused by non-async disposable payload in MessageContext never being disposed
2021-09-16 12:26:11 +02:00
04182ad9bd Forget =true 2021-09-16 11:44:46 +02:00
c76bce30fa Added SourceLink reference 2021-09-16 11:41:03 +02:00
b3ea711c3b Implemented skip parameter for export and shovel commands 2021-09-15 20:16:15 +02:00
f887cd8b78 Implemented skip and maxcount parameters for Tapeti.Cmd import 2021-09-15 20:07:03 +02:00
254af41875 Fixed BatchSize sneaking in one more every time 2021-09-15 19:57:51 +02:00
0fb2c48083 #33 Tapeti.Cmd confirm overwrite existing files when exporting
Also fixed issue with input remaining in buffer which can cause accidental confirms
2021-09-15 19:56:24 +02:00
e8e0946a64 Merge branch 'hotfix/2.7.5' 2021-09-09 15:31:14 +02:00
71df3e3f22 Merge branch 'hotfix/2.7.5' into develop 2021-09-09 15:31:14 +02:00
dfe35c3f52 Actually fixed the AppVeyor artifact filter this time maybe hopefully 2021-09-09 15:31:10 +02:00
31fb605192 Merge branch 'hotfix/2.7.4' 2021-09-09 15:24:57 +02:00
b441ce60fc Merge branch 'hotfix/2.7.4' into develop 2021-09-09 15:24:57 +02:00
8530c4dcf1 Fixed Github release artifact filter 2021-09-09 15:24:53 +02:00
e1cfcf8a47 Merge branch 'hotfix/2.7.3' 2021-09-09 15:21:42 +02:00
9ac4f5c33b Merge branch 'hotfix/2.7.3' into develop 2021-09-09 15:21:42 +02:00
ca68d7dd4d Fixed appveyor tagged builds 2021-09-09 15:21:34 +02:00
63c3e7f25f Merge branch 'release/2.7.2' 2021-09-09 15:11:52 +02:00
34c2b6b1c2 Merge branch 'release/2.7.2' into develop 2021-09-09 15:11:51 +02:00
fb6aa19884 Fixed exception in Tapeti.Transient when message arrives after the timeout 2021-09-09 15:11:44 +02:00
f16921d12d Allow environment variables for Tapeti.Cmd connection parameters
Output connection parameters and their sources to the console
2021-09-07 15:56:59 +02:00
837f48ebb8 Merge branch 'feature/TapetiCmdBuild' into develop 2021-09-06 15:18:34 +02:00