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

[BUGFIX] Actually fix subscription_name with periods in it #861

Merged
merged 4 commits into from
Dec 29, 2023

Conversation

jmbannon
Copy link
Owner

@jmbannon jmbannon commented Dec 29, 2023

Prior PR did not actually work - this actually fixes the bug (#844) where subscription names would drop periods from them, i.e. Mr. Beast would have the name Beast.

POTENTIAL BREAKING CHANGE
If you have a subscription with a period in its name prior to this fix, this change will make it so your download archive is not found since it uses the subscription name in the download archive file path. To fix, simply change the download archive JSON's name to have the actual subscription name, and not the dropped-period one.

Copy link

codecov bot commented Dec 29, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f2d55fd) 97.00% compared to head (28ae3c5) 97.04%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #861      +/-   ##
==========================================
+ Coverage   97.00%   97.04%   +0.03%     
==========================================
  Files         115      115              
  Lines        7172     7165       -7     
==========================================
- Hits         6957     6953       -4     
+ Misses        215      212       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jmbannon jmbannon merged commit 735da8b into master Dec 29, 2023
36 checks passed
@jmbannon jmbannon deleted the j/actually-fix-sub-name branch December 29, 2023 23:41
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.

None yet

1 participant