colin
4ffa047d72
feat: Add kibana components
3 days ago
colin
e457f5b5f4
feat: Add Aspire Integration
1 month ago
colin
368e7e9647
feat(single): Optimize single application projects
- 增加多数据库启动配置项
- 调整多数据库模式数据库迁移
- 修复部分数据库迁移脚本
- 增加缺少的版本升级数据库迁移
- 增加Quartz的PostgreSql初始化模块
- 调整单体服务启动文档
2 months ago
colin
37418aa379
feat(tracking): Determine the tracking module through configuration
3 months ago
colin
512d919b45
feat(open-api): Enhance the swagger configuration
- Swagger has added the oauth config
- The cors configuration can be a string array
- Add cross-domain initialization configuration for the microservice oauth client
8 months ago
colin
07749017e1
fix(cors): Fix the cors configuration error
- CORS uses the default policy
8 months ago
colin
c7febe00fa
feat(quartz): References the MySql initialization module
10 months ago
colin
2603728229
feat(tacking): Enhanced distributed tracking capabilities
## 重要变动
1. 增加 [Elastic.Apm.NetCoreAll](https://www.nuget.org/packages/Elastic.Apm.NetCoreAll ) 包集成;
2. 将 [OpenTelemetry]([NuGet Gallery | OpenTelemetry](https://www.nuget.org/profiles/OpenTelemetry )) 集成迁移到独立的项目;
3. 增加 [SkyWalking]([NuGet Gallery | skyapm](https://www.nuget.org/profiles/skyapm )) 集成, 这是当前微服务项目使用的默认库.
10 months ago
colin
73a745ce57
feat: 微服务集成消息中心统一发送邮件和短信
11 months ago
colin
0c5a11680b
upgrade: upgrade abp framework to 9.0.4
12 months ago
colin
4ecff357c5
feat(emailing): switch from smtp to mailkit
1 year ago
colin
e96820290e
fix(docker): Fix authentication errors when running openiddict on Docker
2 years ago
colin
96a41314bf
upgrade abp framework to 8.2.0
2 years ago
colin
af99b8df36
fix: rewrite jwt authentication configuration
2 years ago
colin
6c8af70549
backlogs update
2 years ago
colin
9799dceda5
upgrade: upgrade abp framework to 8.1.3
2 years ago
colin
c652ce61e2
upgrade: upgrade abp framework to 8.1.2
2 years ago
colin
de14c9e9e9
fix(jobs): fix ServiceInvocationJob
2 years ago
colin
108e53daa3
fix(claims): map abp claim types to jwt
2 years ago
colin
338ddec533
upgrade abp framework to 8.0.3
2 years ago
colin
1e107d5027
upgrade(abp): upgrade abp framework to 7.4.0
2 years ago
李宏
ce829a756f
增加详细异常输出开关:App:ShowPii
修改docker配置文件,增加workflow、realtimemessage、task项目的部署
统一internalgetway的agileconfig代码
2 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
da422b50fe
feat(migrations): 创建独立的迁移脚本项目.
3 years ago
cKey
0863ad444d
enabled DynamicFeatureStore
3 years ago
jasonliao-cb
121773d184
fix app.UseCapDashboard() issue
3 years ago
cKey
e323a60e0b
add wrapper module dependencies
3 years ago
cKey
f4627fe64c
add background task action: notifications
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
a7d1568cc9
feat: standard interface to access global localized text resources
4 years ago
cKey
3d45fb6305
feat(authorization): 添加适用于组织机构的权限管理
4 years ago
cKey
24eec0bb57
fix(tasks): 启用认证
4 years ago
cKey
06a705ce75
feat(tasks): 发布作业事件让参与节点自行管理作业状态
4 years ago
cKey
74e64c0202
feat(cap): added CAP dashboard middleware
4 years ago
cKey
a438506ae2
feat(saas): added saas global feature configuration.
4 years ago
cKey
1032d76fd6
feat(saas): add saas management support.
4 years ago
cKey
b96bd34236
fix: authorization
4 years ago
cKey
366aa2411c
feat(tasks): add multiple job event handlers
4 years ago
cKey
8269ba8395
feat(tasks): 增强多租户支持.
4 years ago
cKey
27b5c69d12
fix(tasks): the lock task does not block the listener from running
4 years ago
cKey
4de30e9ed6
feat(tasks): add job execute exception handler
4 years ago
cKey
58428ab3d8
feat(tasks): add commonly used jobs
4 years ago
cKey
f307fe51ee
feat(tasks): perfect management api.
4 years ago
cKey
b708afbd88
enhance(tasks): add support task management
4 years ago
cKey
cbc260a1d7
feat(logging): add distributed id to logging property
4 years ago
cKey
53cdab40f0
enhanced multi-tenant support for execution steps
4 years ago
cKey
87a655f62a
use authorization check
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
23b8ec05a6
fix(workflow): use IServiceCollention.GetConfiguration()
4 years ago