-
Notifications
You must be signed in to change notification settings - Fork 378
feature: add stackchart render and add dice_issue_state_circulation #3365
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
Merged
Effet
merged 7 commits into
erda-project:master
from
littlejiancc:feature/requirement-task-overview
Dec 15, 2021
Merged
feature: add stackchart render and add dice_issue_state_circulation #3365
Effet
merged 7 commits into
erda-project:master
from
littlejiancc:feature/requirement-task-overview
Dec 15, 2021
Conversation
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
Codecov Report
@@ Coverage Diff @@
## master #3365 +/- ##
==========================================
+ Coverage 17.79% 17.87% +0.07%
==========================================
Files 1384 1387 +3
Lines 143698 144557 +859
==========================================
+ Hits 25578 25835 +257
- Misses 115434 116037 +603
+ Partials 2686 2685 -1
|
Effet
suggested changes
Dec 14, 2021
1369fe9
to
8833ad6
Compare
8833ad6
to
3544fc3
Compare
Effet
suggested changes
Dec 15, 2021
`creator` varchar(255) NOT NULL DEFAULT '' COMMENT '创建人', | ||
`issue_id` bigint(20) NOT NULL DEFAULT '0' COMMENT 'issue_id', | ||
PRIMARY KEY (`id`), | ||
KEY `idx_project_id` (`project_id`) USING BTREE |
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.
why BTREE?
...p/component-protocol/components/requirement-task-overview/distributePage/topFilter/render.go
Outdated
Show resolved
Hide resolved
Effet
approved these changes
Dec 15, 2021
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.
What type of this PR
Add one of the following kinds:
/kind feature
What this PR does / why we need it:
feature: add stackchart render and add dice_issue_state_circulation
Which issue(s) this PR fixes:
Specified Reviewers:
/assign @Effet
ChangeLog
Need cherry-pick to release versions?
Add comment like
/cherry-pick release/1.0
when this PR is merged.