Skip to content

fix: wave 1 - fix failing test, repo health, and git cleanup#276

Merged
jongio merged 3 commits into
mainfrom
swarm/wave-1-quick-fixes
May 19, 2026
Merged

fix: wave 1 - fix failing test, repo health, and git cleanup#276
jongio merged 3 commits into
mainfrom
swarm/wave-1-quick-fixes

Conversation

@jongio
Copy link
Copy Markdown
Owner

@jongio jongio commented May 19, 2026

Wave 1: Quick Isolated Fixes

Issues Resolved

Changes

  • \logbuffer_context_test.go: Use
    ewTestLogBuffer()\ helper that properly initializes the ring buffer via \Add()\ instead of direct struct initialization (which left \count==0, causing \linearize()\ to return nil and panics)
  • .github/dependabot.yml: Fix gomod directory from /\ to /cli\ (where go.mod actually lives)
  • \CHANGELOG.md: Add proper dates to 0.4.0 and 0.5.0 entries
  • Remove stale \cli/dashboard/package-lock.json\ (project uses pnpm exclusively)

Note

The stale \patrol/refactoring\ remote branch should also be deleted: \git push origin --delete patrol/refactoring\

Closes #273, #272, #266

jongio and others added 2 commits May 19, 2026 05:32
- Fix TestLogBuffer_GetLogsWithContext panic by using Add() instead of
  direct struct initialization (ring buffer count was 0) (#273)
- Fix dependabot gomod directory from / to /cli (#272)
- Add dates to CHANGELOG 0.4.0 and 0.5.0 entries (#272)
- Remove stale package-lock.json from cli/dashboard (#272)
- Delete stale patrol/refactoring local branch (#266)

Closes #273, #272, #266

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Format 5 Go files with gofmt -w -s
- Remove unused zerolog dependency via go mod tidy
- Regenerate pnpm-lock.yaml to fix overrides config mismatch

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 19, 2026

🚀 Website Preview

Your PR preview was available here.

Preview has been cleaned up as the PR was closed.

github-actions Bot added a commit that referenced this pull request May 19, 2026
- Format 3 more Go files (logbuffer_context_test, parser_test, orchestrator)
- Fix TestContainerRuntimeDetection: check runtime.Image instead of
  runtime.Command (image is stored in Image field, not Command)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
github-actions Bot added a commit that referenced this pull request May 19, 2026
@jongio jongio merged commit 5a24d07 into main May 19, 2026
11 of 15 checks passed
github-actions Bot added a commit that referenced this pull request May 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pre-merge validation: findings for azd-app

1 participant