-
Notifications
You must be signed in to change notification settings - Fork 11
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 AccessFeatureStatus on PathLink #238
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
5f9a9f3
Add AccessFeatureStatus on PathLink
ue71603 fe757d6
Travis CI update [skip ci]
8555468
Fix annotation
sgrossberndt d320016
Update OJP_Trips.xsd
ue71603 915c4f8
add partiallyAvailable to Status
ue71603 857f7dd
Travis CI update [skip ci]
adf6e89
Feasibility added
trurlurl 6cd3cd4
Renamed EquipmentStatusEnumeration to AccessFeatureStatusEnumeration
trurlurl ee26279
Travis CI update [skip ci]
b3fe731
Feasibility Enumeration
trurlurl 73429e7
Travis CI update [skip ci]
df05d2b
Travis CI update [skip ci]
589dad3
solved merge mess
ue71603 27f27f8
Travis CI update [skip ci]
43b6cda
Lint and update documentation tables
github-actions[bot] 11a0a79
Update OJP/OJP_Trips.xsd
ue71603 26333db
made valid
ue71603 432f9c4
Lint and update documentation tables
github-actions[bot] a985384
fixed documentation mix-up
ue71603 e51fbf8
Lint and update documentation tables
github-actions[bot] f9b26f0
Lint and update documentation tables
github-actions[bot] 2fec297
Merge branch 'changes_for_v1.1' into AddAccessFeatureStatusOnPathLink
skinkie File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Oops, something went wrong.
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.
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.
This merge moved the position of TripStatusGroup. Was this on purpose?
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.
Please report all collateral damage due to manual merging to @ue71603
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.
@sgrossberndt and the fact that this change was not picked up by CI shows we lack examples.
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.
I did it on purpose. In all other examples Situations were the last before Extension. It thought it was a mistake during the change in Situations. Certainly I should not have done it in this PR if that was not the case (as it seems), but from homogenity, I think it is right. I can undo it in an additional PR if you like @sgrossberndt
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.
No, don't undo it. But it should not have been part of this PR but handled separately.
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.
I know... I only did it, because I thought it was messed up during the merge by me or during the creation of the PR. Should have checked.