forked from flipped-aurora/gin-vue-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
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
GVA - 2021/03/07版本合并 #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
根据scuxiatian提供的方案 修改了workflow前端组件的一些bug
为OSS增加腾讯云对象存储支持
根据scuxiatian提供的方案 修改了workflow前端组件的一些bug
修改 - server/api/v1/sys_system.go - server/router/sys_system.go
新增api 重启服务(非windows)
修改gva initdb 判断是否已经创建的一些小问题 新增api生成数据库并初始化回写配置 修改文件: server/cmd/gva/initdb.go server/cmd/information/data_authorities.go server/cmd/information/workflow.go server/initialize/gorm server/main.go 新增文件: server/api/v1/sys.initdb.go server/middleware/init.go server/model/sys_init.go server/service/sys_initdb.go servcer/utils/init_db.go 迁移文件 server/cmd/gva/mysql.go->server/utils/mysql.go
…n-vue-admin into gva_gormv2_dev
修改了 - server/api/v1/sys_initdb.go - server/api/v1/sys_system.go 迁移了模型 - server/model/sys_init.go -> sysver/model/request/sys_init.go
新增功能-api生成数据库并初始化回写配置
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.