-
Notifications
You must be signed in to change notification settings - Fork 0
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
Correct df7_10 road alignments according the changes to the EEA template #13
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally LGTM, just noticed a couple of smaller things to fix before merging.
Also, the first line of the commit message feat(df7_10): implement check for max URL length
starts with a space, that's why the commit message check failed.
Validation/MajorRoads/UBA-DE_HVS_to_END_DF7_10_Roads.halex.alignment.xml
Outdated
Show resolved
Hide resolved
Validation/MajorRoads/UBA-DE_HVS_to_END_DF7_10_Roads.halex.alignment.xml
Outdated
Show resolved
Hide resolved
Validation/MajorRoads/UBA-DE_HVS_to_END_DF7_10_Roads.halex.alignment.xml
Outdated
Show resolved
Hide resolved
Validation/MajorRoads/UBA-DE_HVS_to_END_DF7_10_Roads.halex.alignment.xml
Outdated
Show resolved
Hide resolved
b8bdd03
to
c6b9584
Compare
Thanks for the hint. I was already wondering why it is failing but missed that space... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Implement the changes to the DF7_10 Major Railways Excel template in the corresponding HSD JSON schema. SVC-1872
Extend the `urlCheck` so that the maximum allowed length of a URL is checked. The maximum length is configurable via the project variable `MAX_URL_LENGTH`. SVC-1872
Previously the limit was set to 10.000 characters. EEA updated this limit to 4.000 characters. SVC-1872
Implement changes required by the change of the DF7_10 Major Roads Excel template. SVC-1872
c6b9584
to
8ae7bc6
Compare
SVC-1872