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.
fix(logs): further clarify update channel selection logging and logic #10058
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
base: master
Are you sure you want to change the base?
fix(logs): further clarify update channel selection logging and logic #10058
Changes from all commits
e281e02cefaff564d7f45File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check warning on line 62 in src/libsync/configfile.cpp
Rename this identifier to be shorter or equal to 31 characters.
Check warning on line 72 in src/libsync/configfile.cpp
Remove the redundant "static" specifier.
Check warning on line 77 in src/libsync/configfile.cpp
Remove the redundant "static" specifier.
Check warning on line 78 in src/libsync/configfile.cpp
Remove the redundant "static" specifier.
Check warning on line 80 in src/libsync/configfile.cpp
Remove the redundant "static" specifier.
Check warning on line 82 in src/libsync/configfile.cpp
Remove the redundant "static" specifier.
Check warning on line 84 in src/libsync/configfile.cpp
Remove the redundant "static" specifier.
Check warning on line 84 in src/libsync/configfile.cpp
Rename this identifier to be shorter or equal to 31 characters.
Check warning on line 184 in src/libsync/configfile.cpp
This function should be declared "const".
Check warning on line 210 in src/libsync/configfile.cpp
This function should be declared "const".
Check warning on line 210 in src/libsync/configfile.cpp
Unmodified variable "show" of type "_Bool" should be const-qualified.
Check warning on line 210 in src/libsync/configfile.cpp
Rename this identifier to be shorter or equal to 31 characters.
Check warning on line 333 in src/libsync/configfile.cpp
Unmodified variable "userPolicy" of type "class QSettings" should be const-qualified.
Check warning on line 339 in src/libsync/configfile.cpp
Unmodified variable "machinePolicy" of type "class QSettings" should be const-qualified.
Check warning on line 409 in src/libsync/configfile.cpp
Unmodified variable "nextToBinary" of type "class QFileInfo" should be const-qualified.
Check warning on line 419 in src/libsync/configfile.cpp
Unmodified variable "inMountDir" of type "class QFileInfo" should be const-qualified.
Check warning on line 437 in src/libsync/configfile.cpp
This function should be declared "const".
Check warning on line 448 in src/libsync/configfile.cpp
Rename this identifier to be shorter or equal to 31 characters.
Check warning on line 557 in src/libsync/configfile.cpp
This function should be declared "const".
Check warning on line 557 in src/libsync/configfile.cpp
Unmodified variable "interval" of type "class std::chrono::duration<long, struct std::ratio<1, 1000> >" should be const-qualified.
Check warning on line 573 in src/libsync/configfile.cpp
Unmodified variable "pollInterval" of type "class std::chrono::duration<long, struct std::ratio<1, 1000> >" should be const-qualified.
Check warning on line 634 in src/libsync/configfile.cpp
This function should be declared "const".
Check warning on line 654 in src/libsync/configfile.cpp
This function should be declared "const".
Check warning on line 1066 in src/libsync/configfile.cpp
Unmodified variable "isChecked" of type "_Bool" should be const-qualified.
Check warning on line 1093 in src/libsync/configfile.cpp
This function should be declared "const".
Check warning on line 1233 in src/libsync/configfile.cpp
Unmodified variable "settings" of type "class QSettings" should be const-qualified.
Check warning on line 1249 in src/libsync/configfile.cpp
This function should be declared "const".
Check warning on line 1257 in src/libsync/configfile.cpp
Unmodified variable "settings" of type "class QSettings" should be const-qualified.
Check warning on line 1263 in src/libsync/configfile.cpp
Unmodified variable "settings" of type "class QSettings" should be const-qualified.
Check warning on line 1267 in src/libsync/configfile.cpp
This function should be declared "const".
Check warning on line 1279 in src/libsync/configfile.cpp
This function should be declared "const".
Check warning on line 1287 in src/libsync/configfile.cpp
Unmodified variable "settings" of type "class QSettings" should be const-qualified.
Check warning on line 1291 in src/libsync/configfile.cpp
This function should be declared "const".
Check warning on line 1359 in src/libsync/configfile.cpp
This function should be declared "const".
Check warning on line 1367 in src/libsync/configfile.cpp
Rename this identifier to be shorter or equal to 31 characters.
Check warning on line 1369 in src/libsync/configfile.cpp
Unmodified variable "settings" of type "class QSettings" should be const-qualified.
Check warning on line 1373 in src/libsync/configfile.cpp
Rename this identifier to be shorter or equal to 31 characters.
Check warning on line 1373 in src/libsync/configfile.cpp
This function should be declared "const".
Check warning on line 1400 in src/libsync/configfile.cpp
Rename this identifier to be shorter or equal to 31 characters.
Check warning on line 1422 in src/libsync/configfile.cpp
This function should be declared "const".
Check failure on line 10 in src/libsync/configfile.h
src/libsync/configfile.h:10:10 [clang-diagnostic-error]
Check warning on line 45 in src/libsync/configfile.h
Rename this identifier to be shorter or equal to 31 characters.
Check warning on line 152 in src/libsync/configfile.h
Edit this comment to use the C++ format, i.e. "//".
Check warning on line 170 in src/libsync/configfile.h
Rename this identifier to be shorter or equal to 31 characters.
Check warning on line 266 in src/libsync/configfile.h
Edit this comment to use the C++ format, i.e. "//".
Check warning on line 270 in src/libsync/configfile.h
Rename this identifier to be shorter or equal to 31 characters.
Check warning on line 271 in src/libsync/configfile.h
Rename this identifier to be shorter or equal to 31 characters.
Check warning on line 274 in src/libsync/configfile.h
Replace this "enum" with "enum class".
Check warning on line 283 in src/libsync/configfile.h
Rename this identifier to be shorter or equal to 31 characters.
Check warning on line 284 in src/libsync/configfile.h
Rename this identifier to be shorter or equal to 31 characters.
Check warning on line 309 in src/libsync/configfile.h
Rename this identifier to be shorter or equal to 31 characters.
Uh oh!
There was an error while loading. Please reload this page.