Pass more information on the download URL for early compatibility check #190
Labels
No Label
Priority
Critical
Priority
High
Priority
Low
Priority
Normal
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Type
Breaking
Type
Documentation
Type
Enhancement
Type
Feature
Type
Report
Type
Security
Type
Suggestion
Type
Testing
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/extensions-website#190
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In order to help blender to figure out as early as possible if an extension is compatible with it, we want to pass more arguments to the URL.
With the exception of the repository, all the other values are from the manifest. Keep in mind that the platforms needs to take into account
[build.generated] platforms=...
.Example:
https://extensions.blender.org/add-ons/bioxelnodes/0.2.2/download/add-on-bioxelnodes-v0.2.2.zip?repository=/api/v1/extensions/&blender_version_min=4.2.0&platforms=windows-x64,macos-arm64
@Oleg-Komarov mentioned this isn't correct use of these URL arguments... and I'm not a web developer so I can't really judge these things.
However it has some advantages:
In short it makes the implementation simple on Blender's side and doesn't require additional delay from client/server communication.
Deployed in production