Savorboard
|
d101c75c29
|
Fix dashboard requeue and reconsume failed bug. #482
|
4 years ago |
Savorboard
|
5cefd76b04
|
Merge branch 'master' of https://github.com/dotnetcore/CAP
|
4 years ago |
Savorboard
|
13befe8613
|
Fix subscriber type convert error if reading from storage. #473
|
4 years ago |
Marko Zorec
|
9ce812cf10
|
update build script (#480)
|
4 years ago |
Savorboard
|
4eaf7a0bc8
|
Fix SqlConnection undisponse bug. #477
|
4 years ago |
Savorboard
|
ba182aecdb
|
Fix build script
|
4 years ago |
Savorboard
|
77052cb1ae
|
Fix received storage message retry bug. #473
|
4 years ago |
Savorboard
|
b66031c2b6
|
Fix build script
|
4 years ago |
Savorboard
|
df3d28c92a
|
Add file copyright
|
4 years ago |
Savorboard
|
fd01274034
|
Fix dashboard sql like query bug. #470
|
4 years ago |
Savorboard
|
5150aee5d1
|
Replace `CapTransactionBase` with `ICapTransaction` where transactions are used. #471
|
4 years ago |
Savorboard
|
1c43afb00e
|
Improve build script
|
4 years ago |
Savorboard
|
fe22904c78
|
Upgrade deps packages to support .net core 3.1
|
4 years ago |
Savorboard
|
e59007309d
|
Cleanup code
|
4 years ago |
Savorboard
|
7ed797c8e7
|
Remove unneeded files.
|
4 years ago |
Marko Zorec
|
549bb5ec0a
|
Improve build script (#467)
* Adds Flubu build script
* Improve build script
* update flubu global tool version
* fix target name
|
4 years ago |
Savorboard
|
cc585288e3
|
update sln
|
4 years ago |
Savorboard
|
cad05f0f1e
|
update test framework to .net core 3.1
|
4 years ago |
Savorboard
|
ce07c555b2
|
Add empty detection
|
4 years ago |
Savorboard
|
55f07ee14e
|
update samples to asp.net core 3.1
|
4 years ago |
Marko Zorec
|
51afa0127d
|
Adds Flubu build script (#421)
|
4 years ago |
Savorboard
|
f528fa331a
|
update zh docs for v3.0
|
4 years ago |
Savorboard
|
971df14ea3
|
Add docs for sqlite
|
4 years ago |
Savorboard
|
447e6fadcc
|
Merge branch 'master' of https://github.com/dotnetcore/CAP
|
4 years ago |
Savorboard
|
7b3e99a947
|
Add broker name in address for AMP tracing
|
4 years ago |
Savorboard
|
145261a805
|
fix unit tests
|
4 years ago |
Savorboard
|
fb0b4e583e
|
Support netstandard 2.0 and netstandard 2.1 for mysql storage
|
4 years ago |
Savorboard
|
c3fe35ce72
|
fix unit tests
|
4 years ago |
Savorboard
|
2d92f5a4c1
|
Merge branch 'master' of https://github.com/dotnetcore/CAP
|
4 years ago |
Savorboard
|
3fed62474b
|
Make jetbrains.annotations private
|
4 years ago |
Savorboard
|
6b7a9759bb
|
Changing target framework from netstandard 2.1 to 2.0
|
4 years ago |
Savorboard
|
549e81b726
|
Changing target framework from netstandard 2.1 to 2.0
|
4 years ago |
Savorboard
|
0a52789884
|
Disable assembly generate
|
4 years ago |
Savorboard
|
4464f14c54
|
upgrade confluent.kafka to 1.3.0
|
4 years ago |
Savorboard
|
1e75fcd26e
|
Fix inmemeory status update bug
|
4 years ago |
Savorboard
|
3ab9762155
|
Code refactoring
|
4 years ago |
Savorboard
|
2e1cb03519
|
Fix inmemeory storage bug
|
4 years ago |
Savorboard
|
26c78f3e81
|
update readme
|
4 years ago |
Savorboard
|
872eb40a5a
|
Provide rewrite subscription attribute extension
|
4 years ago |
Savorboard
|
10eb5209a7
|
Code refactoring
|
4 years ago |
Savorboard
|
afaa128139
|
Suppression MySql Connect Timeout expired exception in linux. #451
|
4 years ago |
Savorboard
|
dcb7f19821
|
Fix datastorage bug
|
4 years ago |
Savorboard
|
0f1da2e703
|
Change persistence message to synchronous method because message queues do not support asynchronous commits
|
4 years ago |
Savorboard
|
838e20d36c
|
update nuget api key
|
4 years ago |
Savorboard
|
137e76e3e8
|
Merge branch 'master' of https://github.com/dotnetcore/CAP
|
4 years ago |
Savorboard
|
c30f77fddf
|
Merge branch 'v3.0'
|
4 years ago |
Savorboard
|
aaecabe589
|
V3.0 (#452)
* Architectural refactoring
* Add new memory serializer
* code refactor
* Add service inject
* update to publish
* Fix message consumer bugs
* upgrade to netcoreapp3.0
* remove discoverys code
* remove unused files
* Code refactor
* code cleanup
* remove unused file
* upgrade nuget and upgrade framework to netstandard 2.1
* add async support for CAPTransaction
* bug fixed
* Typo: "Getting Stared"
* Add dashboard api interface
* Add Nodediscovry
* remove unused file
* upgrade dashoboard module
* Rename file
* Refactoring postgresql implementation for version 3.0
* Fixed mysql dashboard query bug
* Code refactoring
* Refactoring sqlserver implementation for version 3.0
* Refactoring mongo implementation for version 3.0
* Add index for mysql table
* Fixed sqlserver connection async issue
* Refactoring kafka transport implementation for version 3.0
* Refactoring inmemory storage implementation for version 3.0
* Refactoring azure serverbus transport implementation for version 3.0
* Update samples to netcoreapp3.0
* Refactoring namespace
* Change System.Text.Json to Json.NET
* Code refactoring
* Rename class
* Fix obsolete
* Fix kafka consumer client bugs
* Fix sql reader column index error
* Introduced rewrite table name option
* Introduced rewrite table name option
* Introduced rewrite table name option for pgsql
* Introduced rewrite table name option
* Fix SqlServer service injection bug
* Fix sql bug
* Fix Kafka transport check not working bug. #436
* code cleanup
* update samples
* Adjust dashboard display
* Refacing diagnostics tracing module.
* Code cleanup
* Remove outdated unit tests
* Add sync publish method with additional header
* update version to 3.0
* Add fake transport fot unit tests
* Support null value of message body.
* Rename class
* Rename class
* Fix mysql unit tests
* Fix loops when configuration items are abnormal or unreachable. #444
* Refactoring
* Add sqlsever samples
* Schema renaming to lowercase is more conformant
* Fix SQL Server tranaction error in entityframework. #402
* update readme
* update ci yml
* Remove the database integration test
* fix build error
* upgrade mongo nuget package to 2.10.0, because 2.8.0 have bugs in .net core 3.0
* Fix mongodb dashboard query bugs
* update samples
* Fix postgresql storage bugs
* Fix build error
* Fix unit tests
* Fix build errorFix unit tests
* Add Kafka options to support custom header to add offset and partition into CapHeader. #374
|
4 years ago |
Savorboard
|
e15f518532
|
Add Kafka options to support custom header to add offset and partition into CapHeader. #374
|
4 years ago |
Savorboard
|
d2093f3c74
|
Fix build errorFix unit tests
|
4 years ago |
Savorboard
|
cf3829993b
|
Fix unit tests
|
4 years ago |