Skip to content

Fix pull error (failing update of basefile)#79

Merged
varmar05 merged 2 commits intomasterfrom
fix-pull-error
Apr 15, 2021
Merged

Fix pull error (failing update of basefile)#79
varmar05 merged 2 commits intomasterfrom
fix-pull-error

Conversation

@wonder-sk
Copy link
Copy Markdown
Contributor

Fixes MerginMaps/qgis-plugin#219

Improves logging during pull.

The client used version items from "history" from project info in the order
as the server returns them... which is likely sorted, but using lexical sorting,
so in some cases it would fail - e.g. when updating from v4 to v11 the order
of diffs was v10, v11, v5, v6, v7, v8, v9. This makes sure that the versions
are always correctly ordered.

Fixes MerginMaps/qgis-plugin#219
Diagnostic logs did not have the key error messages included when
an error happened during pull - the error was only shown to the user.
@wonder-sk wonder-sk requested a review from varmar05 April 15, 2021 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sync error

2 participants