Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update master project #9

Open
wants to merge 1,691 commits into
base: master
Choose a base branch
from
Open
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 30, 2022

  1. 一个json支持多种操作, 独立url method: crud

    1、目前是全局事物,所有操作都是一个connection
    2、后续优化调整:
    1) @transaction
    控制事物粒度, 配置@transaction,实现全局事物
    不配置@transaction,, 默认局部事物(和单条sql执行一样的流程)
    2)多数据源管理
    实现跨数据源操作
    cloudAndMonkey authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    1aa6ed2 View commit details
    Browse the repository at this point in the history
  2. 一个json支持多种操作, 独立url method: crud

    1、目前是全局事物,所有操作都是一个connection
    2、后续优化调整:
    @transaction
    控制事物粒度, 配置@transaction,实现全局事物
    不配置@transaction,, 默认局部事物(和单条sql执行一样的流程)
    2)多数据源管理
    实现跨数据源操作
    cloudAndMonkey authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    e7ca758 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #485 from cloudAndMonkey/master

    一个json支持多种操作, 独立url method
    TommyLemon authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    9ef882d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f71b084 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    dd37279 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68bfce0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    101b17d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0550bd View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. Add files via upload

    1、 支持多数据源
    2、统一关闭connection连接
    3、支持elasticSearch-sql
    4、子查询、join 主表和附表使用相同数据源
    5、相关小bug修复
    cloudAndMonkey authored Dec 11, 2022
    Configuration menu
    Copy the full SHA
    a9f9104 View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    1、 支持多数据源
    2、统一关闭connection连接
    3、支持elasticSearch-sql
    4、子查询、join 主表和附表使用相同数据源
    5、相关小bug修复
    cloudAndMonkey authored Dec 11, 2022
    Configuration menu
    Copy the full SHA
    d9c7473 View commit details
    Browse the repository at this point in the history
  3. Add files via upload

    1、 支持多数据源
    2、统一关闭connection连接
    3、支持elasticSearch-sql
    4、解决子查询、join 主表和附表使用相同数据源
    5、相关小bug修复
    cloudAndMonkey authored Dec 11, 2022
    Configuration menu
    Copy the full SHA
    4af6322 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #487 from cloudAndMonkey/master

    新增、优化相关功能点
    TommyLemon authored Dec 11, 2022
    Configuration menu
    Copy the full SHA
    38989bd View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. 新增文章 apijson 初探,感谢 x3d 的贡献

    点赞/收藏/关注 作者来支持下 TA 吧~ 
    https://www.cnblogs.com/x3d/p/apijson-lowcode.html
    TommyLemon authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    8efd38e View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. #488 定义 UnsupportedDataTypeException 类代替 javax.activation.Unsupported…

    …DataTypeException,移除javax.activation依赖
    cnscoo committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    76cf980 View commit details
    Browse the repository at this point in the history
  2. 简化依赖,感谢阿里云工程师的贡献 #489

    定义 UnsupportedDataTypeException 类代替 javax.activation.UnsupportedDataTypeException,并移除 javax.activation 依赖
    TommyLemon authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    007dd65 View commit details
    Browse the repository at this point in the history
  3. 修复 校验模块 "tag": "Comment:[]" bug

    crud支持Common:[] 新增,修改
    cloudAndMonkey authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    86c816d View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. Merge pull request #490 from cloudAndMonkey/master

    修复 校验模块 "tag": "Comment:[]" bug
    TommyLemon authored Dec 18, 2022
    Configuration menu
    Copy the full SHA
    4dc0454 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d01008 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    f82576d View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    256dd81 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. 新增支持假删除

    1、新增支持假删除
    2、修改bug
    {
        "User_address": {
            "user_id!": "3123f016-a4cc-455c-aac5-264c1230dcb",
            "count": 11,
            "count+": 1,
            "@combine": "user_id! | count"
        },
        "tag": "User_address",
        "@Explain": true
    }
    条件 修改、删除,@combine 强制指定 "count": "" 为条件
    cloudAndMonkey authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    5f5300e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #493 from cloudAndMonkey/master

    新增支持假删除
    TommyLemon authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    297bdac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32db282 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    473bbef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65c3053 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. GETS/HEADS/PUT/DELETE 不允许前端传 @combine

    #493
    GETS/HEADS/PUT/DELETE 不允许前端传 @combine,目前在这里去掉了校验,需要在 AbstractVerifier 补上,这样就只能通过后端配置 @combine 了,既保证了功能,又保证了安全
    cloudAndMonkey authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    e94c44f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bf7195 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb3fa39 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. 支持了请求校验字符串长度的规则

    chenglining committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    37b160e View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    ced3fb9 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    e6d6ec9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    017d876 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4c2f4c View commit details
    Browse the repository at this point in the history
  4. 删除无效代码

    cloudAndMonkey authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    22ba330 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9db1b50 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Merge pull request #500 from cloudAndMonkey/master

    apijson function支持脚本引擎,比如JavaScript、lua等
    TommyLemon authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    44ff47a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Configuration menu
    Copy the full SHA
    86cb918 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a5764d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b973f3e View commit details
    Browse the repository at this point in the history
  4. Update README.md

    TommyLemon authored Jan 29, 2023
    Configuration menu
    Copy the full SHA
    f815980 View commit details
    Browse the repository at this point in the history
  5. 400W Java 项目排名前 100,远超 FLAG, BAT 等国内外绝大部分开源项目

    🎉 Java 前百!Tencent/APIJSON 14.4K Star 进入 GitHub Java 语言 400W 项目中排名 Top 100,
    远超国外 FLAG, 国内 BAT 等各大厂商的绝大部分开源项目!
    #492
    TommyLemon authored Jan 29, 2023
    Configuration menu
    Copy the full SHA
    0d45232 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    ed00c1c View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    ff61bc4 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. 完善常用场景的正则校验规则

    liumiao committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    b3ad558 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    e4d93b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    49f3d83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdb07b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4ed49f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a91e7b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5589779 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    549ca55 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e68025 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a92d5c1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d77d77b View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    906d14c View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    cloudAndMonkey authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    99bdb65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36c58ec View commit details
    Browse the repository at this point in the history
  4. Update README.md

    TommyLemon authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    05f2340 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    def8d8e View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Update README.md

    TommyLemon authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    f675194 View commit details
    Browse the repository at this point in the history
  2. 新增 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
    TommyLemon authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    358d6b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    05e8f4d View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. 和主线版本一致

    和主线版本一致
    cloudAndMonkey authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    86a68d2 View commit details
    Browse the repository at this point in the history
  2. APIJSON @combine模版, 通过参数生成sql where条件

    使用说明参见: #509
    cloudAndMonkey authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    cc28f65 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    d531c11 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. 新增单元测试链接

    使用 UnitAuto-机器学习零代码单元测试平台,零代码、全方位、自动化 测试 方法/函数 的正确性、可用性和性能:
    https://github.com/TommyLemon/UnitAuto
    TommyLemon authored Mar 4, 2023
    Configuration menu
    Copy the full SHA
    782f2b3 View commit details
    Browse the repository at this point in the history
  2. 新增单元测试链接

    使用 UnitAuto-机器学习零代码单元测试平台,零代码、全方位、自动化 测试 方法/函数 的正确性、可用性和性能:
    https://github.com/TommyLemon/UnitAuto
    TommyLemon authored Mar 4, 2023
    Configuration menu
    Copy the full SHA
    aaff2d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. 优化crud method判断逻辑

    删除无用代码
    cloudAndMonkey authored Mar 11, 2023
    Configuration menu
    Copy the full SHA
    9ea9593 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Merge pull request #525 from cloudAndMonkey/master

    优化crud method判断逻辑
    TommyLemon authored Mar 12, 2023
    Configuration menu
    Copy the full SHA
    ff40a5d View commit details
    Browse the repository at this point in the history
  2. 整理代码

    TommyLemon authored Mar 12, 2023
    Configuration menu
    Copy the full SHA
    6d18f58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0481c9a View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    260af9e View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Update 详细的说明文档.md

    line 35 with wrong word: "需要些" to "需要写"
    YqxLzx authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    c6ce708 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Configuration menu
    Copy the full SHA
    f0cb007 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    e39df73 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    026c7be View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Update AbstractParser.java

    追加适配老版本多表联查问题  外层一个tag只需要校验一遍即可
    wahowaho committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    155cabe View commit details
    Browse the repository at this point in the history
  2. Update AbstractParser.java

    wahowaho authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    e6dbbd9 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    0d75cc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd3e0ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    570e9fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26475f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d1cd61 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    6ff1996 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f94a63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8204945 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. 生态新增 低代码 ERP 项目 xyerp

    创作不易,打开链接右上角点 Star 支持下作者吧~
    https://gitee.com/yinjg1997/xyerp
    TommyLemon authored May 13, 2023
    Configuration menu
    Copy the full SHA
    f3ab196 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Update README.md

    csx-bill authored May 16, 2023
    Configuration menu
    Copy the full SHA
    f89f5e7 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. Merge pull request #565 from csx-bill/patch-1

    Update README.md
    TommyLemon authored May 20, 2023
    Configuration menu
    Copy the full SHA
    0f86f8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de1928b View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Update README.md

    TommyLemon authored May 27, 2023
    Configuration menu
    Copy the full SHA
    e4f1f59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    263a9e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    976c77c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Configuration menu
    Copy the full SHA
    3a45780 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31b58e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d325d63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0130bc View commit details
    Browse the repository at this point in the history
  5. 请求操作符新增支持监听事件 ON: { "name": { UPDATE:{ "Comment": {"userName@": "User…

    …/name" } } } },方便同步修改其它表字段记录值等
    TommyLemon committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    ad743b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d504e38 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    39bdc58 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Configuration menu
    Copy the full SHA
    1b7c6f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53b17ed View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Configuration menu
    Copy the full SHA
    1dcc19e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a66d7c View commit details
    Browse the repository at this point in the history
  3. Update README-English.md

    TommyLemon authored Jun 11, 2023
    Configuration menu
    Copy the full SHA
    9c090df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    530cc14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47cce42 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Configuration menu
    Copy the full SHA
    fa190ef View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Configuration menu
    Copy the full SHA
    3b4ebf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5b421a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b601195 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Update Document-English.md

    Complete Doc-English , The English document compared with the Chinese document lacks the global keyword description
    YqxLzx authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    a37353d View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Configuration menu
    Copy the full SHA
    f400f09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2b41ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    247f149 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db8bc96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f1b105 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Configuration menu
    Copy the full SHA
    718a5bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a24178 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0d9a7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a94fb96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    563b4af View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Configuration menu
    Copy the full SHA
    5b76a02 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Configuration menu
    Copy the full SHA
    47b36c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Configuration menu
    Copy the full SHA
    c944c9f View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Configuration menu
    Copy the full SHA
    47439d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36d4972 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8c3b92 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Update AbstractSQLConfig.java

    #602
    假删除bug
    cloudAndMonkey authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    668ca2a View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    22a9406 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. 更新版本号

    jarrodquan committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    da15edb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a6b818 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Configuration menu
    Copy the full SHA
    d4675cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83c00c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d63078 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d748641 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4be7ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eccf252 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0852e88 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Configuration menu
    Copy the full SHA
    83e8780 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    214bbea View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Configuration menu
    Copy the full SHA
    83eeaa2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74f4e73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72524b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b0d612 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. 用户分享文章新增 MassCMS With APIJSON最佳实践

    感谢博主的热心分享,点赞支持下吧~ 
    https://zhuanlan.zhihu.com/p/655826966
    TommyLemon authored Sep 17, 2023
    Configuration menu
    Copy the full SHA
    371cd0b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    98ec093 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Update README.md

    上海麦市信息科技有限公司
    https://www.masscms.com/
    gemufeng authored Sep 24, 2023
    Configuration menu
    Copy the full SHA
    4147404 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6148649 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44fb269 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e99f35 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54734a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f429733 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Configuration menu
    Copy the full SHA
    99ec292 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. 全能 CRUD: "@gets": { "User":"" // 空字符串转为与 key 同名值 User },"@put": { "Mo…

    …ment":{} // 自动加 "tag":"Moment" },@post:"Comment[]" 自动转为 "@post":{ "Comment[]":"Comment:[]" }
    TommyLemon committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    790f8c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6cba97 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    0e947d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c085ab5 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. 升级jdk

    csx-bill committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    c34ee0f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. maven 编译jdk 版本

    csx-bill committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    8f6b829 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    604c677 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    4bc04b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Configuration menu
    Copy the full SHA
    886099f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4bae41 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. 升级版本至 6.3.0

    TommyLemon committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    b57ece8 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    f1bbdf1 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    f3dc785 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    55064ee View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Configuration menu
    Copy the full SHA
    1636349 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3db569 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. SELECT column 内原始 SQL 片段支持 AS 别名 @raw:"@column", "@column":"(CASE WHE…

    …N length(`group`) > 0 THEN `group` ELSE '_' END):name"
    TommyLemon committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    6e95be6 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Configuration menu
    Copy the full SHA
    7c9ca1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b9b34c View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    7547cd2 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    fec206c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c7566f View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Update pom.xml

    修改pom文件,以使其编译成功
    komiblog authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    9844506 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    83eb426 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #670 from Tencent/springboot3

    merge springboot3 to master
    TommyLemon authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    7783edb View commit details
    Browse the repository at this point in the history
  3. Create jitpack.yml

    TommyLemon authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    6b9c6f3 View commit details
    Browse the repository at this point in the history
  4. Create jitpack.yml

    TommyLemon authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    29516bd View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Merge pull request #672 from Tencent/master

    Create jitpack.yml
    TommyLemon authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    e67c210 View commit details
    Browse the repository at this point in the history
  2. Update pom.xml

    TommyLemon authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    268535c View commit details
    Browse the repository at this point in the history
  3. Update Log.java

    TommyLemon authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    c0c4af3 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Update AbstractSQLConfig.java

    解决oracle in中的子查询会带上分页的bug
    ostrichManX authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    fefc4cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    046f34e View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Update AbstractSQLConfig.java

    这里 Log.DEBUG == false 应该去掉,毕竟上线前要 Log.DEBUG = true 减少日志打印等,会导致上线后初始化加载 Access, Request 表记录仍然限制最大 Parser.getMaxQueryCount(默认 100)。
    (摘自 #640
    jia199807 authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    f0b16a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1d6718 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. 生态项目新增 UIGO - 📱 零代码快准稳 UI 智能录制回放平台 🚀

    自动兼容任意宽高比分辨率屏幕,自动精准等待网络请求,录制回放快、准、稳!
    创作不易,右上角点 ⭐Star 来支持/收藏下吧,谢谢 ^_^
    https://github.com/TommyLemon/unitauto-go/edit/main/README.md
    TommyLemon authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    9a1f7db View commit details
    Browse the repository at this point in the history
  2. 生态项目新增 UIGO - 📱 零代码快准稳 UI 智能录制回放平台 🚀

    自动兼容任意宽高比分辨率屏幕、自动精准等待网络请求,录制回放快、准、稳!
    创作不易,右上角点 ⭐Star 来支持/收藏下吧,谢谢 ^_^
    https://github.com/TommyLemon/UIGO
    TommyLemon authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    c2589ef View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    d079cb4 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    83d606a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #689 from Tencent/master

    从 master 合并过来
    TommyLemon authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c3b7754 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    c03d0d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e86a0c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    ac18667 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Update README.md

    企业登记
    jia199807 authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    a763bf6 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    b8f7640 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    7403f0a View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Merge pull request #717 from Tencent/springboot3

    merge from springboot3
    TommyLemon authored May 12, 2024
    Configuration menu
    Copy the full SHA
    22644eb View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Configuration menu
    Copy the full SHA
    9f62724 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7716a9b View commit details
    Browse the repository at this point in the history
  3. 升级版本为 7.0.0

    TommyLemon committed May 19, 2024
    Configuration menu
    Copy the full SHA
    4a2e7f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aab39ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7590236 View commit details
    Browse the repository at this point in the history
  6. Update README-English.md

    TommyLemon authored May 19, 2024
    Configuration menu
    Copy the full SHA
    482368c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b70ee90 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Configuration menu
    Copy the full SHA
    4d199a1 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    72996e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    5e4e848 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    201c078 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3a3399 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76fc227 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    f058353 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8715e12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09a60dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0093589 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    abe10a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    3501258 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dbaa2d View commit details
    Browse the repository at this point in the history
  3. Update Document.md

    TommyLemon authored Jun 30, 2024
    Configuration menu
    Copy the full SHA
    53adfab View commit details
    Browse the repository at this point in the history
  4. Update Document.md

    TommyLemon authored Jun 30, 2024
    Configuration menu
    Copy the full SHA
    9e1187c View commit details
    Browse the repository at this point in the history
  5. Update Document.md

    TommyLemon authored Jun 30, 2024
    Configuration menu
    Copy the full SHA
    e267b68 View commit details
    Browse the repository at this point in the history
  6. 升级到 7.0.3

    TommyLemon committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    02865ec View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    225abd5 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Update jitpack.yml

    TommyLemon authored Jul 28, 2024
    Configuration menu
    Copy the full SHA
    e6cf73e View commit details
    Browse the repository at this point in the history
  2. Update jitpack.yml

    TommyLemon authored Jul 28, 2024
    Configuration menu
    Copy the full SHA
    f787f8e View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. 北明软件登记

    zxcwindy authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    e16718f View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    498b972 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    746f291 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Configuration menu
    Copy the full SHA
    6bfb218 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67bda09 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. 增加SQLite支持

    afumu committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8dbdc4f View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. 新增支持 SQLite,感谢 afumu 的贡献 #757

    Add SQLite support:#757
    TommyLemon authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    19417a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    44e596f View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. 更新 UnitAuto 简介: 最先进、最省事、ROI 最高的单元测试,机器学习 零代码、全方位、自动化 测试 方法/函数,用户包含腾讯、…

    …快手、某 500 强巨头等
    
    支持 Java, Go, C++, Python, Kotlin, Android 等。
    创作不易、坚持更难,右上角点亮 ⭐ Star 支持下本项目吧,谢谢 ^_^ 
    https://github.com/TommyLemon/UnitAuto
    TommyLemon authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    886344a View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    b749e53 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    016f31a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    440da17 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    0417353 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    781b0fe View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. 1.对某些需要输出null值字段的需求,增加输出null值的开关

    在入口函数增加这两句
    JSON.DEFAULT_GENERATE_FEATURE |= SerializerFeature.WriteMapNullValue.getMask();
    AbstractSQLExecutor.ENABLE_OUTPUT_NULL_COLUMN = true;
    calmcc committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    6ea0b9b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    24f357f View commit details
    Browse the repository at this point in the history