0
I Use This!
High Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Feb 02, 2025 — Feb 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
pkg/compose: remove dependency on github.com/docker/buildx/driver More... 5 days ago
fix panic More... 6 days ago
Fix potential nil pointer dereference in container event monitoring More... 11 days ago
compose: recreate container when mounted image digest changes Until now, mustRecreate logic only checked for divergence in TypeVolume mounts but ignored TypeImage mounts. This inconsistency caused containers to erroneously retain stale images even after the source image was rebuilt. This commit updates ensureImagesExists to resolve image volume sources to their digests using the official reference package. This enables ServiceHash (config hash) to naturally detect underlying image digest changes, triggering recreation via the standard convergence logic. An E2E test case is added to verify this behavior. Fixes #13547 More... 11 days ago
Upgrade GitHub Actions to latest versions More... 12 days ago
replace some uses of strings.Split(N) for strings.Cut More... 12 days ago
update to go1.25.6 More... 13 days ago
Dockerfile: update golangci-lint to v2.8.0 More... 13 days ago
fix: emit container status events after network reconnection More... 13 days ago
update to go1.24.12 More... 13 days ago
fsnotify is set in Dockerfile More... 13 days ago
set fsnotify build tag when building for OSX More... 14 days ago
chore(lint): add forbidigo rules to enforce t.Context() in tests More... 14 days ago
test: replace os.MkdirTemp with t.TempDir() More... 14 days ago
test: replace os.Setenv with t.Setenv() More... 14 days ago
test: replace context.Background()/context.TODO() with t.Context() More... 14 days ago
fix: robustly handle large file change batches in watch mode More... 14 days ago
Bump compose to v2.10.1 More... 15 days ago
build(deps): bump github.com/sirupsen/logrus v1.9.4 More... 19 days ago
Fixed progress UI to adapt to terminal width More... 19 days ago
use go-compose instead Signed-off-by: tensorworker <[email protected]> More... 20 days ago
fix: expand tilde in --env-file paths to user home directory More... 20 days ago
build(deps): bump github.com/go-viper/mapstructure/v2 More... 21 days ago
Replace tabbed indentation in sdk.md More... 22 days ago
fix: update github.com/moby/term to indirect dependency More... 22 days ago
refactor: extract API version constants to dedicated file More... 24 days ago
build(deps): bump google.golang.org/grpc from 1.77.0 to 1.78.0 More... 25 days ago
build(deps): bump golang.org/x/sys from 0.39.0 to 0.40.0 More... 25 days ago
build(deps): bump github.com/klauspost/compress to v1.18.2 More... 27 days ago
go.mod: remove exclude rules More... 27 days ago