colin
bc66b15dd7
feat(data-protection): add a data permission management module.
2 years ago
colin
d6032271aa
🔧 chore: use Directory.Packages.props
2 years ago
colin
de14c9e9e9
fix(jobs): fix ServiceInvocationJob
2 years ago
colin
dbc2071848
fix(migrations): 修复初始化迁移数据不全的问题.
2 years ago
colin
8f6f6f43a0
upgrade: upgrade abp framework to 8.0.3.
2 years ago
colin
d930a572a9
upgrade: upgrade abp framework to 8.0.0
2 years ago
colin
0b6c8150de
fix(ef): 修复排序字段为空时的查询错误.
2 years ago
colin
5deba22479
fix(background-tasks): fixed persistent jobs that could only run once.
2 years ago
colin
1e107d5027
upgrade(abp): upgrade abp framework to 7.4.0
2 years ago
colin
696a3e3bbc
fix(tasks): Stops a job in execution upon deletion
Resolved : #885
2 years ago
colin
78e169acc5
upgrade: upgrade abp framework to 7.3.2
2 years ago
colin
1aa7643241
feat(jobs): add elasticsearch jobs.
3 years ago
colin
cae12ee2cb
upgrade abp framework to 7.2.1
3 years ago
cKey
d578cfb4d4
upgrade(abp): upgrade abp framework to 7.1.1
3 years ago
cKey
dffe7ffe4e
Fixed the retry mechanism in webhooks and tasks modules
3 years ago
cKey
b43e87684e
feat(tasks): change job group length
3 years ago
cKey
6f295fba79
Enhanced commit
* The DbSet needs to be added to the aggregate root entity
* The time serialization format is changed through the configuration
3 years ago
cKey
6069db929d
Upgrade abp framework to 7.1.0
* fix(user): If the user information request fails, go to the login page.
* feat(migrations): Add Backend-Admin、Identity、Webhooks migrations.
* fix(elsa): fix endpoints version of the integrated Elsa.Server.Api project.
* refactor(openiddict): refactor openiddict extension grant.
* feat(saas): Add EntityVersions to Editions and Tenants entity.
* fix(text-templating): fixed invalid page lookup for templates.
* fix(text-templating): the cache is not refreshed after template changes.
* feat(webhooks): added webhooks custom interface.
* feat(webhooks): webhooks send job Sets the maximum number of failed retry attempts.
* feat(account): add the user extension field.
* feat(common): Update common.props file.
* feat(build): Update Dicrectory.Build.props file.
* feat(ui): implements the template definitions.
3 years ago
cKey
2a141e40d4
feat(tasks): add job BackgroundCheckingJob.
3 years ago
cKey
e8aea1acdc
feat(tasks): add status Queuing
3 years ago
cKey
6bedb2e40c
feat(tasks): added preconfiguration interface for built-in jobs in the framework
3 years ago
cKey
c9e573e027
feat(tasks): normalize queries using specifications
3 years ago
cKey
90ea28c1fb
upgrade abp framework to 7.0.1
3 years ago
cKey
2664016c9d
upgrade abp framework to 7.0.0
3 years ago
cKey
6f5860cc43
Upgrade abp framework to 6.0.2
* Upgrade abp framework to 6.0.2.
* Update dapr package.
* Update agile-config package.
* Update stack-exchange-redis package.
* Remove versions manager.
* Add packages manager.
3 years ago
cKey
d26faa599e
add null/not null queryable
3 years ago
cKey
8876940466
add support dynamic query interface
3 years ago
cKey
2c3c76a12b
Upgrade the ABP framework to version 6.0.0
* Add OpenIddict management module.
* Add an identity server that uses OpenIddict.
* Add the identity server API that uses OpenIddict.
* LINGYUN.Abp.IdentityServer.WeChat module renamed
LINGYUN.Abp.Authentication.WeChat.
* LINGYUN.Abp.IdentityServer.QQ module renamed
LINGYUN.Abp.Authentication.QQ.
* Update Directory.Build.props.
* Update common.props.
3 years ago
cKey
8d4ec39df0
adjust the keyword sequence.
3 years ago
cKey
e89ad8b377
fix project reference
3 years ago
cKey
67af9e5220
abstract notification core module
3 years ago
cKey
ae9d2516fe
optimize background task notification.
3 years ago
cKey
f4627fe64c
add background task action: notifications
3 years ago
cKey
6de6fd0751
support email confirmation
3 years ago
cKey
065cae33b4
add microsoft reverse-proxy module
3 years ago
cKey
23bb0a177c
upgrade abp framework to 5.3.2
3 years ago
cKey
6f291d7087
feat: add missing localizer text
4 years ago
cKey
e3ec89a984
commit
feat: add base localization resource
4 years ago
cKey
79808f35b1
fix: Tenant needs to be specified to execute job events
4 years ago
cKey
c8e56c53b4
fix: remove redundant parameter prefixes.
4 years ago
cKey
0c719a9505
fix: add missing localized text.
4 years ago
cKey
ffaf15512b
econstruct the distributed job module
1、使作业调度完成时调度用户定义Action,移除污染作业参数的异常处理参数;
2、重构用户定义作业注册方式,通过IJobDefinitionProvider注册;
3、增加IJobActionDefinitionProvider接口,用户可自行注册作业调度后处理程序;
4、增加LINGYUN.Abp.Notifications.Jobs模块,使通知相关作业独立;
5、增加LINGYUN.Abp.BackgroundTasks.DistributedLocking模块,让用户决定是否使用分布式锁定任务;
6、应用服务层增加作业Action管理接口, 便于从前端快速管理作业Action;
7、应用服务层增加作业定义查询接口, 便于从前端快速绑定作业名称、参数等.
4 years ago
cKey
01d70aa8e3
修复文件系统检索索引可能越界问题
作业异常处理模块无需引用基础作业模块
4 years ago
cKey
77823ad225
upgrade: upgrade abp framework to 5.3.0
4 years ago
cKey
a11fe79136
copy a job parameter to quickly create a new job
4 years ago
cKey
6748f99fab
Make the default job of the new tenant persistent
4 years ago
cKey
de89695c27
No incorrect template is configured. The default template is used
4 years ago
cKey
7e1cc16e0a
增强通知模块
4 years ago
cKey
6b90611f54
feat(tasks): 手动处理通过事件变更作业状态的工作单元
4 years ago
cKey
06a705ce75
feat(tasks): 发布作业事件让参与节点自行管理作业状态
4 years ago