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
cKey
e014d2ac38
fix: 使用Newtownsoft.Json来序列化作业参数
4 years ago
cKey
6ec7f7bab4
When no repetition interval is set, the default is 1 second
4 years ago
cKey
914b129e49
fix: fix throw Quartz.SchedulerException: Repeat Interval cannot be zero.
4 years ago
cKey
a0a1aa47bb
fix: add a node and tenant ID to a storage job
4 years ago
cKey
2f90d90c69
feat: the job scheduler does not need to centralize processing
4 years ago
cKey
0b08158ef3
feat: added support webhook management ui.
4 years ago
cKey
156a73d8ed
added missing localize text
4 years ago
cKey
c22e0b5c00
fix(tasks): fixed concurrent job lock failure.
4 years ago
cKey
6e39cec530
isolate built-in jobs from ordinary users
4 years ago
cKey
1e0d5cba9f
feat(tasks): 只传入触发次数的初始数据.
4 years ago
cKey
6baf5c70b8
feat(tasks): 使作业运行时支持一次性的缓存数据.
4 years ago
cKey
00c2d48101
feat(background-tasks): 将触发次数写入作业参数中,以支持增量计算场景.
4 years ago
cKey
765feab58b
feat: upgrade abp framework to 5.1.3
4 years ago
cKey
1cffe01188
feat(dapr): upgrade dapr to 1.6.0
4 years ago