Conversation
## Dev Board Ticket - https://dev.azure.com/TDEI-UW/TDEI/_workitems/edit/3750 ## Changes - Updated requirements.txt ## Testing TDEI Portal
Fixed BUG-3750
Dev to Stage
## Dev Board Ticket - https://dev.azure.com/TDEI-UW/TDEI/_workitems/edit/4047 - https://dev.azure.com/TDEI-UW/TDEI/_workitems/edit/4048 ## Changes - Updated `python-osw-validation` from `0.4.4` to `0.4.5` - Added `warning` to the validation response payload - Propagated `warnings` from the `python-osw-validation` package result - Updated sample validation response JSON - Added unit test coverage for warning propagation ## Testing ``` Ran 59 tests in 3.194s OK ```
Update python-osw-validation to 0.4.5 and include warnings in response
Summary: - Upgrade `python-osw-validation` from `0.4.5` to `0.5.0`. - Remove the obsolete `warning` field from validation results and outgoing messages. - Update documentation and sample payloads. - Adjust tests for the new response contract. - Verify all 59 unit tests pass on Python 3.11.
Add support for python-osw-validation 0.5.0
Summary: - switch ALLOW_ZERO_LENGTH_LINES from False to True
Add support to allow zero length
- switch `ALLOW_ZERO_LENGTH_LINES` from `False` to `True`
…th_lines Add support to allow zero length - #103
Dev to Stage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dev Board Tickets
Changes
python-osw-validationto0.5.0.warning/warningsfield from validation results and outgoing response messages.ALLOW_ZERO_LENGTH_LINESfromFalsetoTrueto allow zero-lengthLineStringgeometries during validation.requirements.txt.Testing