FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for APIJSONORM - APIJSON/APIJSON · GitHub
APIJSON
/
APIJSON
Public
Notifications
You must be signed in to change notification settings
Fork
2.3k
Star
18.4k
Code
Issues
236
Pull requests
0
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
APIJSON
APIJSONORM
on
8.1.8
User selector
Datepicker
Commit history
Commits on May 16, 2026
升级版本为 8.1.8
TommyLemon
committed
6b7c4d5
View commit details
Copy full SHA for 6b7c4d5
View code at this point
Browse repository at this point
优化内置表 model 的权限,删除不再需要的 TestRecord
TommyLemon
committed
1344073
View commit details
Copy full SHA for 1344073
View code at this point
Browse repository at this point
完善脚本引擎的使用说明
TommyLemon
committed
a7d0f0f
View commit details
Copy full SHA for a7d0f0f
View code at this point
Browse repository at this point
Update AbstractVerifier.java
TommyLemon
committed
b11b822
View commit details
Copy full SHA for b11b822
View code at this point
Browse repository at this point
Commits on May 15, 2026
Update AbstractFunctionParser.java
TommyLemon
authored
699f78d
View commit details
Copy full SHA for 699f78d
View code at this point
Browse repository at this point
Commits on May 10, 2026
非 DEBUG 模式不允许外部操作 APIJSON 配置表
TommyLemon
committed
c26c64c
View commit details
Copy full SHA for c26c64c
View code at this point
Browse repository at this point
Commits on Apr 17, 2026
解决校验参数拿不到 datasource, namespace, catalog 等全局关键词取值
TommyLemon
committed
0fe9692
View commit details
Copy full SHA for 0fe9692
View code at this point
Browse repository at this point
解决全局 namespace, catalog 未用于参数校验
TommyLemon
committed
ddf36b5
View commit details
Copy full SHA for ddf36b5
View code at this point
Browse repository at this point
解决全局 datasource, namespace, catalog 未用于参数校验
TommyLemon
committed
d955657
View commit details
Copy full SHA for d955657
View code at this point
Browse repository at this point
Commits on Mar 29, 2026
升级版本为 8.1.5
TommyLemon
committed
696656a
View commit details
Copy full SHA for 696656a
View code at this point
Browse repository at this point
结果集容量预估:LIMIT 10^9 = 1 亿 以内无任何条件时 最多扩容 1 次
TommyLemon
committed
46c9f3b
View commit details
Copy full SHA for 46c9f3b
View code at this point
Browse repository at this point
结果集容量预估:优化 GROUP BY 减少初始容量下限
TommyLemon
committed
f63e2ad
View commit details
Copy full SHA for f63e2ad
View code at this point
Browse repository at this point
结果集容量预估:最低开启阈值默认设置为 2^16 - 1 = 65535,ArrayList 最多扩容 5 次
TommyLemon
committed
bd5151b
View commit details
Copy full SHA for bd5151b
View code at this point
Browse repository at this point
Commits on Feb 21, 2026
fix: add != and = for verifying request, remove <>
TommyLemon
committed
7b3bf77
View commit details
Copy full SHA for 7b3bf77
View code at this point
Browse repository at this point
feat: add @trim: "name,tag" to trim string values for keys
TommyLemon
committed
bccb5ef
View commit details
Copy full SHA for bccb5ef
View code at this point
Browse repository at this point
verify: change "content{L}": ">0" to "content[{}": ">0"
TommyLemon
committed
5744eab
View commit details
Copy full SHA for 5744eab
View code at this point
Browse repository at this point
fix: import Log, String TAG
TommyLemon
committed
b3218da
View commit details
Copy full SHA for b3218da
View code at this point
Browse repository at this point
Commits on Feb 18, 2026
fix(logging): Replace printStackTrace() with proper logging, thx to hobostay #850
Show description for 696af70
TommyLemon
authored
696af70
View commit details
Copy full SHA for 696af70
View code at this point
Browse repository at this point
优化日志类,新增支持打印 Throwable 和默认级别
TommyLemon
committed
f926879
View commit details
Copy full SHA for f926879
View code at this point
Browse repository at this point
Commits on Feb 17, 2026
fix(logging): Replace printStackTrace() with proper logging
Show description for 92cbf66
hobostay
and
claude
committed
92cbf66
View commit details
Copy full SHA for 92cbf66
View code at this point
Browse repository at this point
Commits on Jan 18, 2026
Java:删除多余的 application.properties
TommyLemon
committed
906e796
View commit details
Copy full SHA for 906e796
View code at this point
Browse repository at this point
Commits on Jan 2, 2026
新增关键词 @string 把字段转为 String 输入;KEY_DEFULT 重命名为 KEY_DEFAULT;升级版本为 8.1.3
TommyLemon
committed
54f7da0
View commit details
Copy full SHA for 54f7da0
View code at this point
Browse repository at this point
Commits on Dec 7, 2025
升级版本为 8.1.0
TommyLemon
authored
78c77a4
View commit details
Copy full SHA for 78c77a4
View code at this point
Browse repository at this point
Commits on Sep 16, 2025
修复getConnectionKey方法调用参数名称错误的问题
Show description for 0d235f3
wu-sv
authored
0d235f3
View commit details
Copy full SHA for 0d235f3
View code at this point
Browse repository at this point
Commits on Sep 2, 2025
非开放请求不允许传 @combine 和 @key
TommyLemon
committed
edb0e6e
View commit details
Copy full SHA for edb0e6e
View code at this point
Browse repository at this point
Commits on Aug 8, 2025
引用赋值:解决从数组外部引用该数组内值只能拿到第 0 个(且路径也不友好)
TommyLemon
committed
dbe28f4
View commit details
Copy full SHA for dbe28f4
View code at this point
Browse repository at this point
引用赋值:新增支持 User-id[]/2 从数组 User-id[] 中 get(2)
TommyLemon
committed
5ea9139
View commit details
Copy full SHA for 5ea9139
View code at this point
Browse repository at this point
Commits on Aug 4, 2025
Merge branch 'Tencent:master' into master
wz11wz
authored
5773ff3
View commit details
Copy full SHA for 5773ff3
View code at this point
Browse repository at this point
fix: 针对left join 以及 right join outerConfig 上,增加 AbstractSQLConfig gainWhereString。value没有带上,修复config PreparedValueList
wz11wz
committed
d21e400
View commit details
Copy full SHA for d21e400
View code at this point
Browse repository at this point
Commits on Jul 20, 2025
新增支持 LEFT,RIGHT JOIN 传外层 WHERE 条件,感谢 wz11wz 的贡献 #829
Show description for 4161902
TommyLemon
authored
4161902
View commit details
Copy full SHA for 4161902
View code at this point
Browse repository at this point
优化 AbstractParser.java 缩进
TommyLemon
authored
2122b8c
View commit details
Copy full SHA for 2122b8c
View code at this point
Browse repository at this point
Commits on Jul 18, 2025
Merge remote-tracking branch 'origin/master'
wz11wz
committed
b05016f
View commit details
Copy full SHA for b05016f
View code at this point
Browse repository at this point
fix: 现在的 Join.java 中 SQLConfig outerConfig 重命名成 onConfig 及对应的 get set 方法,然后再加回来 SQLConfig outerConfig,然后下方的键值对放到 outerConfig 上,后面再具体 AbstractSQLConfig gainWhereString。
Show description for 3c21439
wz11wz
committed
3c21439
View commit details
Copy full SHA for 3c21439
View code at this point
Browse repository at this point
Commits on Jul 8, 2025
Merge branch 'master' of https://github.com/Tencent/APIJSON
TommyLemon
committed
f051dea
View commit details
Copy full SHA for f051dea
View code at this point
Browse repository at this point
腾讯开源主体公司 THL A29 Limited 改为 Tencent,并在 LICENSE 头部说明变更、依赖说明移除 8.0 起不再依赖的 fastjson
TommyLemon
committed
b728ae1
View commit details
Copy full SHA for b728ae1
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL