Skip to content

v2.6.0

Compare
Choose a tag to compare
@siggisim siggisim released this 27 Oct 18:21
· 6623 commits to master since this release

Commits

  • 724e37c: Bump version v2.5.18 -> v2.5.19 (release.py) (#1143) (Vadim Berezniker) #1143
  • eaf48db: Log task ID when maxing out attempts (#1145) (Siggi Simonarson) #1145
  • aa7560b: Unify Finalize and MarkDisconnected code paths (#1144) (Zoey Greer) #1144
  • d23559e: Implement role-based URL redirects when switching groups (#1146) (Brandon Duffany) #1146
  • b410f20: Add support for exclusive task scheduling. (Tyler Williams) #1149
  • 3e4f39e: Raise the slow query threshold to de-noise logs (#1148) (Siggi Simonarson) #1148
  • fd0dc64: Switch users of ContainsMulti to FindMissing. (#1125) (Vadim Berezniker) #1125
  • 7a251dd: Upload invocation protos to the webhook URL configured on the group (#1113) (Brandon Duffany) #1113
  • b5749fd: Prevent bazel retry for invocations that have succeeded or are over 4 hours old (#1107) (Zoey Greer) #1107
  • 4cc34f0: Upload JSON to GCS webhooks instead of binary (#1129) (Brandon Duffany) #1129
  • 8226455: Switch over Contains to use FindMissing as well. (#1150) (Vadim Berezniker) #1150
  • 96891c8: Add conversion methods between JWT <-> auth context (#1153) (Brandon Duffany) #1153
  • 4ddd4c5: Respect platform header overrides in execution server (#1154) (Brandon Duffany) #1154
  • 13489ee: Fix bug where LookupInvocation was being called before authentication is done in event handling (#1152) (Zoey Greer) #1152
  • 41d8b61: Properly account for the executable bit in the filecache and workspace re-use (#1157) (Siggi Simonarson) #1157
  • 8e410e2: Add tests for pool-based task routing (#1156) (Brandon Duffany) #1156
  • a8834aa: Fix OS/Arch/Pool case-sensitivity (#1162) (Brandon Duffany) #1162
  • 520c462: Fix UI displayed when the user is not part of any orgs (#1160) (Brandon Duffany) #1160
  • 2fd78e2: Fix auth error when looking up invocation for GCS webhook (#1151) (Brandon Duffany) #1151
  • 7e06d2e: Upgrade grpc version (#1161) (Zoey Greer) #1161
  • ef44c01: Add some architecture diagrams to our docs (#1163) (Siggi Simonarson) #1163
  • 81218ce: Fix 'Manage API keys' link targets (#1164) (Brandon Duffany) #1164
  • 4469517: Don't publish COMPLETED events when tasks are retried. (#1159) (Vadim Berezniker) #1159
  • 2e5db23: More human readable usage numbers (#1167) (Brandon Duffany) #1167
  • f6dde89: Record cache usage even if no invocation ID is set (#1166) (Brandon Duffany) #1166
  • bf7ea1d: Add an integration test for chunked log fetching (#1136) (Brandon Duffany) #1136
  • f5df64a: Fix usage query for sqlite (#1168) (Brandon Duffany) #1168
  • 8c1ed9f: Refresh after changing your own role within an org (#1169) (Brandon Duffany) #1169
  • a348db4: Roll-forward #1120: Change default user role to Developer (#1165) (Brandon Duffany) #1165
  • 6c99fef: Support empty directories in DownloadTree and add tests (#1170) (Siggi Simonarson) #1170
  • 9497d75: Fix panic due to sending on a closed channel (#1171) (Brandon Duffany) #1171
  • 944bf11: Bump version v2.5.19 -> v2.6.0 (release.py) (Tyler Williams)