Releases: google/triage-party
Releases · google/triage-party
v1.6.0
What's Changed
- Bump golang.org/x/crypto from 0.0.0-20200622213623-75b288015ac9 to 0.1.0 by @dependabot in #297
- Bump google.golang.org/protobuf from 1.28.1 to 1.33.0 by @dependabot in #304
- Bump golang.org/x/crypto from 0.1.0 to 0.17.0 by @dependabot in #303
- chore: bump jquery version to latest (3.7.1) by @aj185259 in #302
New Contributors
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- fix tinkerbell license by @tejal29 in #270
- fix skaffold.yaml to make sure skaffold dev works on triage party by @tejal29 in #268
- README: Add Thoth Station's triage party by @goern in #271
- Add Joey to minikube triage by @spowelljr in #277
- Update Github CLI access token location in README.md by @joshhunt in #285
- Scope repos to collections by @joeyparrish in #286
- ci: Fix CI reference to git: protocol repo by @joeyparrish in #287
- build: Fix pre-commit linter failures by @joeyparrish in #288
- fix: Make closure rate available to collections by @joeyparrish in #290
- feat: Categorize collections by @joeyparrish in #289
- Bump golang.org/x/net from 0.0.0-20200707034311-ab3426394381 to 0.7.0 by @dependabot in #294
- Bump google.golang.org/grpc from 1.29.1 to 1.53.0 by @dependabot in #295
- bump golang and go mod tidy by @medyagh in #296
New Contributors
- @tejal29 made their first contribution in #270
- @goern made their first contribution in #271
- @joeyparrish made their first contribution in #286
- @dependabot made their first contribution in #294
Full Changelog: v1.4.0...v1.5.0
v1.4.0
The first non-beta release in far far too long.
Changes since v1.4.0-beta.2:
- Parallelize Pull Request & Issue ingestion (2X faster load time) #260
- Minor stylesheet improvements #261
- Fix a bug listing pull requests #259
- Refactor persist for a bi-level readthrough cache: memory & persistent #255
Other important changes since v1.3.0:
- Add gitlab support #193
- Kanban: Default to earliest due milestone #245
- Use name parameter from settings file if present #240
- Avoid panics due to Github and Gitlab API error results #237
- Prevent endless loop of loading same page #214
Thank you to our contributors!
- Josh Hunt
- Stephen Wayne
- Steven Powell
- Thomas Strömberg
v1.4.0-beta.2
v1.4.0-beta.1
Version 1.4.0-beta.1 - 2021-02-22
Changes:
- Use name parameter from settings file if present #240
- Resolve GHE host on getting git provider #232
- Refactor provider library with Go best practices #238
- Validate configured repos #234
- Avoid panics due to Github and Gitlab API error results #237
- Prevent endless loop of loading same page #214
- Convert dupe rule panic to error message #224
- Improve gathering data message #222
- Update Kubernetes support label to kind/support #221
- Increase reload wait time to 5 seconds #220
- Wait 4 seconds to refresh #219
- Add gitlab support #193
Huge thank you for this release towards our contributors:
- Aaron Ogle
- Brian de Alwis
- Jim Kalafut
- Kamil Breguła
- Teplov
- Thomas Strömberg
- disktnk
v1.3.0
- Defer comment tags until all data is fetched, use cached metadata when available #207
- Make the Tags a set to avoid issues of DeDup #203
- Use internal mtime tracking to determine in-memory issue validity #205
- Add svg for future scaling image uses #202
- fix startup panic #199
- cursor:pointer for collapsible #198
- Allow collections to define their own velocity stats #191
Huge thank you for this release towards our contributors:
- Grant Mccloskey
- Thomas Strömberg
- balopat
v1.2.1
v1.2.0
Our first stable release with support for automated Kanban dashboards! Here's the new optimizations since beta 3:
- Don't block page-loads if missing content, add healthz #175
- Add --warn-age flag instead of determining automatically #184
- Persist items on the fly rather than periodically in bulk #183
- Base data age on oldest query time rather than data age #181
- optimization: use cached conversations instead of re-parsing #178
- Add status to /healthz, build similarity tables in the background #177
- Add /threadz handler, fix data age calculation bug #176
- Add comment cross-reference parsing, support multiple debug numbers #169
- Fetch timelines for all issues within a milestone #166
- Fetch timelines for issues that have zero comments #165
- make comment fetching optional for the initial data cycle #162
v1.2.0-beta.3
Mostly optimizations for large repositories, and bug-fixing before the final release:
- Allow stale comment/timeline/review data on initial cycle #155
- Delay persistence until second cycle #153
- stale warning: Add link to Shift-Reload documentation #158
- Remove obsolete tag warning #157
- Fix filtered view count, remove obsolete embedded mode artifacts #156
- Golangci linting cleanup #150
Thank you to our contributors for this release:
- Ken Sipe
- Thomas Strömberg
v1.2.0-beta.2
Multiple improvements to the new Kanban display feature:
- Improve reaction count display #147
- Improve how Kanban is handled for unconfigured collections #146
- Improve Kanban dashboard milestone handling & UI #142
- Make timeline cache date calculation smarter #141
- site: Make relative times more specific #137
- Ensure that referenced PR's are the same age of parent issue #136