cKey
|
e0aba0f43a
|
Support for dynamic notification definitions
* Change INotificationDefinitionManager to asynchronous methods
* Increase IStaticNotificationDefinitionStore interface for users to define static notice
* Increase IDynamicNotificationDefinitionStore interface to get dynamic notification from other source definition
* Increase DynamicNotificationDefinitionStore get dynamic notification from l3 cache
* Add Entity NotificationDefinitionGroupRecord
* Add Repository INotificationDefinitionGroupRecordRepository
* Add Entity NotificationDefinitionRecord
* Add Repository INotificationDefinitionRecordRepository
|
3 years ago |
cKey
|
e91e646660
|
adjusting dependency order
|
3 years ago |
cKey
|
c2641f64e7
|
add missing dependson module
|
3 years ago |
cKey
|
400240a278
|
abstract notification core module
|
3 years ago |
cKey
|
67af9e5220
|
abstract notification core module
|
3 years ago |
cKey
|
88402afcee
|
feat: the user can specify the notification distributor.
|
3 years ago |
cKey
|
1fd6b5a996
|
feat: optimize push service
|
3 years ago |
cKey
|
c43383e0a7
|
add support elsa activities real-time.
|
3 years ago |
cKey
|
65bc6fe582
|
添加bob-storing集成
|
3 years ago |
cKey
|
23bb0a177c
|
upgrade abp framework to 5.3.2
|
3 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
|
bae5ed0f29
|
feat: 动态本地化一次性查询,提高启动速度
|
4 years ago |
cKey
|
c96587ea4e
|
feat: alter column Culture Allow Br Null
|
4 years ago |
cKey
|
bc2092eafb
|
fix: the query notification identifier is incorrect
|
4 years ago |
cKey
|
b908a908e1
|
fix: add missing template files
|
4 years ago |
cKey
|
93c6a9d5b8
|
fix: add missing localizer text.
|
4 years ago |
cKey
|
aa152c11b9
|
feat: add support text-templating management
|
4 years ago |
cKey
|
77ae8de9de
|
feat: add support notification template
|
4 years ago |
cKey
|
46e98ae74b
|
feat: 增加模板通知接口
|
4 years ago |
cKey
|
77823ad225
|
upgrade: upgrade abp framework to 5.3.0
|
4 years ago |
cKey
|
4ab618ce94
|
优化本地化参数类型
|
4 years ago |
cKey
|
dcb810c0d6
|
优化通知模块.增加内置通知
|
4 years ago |
cKey
|
7e1cc16e0a
|
增强通知模块
|
4 years ago |
cKey
|
804caccaf2
|
/
|
4 years ago |
cKey
|
3a1e6c243c
|
upgrade: upgrade abp framework to 5.2.0
|
4 years ago |
cKey
|
b7c092cacd
|
feat(notifications): notification to be published at the end of the unit of work
|
4 years ago |
cKey
|
ff0b13c6c6
|
feat(cloud-tencent): support qq connect.
|
4 years ago |
cKey
|
e1dfb3a523
|
feat(multitenancy): remove redundant and repeated tenant event handler
|
4 years ago |
cKey
|
1cffe01188
|
feat(dapr): upgrade dapr to 1.6.0
|
4 years ago |
cKey
|
b2cb51e34d
|
feat(settings): support configuration setting provider
|
4 years ago |
cKey
|
366aa2411c
|
feat(tasks): add multiple job event handlers
|
4 years ago |
cKey
|
86a26d962a
|
fix(idgenerator): 解决雪花算法时钟回退问题
|
4 years ago |
cKey
|
0c6d2420f2
|
fix: IServiceCollection.ExecutePreConfiguredActions extension should be in the service before starting
|
4 years ago |
cKey
|
30da8b8ca8
|
upgrade(abp): upgrade abp framework to 5.1.1
|
4 years ago |
cKey
|
6867d57d75
|
feat(logging): 按照应用启动端口指定日志唯一标识
|
4 years ago |
cKey
|
48f0af24f7
|
feat(cloud): add support tencent cloud
|
4 years ago |
cKey
|
dc0184f582
|
feat(logging): enables more accurate ES retrieval for logging
|
4 years ago |
cKey
|
e4a778413c
|
add the workflow sharing component to the admin module script
|
4 years ago |
cKey
|
0b045339ca
|
split workflow definition and workflow instance management
|
4 years ago |
cKey
|
08eafb1637
|
remove custom CAP clean-up message backgroundwork
|
4 years ago |
cKey
|
78d01b8984
|
upgrade abp framework to 5.0.0-rc.2
|
4 years ago |
cKey
|
8aca99ab0d
|
use appsettings(agile_config) as the main gateway configuration
|
4 years ago |
cKey
|
9c933a05db
|
enhanced Settings Management
|
4 years ago |
cKey
|
b6879ddcc0
|
fix(signalr): signalr序列化协议需要保持一致,移除不必要的客户端管理
|
4 years ago |
cKey
|
409bbe6d78
|
update Dockerfile
|
4 years ago |
cKey
|
c9719052f2
|
chore: upgrade abp framework to 5.0.0-rc.1
|
4 years ago |
cKey
|
adbb410da0
|
fix(localization): 添加未迁入的资源文件
|
4 years ago |
cKey
|
be8ec8fa7d
|
fix(hangfire): 修复Hangfire仪表板权限问题
|
4 years ago |
cKey
|
7cdb3723ef
|
fix(wapper): IHttpExceptionStatusCodeFinder 优先级高于用户配置.
|
4 years ago |
cKey
|
8f5b022cbe
|
feat(wrapper): 增加一个标头指示是否需要处理返回结果
|
4 years ago |