Skip to content

Latest commit

 

History

History
409 lines (205 loc) · 11.4 KB

CHANGELOG.md

File metadata and controls

409 lines (205 loc) · 11.4 KB

CHANGELOG

v2.0.3 (2024-08-27)

Fix

  • fix: update cfr to be a layered bar graph, refactored tooltip (#97) (ca3f2bf)

v2.0.2 (2024-08-26)

Fix

  • fix: adjust failure rate graph to show bars side by side, update readme (#96) (f66fb48)

v2.0.1 (2024-08-26)

Fix

  • fix: fix x axis labels and other bugs (#95)

  • fix: don't penalize teams for not having data for a metric in trends

  • fix: fix broken charts

  • fix: scenario where df could fail to render (166778a)

v2.0.0 (2024-08-26)

Breaking

  • feat!: Add Trend Chart (#91)

  • fix!: major refactor to clean up code

  • chore: update readme

  • fix!: more refactoring

  • chore: update readme

  • chore: update readme

  • fix: filter the buildDoraState by the dates supplied in props

  • chore: add trend files

  • feat: Update Board to support showing trends instead of scores

  • chore: fix leading spacing in some files

  • feat: Add Trend Chart

  • fix: adjust trends to always end on a week end

  • chore: update stories to allow switching out the data viewed

  • fix: update readme, rename some components & types to be more clear

  • chore: cleanup code

  • chore: update tests

  • fix: update storybook stories to be editable in the browser

  • fix: update story book to be more streamlined and have editor options

  • chore: get rid of the addon toolbar in storybook

  • chore: make a storybook ci that doesn't open the browser

  • feat: add legend to trend graph

  • fix: adjusting trend time display

  • fix: found the error with the timing

  • fix: make lines thicker, remove logging, simplify a few things

  • fix: simplify these


Co-authored-by: Wolftousen <[email protected]> (ab5d1f2)

v1.0.37 (2024-08-21)

Fix

  • fix: address bug when nodata locks charts out (#80)

  • fix: rework this bit

  • fix: address bug when nodata locks charts out (96ce948)

v1.0.36 (2024-08-21)

Fix

  • fix: rework this bit (#79) (9196858)

v1.0.35 (2024-08-20)

Fix

  • fix: adjust tooltip link limit (#78)

  • fix: limit links to 5 in tooltip

  • fix: handle no data and no api (9b5b113)

v1.0.34 (2024-08-20)

Fix

  • fix: correct issue of data being null/empty (#77) (db95192)

v1.0.33 (2024-08-19)

Fix

  • fix: make message box have static height (#76) (a7a406a)

v1.0.32 (2024-08-19)

Fix

  • fix: make these else ifs (#75) (39089ec)

v1.0.31 (2024-08-19)

Fix

  • fix: forgot to add this to scoreboard (#74) (a9237da)

v1.0.30 (2024-08-19)

Fix

  • fix: force version (#73) (fa3c2a8)

Unknown

  • Bug fix (#72)

  • fix: fixing tooltips and charts for teams display

  • fix: missing code for base recover time, add custom message option (be350be)

v1.0.29 (2024-08-17)

Fix

  • fix: fixing tooltips and charts for teams display (#71) (250cabd)

v1.0.28 (2024-08-15)

Fix

  • fix: push failure record here too (#70) (d8e936f)

v1.0.27 (2024-08-15)

Fix

  • fix: adjust tooltips and chart labels for rt/clt (#69) (cad8faf)

v1.0.26 (2024-08-15)

Fix

  • fix: multiply cfr score x 100 instead of clt score (#68) (35bd37f)

v1.0.25 (2024-08-15)

Fix

  • fix: only show tooltip when not showing details (#67) (01a7212)

v1.0.24 (2024-08-15)

Fix

  • fix: forgot to export this function (#66) (0f2b9f6)

v1.0.23 (2024-08-15)

Fix

  • fix: simpley score titles and account for bad data (#65) (dc9eead)

v1.0.22 (2024-08-15)

Fix

  • fix: force ver bump (#64) (398384b)

Unknown

  • Bug fix (#63)

  • fix: forgot to undo this

  • fix: adjust month length to just be 30 days (9acb3e3)

v1.0.21 (2024-08-15)

Fix

  • fix: forgot to undo this (#62) (689135e)

v1.0.20 (2024-08-15)

Fix

  • fix: deep copy date to prevent modifications (#61) (50b7192)

v1.0.19 (2024-08-14)

Fix

  • fix: 100xrate for cfr color check (#60) (4c99639)

v1.0.18 (2024-08-14)

Fix

  • fix: make measure optional all the way down, use correct measure for clt (#59) (e129019)

v1.0.17 (2024-08-14)

Fix

  • fix: adjust measure names, fix stories (#58) (7d3ad06)

v1.0.16 (2024-08-14)

Fix

  • fix: use correct measures, adjust measure names (#57) (f21f23f)

v1.0.15 (2024-08-14)

Fix

  • fix: account for filters not being directly exported (#56) (8771797)

v1.0.14 (2024-08-14)

Fix

v1.0.13 (2024-08-14)

Fix

  • fix: streamline score board (#54)

  • fix: align scoreboard tooltip with other charts

  • fix: cleanup colors

  • fix: account for fixedAt not being available

  • fix: make sure failed at gets set properly (0784e41)

v1.0.12 (2024-08-14)

Fix

  • fix: expose unknown filter (#53)

  • fix: expose scores and colors

  • chore: cleanup import

  • fix: expose the unknown filter (f38ab61)

v1.0.11 (2024-08-14)

Fix

  • fix: expose scores and colors (#52)

  • fix: expose scores and colors

  • chore: cleanup import (bcdd59e)

v1.0.10 (2024-08-13)

Fix

  • fix: various bug fixes (#51)

  • fix: calc falsly infalted builds by 1 in CFR

  • fix: only show 2 decimal places in clt tooltip

  • fix: try to handle persistent tooltip issue better

  • fix: offset tooltip in clt to mirror others

  • chore: update test data

  • fix: make x-axis padding uniform across charts

  • fix: change clt to bar graph (d54ba72)

v1.0.9 (2024-08-10)

Fix

  • fix: skip weekends for ctl too (#46) (11268d6)

  • fix: disable ReCharts tooltip and replace with react-tooltip (#45) (a989acb)

v1.0.8 (2024-08-08)

Fix

  • fix: correct formula for cfr per day (#44) (6a7cc98)

v1.0.7 (2024-08-08)

Fix

  • fix: provide links in the tooltip (#43) (3fe6b82)

v1.0.6 (2024-08-07)

Fix

  • fix: change how base tooltip is displayed (#42) (fb59db4)

v1.0.5 (2024-08-07)

Fix

Unknown

  • Enhanced tool tip (#40)

  • fix: click node for more info

  • fix: allow clicking a node for more info (429aedd)

v1.0.4 (2024-08-07)

Fix

  • fix: click node for more info (#39) (0cbada5)

  • fix: shift yellow and orange to medium/low, use blue as high (#38) (689d7e8)

v1.0.3 (2024-08-03)

Fix

  • fix: make default end date 1 day in the past (#37) (779674d)

v1.0.2 (2024-07-30)

Fix

  • fix: force ver bump (#36) (4b28d1c)

Unknown

  • Visual bug fixes (#35)

  • chore: update readme

  • fix: shrink max bar size for df

  • fix: add padding to x-axis

  • fix: disable random colors

  • chore: remove dead code (fd9b983)

v1.0.1 (2024-07-29)

Chore

  • chore: update readme (#33) (2eae6bc)

Fix

  • fix: visual adjustments (#34)

  • chore: update readme

  • fix: shrink max bar size for df

  • fix: add padding to x-axis

  • fix: send non-utc into compoenents, convert api response dates to local


Co-authored-by: root <[email protected]> (44087de)

v1.0.0 (2024-07-29)

Breaking