-
Notifications
You must be signed in to change notification settings - Fork 816
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
use correct version copmparison on NSIS updater: fix update from rc #4979
Conversation
9d461f2
to
80b1b35
Compare
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.
@matthieugallien
Besides some nitpicks, I've got question:
What about the feature of skipping a certain version? I see that now seenVersion
is no longer in use, is this expected? Also, if this is the case, the entire code for seenVersion
needs to be removed as well to avoid confusion?
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #4979 +/- ##
==========================================
- Coverage 57.34% 57.31% -0.03%
==========================================
Files 138 138
Lines 17391 17391
==========================================
- Hits 9972 9967 -5
- Misses 7419 7424 +5
|
80b1b35
to
8dc8f55
Compare
I am not convinced we should fix the current interface to tell users about the skipped version. I would prefer to remove it altogether as we should aim to produce new versions that are not broken and skipping an update should never be needed. |
8dc8f55
to
aca16d5
Compare
aca16d5
to
71d9284
Compare
2d05827
to
ac32865
Compare
skiping an update is probably there for historical reasons to work around broken updates in the past this can lead to users not getting an update they should be getting this can elad to user confusion and the current user interaction is broken if you do not go read the settings file with a text editor Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
ac32865
to
a36672c
Compare
AppImage file: nextcloud-PR-4979-a36672c1a4c13d50017c2c5629d3a4e5e55131b9-x86_64.AppImage |
SonarCloud Quality Gate failed. |
/backport to stable-3.6 |
Fix nextcloud/client_updater_server#96
Signed-off-by: Matthieu Gallien matthieu.gallien@nextcloud.com