Skip to content
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

Merged
merged 9 commits into from
Feb 8, 2023

Conversation

brizental
Copy link
Contributor

Had to reopen it for CI to be able to run fully.

Previous PR: #5273

Copy link
Collaborator

@strseb strseb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

giphy

@codecov-commenter
Copy link

codecov-commenter commented Jan 23, 2023

Codecov Report

Base: 28.30% // Head: 0.97% // Decreases project coverage by -27.33% ⚠️

Coverage data is based on head (4f01070) compared to base (824655c).
Patch coverage: 0.00% of modified lines in pull request are covered.

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     
Flag Coverage Δ
functional_tests 0.00% <0.00%> (ø)
linux_unit_tests ?
lottie_tests 22.97% <ø> (?)
macos_unit_tests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/apps/vpn/inspector/inspectorhandler.cpp 0.00% <0.00%> (ø)
src/shared/env.h 0.00% <0.00%> (-100.00%) ⬇️
src/shared/hkdf.h 0.00% <0.00%> (-100.00%) ⬇️
src/shared/urlopener.h 0.00% <0.00%> (-100.00%) ⬇️
src/shared/collator.cpp 0.00% <0.00%> (-100.00%) ⬇️
src/apps/vpn/pinghelper.h 0.00% <0.00%> (-100.00%) ⬇️
src/apps/vpn/models/keys.h 0.00% <0.00%> (-100.00%) ⬇️
src/apps/vpn/models/user.h 0.00% <0.00%> (-100.00%) ⬇️
src/shared/settingsholder.h 0.00% <0.00%> (-100.00%) ⬇️
src/apps/vpn/models/device.h 0.00% <0.00%> (-100.00%) ⬇️
... and 238 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.
📢 Do you have feedback about the report comment? Let us know in this issue.

bakulf
bakulf previously requested changes Jan 24, 2023
tests/functional/testAddons.js Outdated Show resolved Hide resolved
tests/functional/testAddons.js Outdated Show resolved Hide resolved
tests/functional/setupVpn.js Show resolved Hide resolved
@brizental brizental force-pushed the VPN-2452-sub-expire branch 6 times, most recently from ba75483 to 1f58a2c Compare January 25, 2023 16:00
@brizental
Copy link
Contributor Author

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.

@@ -567,6 +567,24 @@ static QList<InspectorCommand> s_commands{
return obj;
}},

InspectorCommand{"messages", "Returns a list of the loaded messages ids", 0,
Copy link
Collaborator

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.

tests/functional/testAddons.js Outdated Show resolved Hide resolved
@brizental brizental force-pushed the VPN-2452-sub-expire branch from 1ae8ad2 to ff40a94 Compare February 8, 2023 13:44
@brizental brizental force-pushed the VPN-2452-sub-expire branch 2 times, most recently from 13cc889 to 2792130 Compare February 8, 2023 16:34
@brizental brizental force-pushed the VPN-2452-sub-expire branch from 2792130 to 4f01070 Compare February 8, 2023 17:22
@brizental brizental merged commit 40f7482 into main Feb 8, 2023
@brizental brizental deleted the VPN-2452-sub-expire branch February 8, 2023 18:20
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.

6 participants