-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
mongodb支持非root用户连接 #618
mongodb支持非root用户连接 #618
Conversation
hhyo
commented
Feb 2, 2020
•
edited
Loading
edited
- 实例配置表新增默认数据库配置
- engine方法get_all_tables、get_all_columns_by_tb、describe_table、query增加关键字参数,统一调用
- 优化查询页的按钮和展示控制
- mongodb支持非root用户连接 mongodb是否可以支持非root用户认证吗 #582
engine方法增加关键字参数,统一调用 优化查询页的按钮和展示控制
8948437
to
a588e57
Compare
Codecov Report
@@ Coverage Diff @@
## master #618 +/- ##
==========================================
+ Coverage 81.66% 81.72% +0.06%
==========================================
Files 77 77
Lines 10319 10317 -2
==========================================
+ Hits 8427 8432 +5
+ Misses 1892 1885 -7
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
一改就要改一圈,太死了改起来蛋疼,太活了又没法复用,脑壳痛🙃 |
要是能有个support matrix 接口,然后根据这个matrix 渲染可能会比较好,最好是自动启用的 |
针对前端还是服务端的?你睡得有点晚啊~ |
肯定是后端返回的数据,可能是在启动的时候import所有engine,然后按照import情况,以及各方法实现情况自动设置系统是否启用的值... |
mongodb支持非root用户连接