colin
3936107340
upgrade: upgrade abp to 10.0.2
- upgrade project to net10
- upgrade abp framework to 10.0.2
2 months ago
colin
3b6f1a1289
feat: update template and cli
4 months ago
colin
0b786ff625
fix(template): Fix the current user setting error
9 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
9 months ago
colin
843e5977b5
feat(template): The template adds swagger oauth configuration
9 months ago
colin
a3304e30f4
feat(configuration): Enhance the agileconfig configuration enabled
9 months ago
colin
c6b54ba0fa
feat(templates): Upgrade the microservice startup template to version 9.2.0
- 修复 `CORS` 配置错误
- 使用 `AddAbpJwtBearer` 处理身份认证失败方案
- 增加 `ValidIssuers` 配置项以支持泛域名身份认证
- 动态设置、功能、权限、模板、本地化通过配置项决定是否启用
- 在 `Swagger` 中隐藏abp端点
- 引用EfCore迁移项目以支持租户事件
- 移除 Mvc 本地化端点模块
- 修复身份认证验证失败(强制重写AbpClaimTypes与JWT保持转一致)
- 更新 `common.props`
- 更新 `Directory.Packages.props`
- 更新模板版本号
9 months ago
colin
a552c30283
ci: 修改生成服务目录
10 months ago
colin
e4192234d9
feat(templates): add exporter module
11 months ago
colin
7f7f1f0a89
feat: update micro template to 9.1.1
11 months ago
feijie
b557781ddf
🐛 fix(DbContext): 修复DbContext基类,使用AbpDbContext替代AbpDataProtectionDbContext。解决更新操作无效的问题,如需要启用数据保护可以使用AbpDataProtectionDbContext
1 year ago
feijie
413f18eae6
️ chore(EntityFrameworkCore): 修复 PostgreSQL 时间戳兼容性问题,并添加缺失引用.
1 year ago
feijie
72b7d192c9
docs(README.md): 更新 README,提供更清晰的快速启动指南和单元测试说明
1 year ago
feijie
4dea327cb7
✨ feat(UserAppService): 确保更新用户状态与DTO一致, 填充角色信息
🐛 fix(UserManager): 修复删除用户时的并发冲突问题, 增加重试机制
✨ feat(ProjectNameApplicationTestModule): 添加默认的双因素令牌提供者配置
✨ feat(Migrate.ps1): 动态查找所有可用的DbContext, 提升灵活性
1 year ago
feijie
db61240c23
✨ feat(tests): 添加用户应用服务和数据种子初始化测试
新增用户应用服务单元测试,包含创建、查询、更新和删除等功能测试。同时增加数据种子初始化测试,验证角色和用户的创建。更新EF Core测试模块,使用PostgreSQL代替内存数据库,并添加数据种子。
1 year ago
feijie
b7972bd363
✨ refactor(appsettings): 删除冗余日志配置和Quartz配置,简化数据初始化
删除appsettings.json和appsettings.Development.json中无用的日志文件配置和Quartz配置信息。
重命名数据初始化类,并简化数据初始化逻辑,仅保留用户数据初始化。
1 year ago
feijie
bc2e5e3b7b
✨ feat(user): 添加用户管理功能,包括创建、更新、删除、查询用户等功能
1 year ago
feijie
436b81cee6
✨ feat(host): 添加 Hangfire 支持,并启用仪表盘
为应用添加后台任务调度框架 Hangfire,并启用其仪表盘,以便监视和管理后台任务。
1 year ago
feijie
60e90a5c3d
✨ feat(Directory.Packages.props): 更新依赖包版本, 移除多余依赖,并添加 Hangfire.MemoryStorage 依赖.
1 year ago
feijie
f9c3345e65
✨ feat(common.props): 启用 XML 文档生成并添加 NU1900 警告抑制
1 year ago
feijie
ee409e3e68
fix:add aio tempalte sln
1 year ago
colin
27c12e501c
feat: Add the solution file
1 year ago
colin
3914dcf078
chore: Update the microservice startup template.
1 year ago
colin
93c3dfd9a3
update: UPDATE Dockerfile
1 year ago
colin
0c5a11680b
upgrade: upgrade abp framework to 9.0.4
1 year ago
colin
3d46630db0
feat(platform): 增加消息中心统一处理邮件短信消息.
1 year ago
colin
c702f5d080
✨ feat: 增加通知模板解析模块.
1 year ago
colin
eb442130d8
⬆️ feat: Upgrade abp framework to 8.3.4
1 year ago
feijie
f7bea60845
📚 docs: 更新文档,添加 labp CLI 工具安装和项目创建的说明。
✨ feat: 添加 labp CLI 工具的安装命令和项目创建示例。
📝 update: 更新 README 文件,调整结构并补充 CLI 快速启动指南。
1 year ago
feijie
8bd88de9ab
🔧 chore(Directory.Packages.props): 更新多个包版本至最新以确保项目依赖的稳定性和安全性
1 year ago
feijie
20bbdb44f2
🚚 refactor: 删除 SingleDbMigratorModule.Configure.cs 文件并更新项目引用配置文件路径。
1 year ago
feijie
c7403d7893
🔧 修改(Migrate.ps1): 更新数据库上下文名称以占位符
1 year ago
feijie
57fc461e54
✨ feat(templates): 重构AIO的EntityFramework模块
1 year ago
feijie
00d96ec093
🗑️ delete(file): 删除 MySql 迁移相关文件以清理项目结构
1 year ago
feijie
bbb411f394
📦 更新(Directory.Packages.props): 添加对Oracle和SQLite的支持,并使用变量替代版本号
1 year ago
feijie
f9ef021dd3
🔧 chore(appsettings): 更新数据库连接字符串为ProjectName以便于本地开发环境配置
🔧 chore(MicroServiceApplicationsSingleModule): 修复PostgreSql时间戳行为以确保本地时区写入正常
1 year ago
feijie
d2ca25f86f
🔧 fix(templates): 修改 groupIdentity 为 "LINGYUN.Abp" 以优化模板配置设置
1 year ago
feijie
de3835c6bd
🔧 refactor(entity): 更新命名空间为PackageName.CompanyName.ProjectName.AIO以适应新结构
📖 docs(db migrator): 更新README文件以反映新的命名空间和项目结构
🗑️ chore(db migrator): 移除未使用的appsettings.PostgreSql.json文件相关内容
1 year ago
feijie
634c1af51b
✨ feat(微服务模块): 更新数据库上下文配置,支持多种数据库类型并调整项目名称。
1 year ago
feijie
5e6ea87b98
✨ feat(迁移): 添加数据库迁移脚本以支持数据库上下文选择和SQL脚本生成功能
1 year ago
feijie
27768b73f2
✨ feat(aspnet-core/templates/aio): 添加全功能模板项目文件以支持 .NET 8.0 版本构建
1 year ago
feijie
77bacd2f4c
✨ feat(微服务模板): 添加 Abp 框架微服务模板项目文件 PackageName.CompanyName.ProjectName.csproj
1 year ago
feijie
859aebd4a8
🗑️ delete(aspnet-core/templates): 删除不再需要的项目模板文件
1 year ago
feijie
42e19cf2fa
✨ feat(launchSettings.json): 更新命令行参数以创建新项目并配置数据库连接
📝 docs(README.zh-CN.md): 添加微服务模板的中文文档说明
📝 docs(README.md): 添加微服务模板的英文文档说明
1 year ago
feijie
51e39dcbf2
✨ feat(template): 添加 AIO.Host 项目到解决方案中,并更新项目文件以包含必要的依赖项和配置。
1 year ago
feijie
06bc7f0b6c
🔧 chore(Directory.Packages.props): 更新Volo和LINGYUN的包版本至8.3.0
🧹 clean(LY.AIO.Applications.Single.csproj): 移除无用的项目引用注释
1 year ago
colin
0bf817dc77
feat(emailing): switch from smtp to mailkit
1 year ago
colin
4ecff357c5
feat(emailing): switch from smtp to mailkit
1 year ago
colin
239ad14390
chore(abp): upgradeabp framework to 8.3.0.
1 year ago
colin
16a4174002
fix(templates): Remove unnecessary openiddict dependencies
2 years ago