Draft
Conversation
Owner
hhyo
commented
Oct 7, 2022
- 升级部分基础依赖(未完全测试)
- 调整api项目的目录结构
- 部分工单接口转移至api,版本为v2
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1897 +/- ##
==========================================
- Coverage 76.34% 76.05% -0.30%
==========================================
Files 115 119 +4
Lines 15852 15862 +10
==========================================
- Hits 12103 12064 -39
- Misses 3749 3798 +49 ☔ View full report in Codecov by Sentry. |
e7d2cec to
cf186c6
Compare
b69ccc8 to
a107ec6
Compare
3ce6ab8 to
6f6a816
Compare
6f6a816 to
a43e2b0
Compare
LeoQuote
reviewed
Nov 25, 2023
| from sql.utils.resource_group import auth_group_users | ||
| from sql.utils.workflow_audit import Audit | ||
| from sql_api.serializers import ( | ||
| from sql_api.serializers.serializers import ( |
Collaborator
There was a problem hiding this comment.
可以在 serializers/__init__.py 里面 from .sql_workflow import xxxx
这样之前 import 的不用改, 这个路径也不会显得很奇怪, 你觉得如何
This file contains hidden or 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
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.