-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[AssetMapper] Add command to download missing downloaded packages #51351
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
Merged
nicolas-grekas
merged 1 commit into
symfony:6.4
from
jmsche:asset-mapper-download-missing
Aug 23, 2023
Merged
[AssetMapper] Add command to download missing downloaded packages #51351
nicolas-grekas
merged 1 commit into
symfony:6.4
from
jmsche:asset-mapper-download-missing
Aug 23, 2023
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AppVeyor failure unrelated. |
weaverryan
reviewed
Aug 15, 2023
src/Symfony/Component/AssetMapper/Command/ImportMapInstallCommand.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/AssetMapper/Command/ImportMapInstallCommand.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/AssetMapper/ImportMap/ImportMapManager.php
Outdated
Show resolved
Hide resolved
Updated PR with rewording, thrown exception is no version found & added a test :) |
weaverryan
approved these changes
Aug 16, 2023
dunglas
approved these changes
Aug 21, 2023
src/Symfony/Component/AssetMapper/Command/ImportMapInstallCommand.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/AssetMapper/ImportMap/ImportMapManager.php
Outdated
Show resolved
Hide resolved
989e725
to
a82a429
Compare
Thank you @jmsche. |
This was referenced Aug 24, 2023
javiereguiluz
added a commit
to symfony/symfony-docs
that referenced
this pull request
Aug 28, 2023
…jmsche) This PR was merged into the 6.4 branch. Discussion ---------- [AssetMapper] Add docs for `importmap:install` command Hi, this PR adds docs for the new `importmap:install` command added by symfony/symfony#51351. Commits ------- 978f1dc [AssetMapper] Add docs for the importmap:install command
fabpot
added a commit
that referenced
this pull request
Aug 30, 2023
… not found (jmsche) This PR was merged into the 6.4 branch. Discussion ---------- [AssetMapper] Improve message when a downloaded asset is not found | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A This PR improves the exception message introduced in #51337 by mentioning the command introduced in #51351. Commits ------- 69cae6f [AssetMapper] Improve exception message when a downloaded asset is not found
This was referenced Oct 21, 2023
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi, this PR adds a
importmap:install
command to download all packages marked as downloaded in theimpormap.php
file that are missing on filesystem.To quote @weaverryan: