Yaml data model sync confuses "new" and "old" in interactive output
When displaying changes, the yaml data model syncer refers to the new entities with the word "old" and vice versa...
That should be changed.
Designs
- Show closed items
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- Alexander Schlemmer added BugConfirmed label
added BugConfirmed label
- Alexander Schlemmer assigned to @salexan
assigned to @salexan
- Author Owner
Related to the refactoring of the merge_entities function?
I need to review this issue and decide how to proceed.
- Alexander Schlemmer added Statusnext label
added Statusnext label
- Alexander Schlemmer changed iteration to Sprint Aug 19, 2024 - Sep 1, 2024
changed iteration to Sprint Aug 19, 2024 - Sep 1, 2024
- GitLab Automation Bot removed iteration Sprint Aug 19, 2024 - Sep 1, 2024
removed iteration Sprint Aug 19, 2024 - Sep 1, 2024
- GitLab Automation Bot changed iteration to Sprint Sep 2, 2024 - Sep 15, 2024
changed iteration to Sprint Sep 2, 2024 - Sep 15, 2024
- Alexander Schlemmer added Statustodo label and removed Statusnext label
added Statustodo label and removed Statusnext label
- Alexander Schlemmer added (D label
added (D label
- Alexander Schlemmer set weight to 8
set weight to 8
- Alexander Schlemmer added Statusnext label and removed Statustodo label
added Statusnext label and removed Statustodo label
- GitLab Automation Bot removed iteration Sprint Sep 2, 2024 - Sep 15, 2024
removed iteration Sprint Sep 2, 2024 - Sep 15, 2024
- GitLab Automation Bot changed iteration to Sprint Sep 16, 2024 - Sep 29, 2024
changed iteration to Sprint Sep 16, 2024 - Sep 29, 2024
- GitLab Automation Bot removed iteration Sprint Sep 16, 2024 - Sep 29, 2024
removed iteration Sprint Sep 16, 2024 - Sep 29, 2024
- GitLab Automation Bot changed iteration to Sprint Sep 30, 2024 - Oct 13, 2024
changed iteration to Sprint Sep 30, 2024 - Oct 13, 2024
- Alexander Schlemmer added Statustodo label and removed Statusnext label
added Statustodo label and removed Statusnext label
- Alexander Schlemmer added P3 label
added P3 label
- Alexander Schlemmer added Statusdoing label and removed Statustodo label
added Statusdoing label and removed Statustodo label
- Author Owner
The point here is that:
diff = (describe_diff(*compare_entities(ent, ref ), name=ent.name))
this line basically declares the entity from the yaml file as being "old" and the entity from LinkAhead (ref) as being "new". This is confusing to me.
I would actually question the usage of "old" and "new" here. Wouldn't "local" and "remote" be the better terms?
What do you think @henrik. Correcting this would imply to add two arguments to
describe_diff
inpylib
that allow setting the terms used instead of "old" and "new". - Alexander Schlemmer added On Hold label
added On Hold label