colin
bdc7e6cf3e
chore: upgrade abp framework to 9.3.1
6 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
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
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
6bc5c346b0
feat(wechat): Add WeChat management project
2 years ago
colin
21a1866b26
feat(templates): update templates project
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
5d63b71cd5
feat(templates): upgrade template project to 8.1.1
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
0c1c04f47b
feat(templates): share quick start template code.
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
cKey
66a3352a19
feat(workflow): mail supports sending attachments through the oss-management module
4 years ago
cKey
c4fc571838
clean up excess code
4 years ago
cKey
7d5d2efae9
add workflow management service
4 years ago
cKey
ec4911c2d7
refactor: redefine the startup project structure
4 years ago
cKey
59a488d7db
fix(localization): 解决本地化名称差异问题
4 years ago
cKey
591aac3875
enhance(tenants): added initializing data migration for new tenants
4 years ago
cKey
d6c12cd859
feat(logging): add the application name of Serilog enrichers
4 years ago
cKey
abf07bae29
feat(module): adjust module structure
4 years ago