Releases: buildbuddy-io/buildbuddy
Releases · buildbuddy-io/buildbuddy
v2.57.0
Commits
- d9c2f9c: Stream execution progress to the action page (#6565) (Brandon Duffany) #6565
- ae702ae: [raft] record last replica id and added timestamp in range descriptor (#6574) (Lulu Zhang) #6574
- 5bc55bb: [raft] Allow us to query whether a replica is current or behind (#6575) (Lulu Zhang) #6575
- dab087c: Simpler structured invocation compare page (#6580) (Siggi Simonarson) #6580
- e39ca68: Use structured error types in frontend RPC service (#6570) (Brandon Duffany) #6570
- e9dd35e: Fix remote bazel if local commit has not been pushed yet (#6564) (Maggie Lou) #6564
- d9c813d: Yet another attempt at deflaking remote_execution_test on arm64 (#6582) (Brandon Duffany) #6582
- 03aec31: Default cache requests card to showing all (#6583) (Siggi Simonarson) #6583
- 5607166: cache requests card: separate button for downloading vs. navigating (#6581) (Brandon Duffany) #6581
- 7aea83d: Restrict group_id label cardinality (#6537) (Brandon Duffany) #6537
- 9f2c213: Increase runner recycle timeout, so we can save snapshots with large resource requests (#6587) (Maggie Lou) #6587
- return more meaningful error than timeout too small (#6590) #6590 (Lulu Zhang)
- b1704b8: Avoid sending task keepalive ping after stream is closed (#6514) (Brandon Duffany) #6514
- render expected outputs (#6554) #6554 (Son Luong Ngoc)
- 9eb492c: Update deps for dependabot (#6584) (Zoey Greer) #6584
- 84e3f33: action card timing: ensure the min css value (#6594) (Son Luong Ngoc) #6594
- 855c135: [RB] Read repo access token from env if set (#6586) (Maggie Lou) #6586
- 13f726b: Set a timeout on workflow actions (#6585) (Brandon Duffany) #6585
- a58707d: Make execution progress 'sticky' (#6595) (Brandon Duffany) #6595
- 788173b: Add utility function to call a streaming RPC with retry (#6579) (Brandon Duffany) #6579
- 7a3070f: Remove max-height from input tree (#6573) (Siggi Simonarson) #6573
- a9f214d: Add tabs to comparison view (#6588) (Siggi Simonarson) #6588
- 4379f7a: Don't publish UNKNOWN ExecutionStage (#6597) (Brandon Duffany) #6597
- 5b69f39: list out all months since group creation when on usage page. (#6598) (jim hollenbach) #6598
- 4ab3f30: Add support for diffing bytestream files in editor (#6592) (Siggi Simonarson) #6592
- 7603efd: Add support for comparing files across invocations (#6593) (Siggi Simonarson) #6593
- 07d197f: Live-stream runner execution status (#6599) (Brandon Duffany) #6599
- e447ed1: Refactor container provider args (#6600) (Brandon Duffany) #6600
- 2c51efd: Hide runner execution streaming behind flag (#6602) (Brandon Duffany) #6602
- 5fde9ec: Add "load all" targets button and fix up copy behavior (#6591) (Siggi Simonarson) #6591
- f84669c: [raft] check meta range when determine whether a node is a zombie (#6601) (Lulu Zhang) #6601
- 2a1c26a: Implement placement driver to add and replace dead replicas (#6515) (Lulu Zhang) #6515
v2.56.0
Commits
- b62c5b0: Add WaitExecution to BuildBuddyService (#6562) (Brandon Duffany) #6562
- 3239668: Add initial execution progress streaming impl (#6544) (Brandon Duffany) #6544
- 59bf37e: Update RPC service to support server-streaming RPCs (#6560) (Brandon Duffany) #6560
- 21fa1e9: Add podman
pids-limit
flag (#6566) (Siggi Simonarson) #6566 - fix 'invalid cross-device link' when installing plugins (#6568) #6568 (Brandon Duffany)
- 52a29b7: Make grpc_client's target parsing match bazel's (#6547) (Brandon Duffany) #6547
- 17373b4: Add flags to make metrics collector expiries configurable (#6563) (Zoey Greer) #6563
- 871a4c5: Also delete cache misses on cache stat clean-up (#6334) (Zoey Greer) #6334
- f47d013: Handle timeouts with ExecuteWorkflow API better (#6553) (Maggie Lou) #6553
- eecfe09: Rework flag tags to allow for easier extensibility (#6246) (Zoey Greer) #6246
- 183e84a: Small change that should have been in #6246 (#6569) (Zoey Greer) #6569
- 517e176: Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /website (#6216) (dependabot[bot]) #6216
- cb0d5e0: Bump ansi-regex from 5.0.0 to 5.0.1 (#6572) (dependabot[bot]) #6572
- 338bfcc: Retry podman 'database is locked' errors (#6571) (Brandon Duffany) #6571
- 054ebdc: Bump github.com/docker/docker from 26.0.0+incompatible to 26.0.2+incompatible (#6409) (dependabot[bot]) #6409
- 9ce86a5: action card: fix negative timeline duration (#6576) (Son Luong Ngoc) #6576
- 11afadd: Bump express from 4.18.2 to 4.19.2 in /website (#6238) (dependabot[bot]) #6238
- 222619b: Bump follow-redirects from 1.15.3 to 1.15.6 in /website (#6160) (dependabot[bot]) #6160
v2.55.0
Commits
- a89b367: close db and leaser after nodehost.Close() is called (#6527) (Lulu Zhang) #6527
- removed unused quit in leasekeeper (#6528) #6528 (Lulu Zhang)
- fix a bug in AddReplica when we want to up-replicate meta range (#6531) #6531 (Lulu Zhang)
- 2e648b8: Delete the remote bazel workflow that runs on every PR (#6530) (Maggie Lou) #6530
- 29904ec: CLI fix fixes (#6532) (Siggi Simonarson) #6532
- 4945b6c: Remove support for creating WORKSPACE files (#6533) (Siggi Simonarson) #6533
- remove unused const in usagetracker (#6526) #6526 (Lulu Zhang)
- 2c73026: Remove bazel query from cli-initiated gazelle run (#6534) (Siggi Simonarson) #6534
- 4307692: Add protos for fine-grained execution progress (#6538) (Brandon Duffany) #6538
- 4af4ab0: prefetch first 3 files in a review. (#6535) (jim hollenbach) #6535
- d9281d6: Support passing a commit sha in the ExecuteWorkflow API (#6521) (Maggie Lou) #6521
- 15d87e1: fix issue where you can't create new comments on left hand side of review (#6539) (jim hollenbach) #6539
- e1474eb: Don't run kythe indexing action yet (#6543) (Tyler Williams) #6543
- 5a04644: some performance improvements to diff rendering--not perfect but way better (#6542) (jim hollenbach) #6542
- render output symlinks (#6525) #6525 (Son Luong Ngoc)
- f90535d: Fix kythe workflow action (#6540) (Maggie Lou) #6540
- 388fa96: Enable podman stats by default (#6549) (Brandon Duffany) #6549
- 535d086: Enable grpc over http by default (#6550) (Siggi Simonarson) #6550
- 0 (#6548) #6548 (Tyler Williams)
- d8ef9f5: Remove FailedPrecondition error logic (#6551) (Brandon Duffany) #6551
- 0b70580: raft refactor: Add a method to get client for a replica descriptor (#6541) (Lulu Zhang) #6541
- add --sort to help msg (#6555) #6555 (Son Luong Ngoc)
- display output dirs as trees (#6545) #6545 (Son Luong Ngoc)
- fix handling symlink inside output dir (#6536) #6536 (Son Luong Ngoc)
- add windows alt separator (#6556) #6556 (Son Luong Ngoc)
- 15ade38: Another attempt to deflake arm64 tests (#6552) (Brandon Duffany) #6552
- rename the log extension (#6557) #6557 (Son Luong Ngoc)
- fd9efc1: Upgrade protoc-gen-protobufjs to get server-streaming support (#6559) (Brandon Duffany) #6559
v2.54.0
Commits
- 3943a28: Add flag to write bare runner output to temp log files for debugging (#6511) (Brandon Duffany) #6511
- fa75715: Disable git credential helpers for all setup commands (#6512) (Brandon Duffany) #6512
- make timeline offset base on start time (#6503) #6503 (Son Luong Ngoc)
- 2819ef7: Rename InputNodeComponent to NodeComponent (#6498) (Son Luong Ngoc) #6498
- 798b0cf: Add command line tool for obtaining a SSH cert. (#6485) (Vadim Berezniker) #6485
- e846d6c: queue update usage tags task at the end of new with args (#6516) (Lulu Zhang) #6516
- Remove driver (#6518) #6518 (Lulu Zhang)
- 379ea17: Upgrade rules_go to v0.47.1 (#6524) (Son Luong Ngoc) #6524
- bd5b31c: Upgrade Go SDK to 1.22.3 (#6523) (Son Luong Ngoc) #6523
- 1c34600: Allow moving mouse outside heatmap while making selection (#6522) (Brandon Duffany) #6522
- 7f0bf9d: [raft] Add methods in replica.Replica to get IDs and range descriptor. (#6520) (Lulu Zhang) #6520
- a5f5c0b: [ci_runner] Support only passing a commit sha and not a branch (#6519) (Maggie Lou) #6519
v2.53.0
Commits
- 9e1b653: Update Grafana setup for VictoriaMetrics (#6443) (Brandon Duffany) #6443
- d6b9b4f: Add NHID to replica descriptor (#6481) (Lulu Zhang) #6481
- 9bf1db0: [raft] reduce repeated setup code in replica_test (#6483) (Lulu Zhang) #6483
- 23eb567: Allow ci_runner to execute a serialized action passed by flag (#6484) (Tyler Williams) #6484
- 845de71: Add service for generating short-lived user certificates. (#6482) (Vadim Berezniker) #6482
- 5f0a27a: Remove dead code in raft (#6486) (Lulu Zhang) #6486
- 7f95a0c: Run a kythe workflow if codesearch is enabled (#6487) (Tyler Williams) #6487
- 4b4a888: Use ubuntu-20.04 when running Kythe (#6488) (Tyler Williams) #6488
- 605e80f: Fix uid/gid errors from podman tar command (#6490) (Brandon Duffany) #6490
- f7ae985: Fix incorrect credential helper path (#6489) (Brandon Duffany) #6489
- 8acde84: Use cache compression; allocate 100G for kythe stuff (#6492) (Tyler Williams) #6492
- caeabf3: Reuse monaco models via convenience function. (#6491) (jim hollenbach) #6491
- 1c8be68: Check if SSL service is enabled before trying to start gRPC services (#6493) (Iain Macdonald) #6493
- 19b0ca0: Add http and monitoring ports for cert generator. (#6494) (Vadim Berezniker) #6494
- c879be6: Update buildbuddy.yaml docs (#6473) (Brandon Duffany) #6473
- 50754dc: Revert "timing_card: get profile from structured flag" (#6495) (Iain Macdonald) #6495
- 2d0d360: Deprecate ExecuteWorkflowRequest.Clean field (#6313) (Maggie Lou) #6313
- 681b2c1: Refactor git logic in ci runner for readability (#6475) (Maggie Lou) #6475
- 2699dfc: Fix some broken links in platforms docs (#6499) (Brandon Duffany) #6499
- roll forward profile detection (#6497) #6497 (Son Luong Ngoc)
- 5d72e43: Update VictoriaMetrics datasource to use global server (#6500) (Brandon Duffany) #6500
- 058eab5: Fix bazel args in codesearch index command (#6502) (Tyler Williams) #6502
- ad44843: Remove Bazel flags enabled by default (#6505) (Fabian Meumertzheim) #6505
- 715a5b0: Fix non-hermeticity with rules_nodejs' directory inputs (#6506) (Fabian Meumertzheim) #6506
- 1e68dc8: alert when there is error fetching metric (#6509) (Lulu Zhang) #6509
- 741c97f: set total bytes free in store.Usage (#6508) (Lulu Zhang) #6508
- 646afc1: Disable git credential helpers for all setup commands (#6512) (Brandon Duffany)
v2.52.0
Commits
- af1f263: Update expectedHash (#6435) (Tyler Williams) #6435
- 3f5f1b1: Turn off repo fetching worker (#6438) (Brandon Duffany) #6438
- 81a89bf: Fix MODULES.bazel (#6434) (Tyler Williams) #6434
- 9fb8163: Fix release.py running docker images instead of just building (#6439) (Brandon Duffany) #6439
- 13af386: Apply workflow action env to CI runner env, not just bazel commands (#6437) (Brandon Duffany) #6437
- 539cede: Use non-aliased target for image push (#6440) (Brandon Duffany) #6440
- 5e21a6b: Rename some things to be more readable. (#6433) (Tyler Williams) #6433
- 1c37cc5: Decrease default task timeout and maximum allowed timeout (#6372) (Brandon Duffany) #6372
- explicitly set ALGORITHM=INPLACE, LOCK=NONE when creating new indexes (#6441) #6441 (jim hollenbach)
- bae1ebc: [Raft] Add a transaction janitor (#6374) (Lulu Zhang) #6374
- 1b7d0b8: Enable golang static check analyzer SA9001: Defers in range loops may not run when you expect them to (#6444) (Iain Macdonald) #6444
- d5df189: Clean up code flow for gRPC server setup and server registration (#6442) (Iain Macdonald) #6442
- 4702a42: Basic CacheProxy Server (#6430) (Iain Macdonald) #6430
- f5457ae: Add some basic rendering for the execution log in the UI (#6449) (Siggi Simonarson) #6449
- d19298e: make comment creation interaction, like, good. (#6450) (jim hollenbach) #6450
- 8574aff: Add expand all button to reviews page (#6454) (jim hollenbach) #6454
- 7114737: remove error alerts when comments are posted, clean up some dead code (#6456) (jim hollenbach) #6456
- bacccce: go-deps: resolve _main to workspace dir (#6457) (Brandon Duffany) #6457
- 8bf2711: Add a toggle to enable codesearch (#6459) (Tyler Williams) #6459
- be19fc5: Add a button to invalidate all workflows for a repo (#6308) (Maggie Lou) #6308
- d6fe770: show comments in folded areas--still a little weird, but better than not (#6451) (jim hollenbach) #6451
- 5cd408c: shade comments lighter when the current user has already replied (#6458) (jim hollenbach) #6458
- c6d4833: include base commit sha and use it in appropriate places (#6452) (jim hollenbach) #6452
- 8b6a208: Add a button to the action details page to invalidate a recycled runner snapshot (#6333) (Maggie Lou) #6333
- a43d884: Break up searcher into query, scorer, and highlighter (#6462) (Tyler Williams) #6462
- ee29cfb: Upgrade rules_go to v0.47.0 (#6436) (Son Luong Ngoc) #6436
- 2393fa5: add server-side support for identifying moved files. (#6463) (jim hollenbach) #6463
- a1b6980: buildbuddy-toolchain: upgrade to the latest version (#6464) (Son Luong Ngoc) #6464
- 615c78b: Fix VM network clone IP calculation and consolidate cleanup (#6461) (Brandon Duffany) #6461
- download execution log with ext (#6467) #6467 (Son Luong Ngoc)
- write exec log to local repo (#6471) #6471 (Son Luong Ngoc)
- get profile from structured flag (#6465) #6465 (Son Luong Ngoc)
- allow customizing git fetch (#6470) #6470 (Brandon Duffany)
- 376cac3: Make IndexReader return a fieldmap (#6477) (Tyler Williams) #6477
- e4bfddf: [RB] Add git metadata for pushed repo for remote bazel (#6474) (Maggie Lou) #6474
- 4e8e6bc: Fetch invocation history from clickhouse, merge in unfinished builds from mysql (#6447) (jim hollenbach) #6447
- 036c12c: share logic for python-ish syntax highlighting between code and reviews ui (#6478) (jim hollenbach) #6478
- c8fc7dd: Allow ci_runner to install kythe (#6479) (Tyler Williams) #6479
v2.51.0
Commits
- 37d188e: Require
http(s)://
prefix to render links (#6395) (Siggi Simonarson) #6395 - 7ca21f7: Always skip latest tag when building arch-specific images (#6396) (Brandon Duffany) #6396
- 7e6b460: [RB] Automatically authorize remote bazel runs if a workflow for the same repo has been configured (#6381) (Maggie Lou) #6381
- 5d2e17f: Use "..." for truncated execution status messages (#6392) (Brandon Duffany) #6392
- 829773b: [raft] refactor: move pass db and leaser into NewWithArgs (#6398) (Lulu Zhang) #6398
- fd1c07a: Start setting and respecting new
default_non_root_runner
column (#6397) (Brandon Duffany) #6397 - f989558: Add
BUILDBUDDY_INVOCATION_ID
environment variable to workflows (#6399) (Siggi Simonarson) #6399 - 3487542: Small clean-up of build event handler logic (#6393) (Zoey Greer) #6393
- 19998aa: re-enable code splitting in the app client, use it for reviews. (#6400) (jim hollenbach) #6400
- move exec log logic to new package (#6405) #6405 (Son Luong Ngoc)
- 1eb503c: Display
testSuite
time when parsingtest.xml
if populated (#6403) (Siggi Simonarson) #6403 - 2fb25d5: Only invalidate the specific workflow snapshot when re-running a workflow from a clean workspace (#6303) (Maggie Lou) #6303
- 318a59f: Show logged-in user's email when hovering over name (#6408) (Siggi Simonarson) #6408
- 6061ff6: Roll-forward "Fix ext4 DirectoryToImageAutoSize not working for some images (#6380)" (#6402) (Brandon Duffany) #6402
- 1c067d2: Clean up deprecated remote_execution.VMMetadata field (#6379) (Maggie Lou) #6379
- a7c2fc3: printlog/compact: support sorting SpawnExec (#6406) (Son Luong Ngoc) #6406
- 2689e22: Exclude testdata using .prettierignore (#6410) (Brandon Duffany) #6410
- 28d8f2e: Rework invocation error card and render more types of errors (#6407) (Brandon Duffany) #6407
- e53bcaf: Pull
GitRepo
andRepoState
into a separategit.proto
(#6414) (Siggi Simonarson) #6414 - 118b5b8: Use monaco to show PR file diffs (#6412) (jim hollenbach)
- 4ec0a32: Fix filecache concurrent scan and remove (#6415) (Brandon Duffany) #6415
- e85fc0f: re-disable splitting, still busted. (#6417) (jim hollenbach) #6417
- 54babca: Small cosmetic editor tweaks (#6418) (Siggi Simonarson) #6418
- 1813941: Fix incorrect mediaType in arm64 executor image layers (#6416) (Brandon Duffany) #6416
- a187ccf: Use MergeStateStatus to determine if PRs can be submitted. (#6421) (jim hollenbach) #6421
- 5c3630a: Show PRs that dont require review as 'Mergeable' in reviews list. (#6422) (jim hollenbach) #6422
- support digest function and blake3 (#6382) #6382 (Son Luong Ngoc)
- 0f4256c: preserve filter state when going to trends page from history page (#6423) (jim hollenbach) #6423
- b30fcb8: Fix rpcutil not respecting context cause arg (#6420) (Brandon Duffany) #6420
- f006e60: Apply timeout to vmexec stream recv (#6419) (Brandon Duffany) #6419
- f3c4ffa: Add timeout to guest mount/unmount RPCs (#6424) (Brandon Duffany) #6424
- 2181f70: remove some unused stuff on the pr search request (#6425) (jim hollenbach) #6425
- 42b7390: grpc_server.go cleanups (#6426) (Iain Macdonald) #6426
- 1867d8d: Remove unnecessary err check in libmain.go (#6427) (Iain Macdonald) #6427
- 2dcd927: Add ze postinglist (#6428) (Tyler Williams) #6428
- 5a51300: postings (#6429) (Tyler Williams) #6429
- 41da461: Add result struct/proto (#6431) (Tyler Williams) #6431
- 33148df: Add searcher implementation (#6432) (Tyler Williams) #6432
v2.50.0
Commits
- 5ea43e5: make GetUsageResponse.usage optional instead of repeated (#6346) (jim hollenbach) #6346
- 5d61695: Have ExtendContextForFinalization respect the parent context's cancelation (#6345) (Brandon Duffany) #6345
- a20f4d6: echo comment info from github back when creating new comments. (#6343) (jim hollenbach) #6343
- f652bd1: Render action timeout in action page (#6348) (Brandon Duffany) #6348
- 9e1e3b4: cli/printlog: improve compact exec log (#6350) (Son Luong Ngoc) #6350
- d14996f: Bump protobufjs from 7.2.4 to 7.2.5 (#6349) (dependabot[bot]) #6349
- 558ae97: Fabian blog post & teams page update (#6344) (Siggi Simonarson) #6344
- 24b2849: Remove old emails (#6354) (Siggi Simonarson) #6354
- 90f6ee1: Small tweaks to firecracker cleanup script (#6352) (Brandon Duffany) #6352
- 3b5e427: Make snaploader code more rollout safe before my proto change (#6356) (Maggie Lou) #6356
- 0ddef0e: Move VMMetadata proto to a more fitting home (#6341) (Maggie Lou) #6341
- 1f88059: Disable debug logs in disconnectedContext.Deadline() (#6353) (Brandon Duffany) #6353
- 633fb52: Clear replica states after we apply remote snapshot to recover (#6347) (Lulu Zhang) #6347
- 2f2b1c6: split out data model for code review into immutable objects (#6342) (jim hollenbach) #6342
- f70ede7: Add flag to skip Contains() check in bytestream.Write if file is small. (#6358) (jim hollenbach) #6358
- 83dd55a: Don't skip deleting counters when detailed stats are enabled (#6355) (Zoey Greer) #6355
- 5e2bd0b: Tweaks to vmexec client tool (#6360) (Brandon Duffany) #6360
- 6584e0f: Update DB schema for workflows non-root migration (#6351) (Brandon Duffany) #6351
- 311f4e0: Use podman-static version at HEAD in integration tests (#6337) (Brandon Duffany) #6337
- ensure ActionResult ouputs are posix (#6361) #6361 (Son Luong Ngoc)
- 5a938e1: Remove extra
=
from java toolchain docs (#6367) (Siggi Simonarson) #6367 - 6e8d534: Add missing
:
to scrape config docs (#6368) (Siggi Simonarson) #6368 - update remote_asset.proto (#6370) #6370 (Son Luong Ngoc)
- 5923027: Improve vmexec RPC error handling (#6363) (Brandon Duffany) #6363
- f4319c3: Revert "workflows/remote-bazel: fix default branch not found" (#6362) (Maggie Lou) #6362
- a9a4ef3: Extend finalization deadline for pausing firecracker VMs (#6364) (Maggie Lou) #6364
- 6911a89: Fix a case where we incorrectly log 'execution possibly stuck' (#6371) (Brandon Duffany) #6371
- 1a30911: Lock VM host network IP ranges while in use (#6365) (Brandon Duffany) #6365
- 993fdde: Don't log nil err (#6373) (Brandon Duffany) #6373
- 5829c93: Only return EOF in cache proxy if a more descriptive error is not available (#6375) (Maggie Lou) #6375
- f225408: [RB] Stream large writes to prevent grpc errors (#6377) (Maggie Lou) #6377
- 1cab5cb: Simplify if block (#6378) (Maggie Lou) #6378
- 8fc5a88: Use block-based size for filecache entry size (#6376) (Brandon Duffany) #6376
- 7b48fcb: [Raft] Add a direct delete request (#6384) (Lulu Zhang) #6384
- 8b25341: [RB] Use auth from bb login if set (#6386) (Maggie Lou) #6386
- d91b6e8: remove unused variable that manages to trick go (#6387) (jim hollenbach) #6387
- 168f75a: Make terminal links clickable (#6388) (Siggi Simonarson) #6388
- 2bfc4f8: add a view for a single file (kinda hacked up ui-wise) (#6391) (jim hollenbach) #6391
- 0b37805: Fix ext4 DirectoryToImageAutoSize not working for some images (#6380) (Brandon Duffany) #6380
- 9a317ff: Temporarily make VM logging opt-in only (#6385) (Brandon Duffany) #6385
- 6449776: Revert "Fix ext4 DirectoryToImageAutoSize not working for some images (#6380)" (#6394) (Brandon Duffany) #6394
- 2866266: Replace instances of
document.onkeydown =
withdocument.addEventListener
(#6389) (Siggi Simonarson) #6389 - ffe1e98: Make editor a little nicer when GitHub isn't linked yet (#6390) (Siggi Simonarson) #6390
v2.49.0
Commits
- ae192fa: [RB] Add more descriptive error messages (#6293) (Maggie Lou) #6293
- 7791cee: Fix typo in github release workflow (#6294) (Maggie Lou) #6294
- 681dfca: Revert "nogo: enable SA1024" (#6296) (Iain Macdonald) #6296
- 988b7cc: Enable bzlmod testing (#5792) (Son Luong Ngoc) #5792
- upgrade to 1.22.2 and grpc-go to latest (#6297) #6297 (Son Luong Ngoc)
- c6f7f91: Review styling tweaks (#6301) (Siggi Simonarson) #6301
- d7b9511: Make the reply button red (#6302) (Siggi Simonarson) #6302
- b6c6a40: switch to graphql for review list page (#6305) (jim hollenbach) #6305
- set username on Gitlab CI (#6257) #6257 (Son Luong Ngoc)
- e52435b: workflows/remote-bazel: fix default branch not found (#6283) (Son Luong Ngoc) #6283
- fix TrimLeft to TrimPrefix (#6298) #6298 (Son Luong Ngoc)
- 269d19b: Use finer-grained buckets for MySQL latency (#6306) (Brandon Duffany) #6306
- bda6ac5: Update release.py to support arch-specific executor images (#6299) (Brandon Duffany) #6299
- 36c117d: Add “Generating release archives” section to “How to migrate an iOS app to Bazel” blog post (#6309) (Brentley Jones) #6309
- e138c5d: Switch to podman-static for podman installation (#6295) (Brandon Duffany) #6295
- ba6a467: Don't wrap error if it's nil (#6311) (Siggi Simonarson) #6311
- 2b44ca2: Update customers (#6312) (Siggi Simonarson) #6312
- 3d74f05: [raft] create a worker to handle update tags tasks and skip update tags when necessary (#6304) (Lulu Zhang) #6304
- d885d39: Add arm64 support to executor docker image (#6310) (Brandon Duffany) #6310
- 8097cd4: Add a bit more logging to release.py (#6320) (Brandon Duffany) #6320
- bea89ce: Borrow regexp->trigram for now (#6329) (Tyler Williams) #6329
- 27c9b5c: [raft] actually write shardStatementMap (#6330) (Lulu Zhang) #6330
- 0b58ac6: Update bazel proto (#6331) (Son Luong Ngoc) #6331
- 4326a6e: Don't use
sqlite3://:memory:
(#6325) (Brandon Duffany) #6325 - 25563f3: cli/printlog: handle compact exec log (#6316) (Son Luong Ngoc) #6316
- 85b0af9: Add skopeo back to executor image (#6332) (Brandon Duffany) #6332
- 83340cb: Disable Firecracker and soci-snapshotter on arm64 for now (#6315) (Brandon Duffany) #6315
- 181f4d2: Fix auth issue in podman integration test (#6336) (Brandon Duffany) #6336
- f31b4eb: Deflake arm64 RBE tests (#6340) (Brandon Duffany) #6340
- 222b491: Make the auth popup a little wider (#6339) (Brandon Duffany) #6339
v2.48.2
What's Changed
- Revert "nogo: enable SA1024" (#6296) by @iain-macdonald in #6296
Full Changelog: v2.48.1...v2.48.2