-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Comparing changes
Open a pull request
base repository: moby/moby
base: a72026acbbdf
head repository: moby/moby
compare: 6f6c3b921180da570f5186a754f90c45b55de5bf
- 17 commits
- 15 files changed
- 4 contributors
Commits on Dec 24, 2024
-
Remove use of pools in archive
Signed-off-by: Derek McGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a93a079 - Browse repository at this point
Copy the full SHA a93a079View commit details -
After the untar errors, the reader must complete in order to fill the buffer used by the subsequent check. Signed-off-by: Derek McGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9189a6e - Browse repository at this point
Copy the full SHA 9189a6eView commit details -
Add pool for archive decompress stream
Cleanup decompress logic and add a pool. The close logic should be custom defined for each compression type since they have different close interfaces. Signed-off-by: Derek McGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c251b6 - Browse repository at this point
Copy the full SHA 4c251b6View commit details
Commits on Dec 25, 2024
-
Remove use of bufio in cli import tests
The use of bufio for writing without flushing can lead to an incomplete writing of the tar and subsequent unexpected EOF when importing. Signed-off-by: Derek McGowan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be4eac7 - Browse repository at this point
Copy the full SHA be4eac7View commit details
Commits on Dec 28, 2024
-
Merge pull request #49117 from dmcgowan/archive-remove-pools
Remove use of `pkg/pools` in archive
Configuration menu - View commit details
-
Copy full SHA for f5af46d - Browse repository at this point
Copy the full SHA f5af46dView commit details -
pkg/ioutils: remove OnEOFReader and move it internal
This type was originally in pkg/transport, but got moved to pkg/ioutils in 276c640. This type is only used in a single location, and has no external consumers, so we can move it where it's used and un-export it. Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ab9212 - Browse repository at this point
Copy the full SHA 6ab9212View commit details -
remove pkg/broadcaster and make it internal to container/streams
This package was only used internally in container/streams and had no external consumers. Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44db31b - Browse repository at this point
Copy the full SHA 44db31bView commit details
Commits on Dec 30, 2024
-
daemon: parseSecurityOpt: rename var that shadowed function
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f321120 - Browse repository at this point
Copy the full SHA f321120View commit details
Commits on Dec 31, 2024
-
pkg/parsers: rename var that collided with builtin
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 86a2df8 - Browse repository at this point
Copy the full SHA 86a2df8View commit details
Commits on Jan 1, 2025
-
daemon: add missing "//go:build" directive
relates to 56eb47c, which added the "slices" package. Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c5575b5 - Browse repository at this point
Copy the full SHA c5575b5View commit details -
daemon: adjust tests for changes in go1.24 JSON errors
These tests failed because the error message changed in go1.24 through https://go.dev/cl/606956. === Failed === FAIL: daemon/config TestDaemonConfigurationFeatures/invalid_config_value (0.00s) config_linux_test.go:182: assertion failed: expected error "json: cannot unmarshal string into Go struct field Config.features of type bool", got "json: cannot unmarshal string into Go struct field Config.CommonConfig.features of type bool" === FAIL: daemon/config TestDaemonConfigurationFeatures (0.00s) === FAIL: daemon/config TestDaemonConfigurationHostGatewayIP/config_not_array (0.00s) config_linux_test.go:354: assertion failed: expected error "json: cannot unmarshal string into Go struct field Config.host-gateway-ips of type []netip.Addr", got "json: cannot unmarshal string into Go struct field Config.CommonConfig.DNSConfig.host-gateway-ips of type []netip.Addr" Relax the tests a bit to accept errors produced by either go1.24 or older. Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c37a44 - Browse repository at this point
Copy the full SHA 1c37a44View commit details -
Merge pull request #49170 from thaJeztah/internalize_ioutils_OnEOFReader
pkg/ioutils: remove OnEOFReader and move it internal
Configuration menu - View commit details
-
Copy full SHA for ae1a186 - Browse repository at this point
Copy the full SHA ae1a186View commit details -
Merge pull request #49176 from thaJeztah/parseSecurityOpt_noshadow
daemon: parseSecurityOpt: rename var that shadowed function
Configuration menu - View commit details
-
Copy full SHA for 05a5bdf - Browse repository at this point
Copy the full SHA 05a5bdfView commit details -
Merge pull request #49182 from thaJeztah/pkg_parsers_rename_var
pkg/parsers: rename var that collided with builtin
Configuration menu - View commit details
-
Copy full SHA for 1d3d51f - Browse repository at this point
Copy the full SHA 1d3d51fView commit details -
Merge pull request #49186 from thaJeztah/daemon_add_missing_gobuild
daemon: add missing "//go:build" directive
Configuration menu - View commit details
-
Copy full SHA for 0e10cd6 - Browse repository at this point
Copy the full SHA 0e10cd6View commit details -
Merge pull request #49188 from thaJeztah/go1.24_prep
daemon: adjust tests for changes in go1.24 JSON errors
Configuration menu - View commit details
-
Copy full SHA for d01dd98 - Browse repository at this point
Copy the full SHA d01dd98View commit details -
Merge pull request #49172 from thaJeztah/internalize_pkg_broadcaster
remove pkg/broadcaster and make it internal to container/streams
Configuration menu - View commit details
-
Copy full SHA for 6f6c3b9 - Browse repository at this point
Copy the full SHA 6f6c3b9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff a72026acbbdf...6f6c3b921180da570f5186a754f90c45b55de5bf