mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 20:11:07 +08:00
TeamCity change in 'Open-source projects / Storybook' project: Custom chart PROJECT_EXT_306 was modified in project-graphs
This commit is contained in:
parent
c0180db5e7
commit
be2dfb774c
@ -13,6 +13,30 @@ accordingly, and delete the patch script.
|
||||
changeProject("69382d9b-7791-418a-9ff6-1c83b86ed6b5") {
|
||||
features {
|
||||
val feature1 = find<ProjectFeature> {
|
||||
feature {
|
||||
type = "project-graphs"
|
||||
id = "PROJECT_EXT_306"
|
||||
param("format", "duration")
|
||||
param("series", """
|
||||
[
|
||||
{
|
||||
"type": "valueType",
|
||||
"title": "Build Duration (all stages)",
|
||||
"sourceBuildTypeId": "OpenSourceProjects_Storybook_Build_2",
|
||||
"key": "BuildDuration"
|
||||
}
|
||||
]
|
||||
""".trimIndent())
|
||||
param("seriesTitle", "Serie")
|
||||
param("title", "New chart title")
|
||||
}
|
||||
}
|
||||
feature1.apply {
|
||||
param("hideFilters", "")
|
||||
param("title", "Build Duration (all stages)")
|
||||
param("defaultFilters", "")
|
||||
}
|
||||
val feature2 = find<ProjectFeature> {
|
||||
feature {
|
||||
type = "project-graphs"
|
||||
id = "PROJECT_EXT_307"
|
||||
@ -33,7 +57,7 @@ changeProject("69382d9b-7791-418a-9ff6-1c83b86ed6b5") {
|
||||
param("title", "New chart title")
|
||||
}
|
||||
}
|
||||
feature1.apply {
|
||||
feature2.apply {
|
||||
param("title", "Covered Percentage of JS Lines")
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user