Skip to content

Commit 00a8af1

Browse files
fix: deployment dora dashboard (#6931) (#6942)
* fix: deployment dora dashboard * fix: deployment dashbord add dora debug update * fix: some note * fix: adjust sql * fix: mysql id lint * fix: some bugs * fix: some note Co-authored-by: abeizn <zikuan.an@merico.dev>
1 parent 955cb46 commit 00a8af1

File tree

4 files changed

+307
-160
lines changed

4 files changed

+307
-160
lines changed

backend/plugins/dora/models/migrationscripts/20240201_add_dora_2023_benchmark.go renamed to backend/plugins/dora/models/migrationscripts/20240207_add_dora_2023_benchmark.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func (u *adddoraBenchmark2023) Up(baseRes context.BasicRes) errors.Error {
6262
Metric: "Deployment frequency",
6363
Low: "Fewer than once per six months(low)",
6464
Medium: "Between once per month and once every 6 months(medium)",
65-
High: "Between once per week and once per month(high)",
65+
High: "Between once per day and once per month(high)",
6666
Elite: "On-demand(elite)",
6767
Benchmarks: "2021 report",
6868
}
@@ -185,7 +185,7 @@ func (u *adddoraBenchmark2023) Up(baseRes context.BasicRes) errors.Error {
185185
}
186186

187187
func (*adddoraBenchmark2023) Version() uint64 {
188-
return 20240201000002
188+
return 20240207000002
189189
}
190190

191191
func (*adddoraBenchmark2023) Name() string {

0 commit comments

Comments
 (0)