Savorboard
|
6abf92c2b8
|
add SslMode=none to mysql connection string
|
6 years ago |
Savorboard
|
d20605d8d5
|
switch mysql driver to mysql.data
|
6 years ago |
Savorboard
|
c1bbb9fa74
|
remove unused code.
|
6 years ago |
Savorboard
|
d57c88e76b
|
upgrade nuget packages
|
6 years ago |
Savorboard
|
c7010473ee
|
add file license header.
|
6 years ago |
Savorboard
|
8b3c30cd93
|
cleanup samples.
|
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
|
04a5554c56
|
Update appveyor.yml
|
6 years ago |
Savorboard
|
4027fe83d7
|
update nuget api key
|
6 years ago |
Savorboard
|
fa8562cd71
|
update api key
|
6 years ago |
Savorboard
|
b5afb488cf
|
update nuget api key
|
6 years ago |
Savorboard
|
77e5547e33
|
add AssemblyInfo.cs
|
6 years ago |
Savorboard
|
d31d610821
|
add mongodb service
|
6 years ago |
Savorboard
|
dc338fd634
|
update version num to 2.2.6
|
6 years ago |
Savorboard
|
2b4cd55767
|
Refactoring unit tests have been adapted to apperyor
|
6 years ago |
Savorboard
|
5c076aa56f
|
tweak database configuration name to ‘DatabaseName’
|
6 years ago |
Savorboard
|
60c12d41a1
|
add copyright license header to code file.
|
6 years ago |
Savorboard
|
0cc7f5e5a0
|
Refactoring to specification
|
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 |
keke
|
4c4c0433b7
|
Compatible sqlserver2008 (#164)
* Replace FORMAT
* Replace offset
* Use sqlserver 2008
* Remove blank lines
* Tweak UseSqlServer2008
|
6 years ago |
Savorboard
|
0c5a17bde1
|
Merge branch 'master' into develop
|
6 years ago |
Savorboard
|
3e87d5ee1d
|
update samples.
|
6 years ago |
Savorboard
|
00bbf6cce8
|
Fixed configuration options of FailedThresholdCallback could not be invoke when the value less then three. (#161)
|
6 years ago |
Savorboard
|
a007dfefd3
|
refactor retry task processor.
|
6 years ago |
Savorboard
|
69d1fb1d89
|
refactor log extensions.
|
6 years ago |
Savorboard
|
87b9a37760
|
Fixed SendAsync or ExecuteAsync recursion retries bug. (#160)
|
6 years ago |
Savorboard
|
78554f9115
|
refactor code
|
6 years ago |
Savorboard
|
4fe8259ce4
|
Fixed SendAsync or ExecuteAsync recursion retries bug. (#160)
|
6 years ago |
Savorboard
|
2c743162a5
|
Fixed dashboard message page re-requeue and re-executed operate bug. (#158)
|
6 years ago |
Savorboard
|
0fdbf6ebf1
|
support RabbitMQ cluster configuration.
|
6 years ago |
Savorboard
|
5a2403052e
|
Improved logging
|
6 years ago |
Savorboard
|
9caf7a2308
|
Fixed DateTime localization format conversion error to sql.(#139)
|
6 years ago |
Savorboard
|
4db730a7de
|
remove unused constructor.
|
6 years ago |
Savorboard
|
06b3837952
|
update version to 2.2.5
|
6 years ago |
Savorboard
|
c5bd4c174f
|
Fixed DateTime localization format conversion error to sql.(#139)
|
6 years ago |
Savorboard
|
666fdc4685
|
Fixed Incorrect local IP address judgment of IPv6. (#140)
|
6 years ago |
Savorboard
|
5a4675d45b
|
update version to 2.2.4 (#138)
|
6 years ago |
Savorboard
|
b45482000c
|
update version to 2.2.4
|
6 years ago |
Savorboard
|
05852ee511
|
update sample.
|
6 years ago |
Savorboard
|
bb687561e4
|
Merge branch 'develop' of https://github.com/dotnetcore/CAP
# Conflicts:
# build/version.props
# samples/Sample.Kafka.MySql/Sample.Kafka.MySql.csproj
# samples/Sample.RabbitMQ.MySql/AppDbContext.cs
# samples/Sample.RabbitMQ.MySql/Program.cs
# samples/Sample.RabbitMQ.MySql/Sample.RabbitMQ.MySql.csproj
# src/DotNetCore.CAP/LoggerExtensions.cs
|
6 years ago |
Savorboard
|
5457b41a20
|
update ci.yml
|
6 years ago |
Savorboard
|
ff4248c598
|
update ci.yml
|
6 years ago |
Savorboard
|
ffd23df4fd
|
Upgrade the dependent nuget package to the latest version
|
6 years ago |
Savorboard
|
15886bd3f9
|
Fix compilation errors after the upgrade
|
6 years ago |
Savorboard
|
c0337ae608
|
refactor csproj structure.
|
6 years ago |
Savorboard
|
a0bf2d98f7
|
Add Directory.Build.props
|
6 years ago |
Savorboard
|
d8c96d8070
|
Upgrade samples to .net core 2.1
|
6 years ago |
savorboard
|
70c7c10f24
|
Merge branch 'develop' of https://github.com/dotnetcore/CAP into develop
|
6 years ago |
Savorboard
|
a2efa6b843
|
refactoring log output.
|
6 years ago |
Savorboard
|
3086589e26
|
update samples.
|
6 years ago |