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

fix dimension words #71

Merged
merged 1 commit into from
Mar 5, 2024
Merged

fix dimension words #71

merged 1 commit into from
Mar 5, 2024

Conversation

wolflu05
Copy link
Owner

@wolflu05 wolflu05 commented Mar 4, 2024

This PR adds the ability to use non word (\w+) matching strings in the dimensions using the word generator type.

fix #70

@wolflu05 wolflu05 added the type/bug Something isn't working label Mar 4, 2024
@wolflu05 wolflu05 added this to the v1.2.3 milestone Mar 4, 2024
Copy link

github-actions bot commented Mar 5, 2024

Coverage Report

Code Coverage

Name Stmts Miss Cover Missing
inventree_bulk_plugin/BulkGenerator/BulkGenerator.py 167 0 100%
inventree_bulk_plugin/BulkGenerator/dimensions.py 66 0 100%
inventree_bulk_plugin/BulkGenerator/generators/gen_alpha.py 36 0 100%
inventree_bulk_plugin/BulkGenerator/generators/gen_numeric.py 14 0 100%
inventree_bulk_plugin/BulkGenerator/generators/generator.py 33 0 100%
inventree_bulk_plugin/BulkGenerator/template.py 29 0 100%
inventree_bulk_plugin/BulkGenerator/utils.py 19 0 100%
inventree_bulk_plugin/BulkGenerator/validations.py 54 0 100%
inventree_bulk_plugin/InvenTreeBulkPlugin.py 47 0 100%
inventree_bulk_plugin/api.py 69 0 100%
inventree_bulk_plugin/bulkcreate_objects.py 319 0 100%
inventree_bulk_plugin/migrations/0001_initial.py 6 0 100%
inventree_bulk_plugin/models.py 21 0 100%
inventree_bulk_plugin/serializers.py 53 0 100%
inventree_bulk_plugin/version.py 1 0 100%
TOTAL 934 0 100%

@wolflu05 wolflu05 merged commit 4518e0c into main Mar 5, 2024
15 checks passed
@wolflu05 wolflu05 deleted the fix-dimension-words branch March 5, 2024 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Problem with the usage of normal strings
1 participant