Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Improve tar stream logging (copy files to container) #1050

Merged

Conversation

HofmeisterAn
Copy link
Collaborator

What does this PR do?

The PR enhances the log messages related to copying files into containers, adding extra information about the specific content being copied.

Why is it important?

Previous log messages lacked information and were not helpful for debugging issues. Additionally, the container builder configuration stores now the IResourceMapping implementations in a list instead of a dictionary. The dictionary prevented copying multiple source files into the same target directory (In very specific configurations, copying multiple source files was an issue, but generally, it wasn't a problem).

Related issues

-

@HofmeisterAn HofmeisterAn added the enhancement New feature or request label Nov 13, 2023
Copy link

netlify bot commented Nov 13, 2023

Deploy Preview for testcontainers-dotnet ready!

Name Link
🔨 Latest commit 0c5ce32
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-dotnet/deploys/65527db06f16b20008dd4ea4
😎 Deploy Preview https://deploy-preview-1050--testcontainers-dotnet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@HofmeisterAn HofmeisterAn merged commit 2229e96 into develop Nov 13, 2023
11 checks passed
@HofmeisterAn HofmeisterAn deleted the feature/refactor-with-resource-mapping-logging branch November 13, 2023 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant