Skip to content

v2.2.6

Compare
Choose a tag to compare
@siggisim siggisim released this 16 Jun 18:38
· 7477 commits to master since this release

Commits

  • b8c4097: Verify digest contents and size in CAS. (Tyler Williams) #529
  • 2f892f5: Add a BatchUpdateBlobs test for corruption too. (Tyler Williams) #529
  • 071c280: Merge branch 'master' of ssh://github.com/buildbuddy-io/buildbuddy into verified (Tyler Williams) #529
  • 7bf4eeb: Bump ws from 6.2.1 to 6.2.2 in /website (#513) (dependabot[bot]) #513
  • a8d5244: Bump ssri from 6.0.1 to 6.0.2 in /website (#531) (dependabot[bot]) #531
  • 0dd70c0: Print stack traces if present. (Tyler Williams) #534
  • bf48f41: Add another test case. (Tyler Williams) #529
  • e7750ec: Merge branch 'master' of ssh://github.com/buildbuddy-io/buildbuddy into verified (Tyler Williams) #529
  • 905df7b: Merge branch 'master' of ssh://github.com/buildbuddy-io/buildbuddy (Tyler Williams)
  • 9a42c89: Merge branch 'master' of ssh://github.com/buildbuddy-io/buildbuddy into stacks (Tyler Williams) #534
  • 69fdf50: Small tweak to timestamps displayed on Action details page. (#532) (Vadim Berezniker) #532
  • c34d155: Add some basic tests for the stream PubSub implementation. (#525) (Vadim Berezniker) #525
  • 3a11984: Run //enterprise/server/test/performance/cache:cache_test only in CI. (#537) (Vadim Berezniker) #537
  • 0046c13: Cleanup patch files (#507) (Brandon Duffany) #507
  • de29bdf: task-router: Add task router implementation (#511) (Brandon Duffany) #511
  • b596bfe: Clean up terminal.tsx (#535) (Brandon Duffany) #535
  • Implement ExecuteWorkflow (#434) #434 (Brandon Duffany)
  • 0824c71: task-router: Wire up to execution and scheduler servers (#522) (Brandon Duffany) #522
  • Allow configuring a separate executor pool for workflow actions (#520) #520 (Brandon Duffany)
  • 74d9df2: Fixed classes for 0 fetches (#536) (pariparajuli) #536
  • Improve commands card for in progress workflows (#479) #479 (Brandon Duffany)
  • a22d226: Add tests for core web auth flows. (#533) (Vadim Berezniker) #533
  • da0ec05: Refactor auth to separate authentication & context creation. (#538) (Vadim Berezniker) #538
  • 1a8b929: Add a very simple statusz handler. (Tyler Williams) #544
  • 49b9d4e: Comment & buildfix. (Tyler Williams) #544
  • 6d19b69: Use AuthenticateGRPCRequest in scheduler to handle API key changes. (#540) (Vadim Berezniker) #540
  • cd2427d: Merge branch 'master' of ssh://github.com/buildbuddy-io/buildbuddy into stacks (Tyler Williams) #534
  • e5d1969: Show throughput in megabits per second (#530) (Siggi Simonarson) #530
  • cf70aa7: Format and log once. (Tyler Williams) #534
  • 0f521aa: Upgrade dependencies (#541) (Siggi Simonarson) #541
  • 4ab230e: Added Chunkstore and implemented Reader and Writer (Zoey Greer) #447
  • 927e30e: Added ReverseReader (Zoey Greer) #447
  • c3834ea: Tests for chunkstore (Zoey Greer) #447
  • f621412: added description to chunkstore (Zoey Greer) #447
  • b35e0be: Switched never to maxTime, const'd numeric params (Zoey Greer) #447
  • b437df6: Removed extraneous elses (Zoey Greer) #447
  • b5b7a46: Renamed mockstore.Mocktext to mockstore.Context (Zoey Greer) #447
  • fbf24ce: Refactored blockSize and timeoutDuration to be in the Chunkstore instead of the Writer (Zoey Greer) #447
  • 5e41b31: Changed Chunkstore to use status errors instead of errors errors (Zoey Greer) #447
  • 0758606: Cleanup of offset code, mostly for greater clarity (Zoey Greer) #447
  • c2e5cfa: Refactor the write loop for better readability (Zoey Greer) #447
  • 114c48c: Switch arbitrarily long timeout to a more readable alternative (Zoey Greer) #447
  • 704f117: Fix WriteBlob to return number of bytes written (Zoey Greer) #447
  • c3c2c98: Add a background janitor thread to the disk cache. (Tyler Williams) #548
  • 55d5fd7: Merge branch 'master' of ssh://github.com/buildbuddy-io/buildbuddy into statuszzz (Tyler Williams) #544
  • 49f0ac7: Fix styling. (Tyler Williams) #544
  • e289914: Skip the go linking phase every time you make a front-end change when using fastbuild (#551) (Siggi Simonarson) #551
  • ad35eca: More disk stats. (Tyler Williams) #544
  • 95aa530: Make it not a pointer. (Tyler Williams) #544
  • 1aec83f: Format and quote class name. (Tyler Williams) #544
  • 095cfc4: Merge (Tyler Williams) #548
  • 6ad4a44: Enable go-less frontend fastbuild for enterprise (#553) (Siggi Simonarson) #553
  • 634b764: Address feedback. (Tyler Williams) #548
  • 77e8501: Record last GC run time. (Tyler Williams) #548
  • 886d4e7: Simplify (Tyler Williams) #548
  • Add missing error check (#539) #539 (Brandon Duffany)
  • fe46a28: Prep work for running bazel in prober: (#549) (Vadim Berezniker) #549
  • 2b127b7: Bump normalize-url from 4.5.0 to 4.5.1 in /website (#546) (dependabot[bot]) #546
  • e8eda68: Bump postcss from 8.2.7 to 8.3.4 in /website (#545) (dependabot[bot]) #545
  • 275173a: Show healthchecks under /statusz (Tyler Williams) #555
  • d69a2ea: Shard ci_runner_test to speed it up a little bit. (#550) (Vadim Berezniker) #550
  • Fix some prometheus metrics (#552) #552 (Brandon Duffany)
  • bd1295f: Make failed task stream publish an error. (#554) (Vadim Berezniker) #554
  • 9ded74f: Add workflow rerun button (#542) (Brandon Duffany) #542
  • a443cf1: Sort test targets in grid before paginating (#557) (Siggi Simonarson) #557
  • 0af0971: Use int64 instead of time.Time for lastUse time in fileRecords. (Tyler Williams) #558
  • 8dd5512: Filter before paginating raw logs (#559) (Siggi Simonarson) #559
  • 89141a9: Read VERSION from bundle if not found elsewhere. (Tyler Williams) #560
  • 600ead5: container-recycling: Add prom metric for failed recycle attempts + grafana dashboard updates (#543) (Brandon Duffany) #543
  • b8df267: Bump version v2.2.5 -> v2.2.6 (release.py) (Tyler Williams)