aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/dash/app/pal/stats
AgeCommit message (Collapse)AuthorFilesLines
2022-09-19feat(uti): Move directorypmikus5-1131/+0
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: I7300ecfe756baaf3fbeedb020070f882cfaca445
2022-09-14UTI: Remove datepicker, unify font sizesTibor Frank3-130/+18
Change-Id: I074425dbfe46c6411b2e04cd9c36d20f60a3f4de Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-08-19UTI: Set date picker by info from urlTibor Frank1-3/+11
- Performance trending - Statistics Change-Id: I06077f233e07ee814b44bc6891519dc19c49b57d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-08-03UTI: Add Download for iterative data.Tibor Frank2-3/+33
Change-Id: I79bcfc2449310d4d186146ce79b2143a33ed2d1f Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-07-27UTI: Code clean-upTibor Frank1-1/+1
Change-Id: Ia88f3ce646664eeb4f2bb96e25fe1c2e433d7423 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-07-26UTI: code clean-upTibor Frank2-109/+168
Change-Id: I492370e20ad0e7431aaf86af618ed874104c4ad5 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-07-22UTI: Add URL support to "News"Tibor Frank1-1/+0
Change-Id: Ic3d878e02d1237a4e1e05aba7bd0747ef6c66515 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-07-21UTI: Move common functions to utils.Tibor Frank1-47/+21
Change-Id: Ic390359afcea7855a964f8f9793f6d17a5b9b616 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-07-21UTI: Move constatns to a separate fileTibor Frank2-19/+12
Change-Id: If3796b71d02bcf5a92612585dfa8867e5039f037 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-06-15Feat(uti): Last failed testsTibor Frank1-1/+0
Change-Id: Ifac36b3f2c886a78cb8a7922f98a760287d631ef Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-05-23fix(dash): improve date formatting in hoverVratko Polak1-1/+1
Bring it closer to RFC 3339 while keeping spaces. The fully compatible format (2022-03-29T08:45:02Z) may look too exotic for average human. Dates other than in hover (e.g. in Time Period selection) are not affected by this Change. Change-Id: Ic5033d1b0db8505b0919e6a1392e28004c718f21 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
2022-05-19feat(uti): Add iterative dataTibor Frank2-3/+1
Change-Id: Iaa7253b377f019235289f6bbf48eafd850a2dfc8 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-05-17feat(uti): Add list of failed tests to statsTibor Frank2-7/+62
Change-Id: Ie0bedafc7be3235fe696af4f356e95f64773e783 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-05-16feat(uti): set styles for url dialogTibor Frank1-17/+30
Change-Id: I27e741436be82499c84371018a4f03f2330cbab4 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-05-11feat(uti): Statistics - base64 encoded urlTibor Frank1-23/+33
Change-Id: Iab6d5c62ab35778127bb328a032a63cd7c21d0bd Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-05-10feat(uti): Statistics - add urlTibor Frank1-37/+105
Change-Id: Ied1ec832379dad4965ad2299834d2eaa7d1a4c88 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-05-09feat(uti): data to csvTibor Frank2-15/+29
Change-Id: Iebc24dae2b76408f07c145b2638c346193cf8e1e Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-05-09feat(uti): tooltipsTibor Frank2-37/+84
Change-Id: I615affce80f1e6af9ea0a5d581b84e17ee88e458 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-05-05feat(uti): Generate structure of tests from data for trendingTibor Frank1-3/+4
Change-Id: I14a59da85112473fde342b2f687bd87256a7d416 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-05-03feat(uti): Add structured menu for statsTibor Frank2-22/+283
Change-Id: I907606b1b994e991975f887611750d23fd7f1634 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-04-27feat(uti): Add constant TIME_PERIODTibor Frank2-8/+24
It defines the time period from now back to the past from which data is raed to dataframes. Change-Id: Ic6feeb8e7958d69aa2e39922b48e9898e09b45dd Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-04-27feat(uti): Add offcanvas to statsTibor Frank1-25/+106
Change-Id: I5d807944b0158e51998bfc709a87d9d6c826112c Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-04-27feat(uti): Add init files to dirsTibor Frank1-0/+12
Change-Id: Ic643da296861350b4d86eaec0245c8312f3c1a35 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2022-04-26feat(uti): Add statisticsTibor Frank4-0/+605
Change-Id: I14046fd1050f130d201bbe81a72e48ad4fd10057 Signed-off-by: Tibor Frank <tifrank@cisco.com>