Skip to content

Releases: google/triage-party

v1.6.0

27 Mar 21:08
8b4f69b
Compare
Choose a tag to compare

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

11 Sep 19:26
9a5067e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

26 May 18:38
Compare
Choose a tag to compare

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

02 Mar 17:41
4e1febd
Compare
Choose a tag to compare
v1.4.0-beta.2 Pre-release
Pre-release

Version 1.4.0-beta.2 - 2021-03-02

  • Bump github library from v31 to v33 #250
  • Default to earliest due milestone #245
  • Return false if matchDuration is passed an empty t #244
  • Implement provider.GetClosedIssues #243

Thank you for this release towards our contributors:

  • Thomas Str枚mberg
  • dw1
  • gsquared94

v1.4.0-beta.1

23 Feb 01:55
Compare
Choose a tag to compare
v1.4.0-beta.1 Pre-release
Pre-release

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

25 Aug 02:54
9c6aceb
Compare
Choose a tag to compare
  • 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

18 Jul 03:40
77e0733
Compare
Choose a tag to compare
  • Return stale results if GitHub cannot be queried #189
  • Fix Kanban ETA estimation, add ETA for non-milestone pages #188
  • Automatically pick a contrasting label text color #187

v1.2.0

15 Jul 03:14
212bd7f
Compare
Choose a tag to compare

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

19 Jun 23:02
9d9e80c
Compare
Choose a tag to compare
v1.2.0-beta.3 Pre-release
Pre-release

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

18 Jun 05:40
35856da
Compare
Choose a tag to compare
v1.2.0-beta.2 Pre-release
Pre-release

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