Savorboard
|
57a3e43271
|
remove unused file
|
6 years ago |
Savorboard
|
b136e21d44
|
update samples.
|
6 years ago |
Savorboard
|
ea6506d1a7
|
update samples
|
6 years ago |
Savorboard
|
d753b1a2d6
|
Add ef sent message demo to SqlServer samples
|
6 years ago |
Savorboard
|
ffba435d7e
|
update samples
|
6 years ago |
Savorboard
|
1bb0c8d5cd
|
add sqlserver samples
|
6 years ago |
Savorboard
|
45bd5ed2d1
|
update samples
|
6 years ago |
Savorboard
|
dae03f33b7
|
update samples
|
6 years ago |
Savorboard
|
406d338a44
|
update samples
|
6 years ago |
Savorboard
|
9ecc525433
|
update samples
|
6 years ago |
Savorboard
|
797b1f71ba
|
update samples
|
6 years ago |
Savorboard
|
8485fb2f0c
|
rename CapTransaction to Transaction
|
6 years ago |
Savorboard
|
6a4268cd0a
|
update samples
|
6 years ago |
Savorboard
|
53c5c74cb3
|
update samples.
|
6 years ago |
Savorboard
|
205e3b3e53
|
Refactor mongodb module for new transaction mode
|
6 years ago |
Savorboard
|
8bee1d4369
|
update samples
|
6 years ago |
Savorboard
|
20717b5817
|
Refactor MongoDB for new transaction
|
6 years ago |
Savorboard
|
ae63286896
|
switch mysql driver to mysql.data
|
6 years ago |
Savorboard
|
d20605d8d5
|
switch mysql driver to mysql.data
|
6 years ago |
Savorboard
|
09beaeecf7
|
upgrade nuget packages
|
6 years ago |
Savorboard
|
d57c88e76b
|
upgrade nuget packages
|
6 years ago |
Savorboard
|
aa6840f07e
|
cleanup samples.
|
6 years ago |
Savorboard
|
8b3c30cd93
|
cleanup samples.
|
6 years ago |
keke
|
885b37ba72
|
Abstract MongoTransaction to make the usage more comfortable (#167)
* Abstract MongoTransaction to make the usage more comfortable
* Tweak the method name
|
6 years ago |
keke
|
3ecc92f21f
|
Abstract MongoTransaction to make the usage more comfortable (#167)
* Abstract MongoTransaction to make the usage more comfortable
* Tweak the method name
|
6 years ago |
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 years ago |
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 years ago |
Savorboard
|
d032b26d13
|
update samples.
|
6 years ago |
Savorboard
|
3e87d5ee1d
|
update samples.
|
6 years ago |
Savorboard
|
5c42282fad
|
update sample.
|
6 years ago |
Savorboard
|
05852ee511
|
update sample.
|
6 years ago |
Savorboard
|
15edd352a9
|
Upgrade the dependent nuget package to the latest version
|
6 years ago |
Savorboard
|
ffd23df4fd
|
Upgrade the dependent nuget package to the latest version
|
6 years ago |
Savorboard
|
ff5872d4f0
|
refactor csproj structure.
|
6 years ago |
Savorboard
|
c0337ae608
|
refactor csproj structure.
|
6 years ago |
Savorboard
|
fd19d977fd
|
Upgrade samples to .net core 2.1
|
6 years ago |
Savorboard
|
d8c96d8070
|
Upgrade samples to .net core 2.1
|
6 years ago |
Savorboard
|
b5a67fe0fa
|
update samples.
|
6 years ago |
Savorboard
|
3086589e26
|
update samples.
|
6 years ago |
Savorboard
|
f2140f0734
|
add appsettings.json to sample.
|
6 years ago |
Savorboard
|
8f3406f63c
|
add appsettings.json to sample.
|
6 years ago |
Savorboard
|
3a8bcf0324
|
Release 2.2.2 (#121)
* fixed message enqueue exception in v2.2
* add log to samples
* Improved log output. #114
* add default timeout configuration for kafka client.
* fixed retry processor bugs.
* Fixed kafka producer exception log without logging when publish message.
* update version num to 2.2.2
* rename configuration options FailedCallback to FailedThresholdCallback
* rename files name.
* remove unused files.
* modify the error comments.
* update samples.
* add logs.
|
6 years ago |
Savorboard
|
c05386016f
|
Release 2.2.2 (#121)
* fixed message enqueue exception in v2.2
* add log to samples
* Improved log output. #114
* add default timeout configuration for kafka client.
* fixed retry processor bugs.
* Fixed kafka producer exception log without logging when publish message.
* update version num to 2.2.2
* rename configuration options FailedCallback to FailedThresholdCallback
* rename files name.
* remove unused files.
* modify the error comments.
* update samples.
* add logs.
|
6 years ago |
Savorboard
|
d11f929830
|
update samples.
|
6 years ago |
Savorboard
|
0f6ae8add1
|
update samples.
|
6 years ago |
Savorboard
|
0d24027a30
|
update samples.
|
6 years ago |
Savorboard
|
01aeb132e7
|
update samples.
|
6 years ago |
Savorboard
|
e53863a659
|
add log to samples
|
6 years ago |
Savorboard
|
b68e82d55a
|
update samples.
|
6 years ago |
Savorboard
|
b217f5bd6b
|
update samples.
|
6 years ago |