-
Notifications
You must be signed in to change notification settings - Fork 890
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
Correct the generated path for downloading plugins by their names on Windows #4953
Correct the generated path for downloading plugins by their names on Windows #4953
Conversation
…Windows Signed-off-by: Miki <[email protected]>
d6e3476
to
699e940
Compare
Codecov Report
@@ Coverage Diff @@
## main #4953 +/- ##
==========================================
+ Coverage 66.39% 66.45% +0.06%
==========================================
Files 3398 3399 +1
Lines 64815 64915 +100
Branches 10362 10387 +25
==========================================
+ Hits 43035 43141 +106
+ Misses 19300 19210 -90
- Partials 2480 2564 +84
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 30 files with indirect coverage changes 📢 Have feedback on the report? Share it here. |
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.
Whoopsie. Good catch!
I think we can get this into 2.10
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
…Windows (#4953) * Correct the generated path for downloading plugins by their names on Windows Signed-off-by: Miki <[email protected]> * Update snapshot for unit test Signed-off-by: Kawika Avilla <[email protected]> * Add link for integration to lycheeexlude Signed-off-by: Kawika Avilla <[email protected]> --------- Signed-off-by: Miki <[email protected]> Signed-off-by: Kawika Avilla <[email protected]> Co-authored-by: Kawika Avilla <[email protected]> (cherry picked from commit 43fe5d5) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md
…Windows (#4953) * Correct the generated path for downloading plugins by their names on Windows Signed-off-by: Miki <[email protected]> * Update snapshot for unit test Signed-off-by: Kawika Avilla <[email protected]> * Add link for integration to lycheeexlude Signed-off-by: Kawika Avilla <[email protected]> --------- Signed-off-by: Miki <[email protected]> Signed-off-by: Kawika Avilla <[email protected]> Co-authored-by: Kawika Avilla <[email protected]> (cherry picked from commit 43fe5d5) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md
…Windows (#4953) (#4971) * Correct the generated path for downloading plugins by their names on Windows Signed-off-by: Miki <[email protected]> * Update snapshot for unit test Signed-off-by: Kawika Avilla <[email protected]> * Add link for integration to lycheeexlude Signed-off-by: Kawika Avilla <[email protected]> --------- Signed-off-by: Miki <[email protected]> Signed-off-by: Kawika Avilla <[email protected]> Co-authored-by: Kawika Avilla <[email protected]> (cherry picked from commit 43fe5d5) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…Windows (#4953) (#4972) * Correct the generated path for downloading plugins by their names on Windows Signed-off-by: Miki <[email protected]> * Update snapshot for unit test Signed-off-by: Kawika Avilla <[email protected]> * Add link for integration to lycheeexlude Signed-off-by: Kawika Avilla <[email protected]> --------- Signed-off-by: Miki <[email protected]> Signed-off-by: Kawika Avilla <[email protected]> Co-authored-by: Kawika Avilla <[email protected]> (cherry picked from commit 43fe5d5) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> # Conflicts: # CHANGELOG.md Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
When OSD plugins are installed by their name, irrespective of the platform:
/tar
hard-coded,/tar
.However, experimenting with the URLs, these two worked for me:
This indicates that Windows plugins are not in fact placed in
/tar/
but are placed in/zip/
.Issues Resolved
Fixes #4952
Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr