Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: change MASA.Contrib to Masa.Contrib #11

Merged
merged 11 commits into from
Feb 24, 2022
Merged

Conversation

zhenlei520
Copy link
Contributor

No description provided.

doddgu and others added 8 commits February 23, 2022 12:01
* chore: update readme

* Merge branch 'docs/contrib' of...

* fix: Fix the problem of failing to get context after enabling soft delete

* Configuration and UnitTest

* chore: support net6.0

* Doc/contrib

* Feature/optimize

* chore: add package CI

* chore: update library package

* chore: add Codecov

* chore: update codecov

* chore: update codecov

* docs: add codecov badge

* chore: codecov ignore tests

* chore: update codecov

* chore: update codecov

* Update packge.yml

* Feature/ci

* 🆕 feat(minimal-apis): Improve MapGet, MapPost, MapPut and MapDelete with BaseUri prop

* 🐛 fix: Combine baseUri and customUri

* Update .gitlab-ci.yml

* 更新.gitlab-ci.yml文件

* Delete .gitlab-ci.yml

* chore: change fileName

* chore: update dapr library package

* chore: change readme

* chore: Added a solution to the failure to obtain the Event relationship chain

* Fix/event

* add ghpackageconfig

* Update package_push_github.yml

* Update package_push_nuget.org.yml

* Update nuget.config

* Update nuget.config

* Update package_push_nuget.org.yml

* Update package_push_github.yml

* Update nuget.config

* chore: Modify the introduction of Uow usage documentation (#3)

* chore: Modify the introduction of Uow usage documentation

* chore: Remove invalid comments

* Update package_push_github.yml

* Update nuget.config

* feat:event bus

* chore: Support local message retry

* chore: add retry record

* chore: Change the current time to Utc time

* chore: Optimize background tasks

* chore: Increase local message retry

* chore: Add local queue to support short retry

* chore: add retry retry Policy Documentation

* chore: Upgrade the base library

* chore: 1. Adjust EventBus to automatically execute savechange

          2. UoW supports Dispose
          3. Simplify the writing of Event, Command, Query, IntegrationEvent, etc.

* chore: Open transactions are controlled by Repository

* chore: adjust UnitOfWork and localmessage

* chore: add EventBus doc

* chore: Add local message table log

* chore: Adjust retry configuration

* chore: code review modification

* chore: Get current time support modification

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

Change the file name ConfigurationAPIManage -> ConfigurationApiManage
EntityState overload

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

Change the file name ConfigurationAPIManage -> ConfigurationApiManage
EntityState overload

* chore: Update MASA.BuildingBlocks.DDD.Domain package version

* chore: add JsonIgnore and adjust unittest

* chore: code review modification

* chore: Adjust the writing method of CheckAndOpenTransaction to simplify nested if

* chore: Change the parameter description, change Task.Delay to Thread.Sleep

* fix: Fixed an error in the PublishQueueAsync method in the IDomainEventBus

* fix: Fixed an error in the PublishQueueAsync method in the IDomainEventBus class

* chore: remove using by class

* Squashed 'src/MASA.BuildingBlocks/' content from commit b6a2d36

git-subtree-dir: src/MASA.BuildingBlocks
git-subtree-split: b6a2d366dae89cef24d452ae2ad4d4debe252ae6

* update src

* add buildingblock

* update action

* Delete package_push_github.yml

* Update package_push_nuget.org.yml

* refactor: project references building blocks

* chore: Support local message retry

* chore: add retry record

* chore: Change the current time to Utc time

* chore: Optimize background tasks

* chore: Increase local message retry

* chore: Add local queue to support short retry

* chore: add retry retry Policy Documentation

* chore: Upgrade the base library

* chore: 1. Adjust EventBus to automatically execute savechange

          2. UoW supports Dispose
          3. Simplify the writing of Event, Command, Query, IntegrationEvent, etc.

* chore: Open transactions are controlled by Repository

* chore: adjust UnitOfWork and localmessage

* chore: add EventBus doc

* chore: Add local message table log

* chore: Adjust retry configuration

* chore: code review modification

* chore: Get current time support modification

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

Change the file name ConfigurationAPIManage -> ConfigurationApiManage
EntityState overload

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

Change the file name ConfigurationAPIManage -> ConfigurationApiManage
EntityState overload

* chore: Update MASA.BuildingBlocks.DDD.Domain package version

* chore: add JsonIgnore and adjust unittest

* chore: code review modification

* chore: Adjust the writing method of CheckAndOpenTransaction to simplify nested if

* chore: Change the parameter description, change Task.Delay to Thread.Sleep

* Update package_push_github.yml

* chore: update library package and filter the local failure message just executed

* chore: update library package

* Update package_push_github.yml

* Update package_push_github.yml

* chore: ILogger changed to optional

* chore: add Logging by integrationEventBus

* chore: Handle background local message tasks

* refactor: Handling null exceptions, warnings, and Logger changed to not requiredHandling null exceptions, warnings, and Logger changed to not required

* chore: update library package

* chore: adjust DelayAsync

* chore: Replacement interval in seconds

* chore: delete summodule

* chore: add MASA.BuildingBlocks submodules

* chore: Change parameter remarks

* chore: Adjust package references

* chore: remove MASA.BuildingBlock package

* Update package_push_nuget.org.yml

Co-authored-by: zhenlei520 <wangzhenlei@masastack.com>
Co-authored-by: zhenlei520 <wangzhenlei@gmail.com>
Co-authored-by: 朱嵘 <zhurong@masastack.com>
Co-authored-by: capdiem <capdiem@live.com>
Co-authored-by: 曹尤先 <caoyouxian@masastack.com>
Co-authored-by: zhenlei520 <wangzhenlei520@gmail.com>
Co-authored-by: 王达 <wangda@lonsid.cn>
Co-authored-by: PollosD <55781685+PollosD@users.noreply.github.com>
… develop

# Conflicts:
#	.github/workflows/package_push_nuget.org.yml
#	LICENSE.txt
#	MASA.Contrib.sln
#	README.md
#	README.zh-CN.md
#	src/DDD/MASA.Contrib.DDD.Domain.Repository.EF/DispatcherOptionsExtensions.cs
#	src/DDD/MASA.Contrib.DDD.Domain.Repository.EF/Internal/ServiceCollectionRepositoryExtensions.cs
#	src/DDD/MASA.Contrib.DDD.Domain.Repository.EF/MASA.Contrib.DDD.Domain.Repository.EF.csproj
#	src/DDD/MASA.Contrib.DDD.Domain.Repository.EF/README.md
#	src/DDD/MASA.Contrib.DDD.Domain.Repository.EF/README.zh-CN.md
#	src/DDD/MASA.Contrib.DDD.Domain.Repository.EF/Repository.cs
#	src/DDD/MASA.Contrib.DDD.Domain.Repository.EF/_Imports.cs
#	src/DDD/MASA.Contrib.DDD.Domain/DomainEventBus.cs
#	src/DDD/MASA.Contrib.DDD.Domain/Events/DomainCommand.cs
#	src/DDD/MASA.Contrib.DDD.Domain/Events/DomainEvent.cs
#	src/DDD/MASA.Contrib.DDD.Domain/Events/DomainQuery.cs
#	src/DDD/MASA.Contrib.DDD.Domain/Events/IntegrationDomainEvent.cs
#	src/DDD/MASA.Contrib.DDD.Domain/MASA.Contrib.DDD.Domain.csproj
#	src/DDD/MASA.Contrib.DDD.Domain/Options/DispatcherOptions.cs
#	src/DDD/MASA.Contrib.DDD.Domain/README.md
#	src/DDD/MASA.Contrib.DDD.Domain/README.zh-CN.md
#	src/DDD/MASA.Contrib.DDD.Domain/ServiceCollectionExtensions.cs
#	src/DDD/MASA.Contrib.DDD.Domain/_Imports.cs
#	src/Data/MASA.Contrib.Data.Contracts.EF/MASA.Contrib.Data.Contracts.EF.csproj
#	src/Data/MASA.Contrib.Data.Contracts.EF/README.md
#	src/Data/MASA.Contrib.Data.Contracts.EF/README.zh-CN.md
#	src/Data/MASA.Contrib.Data.Contracts.EF/ServiceCollectionExtensions.cs
#	src/Data/MASA.Contrib.Data.Contracts.EF/SoftDelete/SoftDeleteSaveChangesFilter.cs
#	src/Data/MASA.Contrib.Data.Contracts.EF/_Imports.cs
#	src/Data/MASA.Contrib.Data.UoW.EF/DispatcherOptionsExtensions.cs
#	src/Data/MASA.Contrib.Data.UoW.EF/Transaction.cs
#	src/Data/MASA.Contrib.Data.UoW.EF/UnitOfWork.cs
#	src/Data/MASA.Contrib.Data.UoW.EF/_Imports.cs
#	src/Dispatcher/MASA.Contrib.Dispatcher.Events/Event.cs
#	src/Dispatcher/MASA.Contrib.Dispatcher.Events/EventBus.cs
#	src/Dispatcher/MASA.Contrib.Dispatcher.Events/Internal/Dispatch/DispatchRelationNetwork.cs
#	src/Dispatcher/MASA.Contrib.Dispatcher.Events/Internal/Dispatch/Dispatcher.cs
#	src/Dispatcher/MASA.Contrib.Dispatcher.Events/Internal/Dispatch/DispatcherBase.cs
#	src/Dispatcher/MASA.Contrib.Dispatcher.Events/Internal/Dispatch/SagaDispatcher.cs
#	src/Dispatcher/MASA.Contrib.Dispatcher.Events/Internal/Middleware/TransactionMiddleware.cs
#	src/Dispatcher/MASA.Contrib.Dispatcher.Events/MASA.Contrib.Dispatcher.Events.csproj
#	src/Dispatcher/MASA.Contrib.Dispatcher.Events/Options/DispatcherOptions.cs
#	src/Dispatcher/MASA.Contrib.Dispatcher.Events/README.md
#	src/Dispatcher/MASA.Contrib.Dispatcher.Events/README.zh-CN.md
#	src/Dispatcher/MASA.Contrib.Dispatcher.Events/ServiceCollectionExtensions.cs
#	src/Dispatcher/MASA.Contrib.Dispatcher.Events/Strategies/ExecutionStrategy.cs
#	src/Dispatcher/MASA.Contrib.Dispatcher.Events/_Imports.cs
#	src/Dispatcher/MASA.Contrib.Dispatcher.IntegrationEvents.Dapr/IntegrationEvent.cs
#	src/Dispatcher/MASA.Contrib.Dispatcher.IntegrationEvents.Dapr/IntegrationEventBus.cs
#	src/Dispatcher/MASA.Contrib.Dispatcher.IntegrationEvents.Dapr/MASA.Contrib.Dispatcher.IntegrationEvents.Dapr.csproj
#	src/Dispatcher/MASA.Contrib.Dispatcher.IntegrationEvents.Dapr/Options/DispatcherOptions.cs
#	src/Dispatcher/MASA.Contrib.Dispatcher.IntegrationEvents.Dapr/README.md
#	src/Dispatcher/MASA.Contrib.Dispatcher.IntegrationEvents.Dapr/ServiceCollectionExtensions.cs
#	src/Dispatcher/MASA.Contrib.Dispatcher.IntegrationEvents.Dapr/_Imports.cs
#	src/Dispatcher/MASA.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/DispatcherOptionsExtensions.cs
#	src/Dispatcher/MASA.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/IntegrationEventLogContext.cs
#	src/Dispatcher/MASA.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/IntegrationEventLogService.cs
#	src/Dispatcher/MASA.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/Internal/QueryFilterProvider.cs
#	src/Dispatcher/MASA.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/MASA.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.csproj
#	src/Dispatcher/MASA.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/README.md
#	src/Dispatcher/MASA.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/README.zh-CN.md
#	src/Dispatcher/MASA.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF/_Imports.cs
#	src/ReadWriteSpliting/CQRS/MASA.Contrib.ReadWriteSpliting.CQRS/Commands/Command.cs
#	src/ReadWriteSpliting/CQRS/MASA.Contrib.ReadWriteSpliting.CQRS/MASA.Contrib.ReadWriteSpliting.CQRS.csproj
#	src/ReadWriteSpliting/CQRS/MASA.Contrib.ReadWriteSpliting.CQRS/Queries/Query.cs
#	src/ReadWriteSpliting/CQRS/MASA.Contrib.ReadWriteSpliting.CQRS/Queries/QueryHandler.cs
#	src/ReadWriteSpliting/CQRS/MASA.Contrib.ReadWriteSpliting.CQRS/README.md
#	src/ReadWriteSpliting/CQRS/MASA.Contrib.ReadWriteSpliting.CQRS/README.zh-CN.md
#	src/ReadWriteSpliting/CQRS/MASA.Contrib.ReadWriteSpliting.CQRS/_Imports.cs
#	src/Service/MASA.Contrib.Service.MinimalAPIs/MASA.Contrib.Service.MinimalAPIs.csproj
#	src/Service/MASA.Contrib.Service.MinimalAPIs/README.md
#	src/Service/MASA.Contrib.Service.MinimalAPIs/README.zh-CN.md
#	src/Service/MASA.Contrib.Service.MinimalAPIs/ServiceBase.cs
#	src/Service/MASA.Contrib.Service.MinimalAPIs/ServiceCollectionExtensions.cs
#	src/Service/MASA.Contrib.Service.MinimalAPIs/_Imports.cs
#	test/MASA.Contrib.Configuration.MountErrorSectionAutoMap.Tests/MASA.Contrib.Configuration.MountErrorSectionAutoMap.Tests.csproj
#	test/MASA.Contrib.DDD.Domain.Repository.EF.CombinedKeys.Tests/MASA.Contrib.DDD.Domain.Repository.EF.CombinedKeys.Tests.csproj
#	test/MASA.Contrib.DDD.Domain.Repository.EF.CombinedKeys.Tests/_Imports.cs
#	test/MASA.Contrib.DDD.Domain.Repository.EF.CustomRepository.Tests/Entities/User.cs
#	test/MASA.Contrib.DDD.Domain.Repository.EF.CustomRepository.Tests/Repositories/IUserRepository.cs
#	test/MASA.Contrib.DDD.Domain.Repository.EF.CustomRepository.Tests/_Imports.cs
#	test/MASA.Contrib.DDD.Domain.Repository.EF.Tests/Domain/Entities/Address.cs
#	test/MASA.Contrib.DDD.Domain.Repository.EF.Tests/Domain/Entities/Orders.cs
#	test/MASA.Contrib.DDD.Domain.Repository.EF.Tests/Domain/Repositories/IOrderRepository.cs
#	test/MASA.Contrib.DDD.Domain.Repository.EF.Tests/Infrastructure/Repositories/OrderRepository.cs
#	test/MASA.Contrib.DDD.Domain.Repository.EF.Tests/MASA.Contrib.DDD.Domain.Repository.EF.Tests.csproj
#	test/MASA.Contrib.DDD.Domain.Repository.EF.Tests/RepositoryTest.cs
#	test/MASA.Contrib.DDD.Domain.Repository.EF.Tests/TestBase.cs
#	test/MASA.Contrib.DDD.Domain.Repository.EF.Tests/_Imports.cs
#	test/MASA.Contrib.DDD.Domain.Tests/DomainEventBusTest.cs
#	test/MASA.Contrib.DDD.Domain.Tests/Events/PaymentFailedIntegrationDomainEvent.cs
#	test/MASA.Contrib.DDD.Domain.Tests/Events/PaymentSucceededDomainEvent.cs
#	test/MASA.Contrib.DDD.Domain.Tests/MASA.Contrib.DDD.Domain.Tests.csproj
#	test/MASA.Contrib.DDD.Domain.Tests/Services/UserDomainService.cs
#	test/MASA.Contrib.DDD.Domain.Tests/_Imports.cs
#	test/MASA.Contrib.Data.UoW.EF.Tests/CustomerDbContext.cs
#	test/MASA.Contrib.Data.UoW.EF.Tests/MASA.Contrib.Data.UoW.EF.Tests.csproj
#	test/MASA.Contrib.Data.UoW.EF.Tests/_Imports.cs
#	test/MASA.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/Benchmarks.cs
#	test/MASA.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/Extensions/EventHandlers/CouponHandler.cs
#	test/MASA.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/Extensions/EventHandlers/NoticeHandler.cs
#	test/MASA.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/MASA.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests.csproj
#	test/MASA.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/Program.cs
#	test/MASA.Contrib.Dispatcher.Events.BenchmarkDotnet.Tests/_Imports.cs
#	test/MASA.Contrib.Dispatcher.Events.CheckMethodsParameter.Tests/EventHandlers/AddGoodsHandler.cs
#	test/MASA.Contrib.Dispatcher.Events.CheckMethodsParameter.Tests/_Imports.cs
#	test/MASA.Contrib.Dispatcher.Events.CheckMethodsParameterType.Tests/EventHandlers/AddCatalogHandler.cs
#	test/MASA.Contrib.Dispatcher.Events.CheckMethodsParameterType.Tests/_Imports.cs
#	test/MASA.Contrib.Dispatcher.Events.CheckMethodsType.Tests/EventHandlers/AddBasketHandler.cs
#	test/MASA.Contrib.Dispatcher.Events.OnlyCancelHandler.Tests/EventHandlers/UserEventHandler.cs
#	test/MASA.Contrib.Dispatcher.Events.OnlyCancelHandler.Tests/Events/BindPhoneNumberEvent.cs
#	test/MASA.Contrib.Dispatcher.Events.OnlyCancelHandler.Tests/MASA.Contrib.Dispatcher.Events.OnlyCancelHandler.Tests.csproj
#	test/MASA.Contrib.Dispatcher.Events.OnlyCancelHandler.Tests/_Imports.cs
#	test/MASA.Contrib.Dispatcher.Events.OrderEqualBySaga.Tests/EventHandlers/EditCategoryHandler.cs
#	test/MASA.Contrib.Dispatcher.Events.OrderEqualBySaga.Tests/MASA.Contrib.Dispatcher.Events.OrderEqualBySaga.Tests.csproj
#	test/MASA.Contrib.Dispatcher.Events.OrderEqualBySaga.Tests/_Imports.cs
#	test/MASA.Contrib.Dispatcher.Events.OrderLessThanZeroByFeature.Tests/EventHandlers/OrderStockConfirmedHandler.cs
#	test/MASA.Contrib.Dispatcher.Events.OrderLessThanZeroByFeature.Tests/MASA.Contrib.Dispatcher.Events.OrderLessThanZeroByFeature.Tests.csproj
#	test/MASA.Contrib.Dispatcher.Events.OrderLessThanZeroByFeature.Tests/_Imports.cs
#	test/MASA.Contrib.Dispatcher.Events.OrderLessThanZeroBySaga.Tests/EventHandlers/EditGoodsHandler.cs
#	test/MASA.Contrib.Dispatcher.Events.OrderLessThanZeroBySaga.Tests/_Imports.cs
#	test/MASA.Contrib.Dispatcher.Events.Tests/AssemblyResolutionTests.cs
#	test/MASA.Contrib.Dispatcher.Events.Tests/ChoreTest.cs
#	test/MASA.Contrib.Dispatcher.Events.Tests/EventHandlers/ChangePasswordEventHandler.cs
#	test/MASA.Contrib.Dispatcher.Events.Tests/EventHandlers/ShipOrderEventHandler.cs
#	test/MASA.Contrib.Dispatcher.Events.Tests/EventHandlers/TransferEventHandler.cs
#	test/MASA.Contrib.Dispatcher.Events.Tests/Events/DeductionMoneyEvent.cs
#	test/MASA.Contrib.Dispatcher.Events.Tests/Events/IncreaseMoneyEvent.cs
#	test/MASA.Contrib.Dispatcher.Events.Tests/Events/OrderPaymentFailedIntegrationEvent.cs
#	test/MASA.Contrib.Dispatcher.Events.Tests/FeaturesTest.cs
#	test/MASA.Contrib.Dispatcher.Events.Tests/MASA.Contrib.Dispatcher.Events.Tests.csproj
#	test/MASA.Contrib.Dispatcher.Events.Tests/Middleware/LoggingMiddleware.cs
#	test/MASA.Contrib.Dispatcher.Events.Tests/SagaTest.cs
#	test/MASA.Contrib.Dispatcher.Events.Tests/TestBase.cs
#	test/MASA.Contrib.Dispatcher.Events.Tests/_Imports.cs
#	test/MASA.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/Events/RegisterUserIntegrationEvent.cs
#	test/MASA.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/IntegrationEventBusTest.cs
#	test/MASA.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/MASA.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests.csproj
#	test/MASA.Contrib.Dispatcher.IntegrationEvents.Dapr.Tests/_Imports.cs
#	test/MASA.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/Events/IntegrationEvent.cs
#	test/MASA.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/IntegrationEventLogServiceTest.cs
#	test/MASA.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/MASA.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests.csproj
#	test/MASA.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/TestBase.cs
#	test/MASA.Contrib.Dispatcher.IntegrationEvents.EventLogs.EF.Tests/_Imports.cs
#	test/MASA.Contribs.DDD.Domain.Entities.Tests/MASA.Contribs.DDD.Domain.Entities.Tests.csproj
@zhenlei520 zhenlei520 requested a review from doddgu February 24, 2022 11:00
Copy link
Contributor

@doddgu doddgu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@doddgu doddgu merged commit 62b8da4 into develop Feb 24, 2022
doddgu added a commit that referenced this pull request Feb 24, 2022
* chore: update readme

* Merge branch 'docs/contrib' of...

* fix: Fix the problem of failing to get context after enabling soft delete

* Configuration and UnitTest

* chore: support net6.0

* Doc/contrib

* Feature/optimize

* chore: add package CI

* chore: update library package

* chore: add Codecov

* chore: update codecov

* chore: update codecov

* docs: add codecov badge

* chore: codecov ignore tests

* chore: update codecov

* chore: update codecov

* Update packge.yml

* Feature/ci

* 🆕 feat(minimal-apis): Improve MapGet, MapPost, MapPut and MapDelete with BaseUri prop

* 🐛 fix: Combine baseUri and customUri

* Update .gitlab-ci.yml

* 更新.gitlab-ci.yml文件

* Delete .gitlab-ci.yml

* chore: change fileName

* chore: update dapr library package

* chore: change readme

* chore: Added a solution to the failure to obtain the Event relationship chain

* Fix/event

* add ghpackageconfig

* Update package_push_github.yml

* Update package_push_nuget.org.yml

* Update nuget.config

* Update nuget.config

* Update package_push_nuget.org.yml

* Update package_push_github.yml

* Update nuget.config

* chore: Modify the introduction of Uow usage documentation (#3)

* chore: Modify the introduction of Uow usage documentation

* chore: Remove invalid comments

* Update package_push_github.yml

* Update nuget.config

* feat:event bus

* chore: Support local message retry

* chore: add retry record

* chore: Change the current time to Utc time

* chore: Optimize background tasks

* chore: Increase local message retry

* chore: Add local queue to support short retry

* chore: add retry retry Policy Documentation

* chore: Upgrade the base library

* chore: 1. Adjust EventBus to automatically execute savechange

          2. UoW supports Dispose
          3. Simplify the writing of Event, Command, Query, IntegrationEvent, etc.

* chore: Open transactions are controlled by Repository

* chore: adjust UnitOfWork and localmessage

* chore: add EventBus doc

* chore: Add local message table log

* chore: Adjust retry configuration

* chore: code review modification

* chore: Get current time support modification

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

Change the file name ConfigurationAPIManage -> ConfigurationApiManage
EntityState overload

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

Change the file name ConfigurationAPIManage -> ConfigurationApiManage
EntityState overload

* chore: Update MASA.BuildingBlocks.DDD.Domain package version

* chore: add JsonIgnore and adjust unittest

* chore: code review modification

* chore: Adjust the writing method of CheckAndOpenTransaction to simplify nested if

* chore: Change the parameter description, change Task.Delay to Thread.Sleep

* fix: Fixed an error in the PublishQueueAsync method in the IDomainEventBus

* fix: Fixed an error in the PublishQueueAsync method in the IDomainEventBus class

* chore: remove using by class

* Squashed 'src/MASA.BuildingBlocks/' content from commit b6a2d36

git-subtree-dir: src/MASA.BuildingBlocks
git-subtree-split: b6a2d366dae89cef24d452ae2ad4d4debe252ae6

* update src

* add buildingblock

* update action

* Delete package_push_github.yml

* Update package_push_nuget.org.yml

* refactor: project references building blocks

* chore: Support local message retry

* chore: add retry record

* chore: Change the current time to Utc time

* chore: Optimize background tasks

* chore: Increase local message retry

* chore: Add local queue to support short retry

* chore: add retry retry Policy Documentation

* chore: Upgrade the base library

* chore: 1. Adjust EventBus to automatically execute savechange

          2. UoW supports Dispose
          3. Simplify the writing of Event, Command, Query, IntegrationEvent, etc.

* chore: Open transactions are controlled by Repository

* chore: adjust UnitOfWork and localmessage

* chore: add EventBus doc

* chore: Add local message table log

* chore: Adjust retry configuration

* chore: code review modification

* chore: Get current time support modification

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

Change the file name ConfigurationAPIManage -> ConfigurationApiManage
EntityState overload

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

Change the file name ConfigurationAPIManage -> ConfigurationApiManage
EntityState overload

* chore: Update MASA.BuildingBlocks.DDD.Domain package version

* chore: add JsonIgnore and adjust unittest

* chore: code review modification

* chore: Adjust the writing method of CheckAndOpenTransaction to simplify nested if

* chore: Change the parameter description, change Task.Delay to Thread.Sleep

* Update package_push_github.yml

* chore: update library package and filter the local failure message just executed

* chore: update library package

* Update package_push_github.yml

* Update package_push_github.yml

* chore: ILogger changed to optional

* chore: add Logging by integrationEventBus

* chore: Handle background local message tasks

* refactor: Handling null exceptions, warnings, and Logger changed to not requiredHandling null exceptions, warnings, and Logger changed to not required

* chore: update library package

* chore: adjust DelayAsync

* chore: Replacement interval in seconds

* chore: delete summodule

* chore: add MASA.BuildingBlocks submodules

* chore: Change parameter remarks

* chore: Adjust package references

* chore: remove MASA.BuildingBlock package

* Update package_push_nuget.org.yml

* Update package_push_nuget.org.yml

* refactor: change MASA.Contrib to Masa.Contrib (#11)

* tag: 0.3.0-preview.1 (#10)

* chore: update readme

* Merge branch 'docs/contrib' of...

* fix: Fix the problem of failing to get context after enabling soft delete

* Configuration and UnitTest

* chore: support net6.0

* Doc/contrib

* Feature/optimize

* chore: add package CI

* chore: update library package

* chore: add Codecov

* chore: update codecov

* chore: update codecov

* docs: add codecov badge

* chore: codecov ignore tests

* chore: update codecov

* chore: update codecov

* Update packge.yml

* Feature/ci

* 🆕 feat(minimal-apis): Improve MapGet, MapPost, MapPut and MapDelete with BaseUri prop

* 🐛 fix: Combine baseUri and customUri

* Update .gitlab-ci.yml

* 更新.gitlab-ci.yml文件

* Delete .gitlab-ci.yml

* chore: change fileName

* chore: update dapr library package

* chore: change readme

* chore: Added a solution to the failure to obtain the Event relationship chain

* Fix/event

* add ghpackageconfig

* Update package_push_github.yml

* Update package_push_nuget.org.yml

* Update nuget.config

* Update nuget.config

* Update package_push_nuget.org.yml

* Update package_push_github.yml

* Update nuget.config

* chore: Modify the introduction of Uow usage documentation (#3)

* chore: Modify the introduction of Uow usage documentation

* chore: Remove invalid comments

* Update package_push_github.yml

* Update nuget.config

* feat:event bus

* chore: Support local message retry

* chore: add retry record

* chore: Change the current time to Utc time

* chore: Optimize background tasks

* chore: Increase local message retry

* chore: Add local queue to support short retry

* chore: add retry retry Policy Documentation

* chore: Upgrade the base library

* chore: 1. Adjust EventBus to automatically execute savechange

          2. UoW supports Dispose
          3. Simplify the writing of Event, Command, Query, IntegrationEvent, etc.

* chore: Open transactions are controlled by Repository

* chore: adjust UnitOfWork and localmessage

* chore: add EventBus doc

* chore: Add local message table log

* chore: Adjust retry configuration

* chore: code review modification

* chore: Get current time support modification

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

Change the file name ConfigurationAPIManage -> ConfigurationApiManage
EntityState overload

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

Change the file name ConfigurationAPIManage -> ConfigurationApiManage
EntityState overload

* chore: Update MASA.BuildingBlocks.DDD.Domain package version

* chore: add JsonIgnore and adjust unittest

* chore: code review modification

* chore: Adjust the writing method of CheckAndOpenTransaction to simplify nested if

* chore: Change the parameter description, change Task.Delay to Thread.Sleep

* fix: Fixed an error in the PublishQueueAsync method in the IDomainEventBus

* fix: Fixed an error in the PublishQueueAsync method in the IDomainEventBus class

* chore: remove using by class

* Squashed 'src/MASA.BuildingBlocks/' content from commit b6a2d36

git-subtree-dir: src/MASA.BuildingBlocks
git-subtree-split: b6a2d366dae89cef24d452ae2ad4d4debe252ae6

* update src

* add buildingblock

* update action

* Delete package_push_github.yml

* Update package_push_nuget.org.yml

* refactor: project references building blocks

* chore: Support local message retry

* chore: add retry record

* chore: Change the current time to Utc time

* chore: Optimize background tasks

* chore: Increase local message retry

* chore: Add local queue to support short retry

* chore: add retry retry Policy Documentation

* chore: Upgrade the base library

* chore: 1. Adjust EventBus to automatically execute savechange

          2. UoW supports Dispose
          3. Simplify the writing of Event, Command, Query, IntegrationEvent, etc.

* chore: Open transactions are controlled by Repository

* chore: adjust UnitOfWork and localmessage

* chore: add EventBus doc

* chore: Add local message table log

* chore: Adjust retry configuration

* chore: code review modification

* chore: Get current time support modification

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

Change the file name ConfigurationAPIManage -> ConfigurationApiManage
EntityState overload

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

Change the file name ConfigurationAPIManage -> ConfigurationApiManage
EntityState overload

* chore: Update MASA.BuildingBlocks.DDD.Domain package version

* chore: add JsonIgnore and adjust unittest

* chore: code review modification

* chore: Adjust the writing method of CheckAndOpenTransaction to simplify nested if

* chore: Change the parameter description, change Task.Delay to Thread.Sleep

* Update package_push_github.yml

* chore: update library package and filter the local failure message just executed

* chore: update library package

* Update package_push_github.yml

* Update package_push_github.yml

* chore: ILogger changed to optional

* chore: add Logging by integrationEventBus

* chore: Handle background local message tasks

* refactor: Handling null exceptions, warnings, and Logger changed to not requiredHandling null exceptions, warnings, and Logger changed to not required

* chore: update library package

* chore: adjust DelayAsync

* chore: Replacement interval in seconds

* chore: delete summodule

* chore: add MASA.BuildingBlocks submodules

* chore: Change parameter remarks

* chore: Adjust package references

* chore: remove MASA.BuildingBlock package

* Update package_push_nuget.org.yml

Co-authored-by: zhenlei520 <wangzhenlei@masastack.com>
Co-authored-by: zhenlei520 <wangzhenlei@gmail.com>
Co-authored-by: 朱嵘 <zhurong@masastack.com>
Co-authored-by: capdiem <capdiem@live.com>
Co-authored-by: 曹尤先 <caoyouxian@masastack.com>
Co-authored-by: zhenlei520 <wangzhenlei520@gmail.com>
Co-authored-by: 王达 <wangda@lonsid.cn>
Co-authored-by: PollosD <55781685+PollosD@users.noreply.github.com>

* Update package_push_nuget.org.yml

* Update package_push_nuget.org.yml

* chore: delete submodule

* chore: add submodule

* refactor: change MASA.Contrib to Masa.Contrib

* refactor: change MASA.Contrib to Masa.Contrib

* chore: update readme

* chore: change readme

* chore: change readme

Co-authored-by: 鬼谷子 <358683537@qq.com>
Co-authored-by: zhenlei520 <wangzhenlei@masastack.com>
Co-authored-by: zhenlei520 <wangzhenlei@gmail.com>
Co-authored-by: 朱嵘 <zhurong@masastack.com>
Co-authored-by: capdiem <capdiem@live.com>
Co-authored-by: 曹尤先 <caoyouxian@masastack.com>
Co-authored-by: 王达 <wangda@lonsid.cn>
Co-authored-by: PollosD <55781685+PollosD@users.noreply.github.com>

Co-authored-by: zhenlei520 <wangzhenlei@masastack.com>
Co-authored-by: zhenlei520 <wangzhenlei@gmail.com>
Co-authored-by: 朱嵘 <zhurong@masastack.com>
Co-authored-by: capdiem <capdiem@live.com>
Co-authored-by: 曹尤先 <caoyouxian@masastack.com>
Co-authored-by: zhenlei520 <wangzhenlei520@gmail.com>
Co-authored-by: 王达 <wangda@lonsid.cn>
Co-authored-by: PollosD <55781685+PollosD@users.noreply.github.com>
@zhenlei520 zhenlei520 deleted the feature/change-name branch February 24, 2022 11:24
doddgu added a commit that referenced this pull request Feb 25, 2022
* chore: update readme

* Merge branch 'docs/contrib' of...

* fix: Fix the problem of failing to get context after enabling soft delete

* Configuration and UnitTest

* chore: support net6.0

* Doc/contrib

* Feature/optimize

* chore: add package CI

* chore: update library package

* chore: add Codecov

* chore: update codecov

* chore: update codecov

* docs: add codecov badge

* chore: codecov ignore tests

* chore: update codecov

* chore: update codecov

* Update packge.yml

* Feature/ci

* 🆕 feat(minimal-apis): Improve MapGet, MapPost, MapPut and MapDelete with BaseUri prop

* 🐛 fix: Combine baseUri and customUri

* Update .gitlab-ci.yml

* 更新.gitlab-ci.yml文件

* Delete .gitlab-ci.yml

* chore: change fileName

* chore: update dapr library package

* chore: change readme

* chore: Added a solution to the failure to obtain the Event relationship chain

* Fix/event

* add ghpackageconfig

* Update package_push_github.yml

* Update package_push_nuget.org.yml

* Update nuget.config

* Update nuget.config

* Update package_push_nuget.org.yml

* Update package_push_github.yml

* Update nuget.config

* chore: Modify the introduction of Uow usage documentation (#3)

* chore: Modify the introduction of Uow usage documentation

* chore: Remove invalid comments

* Update package_push_github.yml

* Update nuget.config

* feat:event bus

* chore: Support local message retry

* chore: add retry record

* chore: Change the current time to Utc time

* chore: Optimize background tasks

* chore: Increase local message retry

* chore: Add local queue to support short retry

* chore: add retry retry Policy Documentation

* chore: Upgrade the base library

* chore: 1. Adjust EventBus to automatically execute savechange

          2. UoW supports Dispose
          3. Simplify the writing of Event, Command, Query, IntegrationEvent, etc.

* chore: Open transactions are controlled by Repository

* chore: adjust UnitOfWork and localmessage

* chore: add EventBus doc

* chore: Add local message table log

* chore: Adjust retry configuration

* chore: code review modification

* chore: Get current time support modification

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

Change the file name ConfigurationAPIManage -> ConfigurationApiManage
EntityState overload

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

Change the file name ConfigurationAPIManage -> ConfigurationApiManage
EntityState overload

* chore: Update MASA.BuildingBlocks.DDD.Domain package version

* chore: add JsonIgnore and adjust unittest

* chore: code review modification

* chore: Adjust the writing method of CheckAndOpenTransaction to simplify nested if

* chore: Change the parameter description, change Task.Delay to Thread.Sleep

* fix: Fixed an error in the PublishQueueAsync method in the IDomainEventBus

* fix: Fixed an error in the PublishQueueAsync method in the IDomainEventBus class

* chore: remove using by class

* Squashed 'src/MASA.BuildingBlocks/' content from commit b6a2d36

git-subtree-dir: src/MASA.BuildingBlocks
git-subtree-split: b6a2d366dae89cef24d452ae2ad4d4debe252ae6

* update src

* add buildingblock

* update action

* Delete package_push_github.yml

* Update package_push_nuget.org.yml

* refactor: project references building blocks

* chore: Support local message retry

* chore: add retry record

* chore: Change the current time to Utc time

* chore: Optimize background tasks

* chore: Increase local message retry

* chore: Add local queue to support short retry

* chore: add retry retry Policy Documentation

* chore: Upgrade the base library

* chore: 1. Adjust EventBus to automatically execute savechange

          2. UoW supports Dispose
          3. Simplify the writing of Event, Command, Query, IntegrationEvent, etc.

* chore: Open transactions are controlled by Repository

* chore: adjust UnitOfWork and localmessage

* chore: add EventBus doc

* chore: Add local message table log

* chore: Adjust retry configuration

* chore: code review modification

* chore: Get current time support modification

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

Change the file name ConfigurationAPIManage -> ConfigurationApiManage
EntityState overload

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

Change the file name ConfigurationAPIManage -> ConfigurationApiManage
EntityState overload

* chore: Update MASA.BuildingBlocks.DDD.Domain package version

* chore: add JsonIgnore and adjust unittest

* chore: code review modification

* chore: Adjust the writing method of CheckAndOpenTransaction to simplify nested if

* chore: Change the parameter description, change Task.Delay to Thread.Sleep

* Update package_push_github.yml

* chore: update library package and filter the local failure message just executed

* chore: update library package

* Update package_push_github.yml

* Update package_push_github.yml

* chore: ILogger changed to optional

* chore: add Logging by integrationEventBus

* chore: Handle background local message tasks

* refactor: Handling null exceptions, warnings, and Logger changed to not requiredHandling null exceptions, warnings, and Logger changed to not required

* chore: update library package

* chore: adjust DelayAsync

* chore: Replacement interval in seconds

* chore: delete summodule

* chore: add MASA.BuildingBlocks submodules

* chore: Change parameter remarks

* chore: Adjust package references

* chore: remove MASA.BuildingBlock package

* Update package_push_nuget.org.yml

* Update package_push_nuget.org.yml

* refactor: change MASA.Contrib to Masa.Contrib (#11)

* tag: 0.3.0-preview.1 (#10)

* chore: update readme

* Merge branch 'docs/contrib' of...

* fix: Fix the problem of failing to get context after enabling soft delete

* Configuration and UnitTest

* chore: support net6.0

* Doc/contrib

* Feature/optimize

* chore: add package CI

* chore: update library package

* chore: add Codecov

* chore: update codecov

* chore: update codecov

* docs: add codecov badge

* chore: codecov ignore tests

* chore: update codecov

* chore: update codecov

* Update packge.yml

* Feature/ci

* 🆕 feat(minimal-apis): Improve MapGet, MapPost, MapPut and MapDelete with BaseUri prop

* 🐛 fix: Combine baseUri and customUri

* Update .gitlab-ci.yml

* 更新.gitlab-ci.yml文件

* Delete .gitlab-ci.yml

* chore: change fileName

* chore: update dapr library package

* chore: change readme

* chore: Added a solution to the failure to obtain the Event relationship chain

* Fix/event

* add ghpackageconfig

* Update package_push_github.yml

* Update package_push_nuget.org.yml

* Update nuget.config

* Update nuget.config

* Update package_push_nuget.org.yml

* Update package_push_github.yml

* Update nuget.config

* chore: Modify the introduction of Uow usage documentation (#3)

* chore: Modify the introduction of Uow usage documentation

* chore: Remove invalid comments

* Update package_push_github.yml

* Update nuget.config

* feat:event bus

* chore: Support local message retry

* chore: add retry record

* chore: Change the current time to Utc time

* chore: Optimize background tasks

* chore: Increase local message retry

* chore: Add local queue to support short retry

* chore: add retry retry Policy Documentation

* chore: Upgrade the base library

* chore: 1. Adjust EventBus to automatically execute savechange

          2. UoW supports Dispose
          3. Simplify the writing of Event, Command, Query, IntegrationEvent, etc.

* chore: Open transactions are controlled by Repository

* chore: adjust UnitOfWork and localmessage

* chore: add EventBus doc

* chore: Add local message table log

* chore: Adjust retry configuration

* chore: code review modification

* chore: Get current time support modification

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

Change the file name ConfigurationAPIManage -> ConfigurationApiManage
EntityState overload

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

Change the file name ConfigurationAPIManage -> ConfigurationApiManage
EntityState overload

* chore: Update MASA.BuildingBlocks.DDD.Domain package version

* chore: add JsonIgnore and adjust unittest

* chore: code review modification

* chore: Adjust the writing method of CheckAndOpenTransaction to simplify nested if

* chore: Change the parameter description, change Task.Delay to Thread.Sleep

* fix: Fixed an error in the PublishQueueAsync method in the IDomainEventBus

* fix: Fixed an error in the PublishQueueAsync method in the IDomainEventBus class

* chore: remove using by class

* Squashed 'src/MASA.BuildingBlocks/' content from commit b6a2d36

git-subtree-dir: src/MASA.BuildingBlocks
git-subtree-split: b6a2d366dae89cef24d452ae2ad4d4debe252ae6

* update src

* add buildingblock

* update action

* Delete package_push_github.yml

* Update package_push_nuget.org.yml

* refactor: project references building blocks

* chore: Support local message retry

* chore: add retry record

* chore: Change the current time to Utc time

* chore: Optimize background tasks

* chore: Increase local message retry

* chore: Add local queue to support short retry

* chore: add retry retry Policy Documentation

* chore: Upgrade the base library

* chore: 1. Adjust EventBus to automatically execute savechange

          2. UoW supports Dispose
          3. Simplify the writing of Event, Command, Query, IntegrationEvent, etc.

* chore: Open transactions are controlled by Repository

* chore: adjust UnitOfWork and localmessage

* chore: add EventBus doc

* chore: Add local message table log

* chore: Adjust retry configuration

* chore: code review modification

* chore: Get current time support modification

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

Change the file name ConfigurationAPIManage -> ConfigurationApiManage
EntityState overload

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

Change the file name ConfigurationAPIManage -> ConfigurationApiManage
EntityState overload

* chore: Update MASA.BuildingBlocks.DDD.Domain package version

* chore: add JsonIgnore and adjust unittest

* chore: code review modification

* chore: Adjust the writing method of CheckAndOpenTransaction to simplify nested if

* chore: Change the parameter description, change Task.Delay to Thread.Sleep

* Update package_push_github.yml

* chore: update library package and filter the local failure message just executed

* chore: update library package

* Update package_push_github.yml

* Update package_push_github.yml

* chore: ILogger changed to optional

* chore: add Logging by integrationEventBus

* chore: Handle background local message tasks

* refactor: Handling null exceptions, warnings, and Logger changed to not requiredHandling null exceptions, warnings, and Logger changed to not required

* chore: update library package

* chore: adjust DelayAsync

* chore: Replacement interval in seconds

* chore: delete summodule

* chore: add MASA.BuildingBlocks submodules

* chore: Change parameter remarks

* chore: Adjust package references

* chore: remove MASA.BuildingBlock package

* Update package_push_nuget.org.yml

Co-authored-by: zhenlei520 <wangzhenlei@masastack.com>
Co-authored-by: zhenlei520 <wangzhenlei@gmail.com>
Co-authored-by: 朱嵘 <zhurong@masastack.com>
Co-authored-by: capdiem <capdiem@live.com>
Co-authored-by: 曹尤先 <caoyouxian@masastack.com>
Co-authored-by: zhenlei520 <wangzhenlei520@gmail.com>
Co-authored-by: 王达 <wangda@lonsid.cn>
Co-authored-by: PollosD <55781685+PollosD@users.noreply.github.com>

* Update package_push_nuget.org.yml

* Update package_push_nuget.org.yml

* chore: delete submodule

* chore: add submodule

* refactor: change MASA.Contrib to Masa.Contrib

* refactor: change MASA.Contrib to Masa.Contrib

* chore: update readme

* chore: change readme

* chore: change readme

Co-authored-by: 鬼谷子 <358683537@qq.com>
Co-authored-by: zhenlei520 <wangzhenlei@masastack.com>
Co-authored-by: zhenlei520 <wangzhenlei@gmail.com>
Co-authored-by: 朱嵘 <zhurong@masastack.com>
Co-authored-by: capdiem <capdiem@live.com>
Co-authored-by: 曹尤先 <caoyouxian@masastack.com>
Co-authored-by: 王达 <wangda@lonsid.cn>
Co-authored-by: PollosD <55781685+PollosD@users.noreply.github.com>

* chore: update submodule

* chore: update git workflow

Co-authored-by: zhenlei520 <wangzhenlei@masastack.com>
Co-authored-by: zhenlei520 <wangzhenlei@gmail.com>
Co-authored-by: 朱嵘 <zhurong@masastack.com>
Co-authored-by: capdiem <capdiem@live.com>
Co-authored-by: 曹尤先 <caoyouxian@masastack.com>
Co-authored-by: zhenlei520 <wangzhenlei520@gmail.com>
Co-authored-by: 王达 <wangda@lonsid.cn>
Co-authored-by: PollosD <55781685+PollosD@users.noreply.github.com>
doddgu added a commit that referenced this pull request Mar 8, 2022
* chore: update readme

* Merge branch 'docs/contrib' of...

* fix: Fix the problem of failing to get context after enabling soft delete

* Configuration and UnitTest

* chore: support net6.0

* Doc/contrib

* Feature/optimize

* chore: add package CI

* chore: update library package

* chore: add Codecov

* chore: update codecov

* chore: update codecov

* docs: add codecov badge

* chore: codecov ignore tests

* chore: update codecov

* chore: update codecov

* Update packge.yml

* Feature/ci

* 🆕 feat(minimal-apis): Improve MapGet, MapPost, MapPut and MapDelete with BaseUri prop

* 🐛 fix: Combine baseUri and customUri

* Update .gitlab-ci.yml

* 更新.gitlab-ci.yml文件

* Delete .gitlab-ci.yml

* chore: change fileName

* chore: update dapr library package

* chore: change readme

* chore: Added a solution to the failure to obtain the Event relationship chain

* Fix/event

* add ghpackageconfig

* Update package_push_github.yml

* Update package_push_nuget.org.yml

* Update nuget.config

* Update nuget.config

* Update package_push_nuget.org.yml

* Update package_push_github.yml

* Update nuget.config

* chore: Modify the introduction of Uow usage documentation (#3)

* chore: Modify the introduction of Uow usage documentation

* chore: Remove invalid comments

* Update package_push_github.yml

* Update nuget.config

* feat:event bus

* chore: Support local message retry

* chore: add retry record

* chore: Change the current time to Utc time

* chore: Optimize background tasks

* chore: Increase local message retry

* chore: Add local queue to support short retry

* chore: add retry retry Policy Documentation

* chore: Upgrade the base library

* chore: 1. Adjust EventBus to automatically execute savechange

          2. UoW supports Dispose
          3. Simplify the writing of Event, Command, Query, IntegrationEvent, etc.

* chore: Open transactions are controlled by Repository

* chore: adjust UnitOfWork and localmessage

* chore: add EventBus doc

* chore: Add local message table log

* chore: Adjust retry configuration

* chore: code review modification

* chore: Get current time support modification

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

Change the file name ConfigurationAPIManage -> ConfigurationApiManage
EntityState overload

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

Change the file name ConfigurationAPIManage -> ConfigurationApiManage
EntityState overload

* chore: Update MASA.BuildingBlocks.DDD.Domain package version

* chore: add JsonIgnore and adjust unittest

* chore: code review modification

* chore: Adjust the writing method of CheckAndOpenTransaction to simplify nested if

* chore: Change the parameter description, change Task.Delay to Thread.Sleep

* fix: Fixed an error in the PublishQueueAsync method in the IDomainEventBus

* fix: Fixed an error in the PublishQueueAsync method in the IDomainEventBus class

* chore: remove using by class

* Squashed 'src/MASA.BuildingBlocks/' content from commit b6a2d36

git-subtree-dir: src/MASA.BuildingBlocks
git-subtree-split: b6a2d366dae89cef24d452ae2ad4d4debe252ae6

* update src

* add buildingblock

* update action

* Delete package_push_github.yml

* Update package_push_nuget.org.yml

* refactor: project references building blocks

* chore: Support local message retry

* chore: add retry record

* chore: Change the current time to Utc time

* chore: Optimize background tasks

* chore: Increase local message retry

* chore: Add local queue to support short retry

* chore: add retry retry Policy Documentation

* chore: Upgrade the base library

* chore: 1. Adjust EventBus to automatically execute savechange

          2. UoW supports Dispose
          3. Simplify the writing of Event, Command, Query, IntegrationEvent, etc.

* chore: Open transactions are controlled by Repository

* chore: adjust UnitOfWork and localmessage

* chore: add EventBus doc

* chore: Add local message table log

* chore: Adjust retry configuration

* chore: code review modification

* chore: Get current time support modification

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

Change the file name ConfigurationAPIManage -> ConfigurationApiManage
EntityState overload

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

Change the file name ConfigurationAPIManage -> ConfigurationApiManage
EntityState overload

* chore: Update MASA.BuildingBlocks.DDD.Domain package version

* chore: add JsonIgnore and adjust unittest

* chore: code review modification

* chore: Adjust the writing method of CheckAndOpenTransaction to simplify nested if

* chore: Change the parameter description, change Task.Delay to Thread.Sleep

* Update package_push_github.yml

* chore: update library package and filter the local failure message just executed

* chore: update library package

* Update package_push_github.yml

* Update package_push_github.yml

* chore: ILogger changed to optional

* chore: add Logging by integrationEventBus

* chore: Handle background local message tasks

* refactor: Handling null exceptions, warnings, and Logger changed to not requiredHandling null exceptions, warnings, and Logger changed to not required

* chore: update library package

* chore: adjust DelayAsync

* chore: Replacement interval in seconds

* chore: delete summodule

* chore: add MASA.BuildingBlocks submodules

* chore: Change parameter remarks

* chore: Adjust package references

* chore: remove MASA.BuildingBlock package

* Update package_push_nuget.org.yml

* Update package_push_nuget.org.yml

* refactor: change MASA.Contrib to Masa.Contrib (#11)

* tag: 0.3.0-preview.1 (#10)

* chore: update readme

* Merge branch 'docs/contrib' of...

* fix: Fix the problem of failing to get context after enabling soft delete

* Configuration and UnitTest

* chore: support net6.0

* Doc/contrib

* Feature/optimize

* chore: add package CI

* chore: update library package

* chore: add Codecov

* chore: update codecov

* chore: update codecov

* docs: add codecov badge

* chore: codecov ignore tests

* chore: update codecov

* chore: update codecov

* Update packge.yml

* Feature/ci

* 🆕 feat(minimal-apis): Improve MapGet, MapPost, MapPut and MapDelete with BaseUri prop

* 🐛 fix: Combine baseUri and customUri

* Update .gitlab-ci.yml

* 更新.gitlab-ci.yml文件

* Delete .gitlab-ci.yml

* chore: change fileName

* chore: update dapr library package

* chore: change readme

* chore: Added a solution to the failure to obtain the Event relationship chain

* Fix/event

* add ghpackageconfig

* Update package_push_github.yml

* Update package_push_nuget.org.yml

* Update nuget.config

* Update nuget.config

* Update package_push_nuget.org.yml

* Update package_push_github.yml

* Update nuget.config

* chore: Modify the introduction of Uow usage documentation (#3)

* chore: Modify the introduction of Uow usage documentation

* chore: Remove invalid comments

* Update package_push_github.yml

* Update nuget.config

* feat:event bus

* chore: Support local message retry

* chore: add retry record

* chore: Change the current time to Utc time

* chore: Optimize background tasks

* chore: Increase local message retry

* chore: Add local queue to support short retry

* chore: add retry retry Policy Documentation

* chore: Upgrade the base library

* chore: 1. Adjust EventBus to automatically execute savechange

          2. UoW supports Dispose
          3. Simplify the writing of Event, Command, Query, IntegrationEvent, etc.

* chore: Open transactions are controlled by Repository

* chore: adjust UnitOfWork and localmessage

* chore: add EventBus doc

* chore: Add local message table log

* chore: Adjust retry configuration

* chore: code review modification

* chore: Get current time support modification

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

Change the file name ConfigurationAPIManage -> ConfigurationApiManage
EntityState overload

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

Change the file name ConfigurationAPIManage -> ConfigurationApiManage
EntityState overload

* chore: Update MASA.BuildingBlocks.DDD.Domain package version

* chore: add JsonIgnore and adjust unittest

* chore: code review modification

* chore: Adjust the writing method of CheckAndOpenTransaction to simplify nested if

* chore: Change the parameter description, change Task.Delay to Thread.Sleep

* fix: Fixed an error in the PublishQueueAsync method in the IDomainEventBus

* fix: Fixed an error in the PublishQueueAsync method in the IDomainEventBus class

* chore: remove using by class

* Squashed 'src/MASA.BuildingBlocks/' content from commit b6a2d36

git-subtree-dir: src/MASA.BuildingBlocks
git-subtree-split: b6a2d366dae89cef24d452ae2ad4d4debe252ae6

* update src

* add buildingblock

* update action

* Delete package_push_github.yml

* Update package_push_nuget.org.yml

* refactor: project references building blocks

* chore: Support local message retry

* chore: add retry record

* chore: Change the current time to Utc time

* chore: Optimize background tasks

* chore: Increase local message retry

* chore: Add local queue to support short retry

* chore: add retry retry Policy Documentation

* chore: Upgrade the base library

* chore: 1. Adjust EventBus to automatically execute savechange

          2. UoW supports Dispose
          3. Simplify the writing of Event, Command, Query, IntegrationEvent, etc.

* chore: Open transactions are controlled by Repository

* chore: adjust UnitOfWork and localmessage

* chore: add EventBus doc

* chore: Add local message table log

* chore: Adjust retry configuration

* chore: code review modification

* chore: Get current time support modification

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

Change the file name ConfigurationAPIManage -> ConfigurationApiManage
EntityState overload

* chore: Change the file name ConfigurationAPIClient -> ConfigurationApiClient

Change the file name ConfigurationAPIManage -> ConfigurationApiManage
EntityState overload

* chore: Update MASA.BuildingBlocks.DDD.Domain package version

* chore: add JsonIgnore and adjust unittest

* chore: code review modification

* chore: Adjust the writing method of CheckAndOpenTransaction to simplify nested if

* chore: Change the parameter description, change Task.Delay to Thread.Sleep

* Update package_push_github.yml

* chore: update library package and filter the local failure message just executed

* chore: update library package

* Update package_push_github.yml

* Update package_push_github.yml

* chore: ILogger changed to optional

* chore: add Logging by integrationEventBus

* chore: Handle background local message tasks

* refactor: Handling null exceptions, warnings, and Logger changed to not requiredHandling null exceptions, warnings, and Logger changed to not required

* chore: update library package

* chore: adjust DelayAsync

* chore: Replacement interval in seconds

* chore: delete summodule

* chore: add MASA.BuildingBlocks submodules

* chore: Change parameter remarks

* chore: Adjust package references

* chore: remove MASA.BuildingBlock package

* Update package_push_nuget.org.yml

Co-authored-by: zhenlei520 <wangzhenlei@masastack.com>
Co-authored-by: zhenlei520 <wangzhenlei@gmail.com>
Co-authored-by: 朱嵘 <zhurong@masastack.com>
Co-authored-by: capdiem <capdiem@live.com>
Co-authored-by: 曹尤先 <caoyouxian@masastack.com>
Co-authored-by: zhenlei520 <wangzhenlei520@gmail.com>
Co-authored-by: 王达 <wangda@lonsid.cn>
Co-authored-by: PollosD <55781685+PollosD@users.noreply.github.com>

* Update package_push_nuget.org.yml

* Update package_push_nuget.org.yml

* chore: delete submodule

* chore: add submodule

* refactor: change MASA.Contrib to Masa.Contrib

* refactor: change MASA.Contrib to Masa.Contrib

* chore: update readme

* chore: change readme

* chore: change readme

Co-authored-by: 鬼谷子 <358683537@qq.com>
Co-authored-by: zhenlei520 <wangzhenlei@masastack.com>
Co-authored-by: zhenlei520 <wangzhenlei@gmail.com>
Co-authored-by: 朱嵘 <zhurong@masastack.com>
Co-authored-by: capdiem <capdiem@live.com>
Co-authored-by: 曹尤先 <caoyouxian@masastack.com>
Co-authored-by: 王达 <wangda@lonsid.cn>
Co-authored-by: PollosD <55781685+PollosD@users.noreply.github.com>

* chore: update submodule

* chore: update git workflow

* chore: Event Unified Assembly

* chore: update submodule

* chore: delete empty line

* chore: Removed aggregate root must have no-argument constructor restriction

* chore: Removed aggregate root must have no-argument constructor restriction

* chore: Change unit test method to synchronous method

* test: Add Masa.Contrib.Dispatcher.IntegrationEvents.Dapr unit test

* test: Add Masa.Contrib.Dispatcher.IntegrationEvents.Dapr unit test

* test: adjust unit test

* chore: update library package

* test: adjust unit test

* chore: Repository removes aggregate root limit

Co-authored-by: dodd <358683537@qq.com>
Co-authored-by: zhenlei520 <wangzhenlei@masastack.com>
Co-authored-by: zhenlei520 <wangzhenlei@gmail.com>
Co-authored-by: 朱嵘 <zhurong@masastack.com>
Co-authored-by: capdiem <capdiem@live.com>
Co-authored-by: 曹尤先 <caoyouxian@masastack.com>
Co-authored-by: 王达 <wangda@lonsid.cn>
Co-authored-by: PollosD <55781685+PollosD@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants