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

Enterprise add-ons should be treated as self-hosted add-ons #5344

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

willdurand
Copy link
Member

@willdurand willdurand commented Jun 17, 2024

Fixes #5345

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Copy link

codecov bot commented Jun 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.75%. Comparing base (af554e7) to head (22cbcaa).
Report is 21 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5344   +/-   ##
=======================================
  Coverage   98.75%   98.75%           
=======================================
  Files          51       51           
  Lines        2897     2898    +1     
  Branches      887      888    +1     
=======================================
+ Hits         2861     2862    +1     
  Misses         36       36           

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

@@ -138,7 +142,7 @@ export default class ManifestJSONParser extends JSONParser {

this.io = io;
this.isAlreadySigned = isAlreadySigned;
this.isEnterpriseAddon = this.schemaValidatorOptions?.enterprise ?? false;
this.isEnterpriseAddon = isEnterprise;
Copy link
Member Author

Choose a reason for hiding this comment

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

I noticed we didn't have to use the schemaValidatorOptions to pass this prop here.

@willdurand willdurand requested a review from Rob--W June 17, 2024 07:18
@willdurand willdurand merged commit 7014869 into master Jun 17, 2024
5 checks passed
@willdurand willdurand deleted the fix-enterprise branch June 17, 2024 15:51
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.

Enterprise add-ons should be treated as self-hosted add-ons
2 participants