Commit Graph

3214 Commits

Author SHA1 Message Date
TommyLemon
de1928bb82
调整微软工程师接入 DB2 的 Demo、基于 APIJSON 的低代码系统等
https://github.com/Tencent/APIJSON#%E7%94%9F%E6%80%81%E9%A1%B9%E7%9B%AE
2023-05-20 14:20:21 +08:00
TommyLemon
0f86f8bbaf
Merge pull request #565 from csx-bill/patch-1
Update README.md
2023-05-20 14:14:53 +08:00
Bill
f89f5e792d
Update README.md 2023-05-16 21:43:13 +08:00
TommyLemon
f3ab196afd
生态新增 低代码 ERP 项目 xyerp
创作不易,打开链接右上角点 Star 支持下作者吧~
https://gitee.com/yinjg1997/xyerp
2023-05-13 16:44:34 +08:00
TommyLemon
8204945cb4
适合中小型前后端分离的项目,尤其是 创业项目、内部项目、低代码/零代码、小程序、BaaS、Serverless 等 2023-04-28 02:32:52 +08:00
TommyLemon
5f94a63383 不启用 WITH AS 时去除多余的 SELECT * FROM(...) 包装 2023-04-28 01:50:47 +08:00
TommyLemon
6ff1996147 解决 增删改、WITH AS 子查询 因预编译参数重复添加导致报错;解决 PATTERN_EMAIL 正则表达式编译错误;升级版本为 6.1.0;优化代码 2023-04-28 01:25:06 +08:00
TommyLemon
3d1cd61016
文档:新增 Snowflake, Databricks, InfluxDB, Cassandra, Kafka, Redis, Elasticsearch, Lua 的支持说明
https://github.com/Tencent/APIJSON#--apijson
2023-04-18 00:54:22 +08:00
TommyLemon
26475f63bb
修复多表 gets bug、别名从代码解析改为数据库配置、支持 sql@ update/delete,感谢 cloudAndMonkey 的贡献 #551
https://github.com/Tencent/APIJSON/pull/551
2023-04-17 23:47:12 +08:00
TommyLemon
570e9fa655
解决多表插入报错,感谢 wahowaho 的贡献 #545
https://github.com/Tencent/APIJSON/pull/545
2023-04-17 23:33:06 +08:00
TommyLemon
fd3e0ee7cb 新增支持 Snowflake, Databricks, Cassandra 2023-04-17 22:58:39 +08:00
cloudAndMonkey
0d75cc74dc
修复512 多表 gets bug、将别名从代码解析改为数据库配置 2023-04-17 10:32:06 +08:00
whhhhhhhh
e6dbbd9249
Update AbstractParser.java 2023-04-13 15:02:41 +08:00
whhhhhhhh
155cabe3e9 Update AbstractParser.java
追加适配老版本多表联查问题  外层一个tag只需要校验一遍即可
2023-04-13 14:38:21 +08:00
TommyLemon
026c7be430
Added support for hyphen(-) under email regex, thx to hiteshbedre #543
https://github.com/Tencent/APIJSON/pull/543
2023-04-11 23:43:49 +08:00
hiteshbedre
e39df73a85
Added support for hyphen(-) under email regex 2023-04-10 16:43:06 +05:30
TommyLemon
f0cb00705f
文档:更正错别字,感谢 YqxLzx 的贡献 #535
https://github.com/Tencent/APIJSON/pull/535
2023-04-02 19:25:39 +08:00
@BiuBiuDooo0
c6ce708ef6
Update 详细的说明文档.md
line 35 with wrong word: "需要些" to "需要写"
2023-03-24 17:50:44 +08:00
TommyLemon
260af9ed87
新增海尔、亚信安全、兴鑫互联 等上市公司和其它几家公司 2023-03-21 23:55:48 +08:00
TommyLemon
0481c9aafc
登记包括阿里云工程师在内的 4 个贡献者,感谢大家的贡献~
https://github.com/Tencent/APIJSON/blob/master/CONTRIBUTING.md
2023-03-12 15:36:21 +08:00
TommyLemon
6d18f58e38
整理代码 2023-03-12 15:18:33 +08:00
TommyLemon
ff40a5dbc1
Merge pull request #525 from cloudAndMonkey/master
优化crud method判断逻辑
2023-03-12 14:43:19 +08:00
cloudAndMonkey
9ea9593419
优化crud method判断逻辑
删除无用代码
2023-03-11 19:40:31 +08:00
TommyLemon
aaff2d3b25
新增单元测试链接
使用 UnitAuto-机器学习零代码单元测试平台,零代码、全方位、自动化 测试 方法/函数 的正确性、可用性和性能:
https://github.com/TommyLemon/UnitAuto
2023-03-04 15:38:53 +08:00
TommyLemon
782f2b3a24
新增单元测试链接
使用 UnitAuto-机器学习零代码单元测试平台,零代码、全方位、自动化 测试 方法/函数 的正确性、可用性和性能:
https://github.com/TommyLemon/UnitAuto
2023-03-04 15:37:39 +08:00
TommyLemon
d531c11bec
@combine 模板支持默认值,感谢 cloudAndMonkey 的贡献 #519
https://github.com/Tencent/APIJSON/issues/509
2023-02-27 18:50:38 +08:00
cloudAndMonkey
cc28f65202
APIJSON @combine模版, 通过参数生成sql where条件
使用说明参见: https://github.com/Tencent/APIJSON/issues/509
2023-02-24 13:43:31 +08:00
cloudAndMonkey
86a68d257a
和主线版本一致
和主线版本一致
2023-02-24 09:17:10 +08:00
cloudAndMonkey
05e8f4d9ff
Merge branch 'Tencent:master' into master 2023-02-23 19:32:25 +08:00
TommyLemon
358d6b7570
新增 apijson-go-ui 和 apijson-go-demo,感谢 @glennliao 的贡献
感谢热心作者的贡献,GitHub 点 Star 支持下他吧~

所属主项目:Go 版 APIJSON , 基于Go(>=1.18) + GoFrame2, 支持查询、单表增删改、权限管理等
https://github.com/glennliao/apijson-go

apijson-go demos,提供 3 个从简单到复杂的不同场景 Demo
https://github.com/glennliao/apijson-go-demo

apijson-go UI 界面配置, 支持权限管理、请求规则配置等
https://github.com/glennliao/apijson-go-ui
2023-02-21 12:28:37 +08:00
TommyLemon
f675194a15
Update README.md 2023-02-21 10:33:42 +08:00
cloudAndMonkey
def8d8e708
迭代@combine 动态表达式,通过默认值实现
完善中
2023-02-17 12:38:07 +08:00
TommyLemon
05f23406f7
Update README.md 2023-02-15 12:51:43 +08:00
TommyLemon
36c58ec4b1
更新生态项目说明
https://github.com/Tencent/APIJSON/blob/master/README.md#%E7%94%9F%E6%80%81%E9%A1%B9%E7%9B%AE
2023-02-15 12:39:15 +08:00
cloudAndMonkey
99bdb65f45
Add files via upload 2023-02-15 11:46:34 +08:00
cloudAndMonkey
906d14c546
配置@combine模版, c端传递 参数,生成参数对应 where条件
最初版,还会调整
2023-02-15 11:43:59 +08:00
TommyLemon
a91a44fd3a
腾讯内外 5 个奖项、腾讯开源前八、腾讯后端 Star 第一、GitHub Java 日周月榜大满贯 等
https://github.com/Tencent/APIJSON#%E4%B8%BA%E4%BB%80%E4%B9%88%E9%80%89%E6%8B%A9-apijson
2023-02-09 22:02:39 +08:00
TommyLemon
f4035708e3
腾讯内外 5 个奖项、腾讯开源前八、腾讯后端项目 Star 第一、GitHub Java 日周月榜大满贯 等
https://github.com/Tencent/APIJSON#%E4%B8%BA%E4%BB%80%E4%B9%88%E9%80%89%E6%8B%A9-apijson
2023-02-09 21:34:41 +08:00
TommyLemon
d77d77bc54
Update 详细的说明文档.md 2023-02-08 21:59:58 +08:00
TommyLemon
a92d5c18a4
Update 详细的说明文档.md 2023-02-08 18:43:47 +08:00
TommyLemon
3e68025b5f
Update 详细的说明文档.md 2023-02-08 18:42:54 +08:00
TommyLemon
549ca55264
Update 详细的说明文档.md 2023-02-08 18:28:33 +08:00
TommyLemon
55897792a5
Update 详细的说明文档.md 2023-02-08 18:26:04 +08:00
TommyLemon
a91e7b6135
Update 详细的说明文档.md 2023-02-08 18:18:37 +08:00
TommyLemon
b4ed49fccd
Update 详细的说明文档.md 2023-02-08 18:02:14 +08:00
TommyLemon
fdb07b0905
Update 详细的说明文档.md 2023-02-08 18:01:12 +08:00
TommyLemon
49f3d83918
Update 详细的说明文档.md 2023-02-08 17:44:25 +08:00
TommyLemon
e4d93b7903
完善常用场景的正则校验规则,感谢 leomiaomiao 的贡献 #505
https://github.com/Tencent/APIJSON/pull/505
2023-02-07 10:06:50 +08:00
liumiao
b3ad558724 完善常用场景的正则校验规则 2023-02-06 15:54:20 +08:00
TommyLemon
ff61bc4c18
支持了验证是否存在的联合校验,感谢 aninZz 的贡献 #503
https://github.com/Tencent/APIJSON/pull/503
2023-02-03 21:33:01 +08:00