Savorboard
772a509ce6
Add sync publish method with additional header
пре 5 година
Savorboard
d222559c1d
Remove outdated unit tests
пре 5 година
Savorboard
b3aeb1a247
Refactoring namespace
пре 5 година
Savorboard
5d1c1bfb08
Architectural refactoring
пре 5 година
Dmitry
d531354e4b
Diagnostic retries ( #382 )
* added Retries number to WritePublishError diagnostic event
* added Retries number to WriteSubscriberInvokeError diagnostic event
пре 5 година
Savorboard
f664b62831
Improved Ctrl+C action raised exception issue.
пре 5 година
Savorboard
7971d67221
Fix thread safe issue of ICapPublisher bug. ( #371 )
пре 5 година
Savorboard
7580ae66b2
Fix unit test
пре 5 година
Savorboard
6884802770
Fix SqlServer options bug
пре 5 година
Savorboard
7021dc6511
v2.6.0 ( #362 )
* Code refactor
* update code format
* Add options package reference
* Rename need retry processor
* update unit tests
* Improve ICapPublisher to singleton.
* Support options pattern for MySqlOptions
* Support options pattern for PostgreSqlOptions
* Remove reference
* update namespace of SubscriberNotFoundException.cs
* update ut
* Support options pattern for CapOptions
* update version to 2.6.0
* Support options pattern for AzureServiceBusOptions
* Fix client listening bug
* update inmemory project to using option pattern.
* Support options pattern for KafkaOptions.
* Support options pattern for MongoDbOptions.
* Fix options.
* Support options pattern for SqlServerOptions
* upgrade confluent kafka to 1.1.0
* Remove CastleCoreTest project, it is not need again
* Fix transaction dispose.
* Fix mock
* Fix mock
пре 5 година
Savorboard
9d37dc7f47
Add unit tests for ConsumerInvoker
пре 5 година
Savorboard
a708029250
Fix unit test
пре 5 година
Savorboard
3f64c54f37
upgrade dependent nuget packages version
пре 5 година
Savorboard
fbda6e2be7
Add custom consumer selector unit test
пре 5 година
cKey
3e25be3f8c
change the IConsumerServiceSelector interface access modifier ( #333 )
* change the IConsumerServiceSelector interface access modifier
* change the IConsumerServiceSelector interface access modifier
пре 5 година
Savorboard
18db9ec00b
Upgrade dapper to 1.60.1
пре 5 година
Savorboard
74fed843fb
Release 2.4.0 ( #250 )
* update version to 2.4.0
* Add version options to config file.
* update resource
* add message version support for dashboard
* add message version support for dashboard
* Support using version to isolate messages. #220
* update mongo unit tests
* update unit tests
* update unit tests
* Set default versions for consumer groups
* solve the problem of issue#181 (#237 )
* Issue#235 (#238 )
* solve the problem of issue#181
* solve the problem of issue#235
* refactor
* Fix the message persistence bug. #240
* using new CamelCaseNamingStrategy
* update packages to .net core 2.2
* update test framework to netcoreapp2.2
* Update .travis.yml
* update TargetFramework
* Exclude build samples project
пре 6 година
Savorboard
b62a49ffbd
Release 2.3.1 ( #221 )
* Update README.zh-cn.md
* Delete README.2.2.md
* Fix flush unclaer data bugs.
* Update README.md
* Update README.md
* Update README.zh-cn.md
* update readme.md to add the subscriber group descriptions.
* update readme
* update version to 2.3.1
* add SnowflakeId unit tests
* update build.cake for unit test adjustment
* remove unused config file
* update readme
* update readme
* Fixed dashboard messages requeue error. ( #205 )
* Refactoring
* Fixed SnowflakeId workerId to random id.
* Update README.md
* upgrade dependent nuget packages.
* Add SourceLink Support
пре 6 година
Savorboard
a2aa446412
upgrade dependent nuget packages.
пре 6 година
Savorboard
7644344d0f
add SnowflakeId unit tests
пре 6 година
Savorboard
57a3e43271
remove unused file
пре 6 година
Savorboard
57a7574073
update unit tests.
пре 6 година
Savorboard
323f35153b
fixed unit test error.
пре 6 година
Savorboard
dd741532f5
fixed unit tests
пре 6 година
Savorboard
327ef56fd8
use Diagnostics event feature to send the message after transaction commited for Sql Server.
пре 6 година
Savorboard
8485fb2f0c
rename CapTransaction to Transaction
пре 6 година
Savorboard
0308c030b5
Refactor mongodb module for new transaction mode
пре 6 година
Savorboard
5a51a708b1
tweak mysql unit tests.
пре 6 година
Savorboard
205e3b3e53
Refactor mongodb module for new transaction mode
пре 6 година
Savorboard
c69d1f6f98
Refactor postgresql module for new transaction mode
пре 6 година
Savorboard
c3b7d6b61f
Message table in database changes the primary key to non auto-Increment. ( #180 )
пре 6 година
Savorboard
86ae8bfbdc
tweak unittests
пре 6 година
Savorboard
111a200643
add SslMode=none to mysql connection string
пре 6 година
Savorboard
6abf92c2b8
add SslMode=none to mysql connection string
пре 6 година
Savorboard
ae63286896
switch mysql driver to mysql.data
пре 6 година
Savorboard
d20605d8d5
switch mysql driver to mysql.data
пре 6 година
Savorboard
09beaeecf7
upgrade nuget packages
пре 6 година
Savorboard
d57c88e76b
upgrade nuget packages
пре 6 година
keke
885b37ba72
Abstract MongoTransaction to make the usage more comfortable ( #167 )
* Abstract MongoTransaction to make the usage more comfortable
* Tweak the method name
пре 6 година
keke
3ecc92f21f
Abstract MongoTransaction to make the usage more comfortable ( #167 )
* Abstract MongoTransaction to make the usage more comfortable
* Tweak the method name
пре 6 година
Savorboard
9bc0909c23
Refactoring unit tests have been adapted to apperyor
пре 6 година
Savorboard
2b4cd55767
Refactoring unit tests have been adapted to apperyor
пре 6 година
Savorboard
b886cb3e9f
Refactoring to specification
пре 6 година
Savorboard
0cc7f5e5a0
Refactoring to specification
пре 6 година
keke
1242d2d144
Feature/support mongodb ( #163 )
* Ignore .vscode
* Add MongoDBTest
* New DotNetCore.CAP.MongoDB
* Use MongoDB
* Initialize MongoDB
* GetPublishedMessageAsync
* GetPublishedMessagesOfNeedRetry
* Get received message
* Change published state
* Chang received state
* Store received message
* MongoDBStorageTransaction
* Implement CapPublisher
* Fix CAP.BuilderTest
* Implement ICollectProcessor
* Configure MongoDBOptions
* Test MongoDBHelper
* Remove useless code
* GetMonitoringApi
* Test MongoDbStorage
* Test MongoDBStorageConnection
* Test MongoDBStorageConnection
* Add sample for MongoDB
* Tweak CapPublisher
* Wati interval
* Tweak Mongo extension
* Publish without mongo session
* Publish rollback
* Publish without session & subscribe msg
* Tweak rabbitmq config
* .gitignore
* Implement & test HourlyFailedJobs
* Rename MongoDBUtil
* Rename MongoDBUtilTest
* Tweak pipeline
* Implement HourlyJobs
* Remove redundant code
* Implement Messages
* Implement MessagesCount
* Fix non-standard StatusName
* To local time
* Tweak two properties name
* Tweak two methods name
* Supplement xml comments
* Fix wrong names
пре 6 година
keke
584852b61f
Feature/support mongodb ( #163 )
* Ignore .vscode
* Add MongoDBTest
* New DotNetCore.CAP.MongoDB
* Use MongoDB
* Initialize MongoDB
* GetPublishedMessageAsync
* GetPublishedMessagesOfNeedRetry
* Get received message
* Change published state
* Chang received state
* Store received message
* MongoDBStorageTransaction
* Implement CapPublisher
* Fix CAP.BuilderTest
* Implement ICollectProcessor
* Configure MongoDBOptions
* Test MongoDBHelper
* Remove useless code
* GetMonitoringApi
* Test MongoDbStorage
* Test MongoDBStorageConnection
* Test MongoDBStorageConnection
* Add sample for MongoDB
* Tweak CapPublisher
* Wati interval
* Tweak Mongo extension
* Publish without mongo session
* Publish rollback
* Publish without session & subscribe msg
* Tweak rabbitmq config
* .gitignore
* Implement & test HourlyFailedJobs
* Rename MongoDBUtil
* Rename MongoDBUtilTest
* Tweak pipeline
* Implement HourlyJobs
* Remove redundant code
* Implement Messages
* Implement MessagesCount
* Fix non-standard StatusName
* To local time
* Tweak two properties name
* Tweak two methods name
* Supplement xml comments
* Fix wrong names
пре 6 година
Savorboard
15edd352a9
Upgrade the dependent nuget package to the latest version
пре 6 година
Savorboard
ffd23df4fd
Upgrade the dependent nuget package to the latest version
пре 6 година
Savorboard
19ed887bfa
add unit tests for ConsumerServiceSelector
пре 6 година
Savorboard
5591c9ac86
add unit tests for ConsumerServiceSelector
пре 6 година