Preparing a new set of bugs
Block or Report
Block or report ndeloof
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
install-compose-action
install-compose-action PublicGitHub Action to install Docker Compose v2
1,080 contributions in the last year
Day of Week | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
docker/compose,
compose-spec/compose-go,
compose-spec/compose-spec
and 21 other
repositories
Contribution activity
January 2024
Created 22 commits in 4 repositories
Created a pull request in docker/compose that received 5 comments
watch: remove requirements for tar binary and for sync target to be rw
*What I did
Replaced execution of tar
within an exec to untar files by a PutContainerArchive API call (untar is managed by engine)
This removes req…
+11
−19
lines changed
•
5
comments
Opened 22 other pull requests in 4 repositories
compose-spec/compose-go
1
open
12
merged
-
process
extends
recursivelyThis contribution was made on Jan 24 -
add go binding for storage_opt
This contribution was made on Jan 23
-
always resolve paths relative to extending file's working dir
This contribution was made on Jan 19
-
don't assume attribute type to prevent int vs uint32 type mismatch
This contribution was made on Jan 19
-
Fix ulimit parsing
This contribution was made on Jan 19
-
enforce unicity as this is checked by validation
This contribution was made on Jan 18
-
validate merge result vs individual overrides
This contribution was made on Jan 17
-
corner case merging override
This contribution was made on Jan 17
-
Fix regression with additional_context short syntax
This contribution was made on Jan 15
-
fix regression merging overrides
This contribution was made on Jan 15
-
Clean target volume path
This contribution was made on Jan 15
-
fix regression in cycle detection
This contribution was made on Jan 15
-
neutralize path separator when used in service name
This contribution was made on Jan 12
docker/compose
1
open
4
merged
2
closed
-
Fix load .env from project directory when project file is set by COMPOSE_FILE
This contribution was made on Jan 25
-
introduce stopAndRemoveContainer to share logic scaling down
This contribution was made on Jan 23
-
bump compose-go to v2.0.0-rc.2
This contribution was made on Jan 22
-
fix engine version require to use healthcheck.start_interval
This contribution was made on Jan 17
-
Stop the resource timer after last expected event
This contribution was made on Jan 16
-
Proof of fix for regression_merge
This contribution was made on Jan 15
-
regression creating host path if missing
This contribution was made on Jan 15
docker/go-connections
1
open
-
introduce String method on PortMapping
This contribution was made on Jan 16
docker/docs
1
merged
-
document requirement for watch to run as user
This contribution was made on Jan 8
Reviewed 25 pull requests in 4 repositories
compose-spec/compose-go
15 pull requests
-
fix merge issue for labels
This contribution was made on Jan 25
-
Fix #520 project name not available for lookup
This contribution was made on Jan 25
-
process
extends
recursivelyThis contribution was made on Jan 24 -
add depends_on cycle detection during validation phase
This contribution was made on Jan 23
-
Bump actions/setup-go from 4 to 5
This contribution was made on Jan 23
-
config dependabot to maintain github-actions
This contribution was made on Jan 23
-
golangci-lint: enable testifylint
This contribution was made on Jan 23
-
Add usage in readme
This contribution was made on Jan 22
-
fix build.args merge issue when defined with a list
This contribution was made on Jan 22
-
always resolve paths relative to extending file's working dir
This contribution was made on Jan 20
-
use standard errors package
This contribution was made on Jan 19
-
Add port indexer to be sure a service port declaration is unique
This contribution was made on Jan 17
-
Fix merge between two numbers
This contribution was made on Jan 15
-
remove the sync of schema/compose-spec.json from the compose-spec/compose-spec repo
This contribution was made on Jan 15
-
Make public functions of Project type immutable
This contribution was made on Jan 10
docker/compose
6 pull requests
-
bump version of compose-go to v2.0.0-rc.1
This contribution was made on Jan 18
-
remove watch subcommand from the alpha command
This contribution was made on Jan 18
-
fix(tracing): batch span exports to prevent blocking
This contribution was made on Jan 17
-
add support for start_interval
This contribution was made on Jan 17
-
feat(cli): report more useful User-Agent on engine API requests
This contribution was made on Jan 11
-
update compose-go to version using immutable Project functions
This contribution was made on Jan 8
docker/docs
3 pull requests
-
ENGDOCS-1944
This contribution was made on Jan 17
-
Engdocs 1941
This contribution was made on Jan 12
-
bump compose version to v2.24.0
This contribution was made on Jan 12
compose-spec/compose-spec
1 pull request
-
Add workflow to sync compose-spec.json file from compose-go repository
This contribution was made on Jan 15
Created an issue in moby/moby that received 5 comments
node --watch doesn't work well within a container
Description
node --watch
only detect first change in a file when overridden by cp
command
Reproduce
docker run --rm -i ndeloof/test:debug
in a sec…
5
comments