-
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
修复查询 tab 随意跳转的 bug #2412
Merged
Merged
修复查询 tab 随意跳转的 bug #2412
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
LeoQuote
force-pushed
the
fix_query_frontend
branch
from
November 24, 2023 11:36
7564b13
to
156e301
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2412 +/- ##
=======================================
Coverage 76.37% 76.37%
=======================================
Files 115 115
Lines 15824 15824
=======================================
Hits 12085 12085
Misses 3739 3739 ☔ View full report in Codecov by Sentry. |
看了下#2230 应该主要为了解决多数据引擎的optgroup自动填充问题,可以在原基础上仅调整这一部分,否则得考虑下面这几个细节处理的修复
可能还有其他已经遗忘的细节... 😂 |
给我两三周我来试试,争取把这些bug都修了发个新版 |
LeoQuote
force-pushed
the
fix_query_frontend
branch
from
November 25, 2023 15:43
3e08734
to
271ad95
Compare
hhyo
approved these changes
Nov 26, 2023
finovy
pushed a commit
to finovy/Archery
that referenced
this pull request
Dec 1, 2023
* 修复查询 tab 随意跳转的 bug * fix syntax * 恢复大部分针对引擎的自定义代码, 整理为配置-渲染的模式, 方便复用 * 优化 redis 帮助手册的代码风格 * 禁用 cassandra 的 explain * 修复"相同表结构查看没有复用结果tab" bug
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.
fix #2290
fix #2267
主要问题都是 #2230 没有还原之前的逻辑
有几个问题:
这几个问题都已经修复了, mongo 的表结构显示也看了下, 现在可以正常显示了