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

Yearning v1.3.0 正式发布 #40

Closed
cookieY opened this issue Jul 31, 2018 · 20 comments
Closed

Yearning v1.3.0 正式发布 #40

cookieY opened this issue Jul 31, 2018 · 20 comments

Comments

@cookieY
Copy link
Owner

cookieY commented Jul 31, 2018

功能更新如下:

1.修改了报错提示

2.新增细粒化权限组,废除之前的个人权限划分

3.连接名webook合并至配置页面webhook

4.删除查询时限,新增管理员结束用户查询权限

4.查询页面支持自动补全库名及表名

5.新增版本号接口 (登陆后/#/version)

6.修复权限审核页面,数据库管理页面低版本chrome或其他浏览器401报错的问题

7.修复查询审核时查询工单提交没有消息推送的问题

@jaat89
Copy link

jaat89 commented Aug 1, 2018

docker化安装的时候,能否把inception也集成到docker里面去?

@cookieY
Copy link
Owner Author

cookieY commented Aug 2, 2018

@jaat89 后面会考虑

@ztorin
Copy link

ztorin commented Aug 2, 2018

采用v1.3.0安装完后,ddl,dml,索引这些都没问题。但是sql查询的时候会报错sql1064语法错误,但是肯定sql本身语法是没问题了?有遇到一样问题了吗?

@cookieY
Copy link
Owner Author

cookieY commented Aug 2, 2018

@ztorin 没有设置limit

@ztorin
Copy link

ztorin commented Aug 2, 2018

加上limit 1,10 这样的条件后,又报错invalid literal for int() with base 10: ''了?非常感谢你的回复

@ztorin
Copy link

ztorin commented Aug 2, 2018

找到原因了。设置里面没有设置limit值。新手上路,打扰了

@ztorin
Copy link

ztorin commented Aug 2, 2018

现在v1.3.0里面遇到两个问题:1.在审核工单里面查看执行成功的DML语句的回滚语句时,docker日志里面报[ERROR]- AttributeError: 'SQLgo' object has no attribute 'execute' ,确认我的设置inception设置里面配置的备份用户是all privileges 2.admin用户能正常执行dml ddl dcl语句,但是创建的普通用户授予了必要的权限,但是普通用户就dml ddl dcl都不能执行,docker容器里面报错为:[ERROR]- AttributeError: 'NoneType' object has no attribute 'permissions'

@cookieY
Copy link
Owner Author

cookieY commented Aug 2, 2018

@ztorin 请下载新的docker镜像,老的有这个问题

@ztorin
Copy link

ztorin commented Aug 2, 2018

我是今天早上才拉的最新的代码搭建的。

@cookieY
Copy link
Owner Author

cookieY commented Aug 2, 2018

@ztorin 更新过啦

@ztorin
Copy link

ztorin commented Aug 2, 2018

刚刚拉取了最新代码测试,发现还是存在上面提到的2个问题;1.无法查看回滚语句,只是现在docker容器里面的报错提示不一样了,现在是 [ERROR]- KeyError: 0 2.就是关于普通用户无法执行任何DML DDL DCL语句的问题,可以解决吗?我排查觉得是创建的普通用户的有些信息没有写到Yearning库里面的相关表里面了?

@cookieY
Copy link
Owner Author

cookieY commented Aug 2, 2018

@ztorin 已修复

@xjdai1
Copy link

xjdai1 commented Aug 8, 2018

能增加一个语句一次提交执行多个实例功能么

@sky1006
Copy link

sky1006 commented Aug 15, 2018

1.inception 审核太严格,手动模式,警告无法提交,生成模式,可以提交,但无法执行成功。
2.提交步骤太复杂,开发要疯掉了

@cookieY
Copy link
Owner Author

cookieY commented Aug 15, 2018

@sky1006
1.inception一些审核限制可以通过对应参数关闭。具体请查看inception文档
2.yearning 面向的是需要流程化,规范化的,审核平台的用户

@bravewind
Copy link

bravewind commented Aug 28, 2018

select,dml,ddl 语句都ok,但是勾选备份报错。。。docker ip连接不上我的备份服务器
backup: Access denied for user 'test'@'172.18.0.1' (using password: YES) Backup: Access denied for user 'test'@'172.18.0.1' (using password: YES)

@cookieY
Copy link
Owner Author

cookieY commented Aug 28, 2018

@bravewind 错误提示已经很明显了 检查自己的配置。特别注意 网段是否与docker的虚拟网段重名

@bravewind
Copy link

@cookieY 你好,我使用的1.2 版本,在更改表时(添加字段,添加索引等),如果表数据比较多,百万以上,就会一直处于 执行中 的 状态,请问怎么解决?谢谢!

@snailAlice
Copy link

你好,dockerv1.3.1 chrome浏览器工单审核时浏览器出现不兼容,Chrome版本 69.0.3497.100(正式版本) (64 位)

@cookieY
Copy link
Owner Author

cookieY commented Sep 30, 2018

@snailAlice 请具体描述下问题

@cookieY cookieY closed this as completed Oct 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants