Releases: GoogleCloudPlatform/testgrid
Releases · GoogleCloudPlatform/testgrid
v0.0.164
What's Changed
- Improved index page by @sultan-duisenbay in #1216
- Fix tab links by @sultan-duisenbay in #1218
- Create failing tests dropdown component in dashboard tab summary by @bryan-lou in #1221
- Add healthiness report dropdown to dashboard summary tab by @bryan-lou in #1224
- Add tests and stories for dashboard tab test failure alert/health summary by @bryan-lou in #1227
- Add ResultStore search to Updater. by @michelle192837 in #1222
- Alert stale tab when no rows exist. by @michelle192837 in #1232
- Add ResultStore config and plug into Updater. by @michelle192837 in #1233
- Add new pod monitors for metrics on GMP. by @michelle192837 in #1236
- Use the correct API version for PodMonitoring resources. by @michelle192837 in #1237
- Process raw results from Resultstore by @sultan-duisenbay in #1238
- Add build override feature by @sultan-duisenbay in #1241
Bumps
- Update Testgrid Canary to v20230601-v0.0.162-29-g9d3cebac by @google-oss-robot in #1212
- Update Testgrid Canary to v20230605-v0.0.163-6-g0718755b by @google-oss-robot in #1220
- Update Testgrid Prod to v20230605-v0.0.163-6-g0718755b by @google-oss-robot in #1219
- Update Testgrid Canary to v20230622-v0.0.163-14-ga9cbb98a by @google-oss-robot in #1226
- Update Testgrid Canary to v20230707-v0.0.163-27-g43be86eb by @google-oss-robot in #1230
- Update Testgrid Prod to v20230707-v0.0.163-27-g43be86eb by @google-oss-robot in #1229
Full Changelog: v0.0.163...v0.0.164
v0.0.163
What's Changed
- Update Testgrid Prod to v20230505-v0.0.161-8-ge7ece33d by @google-oss-robot in #1193
- Add fake API for local dev & tests by @sultan-duisenbay in #1203
- Include Tabulator in protobuf readme by @chases2 in #1204
- Add a basic grid component. by @michelle192837 in #1192
- fix the imports for grid component by @sultan-duisenbay in #1207
- Address grid component comments. by @michelle192837 in #1208
- Update Testgrid Canary to v20230516-v0.0.162-14-gba12388a by @google-oss-robot in #1198
- Update Testgrid Prod to v20230516-v0.0.162-14-gba12388a by @google-oss-robot in #1210
- Add a group summary element, stories and tests by @sultan-duisenbay in #1211
- Add link to name in dashboard summary page by @bryan-lou in #1213
- Add group name to ListDashboards response by @sultan-duisenbay in #1215
- Remove empty results from truncation column. by @michelle192837 in #1217
New Contributors
- @bryan-lou made their first contribution in #1213
Full Changelog: v0.0.162...v0.0.163
v0.0.162
What's Changed
- Configure API host as env variables. by @sultan-duisenbay in #1191
- Update Testgrid Canary to v20230502-v0.0.161-2-g4784eb6a by @google-oss-robot in #1174
- Fix panic in API when subrow info is missing. by @michelle192837 in #1194
- Add additional timing to the Updater logs. by @michelle192837 in #1195
- Update readme with info about changing API hostname by @sultan-duisenbay in #1197
- Update Testgrid Canary to v20230505-v0.0.161-8-ge7ece33d by @google-oss-robot in #1196
Full Changelog: v0.0.161...v0.0.162
v0.0.161
What's Changed
- Update Testgrid Prod to v20230317-v0.0.159-6-gf170b939 by @google-oss-robot in #1171
- Compile summary proto for frontend. by @sultan-duisenbay in #1173
- Update npm dependencies. by @michelle192837 in #1175
- Fix the terser plugin import. by @michelle192837 in #1177
- Add Dashboards, Dashboard-Groups and onclick functionality to render respective Dashboard-groups by @ankur12-1610 in #1179
- Add npm presubmit job. by @michelle192837 in #1180
- MVP for routing by @sultan-duisenbay in #1181
- Improve the tests by @sultan-duisenbay in #1183
- Render content when the page is loaded by @sultan-duisenbay in #1184
- Fix to show storybook stories instead of app index. by @michelle192837 in #1186
- Add the tab bar with tab names by @sultan-duisenbay in #1185
- Bump yaml from 2.2.1 to 2.2.2 in /web by @dependabot in #1187
- Add a tab bar with proper navigation and grid data placeholder. by @sultan-duisenbay in #1189
- Return all cells in API with proper run-length decoding. by @michelle192837 in #1190
Full Changelog: v0.0.160...v0.0.161
v0.0.160
What's Changed
- Add HTTP endpoints by @sultan-duisenbay in #1168
- Fix lint issues. by @michelle192837 in #1169
- Add log for time taken to process a group. by @michelle192837 in #1170
- Update Testgrid Canary to v20230317-v0.0.159-6-gf170b939 by @google-oss-robot in #1167
Full Changelog: v0.0.159...v0.0.160
v0.0.159
What's Changed
- Delete cells for test groups too large to render under cap by @chases2 in #1162
- Update Testgrid Canary to v20230316-v0.0.158-2-g776fc0aa by @google-oss-robot in #1158
- Update Testgrid Prod to v20230316-v0.0.158-2-g776fc0aa by @google-oss-robot in #1165
- Simplify truncating by cell count by @chases2 in #1163
- Allow any origin to pull data from API by @chases2 in #1166
- Add endpoint to fetch individual and multiple dashboard summaries by @sultan-duisenbay in #1164
Full Changelog: v0.0.158...v0.0.159
v0.0.158
What's Changed
- Fixed gcp warnings by @ankur12-1610 in #1151
- Report columns with start = 0 as 'running' so they can update later. by @michelle192837 in #1154
- Update Testgrid Canary to v20230306-v0.0.157-4-gea78f458 by @google-oss-robot in #1156
- Add failures summary to the data returned by summary endpoint by @sultan-duisenbay in #1153
- Update Testgrid Prod to v20230306-v0.0.157-4-gea78f458 by @google-oss-robot in #1150
- Add healthiness summary to tab summary by @sultan-duisenbay in #1160
- Allow custom target status based on targetResult by @XuanWang-Amos in #1155
New Contributors
- @XuanWang-Amos made their first contribution in #1155
Full Changelog: v0.0.157...v0.0.158
v0.0.157
What's Changed
- deps: bump bitbucket.org/creachadair/stringset by @petr-muller in #1144
- Move API from Gorilla to Chi by @chases2 in #1147
- Update Testgrid Prod to v20230227-v0.0.155-45-ga224ef33 by @google-oss-robot in #1145
- Add terminating newline on standalone.md by @michelle192837 in #1148
- Fix go vet issues by @sultan-duisenbay in #1149
- Update Testgrid Canary to v20230301-v0.0.156-10-g5e4085c2 by @google-oss-robot in #1146
New Contributors
- @petr-muller made their first contribution in #1144
Full Changelog: v0.0.156...v0.0.157
v0.0.156
What's Changed
- Updated the json serialization to use protojson library by @sultan-duisenbay in #1128
- Minor clarifications for standalone instructions. by @michelle192837 in #1130
- Update client_golang from 1.11.0 to 1.11.1. by @michelle192837 in #1135
- move parameters to struct by @moki1202 in #1126
- Added nanos to timestamp when converting by @ankur12-1610 in #1131
- [UI] Add tab & dashboard summary Lit component by @sultan-duisenbay in #1137
- Add a tab summary component and associated stories by @sultan-duisenbay in #1140
- Update README files under cmd/ with common tips and commands. by @michelle192837 in #1141
- Updated path prefixes by @ankur12-1610 in #1138
- Log more on 'too old' cols when processing started.json by @michelle192837 in #1143
Releases
- Update Testgrid Prod to v20230207-v0.0.154-44-g4d8396ff by @google-oss-robot in #1122
- Update Testgrid Canary to v20230215-v0.0.155-6-g51a5b78c by @google-oss-robot in #1129
- Update Testgrid Prod to v20230215-v0.0.155-6-g51a5b78c by @google-oss-robot in #1132
- Update Testgrid Canary to v20230216-v0.0.155-12-gb8a7728e by @google-oss-robot in #1133
- Update Testgrid Prod to v20230221-v0.0.155-31-g5006ed86 by @google-oss-robot in #1134
- Update Testgrid Canary to v20230227-v0.0.155-45-ga224ef33 by @google-oss-robot in #1142
New Contributors
- @moki1202 made their first contribution in #1126
- @ankur12-1610 made their first contribution in #1131
Full Changelog: v0.0.155...v0.0.156
v0.0.155
What's Changed
- fix golint issues by @sultan-duisenbay in #1097
- Re-update the singleton_autobug documentation. by @michelle192837 in #1102
- Add health check to API by @chases2 in #1103
- Update Testgrid Canary to v20230118-v0.0.154-6-gb3914284 by @google-oss-robot in #1098
- Remove Erik and add myself to reviewers/approvers by @sultan-duisenbay in #1106
- Update Testgrid Canary to v20230118-v0.0.154-12-g7617c747 by @google-oss-robot in #1107
- Update Testgrid Prod to v20230118-v0.0.154-12-g7617c747 by @google-oss-robot in #1094
- Add Frontend Demo to TestGrid by @chases2 in #1108
- Have health check return an API README by @chases2 in #1104
- Update Testgrid Canary to v20230127-v0.0.154-20-g18ed576e by @google-oss-robot in #1112
- Bump json5 from 1.0.1 to 1.0.2 in /web by @dependabot in #1109
- Decommission unused 'host' flag by @chases2 in #1105
- Update Testgrid Prod to v20230127-v0.0.154-20-g18ed576e by @google-oss-robot in #1113
- Deploy API to Production by @chases2 in #1115
- Tab summaries endpoint by @sultan-duisenbay in #1117
- Added a GetTabSummary endpoint by @sultan-duisenbay in #1119
- Implement ignore_skip to exclude skipped results. by @michelle192837 in #1118
- Update Testgrid Canary to v20230207-v0.0.154-44-g4d8396ff by @google-oss-robot in #1114
New Contributors
- @dependabot made their first contribution in #1109
Full Changelog: v0.0.154...v0.0.155