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

Add volumes option to docker.compose.run() (#662) #663

Merged

Conversation

www84
Copy link
Contributor

@www84 www84 commented Dec 25, 2024

Implemented option for --volume in docker.compose.run() including tests.

@www84
Copy link
Contributor Author

www84 commented Dec 25, 2024

Okay, my IDE told me on commit that test_compose.py has Windows line breaks, but I thought that I accidentally switched this one file to Windows line breaks it in my IDE, so I changed it to Linux line breaks. Let me quickly fix that back to Windows line breaks.

@www84 www84 force-pushed the add-volumes-to-compose-run branch from 887ba10 to b24e2ca Compare December 25, 2024 13:59
@www84
Copy link
Contributor Author

www84 commented Dec 25, 2024

It's back to Windows line breaks. The question is, thought, if this is desired or if this is an oversight and all files should have Linux line breaks.

@www84 www84 force-pushed the add-volumes-to-compose-run branch from b24e2ca to 2bce90d Compare December 25, 2024 14:01
@www84 www84 force-pushed the add-volumes-to-compose-run branch from 2bce90d to e30685b Compare December 25, 2024 14:04
Copy link
Owner

@gabrieldemarmiesse gabrieldemarmiesse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice pull request! Thanks!

@gabrieldemarmiesse
Copy link
Owner

It's back to Windows line breaks. The question is, thought, if this is desired or if this is an oversight and all files should have Linux line breaks.

Linux line breaks are preferred but I don't want to have to check it at every pull request so I don't ask people to change it if I notice it. A github action checking that all line breaks are linux style would be the best, as it would give quick feedback to contributors but it's not a big deal if we don't have it.

@gabrieldemarmiesse gabrieldemarmiesse merged commit 406eea4 into gabrieldemarmiesse:master Dec 25, 2024
21 checks passed
@www84
Copy link
Contributor Author

www84 commented Dec 25, 2024

Linux line breaks are preferred but I don't want to have to check it at every pull request so I don't ask people to change it if I notice it. A github action checking that all line breaks are linux style would be the best, as it would give quick feedback to contributors but it's not a big deal if we don't have it.

Alright. I agree that it's not a big issue. One last PR coming up in a few minutes. Thank you for reviewing at this time of the year. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants