Mohamed Hassan
0f1407ebfe
+ update code base to v2.7.8-beta1.
2024-12-23 13:08:43 +02:00
Mohamed Hassan
a28d6aaaa4
+ Merge branch 'i18n' of https://github.com/flipped-aurora/gin-vue-admin into i18n
...
+ Update translations.
2024-12-23 10:58:16 +02:00
Mohamed Hassan
4b78e526ab
+ Merge main branch into i18n branch.
...
+ Update translations for most of frontend modules.
2024-12-22 23:33:18 +02:00
Feng.YJ
601aa6e245
代码优化及错误返回改进 ( #1969 )
...
* Makefile: 使用 '?=' 替代 if-else 的判断
* 移除多余的类型转换
* 移除多余的nil判断
* map 使用简化以及错误处理优化
2024-12-22 00:13:22 +08:00
Feng.YJ
532d282509
修复生成的结构体 tag 字段错误以及其它注释和尾部空格问题 ( #1968 )
...
* 修复生成的结构体 tag 字段错误
* 移除字段注释多余尾部空格
* 文件模板注释 `@accept` 保持规范
2024-12-20 16:50:45 +08:00
Feng.YJ
93c0525ea5
生成模板中注释文档 query 修改 ( #1967 )
...
* 生成模板中注释文档 query 修改
2024-12-19 17:21:22 +08:00
Feng.YJ
2bf423b42f
修复可能的 context 泄露以及遗漏的错误处理 ( #1965 )
...
* 修复结构体 tag 字段的错误使用
2024-12-17 16:59:06 +08:00
Brandon-lz
f6c2ce45c1
修复限流不返回报错信息的bug ( #1966 )
2024-12-17 16:57:28 +08:00
Feng.YJ
d24eeefc86
添加 swagger 文档接口排序的 @Tag 设置说明 ( #1964 )
...
* fix: 修复欢迎信息中的 tab 缩进格式
* 添加 swagger 文档生成
* 添加 swagger 文档接口排序的 `@Tag` 设置说明
2024-12-16 14:25:38 +08:00
pixelmaxQM
876d4187d9
fixed: 过滤条件添加富文本
2024-12-15 13:34:14 +08:00
pixelmaxQM
2412e7151f
fixed: 修复富文本组件 查看详情没有正确展示的bug
2024-12-15 13:31:33 +08:00
PiexlMax(奇淼
283143e1bf
发布v2.7.8Beta1 ( #1957 )
...
* beta:2.7.8-a 增加自动化创建树形结构 (#1941 )
* feat: 支持创建树形结构
---------
Co-authored-by: piexlMax(奇淼 <qimiaojiangjizhao@gmail.com>
* 优化user store部分写法
* Update user.js
* feat: 升级版本号
* Dev 278 beta2 (#1954 )
* 在关闭详情弹窗后 detailFrom为空对象,arr为undefined 使用slice控制台会报错
* 查询不重置pageSize
* 优化主题模式相关内容
* 优化弹窗手机端显示
* bugfix:PostgreSQL initdb (#1953 )
* bugfix:postgresql增加显示指定template
---------
Co-authored-by: PiexlMax(奇淼 <165128580+pixelmaxQm@users.noreply.github.com>
---------
Co-authored-by: zayn <972858472@qq.com>
Co-authored-by: Azir <2075125282@qq.com>
Co-authored-by: Qing Liang <106448173+xue-ding-e@users.noreply.github.com>
* docs:调整部分代码注释以及代码格式
* feat: 自动化代码字典支持多选
* fix:调整值接收器和指针接收器
* feat: 支持导出表格复制,优化增加方法页面。
* chore:初始化代码规范化。
---------
Co-authored-by: piexlMax(奇淼 <qimiaojiangjizhao@gmail.com>
Co-authored-by: Azir <2075125282@qq.com>
Co-authored-by: zayn <972858472@qq.com>
Co-authored-by: Qing Liang <106448173+xue-ding-e@users.noreply.github.com>
Co-authored-by: cjb <75364055@qq.com>
2024-12-08 21:17:21 +08:00
PiexlMax(奇淼
c909d32c56
fix: 无法自动化新增字段的bug
2024-11-19 16:31:43 +08:00
zayn
8073e989f5
查询不重置pageSize ( #1940 )
...
* 查询不重置pageSize
2024-11-18 18:07:38 +08:00
pixelmaxQM
4671013ea6
fix: 自动化代码回滚后不可复用的bug
2024-11-17 11:59:09 +08:00
pixelmaxQM
a9894acd51
feat: 允许清除关联关系
2024-11-14 23:16:10 +08:00
pixelmaxQM
fbd0f4b9c6
fix: 自动化代码需检测简称,简称不可以重复。
2024-11-11 22:40:41 +08:00
piexlMax(奇淼
51490a7e2c
feat: i18n生成代码模板调整
2024-11-09 14:04:00 +08:00
piexlMax(奇淼
d66502d653
feat: 填充丢失的i18n文件
2024-11-09 13:34:44 +08:00
piexlMax(奇淼
d20f2a2a8c
feat: 同步2.7.7的增加字段功能模板
2024-11-09 13:09:42 +08:00
piexlMax(奇淼
830b5d08ce
Merge branch 'refs/heads/eslint' into i18n
...
# Conflicts:
# server/api/v1/system/auto_code_template.go
# server/core/server.go
# server/go.sum
# server/resource/package/server/model/model.go.tpl
# server/resource/package/web/view/form.vue.tpl
# server/resource/package/web/view/table.vue.tpl
# server/resource/plugin/web/form/form.vue.template
# server/resource/plugin/web/view/view.vue.template
# server/source/system/api.go
# server/source/system/menu.go
# web/package.json
# web/src/main.js
# web/src/plugin/announcement/view/info.vue
# web/src/view/superAdmin/api/api.vue
# web/src/view/systemTools/autoCode/index.vue
# web/src/view/systemTools/autoCodeAdmin/index.vue
# web/src/view/systemTools/autoPkg/autoPkg.vue
# web/src/view/systemTools/exportTemplate/exportTemplate.vue
2024-11-09 12:46:20 +08:00
PiexlMax(奇淼
5604424e6f
Merge pull request #1924 from zayn-code/main
...
表单提交按钮增添loading,防连点
2024-11-08 13:54:23 +08:00
piexlMax(奇淼
b2cfbb95b6
fix: 在导出表格之前取消掉用户自行添加的""和``
2024-11-06 11:19:17 +08:00
zayn
0d84ea9523
Update form.vue.tpl
...
表单提交的时候按钮添加loading状态,防止手滑连点后重复创建
2024-11-04 19:39:52 -08:00
zayn
e99fe70164
Update table.vue.tpl
...
表单提交的时候按钮添加loading状态,防止手滑连点后重复创建
2024-11-04 19:28:24 -08:00
pixelmaxQM
8bd337e08f
fix: 字符串情况下搜索条件为空不再参与搜索筛选
2024-11-03 22:09:02 +08:00
pixelmaxQM
12124eb1aa
feat: 完善自动化代码填充方法逻辑,增加成功率
2024-11-03 13:15:52 +08:00
pixelmaxQM
e036395d18
fix : #1918 在包含delete_at的情况下,数据源自动过滤软删除数据
2024-10-31 20:24:18 +08:00
pixelmaxQM
41ba7ad6a5
fix : #1918 在包含delete_at的情况下,数据源自动过滤软删除数据
2024-10-31 20:10:06 +08:00
pixelmaxQM
3452eafe4f
feat: 模板配置将自动同步本地有的模板和插件
2024-10-30 20:41:10 +08:00
pixelmaxQM
255f138bdb
feat: 模板配置可以读取系统原生携带的文件模板
2024-10-30 20:32:04 +08:00
PiexlMax(奇淼
08496c2c61
Merge pull request #1922 from cangqiaoyuzhuo/main
...
chore: fix function name in comment
2024-10-30 10:07:40 +08:00
piexlMax(奇淼
25a996fe51
fix: 新增字段在没有选择gvaModel的情况下,防止出现空指针
2024-10-30 09:48:40 +08:00
piexlMax(奇淼
9ba39f2eda
fix: 新增字段在没有选择gvaModel的情况下,防止出现空指针
2024-10-30 09:46:38 +08:00
piexlMax(奇淼
4a70b38a99
fix: 修复关联模式下的sql语句bug
2024-10-30 09:42:37 +08:00
pixelmaxQM
071f48c3ca
feat: 表格模板更名为导出模板
2024-10-29 22:05:03 +08:00
pixelmaxQM
f30912e02f
fix: 不再自动对导出key进行处理,如遇到关键字需要使用对应数据库的字符串表达式包裹
2024-10-29 20:46:31 +08:00
cangqiaoyuzhuo
1b74dc8afd
chore: fix function name in comment
2024-10-28 22:24:45 +08:00
pixelmaxQM
4f8030ecae
fix: 修复LIKE查询下的模板bug
...
fix: 在模板模式下对AI进行disabled
2024-10-28 21:39:40 +08:00
pixel(奇淼
a2d4c43047
feat: 插件模板搜索功能按照数组提供索引条件
2024-10-27 10:35:43 +08:00
Mohamed Hassan
01295f00e3
+ Add translation for "sys_params.go" in server module.
...
+ Update translation for "server.go" in server module.
+ Fix some typo in translation files.
2024-10-26 00:17:32 +03:00
pixelmaxQM
bb8210b88e
feat: autoFunc可以ai添加代码。
2024-10-24 22:55:15 +08:00
Mohamed Hassan
50494760a5
Merge branch 'i18n' of https://github.com/flipped-aurora/gin-vue-admin into i18n
2024-10-24 15:27:46 +03:00
Mohamed Hassan
2feef35b83
+ Update code to v2.7.6.
...
+ The menu page selection is changed to a step-by-step style, which is more convenient.
+ The parameter management function is added, which can configure and obtain custom parameters.
+ AI functions are fully free.
+ Automation code can automatically fill in the most basic structure template according to the structure name.
+ The API synchronization function supports AI automatic filling
+ The export template function supports automatic generation of the basic structure by AI according to the description.
+ The method of adding automation code supports free selection of registration as a development interface or an interface that requires authentication.
⚠ This update requires re-execution of npm i
⚠ This update requires re-execution of go mod tidy
2024-10-24 15:26:33 +03:00
pixelMax(奇淼
f191601ab4
feat: 增加AddFunc自动填充方法逻辑功能
2024-10-24 18:01:40 +08:00
Brandon lz
eadcda4e30
modified: server/go.mod
...
modified: server/go.sum
2024-10-22 07:05:18 +00:00
Brandon lz
45382d1446
支持大文件分片上传minio
2024-10-22 07:00:51 +00:00
pixelMax(奇淼
2938304fcd
feat: 修改json操作为sjson 不改变原始json文件顺序
2024-10-21 11:37:52 +08:00
pixelMax(奇淼
ff24fe3773
feat: 修改json操作为sjson 不改变原始json文件顺序
2024-10-21 11:19:26 +08:00
pixelmaxQM
5978d5780b
feat: 修补自动化代码中丢失的中文翻译和生成自动化模板中的自动化翻译。
2024-10-20 16:08:50 +08:00