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

[TASK] Avoid regex when building file name variants #12

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

eliashaeussler
Copy link
Member

This PR changes the generation of file name variants in QueueableFileTransport to avoid using expensive regular expression for single file name modifications.

@eliashaeussler eliashaeussler added the maintenance Code base is being maintained label Mar 7, 2024
@eliashaeussler eliashaeussler self-assigned this Mar 7, 2024
Copy link

codeclimate bot commented Mar 7, 2024

Code Climate has analyzed commit 794ffa4 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 0.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 0.0% (0.0% change).

View more on Code Climate.

@eliashaeussler eliashaeussler merged commit 120fa06 into main Mar 7, 2024
17 of 18 checks passed
@eliashaeussler eliashaeussler deleted the task/regex branch March 7, 2024 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Code base is being maintained
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant