You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 331 B

8 years ago
7 years ago
add docs to master (#284) * 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 * update version to 2.4.1 * add samples project to sln for build * update version to 2.4.2 * Fixed PostgreSql version isolation feature bug. (#256) * Fixed spelling errors * modify cap publish Message to rabbitmq slow (#261) * Startup the CAP with the BackgroundService. #265 * update samples * Fixed SQL query bug. #266 * update travis ci config * update travis ci config * adjust dashboard table column width * adjust the consumer execution time to milliseconds * update ignore * add mkdocs.yml * update version to 2.4.3 * add about.md docs * add index.md docs * add docs * add docs * add docs * add docs * add docs * add docs * add docs * add docs * add docs * add docs * add docs * Fix resource files * add docs * add docs * add docs * Create readme.md * add markdown extensions supports * update about.md * add CNAME fiel * add img * update docs * Update README.zh-cn.md
5 years ago
123456789101112131415161718192021222324252627282930313233
  1. node_modules
  2. [Oo]bj/
  3. [Bb]in/
  4. TestResults/
  5. .nuget/
  6. _ReSharper.*/
  7. packages/
  8. artifacts/
  9. PublishProfiles/
  10. *.user
  11. *.suo
  12. *.cache
  13. *.docstates
  14. _ReSharper.*
  15. nuget.exe
  16. *k10.csproj
  17. *.psess
  18. *.vsp
  19. *.pidb
  20. *.userprefs
  21. *DS_Store
  22. *.ncrunchsolution
  23. *.*sdf
  24. *.ipch
  25. *.sln.ide
  26. .vs
  27. .build/
  28. /.idea/.idea.CAP
  29. /.idea
  30. Properties
  31. /pack.bat
  32. .vscode/*
  33. site/