Commit Graph

1479 Commits

Author SHA1 Message Date
anjoy8
c7d89cfdf0 feat:增加备注
Some checks failed
CodeQL / Analyze (csharp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
.NET Core / build (push) Has been cancelled
2024-08-22 09:51:40 +08:00
LemonNoCry
edcda376a6
🎨调整Dockerfile构建
Some checks failed
CodeQL / Analyze (csharp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
.NET Core / build (push) Has been cancelled
2024-08-03 09:11:30 +08:00
LemonNoCry
fc8e79bae1
🚀 github action run
Some checks are pending
CodeQL / Analyze (csharp) (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
.NET Core / build (push) Waiting to run
2024-08-02 17:58:14 +08:00
LemonNoCry
4424bcb41d
🎨 统一使用 Directory.Build.props 管理项目 2024-08-02 17:24:35 +08:00
LemonNoCry
288eedf0b4
🚸🎨 Caching中增加校验警告,如果意外注册IMemoryCache
Some checks are pending
CodeQL / Analyze (csharp) (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
.NET Core / build (push) Waiting to run
2024-08-02 10:08:39 +08:00
LemonNoCry
64c2e8c0e4
添加Cache单元测试
Some checks failed
CodeQL / Analyze (csharp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
.NET Core / build (push) Has been cancelled
2024-07-31 17:44:17 +08:00
LemonNoCry
c032993b2f
🎨 添加DB单元测试,忽略临时文件 2024-07-31 16:37:54 +08:00
LemonNoCry
a448266c86
🎨 首次创建数据库后,清理连接池避免复用
Some checks failed
CodeQL / Analyze (csharp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
.NET Core / build (push) Has been cancelled
2024-07-29 14:49:59 +08:00
Nine
341c1e73c8 默认关闭Redis,修改dockerfile基础镜像为net8.0
Some checks failed
CodeQL / Analyze (csharp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
.NET Core / build (push) Has been cancelled
2024-07-24 14:51:20 +08:00
LemonNoCry
966db5ec8c
🎨 优化调整缓存性能
Some checks failed
CodeQL / Analyze (csharp) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
.NET Core / build (push) Has been cancelled
1.调整获取所有Key的方式,原有写法是维护一个AllKey的集合,在长时间运行后Key越来越多性能越来越低,故此优化,直接使用Redis原生API
2.优化App.GetServiceProvider的逻辑,如果是单例则直接返回RootServices
3.优化IpPolicyRateLimitSetup,使用分布式缓存,而不是MemoryCache
4.优化MiniProfilerSetup,增加注册使用Redis
5.优化DataProtectionSetup,在不使用Redis时,默认保存在临时文件夹
2024-07-18 17:47:31 +08:00
LemonNoCry
dd10a9ad97
✏️ 调整命名空间拼写错误 2024-07-15 15:48:52 +08:00
LemonNoCry
2d7350203c
️雪花Id优化
1.统一使用 Yitter.IdGenerator 生成雪花Id、
2.使用 SnowflakeId.AutoRegister 自动注册WorkerId

静态使用:IdGeneratorUtility.NextId()
2024-07-03 09:49:40 +08:00
LemonNoCry
0d5fb831de
注册DataProtection fix#361 2024-06-12 14:55:39 +08:00
LemonNoCry
e06093cfbd
Merge pull request #365 from anjoy8/test_sqlsugar
⬆️ SqlSugar 5.1.4.158 Quartz 中SqLite锁库问题 close#360
2024-06-12 11:54:36 +08:00
LemonNoCry
5d225ad9d1
⬆️ SqlSugar 5.1.4.158
fix #360
2024-06-12 11:51:12 +08:00
LemonNoCry
f400a4347d
🐛 增加SqlSugar 使用SQLite 在Quartz锁库测试 2024-06-12 11:22:33 +08:00
LemonNoCry
35290f516f
Merge branch 'master' into test_sqlsugar 2024-06-12 11:07:45 +08:00
ansonzhang
aa953998e4
Update README.md 2024-05-11 15:29:35 +08:00
ansonzhang
e2f5b54c4c
Merge pull request #362 from iwdeity/master
Update UserInfoSeedData.cs
2024-05-07 08:55:46 +08:00
iw_deity
a181eb5bb3
Update UserInfoSeedData.cs
postgresql插入数据错误
2024-04-25 20:53:45 +08:00
ansonzhang
8f36fdf078
Update README.md 2024-04-12 11:41:40 +08:00
anjoy8
d1c8c10820 Update README.md 2024-03-19 09:53:57 +08:00
LemonNoCry
e204bc449c
优化Swagger:增加令牌本地缓存 reload不会丢失 2024-02-22 16:38:08 +08:00
LemonNoCry
698e26461c
🐛修复表达式错误 fix #355 2024-01-15 16:27:58 +08:00
anjoy8
9131d89075 Update Blog.Core.Common.csproj 2024-01-11 09:03:27 +08:00
ansonzhang
001d203169
Merge pull request #356 from RoinBi/20240109
修改AutofacPropertityModuleReg namespace 错误
2024-01-09 23:00:30 +08:00
加跃 毕
838adacedd 修改AutofacPropertityModuleReg namespace 错误 2024-01-09 15:10:08 +08:00
anjoy8
3eb331673e Update AutofacPropertityModuleReg.cs 2023-12-16 19:51:39 +08:00
anjoy8
1be389ad64 Update PermissionController.cs 2023-12-13 16:53:09 +08:00
anjoy8
5e4987d2f6 feat: 💯 change ClaimTypes.Role 2023-12-13 11:04:04 +08:00
anjoy8
5f132f0386 feat:更新gateway,去除nacos相关配置 2023-12-03 18:16:27 +08:00
anjoy8
c4a6c84d96 feat: 🚡 RabbitMQ 2023-12-01 11:18:21 +08:00
ansonzhang
59e729fa2c
Update README.md 2023-11-28 09:15:24 +08:00
anjoy8
e4eb46a644 Update appsettings.json 2023-11-26 22:22:23 +08:00
anjoy8
7a07b85b80 feat: add rabbitmq demo 2023-11-26 22:17:09 +08:00
anjoy8
62cdfb3a56 feat: some change 2023-11-26 15:50:27 +08:00
anjoy8
325baf8e9e feat: little change 2023-11-26 00:13:23 +08:00
anjoy8
8188403b60 feat: remove some needless code 2023-11-24 22:49:56 +08:00
anjoy8
2ce3e6b7ff feat:remove startup.cs 2023-11-24 20:12:02 +08:00
anjoy8
1b3ab297f3 feat:将官方文档迁移到新库 2023-11-20 16:38:36 +08:00
anjoy8
c93c3eb44b Update Authentication_JWTSetup.cs 2023-11-18 08:53:47 +08:00
anjoy8
b3e7fbca54 feat: 🍎 change iat value 2023-11-16 10:31:21 +08:00
LemonNoCry
6331e20820
🐛 优化JWT签发属性 iat 为签发时间戳 2023-11-15 18:09:54 +08:00
anjoy8
7ca3e1ec22 feat: update to 8.0 2023-11-15 16:15:21 +08:00
anjoy8
f786881e89 Merge branch 'master' into net7.0 2023-11-14 09:25:04 +08:00
anjoy8
d0fe732331 Update EncryptionResponseMiddleware.cs 2023-11-11 17:56:31 +08:00
anjoy8
908e170a79 feat: 自定义请求参数解密和响应加密中间件 2023-11-11 16:57:32 +08:00
LemonNoCry
c85f51a901
🎨 优化响应流读取,兼容MemoryStream 2023-11-11 15:57:56 +08:00
LemonNoCry
afb9a0d9f5
🐛 修复错误添加备用链接 2023-11-03 09:22:02 +08:00
anjoy8
6655c65924 Update common.targets 2023-11-01 15:06:32 +08:00