Menno van Lavieren
|
de9f4ae10b
|
Removed GitVersionTask package, so building works independent of installed MsBuild version
|
2017-07-10 13:12:17 +02:00 |
|
Menno van Lavieren
|
c0d6130d63
|
Adding controller types to the dependency container if supported
|
2017-07-07 11:38:34 +02:00 |
|
Menno van Lavieren
|
f5aa47913f
|
Allow Message middleware to septup a nested context and call 'next' multiple times
|
2017-07-07 10:59:12 +02:00 |
|
Menno van Lavieren
|
4ae32388f1
|
Package updates Onder andere RabbitMQ Newtosoft en SimpleInjector
|
2017-06-26 13:04:10 +02:00 |
|
Menno van Lavieren
|
5301bd1b65
|
Finished the Connectionstring Parser with extensive unit tests
|
2017-06-26 11:43:55 +02:00 |
|
Menno van Lavieren
|
c28ff38116
|
Build a connectionstring parser, needs integration and testing
|
2017-06-23 18:08:03 +02:00 |
|
|
09a8998a3c
|
Fixed #16: No exception when publishing while RabbitMQ is down
|
2017-02-21 22:08:05 +01:00 |
|
|
7370171604
|
Started flow documentation
|
2017-02-19 10:59:34 +01:00 |
|
|
e09a9e2621
|
Fixed #15: Fix timing issue with flows when response comes in too fast
Added more documentation
|
2017-02-16 23:03:07 +01:00 |
|
|
3564a9c113
|
Fixed #6: Provide a way to start a flow outside of a message handler
Fixed Continuation methods binding to dynamic queues
|
2017-02-15 22:05:01 +01:00 |
|
|
18d7a44d80
|
Revert "Removed X2Software from package ID since NuGet primarily shows the ID instead of the title"
This reverts commit 35fd50a890 .
|
2017-02-14 23:57:07 +01:00 |
|
|
35fd50a890
|
Removed X2Software from package ID since NuGet primarily shows the ID instead of the title
|
2017-02-14 23:21:43 +01:00 |
|
|
c015d5b855
|
Added icons for NuGet packages (I'm not an artist. Anyone want to redesign these? :-))
|
2017-02-14 23:12:31 +01:00 |
|
|
e1d81352e0
|
Fixed #11: Improve stack traces for exceptions
Fixed #12: Stack overflow when an exception occurs in the middleware
|
2017-02-14 22:45:59 +01:00 |
|
|
eb10f1f4aa
|
Fixed Tapeti trying to publish return types of type Task
|
2017-02-13 15:47:57 +01:00 |
|
|
7aa5e9ffdc
|
Added GitVersionTask to update assembly version
Added missing i to Tapet.Tests
|
2017-02-13 15:42:38 +01:00 |
|
|
429bc3edf4
|
Added DataAnnotations package to NuGet publish script
|
2017-02-12 22:00:08 +01:00 |
|
|
444511a003
|
Fixed #5: Implement message validation
|
2017-02-12 21:43:30 +01:00 |
|
|
6198c47e50
|
Renamed StaticQueue attribute to DurableQueue to match RabbitMQ terminology (breaking change)
Changed default delivery mode to persistent
|
2017-02-12 19:15:56 +01:00 |
|
|
70f1896fe9
|
Implemented #10: YieldWithParallelRequest
|
2017-02-12 19:04:26 +01:00 |
|
|
458af0640d
|
Fixed #9: Allow subscribing to queues before consuming
|
2017-02-12 15:18:12 +01:00 |
|
|
cc7b0cd042
|
Fixed #8: Account for all-capital abbreviations in routing key strategy
|
2017-02-12 14:42:49 +01:00 |
|
|
8126549841
|
Wrote some more documentation
|
2017-02-11 21:32:30 +01:00 |
|
|
9578a3efaa
|
Changed default for RegisterAllControllers to GetEntryAssembly
Added Sync version of Subscribe
|
2017-02-11 21:32:03 +01:00 |
|
|
9581bd49db
|
Updated readme for Read the Docs
|
2017-02-11 14:54:35 +01:00 |
|
|
ce86a493a9
|
Added the start of the ReadTheDocs documentation
|
2017-02-11 14:32:07 +01:00 |
|
|
372bfdb386
|
Fixed nopush parameter in Publish.ps1
|
2017-02-10 16:57:20 +01:00 |
|
|
bf0467f5a1
|
Fixed nuspec dependencies between Tapeti packages
|
2017-02-10 16:55:16 +01:00 |
|
|
f137c4200e
|
Moved annotations to a separate package to reduce dependencies for messaging interface packages
|
2017-02-10 16:33:05 +01:00 |
|
|
69b854fe54
|
Fix for Publish.ps1 on Windows 7 (Powershell 4), buffer GitVersion output before passing to ConvertFrom-Json
|
2017-02-10 13:05:10 +01:00 |
|
|
3359849984
|
Fixed InvalidCastException for Task<T> methods
|
2017-02-10 12:07:34 +01:00 |
|
|
4e669c5091
|
Preparations for NuGet push
|
2017-02-08 22:09:06 +01:00 |
|
|
1147eb6638
|
Updated readme
|
2017-02-08 16:14:12 +01:00 |
|
|
1a0d9b2570
|
Added AppSettings ConnectionParams helper
Changed BindingFilters to MessageFilterMiddleware (in preparation for SignalR interaction package)
Start of SqlConnectionFlowRepository
|
2017-02-08 15:52:24 +01:00 |
|
|
e06a631700
|
Renamed IMiddlewareBundle to ITapetiExtension
|
2017-02-07 18:22:28 +01:00 |
|
|
3f93870433
|
Moved Tapeti project to it's own folder
|
2017-02-07 16:22:04 +01:00 |
|
|
019684934e
|
Merge branch 'feature/flow' into develop
Conflicts:
Config/IBindingContext.cs
Config/IConfig.cs
Config/IMessageContext.cs
Connection/TapetiConsumer.cs
Connection/TapetiPublisher.cs
Connection/TapetiWorker.cs
Helpers/MiddlewareHelper.cs
IPublisher.cs
Tapeti.Flow/Tapeti.Flow.csproj
Tapeti.Saga/ISagaProvider.cs
Tapeti.Saga/SagaMiddleware.cs
Tapeti.Saga/SagaProvider.cs
TapetiConfig.cs
Test/MarcoController.cs
Test/Program.cs
|
2017-02-07 16:17:35 +01:00 |
|
|
4dd8f73f99
|
Added request/response validation for non-yieldpoint methods
Added ExceptionStrategy
Removed PublishExchange, fixed default ExchangeStrategy
|
2017-02-07 16:13:33 +01:00 |
|
|
a7b1ea85e5
|
First working prototype of the flow port
|
2017-02-05 23:22:34 +01:00 |
|
|
1379eb5a17
|
Work in progress for migrating from Saga to Flow
|
2017-01-31 12:01:08 +01:00 |
|
|
14ee717985
|
Fixed Saga loading and message handler filtering
Added Saga publisher extension
|
2016-12-14 20:28:17 +01:00 |
|
|
2806e2d304
|
Somewhere along the line the recent changes got lost. Fixed it, I hope.
|
2016-12-13 22:01:43 +01:00 |
|
|
5871c8b7f0
|
Merge branch 'feature/multiqueuecontrollers' into develop
|
2016-12-11 15:09:20 +01:00 |
|
|
8f5160e860
|
Back to a working state
|
2016-12-11 15:08:58 +01:00 |
|
|
dfd480444e
|
Added Saga interfaces
More mockup code
|
2016-12-07 10:19:16 +01:00 |
|
|
68399db095
|
Some more interface foundations
|
2016-12-05 23:41:17 +01:00 |
|
|
e62aa7d482
|
Started refactoring, not in any usable state yet
|
2016-12-05 08:00:09 +01:00 |
|
|
1f64fea559
|
Added concept for ILogger
Moved some code about
|
2016-11-21 20:54:29 +01:00 |
|
|
806477d5bf
|
Implemented consumer, serializer, routing key strategy and single-threaded task queue (first working version basically)
|
2016-11-20 14:34:50 +01:00 |
|
|
c247d8e9b4
|
Added TaskQueue
|
2016-11-17 17:33:27 +01:00 |
|