Commit Graph

124 Commits (c137353976095dd403d55ca490277d50e2a6fd81)

Author SHA1 Message Date
liangshiwei 32e9679a7a remove backgroundjobs demo app fody
6 years ago
liangshiwei 5815a2a514 Quartz demoapp switch to ramstore
6 years ago
liangshiwei 31b0c00b4f Add backgroundjobs.quartz demo app
6 years ago
maliming 9cffe676b2 Remove Fody from the unit test project.
6 years ago
maliming 81ea882a7b Merge branch 'dev' into maliming/FodyConfigureAwait
6 years ago
maliming 45c2abbd32 framework & module& template & sample to target .NET Standard 2.0
6 years ago
maliming 174e25b0be Remove ConfigureAwait of async method.
6 years ago
maliming a2e3f30c44 Add configureawait.props & FodyWeavers.xml & FodyWeavers.xsd.
6 years ago
Halil İbrahim Kalkan 388dce7cd2
Merge pull request #2489 from recepdmr/todolist
6 years ago
Yunus Emre Kalkan 4fb3e0e587 add missing namespace to modules and templates: Volo.Abp.Testing
6 years ago
Javier Campos 21f1aa5c1c feat: add ConfigureAwait(false) to all await calls
6 years ago
Halil İbrahim Kalkan d5422af84c
Merge pull request #2391 from mehmetuken/update-packages
6 years ago
maliming 1ae083f11a Remove the sync method for tenant & background job module.
6 years ago
Halil İbrahim Kalkan d332818f6a Background job remove sync api
6 years ago
Mehmet Tüken 734059d9ff [modules/backgroundjobs] fix mongo.exe dispose
6 years ago
Mehmet Tüken 5ded1f2555 bump NSubstitute to 4.2.1
6 years ago
Mehmet Tüken 1f5e366604 bump Mongo2Go 2.2.11 to 2.2.12
6 years ago
Mehmet Tüken 68754b62ec bump Microsoft.NET.Test.Sdk 16.2.0 to 16.4.0
6 years ago
Mehmet Tüken 27be8db921 bump Hangfire.AspNetCore 1.7.6 to 1.7.8
6 years ago
maliming ed4f8bb282 Upgrade frameworks & modules & samples to asp net core 3.1.
6 years ago
maliming 9494efd62d Modify the entity update way of BackgroundJobStore
6 years ago
Yunus Emre Kalkan c5a7fb3ee2 BackgroundJobs modules abp prefix
6 years ago
Halil İbrahim Kalkan f2138e5868 Fix configuration usage.
6 years ago
Yunus Emre Kalkan 9bd045d882 DbConnectionOptions to AbpDbConnectionOptions
6 years ago
Yunus Emre Kalkan ae61c6c718 ModelBuilderConfigurationOptions to AbpModelBuilderConfigurationOptions
6 years ago
Yunus Emre Kalkan be60cd2f87 MongoModelBuilderConfigurationOptions to AbpMongoModelBuilderConfigurationOptions
6 years ago
Yunus Emre Kalkan bac992b7ef BackgroundJobWorkerOptions to AbpBackgroundJobWorkerOptions
6 years ago
Yunus Emre Kalkan 9b6b49ff2d BackgroundJobs To AbpBackgroundJobs
6 years ago
Halil İbrahim Kalkan 10313cf02c Add setters for DbTablePrefix and DbSchema
6 years ago
Halil İbrahim Kalkan cc8fd28e5d Db table prefix revision for the identity module #1429
6 years ago
maliming 4c1e36f81d Use Contextualized mappers on all modules
6 years ago
Halil İbrahim Kalkan 05cdda75b9 Resolved #1786: Upgrade to ASP.NET Core 3.0 Stable.
6 years ago
Halil İbrahim Kalkan d834687f7c Added BackgroundJobStore_Tests
6 years ago
Halil İbrahim Kalkan 7b83a49064 Temporary disable logging for the background job demo
6 years ago
Halil İbrahim Kalkan 3f68ce36fa Move background jobs to netcore 3
6 years ago
maliming 3c9d5fd559 Format code.
6 years ago
maliming ff66516a93 Resolve #1632 MongoDB test problems & optimization.
6 years ago
Yunus Emre Kalkan 11aa0e4852 Hangfire.SqlServer upgraded to 1.7.6 in Volo.Abp.BackgroundJobs.DemoApp.HangFire
6 years ago
Yunus Emre Kalkan 4877d4bb65 fixed build errors
6 years ago
Halil İbrahim Kalkan 4ce0381da0 Fixed #1464: Add sync methods to IBackgroundJobStore
6 years ago
Fisher Joe eb0ba2ede1 #1332 Move connection string names to constants for modules. done!
6 years ago
Halil İbrahim Kalkan b421f915c1 Module template refactor.
6 years ago
Halil İbrahim Kalkan 687603d7a5 Update background-jobs module NuGet packages.
6 years ago
liangshiwei c7c7c3003a Make the method of the BackgroundJobStore class to virtual
6 years ago
Halil İbrahim Kalkan 884e9ea77b
Merge pull request #1068 from acjh/patch-2
7 years ago
İsmail ÇAGDAŞ f655540555 updated all nuget packages
7 years ago
Aaron Chong fa32c1427b Fix spelling mistakes
7 years ago
Halil ibrahim Kalkan 1584eed17f Remove unnecessary referances.
7 years ago
Halil ibrahim Kalkan d8244c06ce No need to System.Linq.Dynamic.Core package
7 years ago
Halil ibrahim Kalkan b792c2544f #664 Upgraded to .net core 2.2.
7 years ago
Halil ibrahim Kalkan c624eac412 Fixed #698: Conflict for ConfigurationHelper
7 years ago
Halil ibrahim Kalkan 71b573bf60 Resolved #694: Auto configure defaults for entities for mongodb.
7 years ago
Yunus Emre Kalkan 7f97c12e61 Resharper and Coding Standards... #610
7 years ago
Halil ibrahim Kalkan e664da27f7 Ignore ConcurrencyStamp and ExtraProperties for mapping
7 years ago
Yunus Emre Kalkan e5531687c4 AggregateRoot class improvements
7 years ago
Yunus Emre Kalkan 589b0fa39f Resolved #450 : Use Configure instead of context.Services.Configure in module classes
7 years ago
Halil ibrahim Kalkan 6b57118901 Fix: Use SetConfiguration instead of AddConfiguration.
7 years ago
Halil ibrahim Kalkan b3222927b0 Resolved #399: Added background jobs and audit logging module to the startup template.
7 years ago
Halil ibrahim Kalkan 0ec7ccbf75 Don't use AddAssemblyOf
7 years ago
Yunus Emre Kalkan 326e091bf4 Background Jobs Module Rename "Volo.Abp" folders to "Volo/Abp"
7 years ago
Halil ibrahim Kalkan 0299133ec3 Fix #392: Use IsJobExecutionEnabled instead of IsEnabled.
7 years ago
Halil ibrahim Kalkan c024a33a97 Refactored channel pool and configuration.
7 years ago
Halil ibrahim Kalkan 6c3e3c066a Fix naming
7 years ago
Halil ibrahim Kalkan ce444f8734 Implemented channel pooling.
7 years ago
Halil ibrahim Kalkan 3c87b72d75 Implemented rabbitmq background jobs.
7 years ago
Halil ibrahim Kalkan 9927b17d83 Implemented hangfire background jobs.
7 years ago
Halil ibrahim Kalkan d2dbb4035c Added Volo.Abp.Hangfire project.
7 years ago
Halil ibrahim Kalkan d963f7cd48 Introduce BackgroundJobWorkerOptions
7 years ago
Halil ibrahim Kalkan 14e55acd15 Move static values to configurable options.
7 years ago
Halil ibrahim Kalkan b4212f2861 Background job sample application and refactor.
7 years ago
Halil ibrahim Kalkan c21a321104 Added sample app for the background jobs module
7 years ago
Halil ibrahim Kalkan ae647e7757 Implemented mongodb background job module
7 years ago
Halil ibrahim Kalkan a7187dcf57 Implemented IBackgroundJobStore
7 years ago
Halil ibrahim Kalkan f1da2241e9 #372 Added empty background jobs module.
7 years ago