-
Notifications
You must be signed in to change notification settings - Fork 129
Comparing changes
Open a pull request
base repository: compose-spec/compose-go
base: v1.19.0
head repository: compose-spec/compose-go
compare: v1.20.0
- 17 commits
- 22 files changed
- 3 contributors
Commits on Sep 21, 2023
-
dotenv: fix an unintended buffer copy
before this change: the test allocates ~10MB after this change: the test allocates ~300KB fixes docker/compose#10951 Signed-off-by: Nick Santos <nick.santos@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 4e850a7 - Browse repository at this point
Copy the full SHA 4e850a7View commit details -
Merge pull request #462 from nicks/nicks/mem
dotenv: fix an unintended buffer copy
Configuration menu - View commit details
-
Copy full SHA for 09fd935 - Browse repository at this point
Copy the full SHA 09fd935View commit details
Commits on Sep 28, 2023
-
define Options type for (driver) options we pass directly to containe…
…r runtine Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8188c76 - Browse repository at this point
Copy the full SHA 8188c76View commit details
Commits on Sep 29, 2023
-
avoid to fail if a duplicate resource is the same as a previous added…
… one Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f989a73 - Browse repository at this point
Copy the full SHA f989a73View commit details -
Merge pull request #466 from glours/include-check-same-service
avoid to fail if a duplicate resource is the same as a previous added ones
Configuration menu - View commit details
-
Copy full SHA for 4b1e1a4 - Browse repository at this point
Copy the full SHA 4b1e1a4View commit details
Commits on Oct 2, 2023
-
Merge pull request #467 from ndeloof/options_types
define Options type for (driver) options we pass as-is to runtime
Configuration menu - View commit details
-
Copy full SHA for 588d586 - Browse repository at this point
Copy the full SHA 588d586View commit details -
introduce DecodeMapstructure to allow type to define custom decode logic
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8dc6561 - Browse repository at this point
Copy the full SHA 8dc6561View commit details -
decode Labels using DecodeMapstructure
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 88eac1d - Browse repository at this point
Copy the full SHA 88eac1dView commit details -
decode DeviceRequest.Count using DecodeMapstructure
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 49eefaf - Browse repository at this point
Copy the full SHA 49eefafView commit details -
decode stringOrList using DecodeMapstructure
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 74c59b5 - Browse repository at this point
Copy the full SHA 74c59b5View commit details -
decode Healthcheck.Test using DecodeMapstructure
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4fc0069 - Browse repository at this point
Copy the full SHA 4fc0069View commit details -
decode Options using DecodeMapstructure
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 54b9780 - Browse repository at this point
Copy the full SHA 54b9780View commit details -
Merge pull request #465 from ndeloof/decode_mapstructure
introduce DecodeMapstructure to allow type to define custom decode logic
Configuration menu - View commit details
-
Copy full SHA for 2d32c3f - Browse repository at this point
Copy the full SHA 2d32c3fView commit details
Commits on Oct 12, 2023
-
add restart action to watch attribute in the develop section
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3d07b9f - Browse repository at this point
Copy the full SHA 3d07b9fView commit details
Commits on Oct 13, 2023
-
fixes #471 Signed-off-by: Nick Santos <nick.santos@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 162cc09 - Browse repository at this point
Copy the full SHA 162cc09View commit details
Commits on Oct 17, 2023
-
Merge pull request #469 from glours/watch-restart
add restart action to watch attribute in the develop section
Configuration menu - View commit details
-
Copy full SHA for 726d8b0 - Browse repository at this point
Copy the full SHA 726d8b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f56910a - Browse repository at this point
Copy the full SHA f56910aView 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 v1.19.0...v1.20.0