Savorboard
111a200643
add SslMode=none to mysql connection string
6 years ago
Savorboard
6abf92c2b8
add SslMode=none to mysql connection string
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
214293cf5e
remove unused code.
6 years ago
Savorboard
c1bbb9fa74
remove unused code.
6 years ago
Savorboard
09beaeecf7
upgrade nuget packages
6 years ago
Savorboard
d57c88e76b
upgrade nuget packages
6 years ago
Savorboard
7a005826dd
update version to 2.3.0
6 years ago
Savorboard
1184cd0e7d
[break changes] modify api for fix #141
6 years ago
Savorboard
362b6f5219
refactor
6 years ago
Savorboard
d907215b15
add mysql impl for ICapTransaction
6 years ago
Savorboard
764e23fa32
add impl for ICapTransaction
6 years ago
Savorboard
f23f53babf
add captransaction interface.
6 years ago
Savorboard
6d35ef96ab
add file license header.
6 years ago
Savorboard
c7010473ee
add file license header.
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
Savorboard
325cba9b7a
Update appveyor.yml
6 years ago
Savorboard
987096aa2f
Update appveyor.yml
6 years ago
Savorboard
04a5554c56
Update appveyor.yml
6 years ago
Savorboard
ca8aee6af8
update nuget api key
6 years ago
Savorboard
4027fe83d7
update nuget api key
6 years ago
Savorboard
fe46e87274
update api key
6 years ago
Savorboard
fa8562cd71
update api key
6 years ago
Savorboard
35dcb5e205
update nuget api key
6 years ago
Savorboard
b5afb488cf
update nuget api key
6 years ago
Savorboard
8542a5f3fe
add AssemblyInfo.cs
6 years ago
Savorboard
77e5547e33
add AssemblyInfo.cs
6 years ago
Savorboard
542d966d6b
add mongodb service
6 years ago
Savorboard
d31d610821
add mongodb service
6 years ago
Savorboard
1aea9de76f
update version num to 2.2.6
6 years ago
Savorboard
dc338fd634
update version num to 2.2.6
6 years ago
Savorboard
9bc0909c23
Refactoring unit tests have been adapted to apperyor
6 years ago
Savorboard
2b4cd55767
Refactoring unit tests have been adapted to apperyor
6 years ago
Savorboard
308539032b
tweak database configuration name to ‘DatabaseName’
6 years ago
Savorboard
5c076aa56f
tweak database configuration name to ‘DatabaseName’
6 years ago
Savorboard
b67e8ebc4a
add copyright license header to code file.
6 years ago
Savorboard
60c12d41a1
add copyright license header to code file.
6 years ago
Savorboard
b886cb3e9f
Refactoring to specification
6 years ago
Savorboard
0cc7f5e5a0
Refactoring to specification
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
e6af8ed5bd
refactor log extension
6 years ago
keke
7a4a62baf1
Compatible sqlserver2008 ( #164 )
* Replace FORMAT
* Replace offset
* Use sqlserver 2008
* Remove blank lines
* Tweak UseSqlServer2008
6 years ago
keke
4c4c0433b7
Compatible sqlserver2008 ( #164 )
* Replace FORMAT
* Replace offset
* Use sqlserver 2008
* Remove blank lines
* Tweak UseSqlServer2008
6 years ago
Savorboard
fa89e27cc6
Release 2.2.5 ( #162 )
* update version to 2.2.4
* Fixed Incorrect local IP address judgment of IPv6. (#140 )
* Fixed DateTime localization format conversion error to sql.(#139 )
* update version to 2.2.5
* remove unused constructor.
* Fixed DateTime localization format conversion error to sql.(#139 )
* Improved logging
* support RabbitMQ cluster configuration.
* Fixed dashboard message page re-requeue and re-executed operate bug. (#158 )
* refactor code
* refactor log extensions.
* refactor retry task processor.
* Fixed configuration options of FailedThresholdCallback could not be invoke when the value less then three. (#161 )
* update samples.
* Fixed SendAsync or ExecuteAsync recursion retries bug. (#160 )
* Fixed SendAsync or ExecuteAsync recursion retries bug. (#160 )
6 years ago
Savorboard
5bcd0a3675
Merge branch 'master' into develop
6 years ago