Fixing next serie of small problems (mainly found while handling Swiss data and filter) - #92
Open
ue71603 wants to merge 179 commits into
Open
Fixing next serie of small problems (mainly found while handling Swiss data and filter)#92ue71603 wants to merge 179 commits into
ue71603 wants to merge 179 commits into
Conversation
When we automatically generate direction, we need to store it. reorganised the yielding.
skinkie
reviewed
Jan 17, 2026
skinkie
reviewed
Jan 17, 2026
produces tons of log comments
allowed according to the epiprepository. also added a missing import: recurisve_attributes
…MMTIS/badger into fixing_direction_problem_filter
Contributor
|
I'll revamp this branch later. |
Contributor
skinkie
reviewed
Jan 21, 2026
skinkie
reviewed
Jul 22, 2026
|
|
||
| def process(sjp: ServiceJourneyPattern, generator_defaults: dict[str, Any]) -> ServiceJourneyPattern | None: | ||
| def process(sjp: ServiceJourneyPattern, generator_defaults: dict[str, Any]) -> Generator[ServiceJourneyPattern | Direction, None, None] : | ||
| # TODO we should perhaps think about, if we should invent Direction. It is not mandatory. |
Contributor
There was a problem hiding this comment.
The reason why we invent Direction is because IVU cannot import without it.
Collaborator
Author
There was a problem hiding this comment.
we removed the necessity in 2.1-wip. we will have to discuss this
skinkie
reviewed
Jul 22, 2026
Co-authored-by: Stefan de Konink <stefan@konink.de>
skinkie
reviewed
Jul 25, 2026
| "paramiko", | ||
| "types-paramiko", | ||
| "tqdm", | ||
| "xsdata[cli,soap,lxml]>=25.7", |
Contributor
There was a problem hiding this comment.
Here is a merging problem.
Collaborator
Author
There was a problem hiding this comment.
I know... Urs added also some cli code. I think this is feasible.
skinkie
reviewed
Jul 25, 2026
skinkie
reviewed
Jul 25, 2026
Co-authored-by: Stefan de Konink <stefan@konink.de>
…MMTIS/badger into fixing_direction_problem_filter
ue71603
commented
Jul 27, 2026
…MMTIS/badger into fixing_direction_problem_filter
…MMTIS/badger into fixing_direction_problem_filter
Collaborator
Author
|
@skinkie do you merge the rest or say that you don't want some changes? |
Contributor
|
I'll start reviewing the rest after what I am currently busy with. |
Collaborator
Author
|
@skinkie when you are done with the mp and the filter, then I think this needs to be addressed. I have some problems that are probably fixed here or needs to be addressed:
|
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.
Uh oh!
There was an error while loading. Please reload this page.