Conversation
…stComposeServices
…or snackbars; cover service tile
…lose logs on stack switch
…+ degraded replicas
…k errors, validate diagnostics
…le, panel state) - compose discovery: parse `find` stdout regardless of exit code — find returns non-zero when a search root (/opt, /srv) is missing yet still emits matches, so discovery was empty on most hosts - compose: persist manually-added stacks across discovery refreshes (were wiped by _loadStacks on Refresh / after Up-Down) - compose: treat 'degraded' services as running (show Stop, not Start) - compose: composeStackFromPath helper — root-level path (/compose.yml) maps to projectDir '/' not '' (no more `cd ''` in the login dir) - compose: bump _servicesGen on the collapse path so a stale in-flight service fetch can't repopulate after deselection - docker: treat 'restarting' containers as running (Stop/Restart, not Start) - docker: action-scoped refresh is silent — no full-screen spinner tearing down the list / open log panel on every Stop/Start/Restart - docker: shell-quote the id in dockerExecCommand for parity with the rest - containers screen: clear scan error on session switch; reset stale runtimes on a failed re-scan so the error surfaces instead of a stale panel - container_service: parseComposePs falls back to 'unknown' for a blank State Tests: +service cases (find exit code, composeStackFromPath, blank state, quoted exec) and +widget regressions (manual-stack persistence, degraded Stop, restarting Stop/Restart, silent post-action refresh). Full suite green.
feat(docker): Docker panel completion — logs, lifecycle, Compose awareness
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Release 0.1.38. Ships the Docker panel completion for the Containers screen. Merging to
mastertriggers the release workflow (multi-platform build + GitHub Release +v0.1.38tag).Changes
DockerPanel): live container list (docker ps -a) with per-container Stop / Start / Restart, one-click Exec into a new SSH tab, and an inline follow-mode log viewer (docker logs -f --tail, auto-scroll with manual-scroll detach, 2000-line cap).ComposePanel): stack discovery viadocker compose lsmerged with afindsweep of~ /opt /srv /home(ls entries take precedence) plus a manual compose-file path add; per-stack Up / Down, per-service Start / Stop, service replica counts, and per-service follow-mode logs.auditSource: 'devops'and single-quote project paths; non-zero exits surface the real stderr.Type of change
feat— new featurefix— bug fixrefactor/polish— no behavior changedocs— documentation onlytest— tests onlyrelease— version release tomasterHow was this tested?
cd app && flutter analyze— no new warnings (the only 2 lints are pre-existing untracked probe files, not part of this release)cd app && flutter test— all tests pass (1500)Checklist
Required when targeting
master(release PRs)CHANGELOG.mdupdated —[0.1.38]versioned section addedapp/pubspec.yaml(0.1.37+1→0.1.38+1)docs/roadmap.mdupdated (Docker panel completion → Shipped, version → 0.1.38)