Andriy Dzikh
|
aae6390004
|
Add link directly to test log for gopogh link.
|
2021-08-12 10:05:43 -07:00 |
Sharif Elgamal
|
923455d7ca
|
Merge pull request #12111 from andriyDev/SimplifyLineCode
Replace yield iterator with simple await array
|
2021-08-04 10:08:58 -07:00 |
Medya Ghazizadeh
|
8d20e4f49e
|
Merge pull request #12112 from andriyDev/DisableCaching
Manage caching of HTML/JS/data.csv for public flake rate system
|
2021-08-03 20:46:40 -07:00 |
Andriy Dzikh
|
fbd96a4bad
|
Add cache control to ensure data.csv is checked at least after an hour of use.
|
2021-08-03 15:35:10 -07:00 |
Andriy Dzikh
|
4e0478eb97
|
Add progress bar for parsing data.
|
2021-08-03 14:51:52 -07:00 |
Andriy Dzikh
|
37d7ff3eff
|
Turn bodyByLinesIterator into getBodyLinesWithProgress.
Yielding is slow! Improves processing time from 8s to 3s.
|
2021-08-03 14:22:31 -07:00 |
Andriy Dzikh
|
01343b001b
|
Simplify bodyByLinesIterator to only use splitting instead of regex.
|
2021-08-03 13:55:33 -07:00 |
Andriy Dzikh
|
c2a4e03ad0
|
Add message at bottom of page saying when the data was collected.
|
2021-08-03 10:49:24 -07:00 |
Andriy Dzikh
|
6b21eff101
|
Update flake charts to use new link setup.
|
2021-07-27 13:28:33 -07:00 |
Andriy Dzikh
|
617d4e3bdf
|
Use root job id to collect test count and total duration for all jobs.
|
2021-07-26 15:55:26 -07:00 |
Andriy Dzikh
|
6e100f1402
|
Parse root job and related fields in JS.
|
2021-07-26 15:42:58 -07:00 |
Andriy Dzikh
|
5e528689e6
|
Remove duration chart.
|
2021-07-26 11:54:41 -07:00 |
Andriy Dzikh
|
16faa3c377
|
Add by-week flake rate charts.
|
2021-07-23 13:45:26 -07:00 |
Andriy Dzikh
|
a6e5755b24
|
Add click to sort columns to flake rate table on env page.
|
2021-07-23 09:16:47 -07:00 |
Andriy Dzikh
|
5d0eba44ec
|
Add test count/fail count chart to environment page.
|
2021-07-01 16:02:22 -07:00 |
Andriy Dzikh
|
d1b6549fbb
|
Add duration graph to environment flake rates.
|
2021-07-01 14:29:19 -07:00 |
Andriy Dzikh
|
b5caf568ac
|
Add growth column to flake list.
|
2021-07-01 12:01:09 -07:00 |
Andriy Dzikh
|
d8ffe3f9fa
|
Add rank column to flake rate list.
|
2021-07-01 11:47:40 -07:00 |
Medya Ghazizadeh
|
4d078ae82f
|
Merge pull request #11766 from andriyDev/EnvPage
Create page with all tests for an environment in flake rate charts
|
2021-06-25 19:27:00 -04:00 |
Andriy Dzikh
|
e9932aa7db
|
Improve error handling to actually render in the UI.
|
2021-06-25 11:13:46 -07:00 |
Andriy Dzikh
|
f57d7ae723
|
Create loading bar while downloading flake chart data.
|
2021-06-25 11:05:49 -07:00 |
Andriy Dzikh
|
637e8326fd
|
Implement proper body-by-lines iterator.
|
2021-06-25 10:47:06 -07:00 |
Andriy Dzikh
|
eeaf03e4a3
|
Add name of test to each point in environment flake page.
|
2021-06-25 09:43:47 -07:00 |
Andriy Dzikh
|
b1ec38f808
|
Add links to charts for each individual test on environment page.
|
2021-06-25 09:39:13 -07:00 |
Andriy Dzikh
|
c067ea6cda
|
Create table to show all flake rates for a specific environment.
|
2021-06-25 09:39:13 -07:00 |
Andriy Dzikh
|
e22ddb9238
|
Compute flakeiness based on last 15 days and only chart top 10 flakiest tests.
|
2021-06-25 09:39:13 -07:00 |
Andriy Dzikh
|
9d41adbf06
|
Create page for viewing all tests for an environment.
|
2021-06-25 09:39:11 -07:00 |
Andriy Dzikh
|
fc6c4eb04e
|
Move existing formatting/charting code into its own function.
|
2021-06-25 09:29:54 -07:00 |
Andriy Dzikh
|
f404d5976f
|
Refactor flake chart data processing to simplify into two steps: aggregation and formatting.
|
2021-06-25 09:26:57 -07:00 |
Andriy Dzikh
|
a0c5634dfd
|
Make nicer fonts for test tooltips in flake charts.
|
2021-06-24 11:57:07 -07:00 |
Andriy Dzikh
|
1c7d6b719c
|
Add links to hashes in flake charts.
|
2021-06-24 11:51:00 -07:00 |
Andriy Dzikh
|
0ff73cf645
|
Group commit hashes into one entry rather than one entry per run.
|
2021-06-24 11:42:50 -07:00 |
Andriy Dzikh
|
300230bd5c
|
Update flake chart colors.
|
2021-06-17 09:41:40 -07:00 |
Andriy Dzikh
|
d245cfcdf7
|
Move all flake rate files to Jenkins to allow auto-upload.
|
2021-06-03 14:12:03 -07:00 |