Skip to content

v2.7.2

Choose a tag to compare

@github-actions github-actions released this 20 Aug 12:57
· 555 commits to main since this release

v2.7.2

Changes since v2.7.1.

Compare: v2.7.1...v2.7.2

Fixes

  • test: align live pagination schemas and error taxonomy assertions (911d676)
  • test: extract PR version with zero fallback in live PR suites (a741cfa)
  • test: pass expected version parameter on PR transition commands in live suites (202c9f5)
  • test: align PR state machine steps with Bitbucket author restrictions (322a372)
  • test: remove unused imports in pr state machine live test (cf1ceea)
  • test: use harness branch push and clone verification in live PR tests (e95940e)
  • test: configure git identity in temporary repos before committing in live tests (31ca3d4)
  • test: correct branch create and pr create flag bindings in live integration suites (c5cb91e)
  • live: fix live test compilation imports and admin user env resolution (04711b4)

Refactors

  • cli: modularize command tree into domain packages per ADR-032 (#337) (7d9e149)

Docs

  • adr: sharpen ADR-052 with client-side algorithm testing policy (1ed8033)
  • adr: add ADR-052 on layer-boundary testing and mock elimination (070451b)

Tests

  • ci: adjust patch coverage threshold to 75% for command tree modularization (644cf44)
  • cli: add defaults and validation tests for browse, update, tag, sshkey, and webhook (607615a)
  • cli: expand unit tests across project, repo, pr, branch, and diff commands (9aa9b0a)
  • cli: expand unit test coverage for reviewer, sshkey, tag, webhook, and ref command packages (3ca96aa)
  • cli: expand unit test coverage for repo command package (0b6412c)
  • cli: expand unit test coverage for branch command package (199a145)
  • cli: expand unit test coverage for pull request command package (fa690da)
  • cli: expand unit coverage for commit and diff command packages (b7c4ca3)
  • cli: expand unit coverage for build status and code insights commands (8bd6f69)
  • cli: add unit test coverage for repo comments, misc, ref, and tag commands (30a73e5)
  • cli: expand unit coverage for reviewer, reviewergroup, repo, pr, and branch commands (eebdeeb)
  • expand live reviewer governance suite and unit coverage across CLI command packages (e3f2498)
  • live: add error taxonomy, stream pagination, PR lifecycle, git wire roundtrip, and webhook ping suites (4cc1f5d)
  • cli: add property-based fuzz tests for repo selector and git URL parsers (b12932d)
  • live: eliminate masked t.Skip calls and fix required build check schema in live tests (defa8f4)
  • services: prune pass-through mock-echoing tests across services per ADR-052 (3d0bcc8)
  • services: prune pass-through mock-echoing tests from branch and comment services per ADR-052 (60ec7d9)