-
Notifications
You must be signed in to change notification settings - Fork 119
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
VPN-2452 - Implement subscription expiring message #5743
Conversation
4610e1a
to
cf56a4c
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.
Codecov ReportBase: 28.30% // Head: 0.97% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #5743 +/- ##
==========================================
- Coverage 28.30% 0.97% -27.33%
==========================================
Files 332 289 -43
Lines 22319 15912 -6407
Branches 12055 7621 -4434
==========================================
- Hits 6317 155 -6162
- Misses 10334 15568 +5234
+ Partials 5668 189 -5479
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
ba75483
to
1f58a2c
Compare
Debugging notes for my tomorrow self: The subscription expiring addon is not being enabled or disabled, according to the logs. It is being loaded however. |
925bf1c
to
53d8e76
Compare
1f100cc
to
178b2b8
Compare
115f8af
to
1ae8ad2
Compare
@@ -567,6 +567,24 @@ static QList<InspectorCommand> s_commands{ | |||
return obj; | |||
}}, | |||
|
|||
InspectorCommand{"messages", "Returns a list of the loaded messages ids", 0, |
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.
We already have a similar method for guides. Wondering if we should return all the add-ons with types.
1ae8ad2
to
ff40a94
Compare
13cc889
to
2792130
Compare
2792130
to
4f01070
Compare
Had to reopen it for CI to be able to run fully.
Previous PR: #5273