Skip to content

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

Conversation

littlejiancc
Copy link
Contributor

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

Language Changelog
🇺🇸 English
🇨🇳 中文

Need cherry-pick to release versions?

Add comment like /cherry-pick release/1.0 when this PR is merged.

For details on the cherry pick process, see the cherry pick requests section under CONTRIBUTING.md.

@erda-bot erda-bot requested a review from Effet December 14, 2021 09:02
@littlejiancc littlejiancc added the dop devops plaoform label Dec 14, 2021
@codecov
Copy link

codecov bot commented Dec 14, 2021

Codecov Report

Merging #3365 (87366f2) into master (451eb0f) will increase coverage by 0.07%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
modules/dop/initialize.go 4.79% <0.00%> (-0.73%) ⬇️
modules/dop/services/issue/issue.go 2.85% <0.00%> (-0.07%) ⬇️
...e/monitor/metric/storage/elasticsearch/provider.go 14.42% <0.00%> (-3.85%) ⬇️
...odules/core/monitor/log/query/log.query.service.go 16.93% <0.00%> (-0.51%) ⬇️
modules/cmp/impl/clusters/import_cluster.go 22.30% <0.00%> (-0.24%) ⬇️
modules/core/monitor/log/query/routes.go 11.68% <0.00%> (-0.16%) ⬇️
modules/core-services/services/project/project.go 15.77% <0.00%> (-0.10%) ⬇️
modules/monitor/apm/topology/topology.go 27.54% <0.00%> (-0.05%) ⬇️
apistructs/pipeline.go 0.00% <0.00%> (ø)
... and 17 more

@littlejiancc littlejiancc force-pushed the feature/requirement-task-overview branch from 1369fe9 to 8833ad6 Compare December 14, 2021 16:23
@littlejiancc littlejiancc force-pushed the feature/requirement-task-overview branch from 8833ad6 to 3544fc3 Compare December 15, 2021 01:59
`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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why BTREE?

@Effet Effet merged commit f3a7beb into erda-project:master Dec 15, 2021
@Effet Effet deleted the feature/requirement-task-overview branch December 16, 2021 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dop devops plaoform
Development

Successfully merging this pull request may close these issues.

2 participants