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

Allow entrypoints.json to be hosted remotely #236

Merged

Conversation

Kocal
Copy link
Member

@Kocal Kocal commented Oct 1, 2024

Fixes #76

See #97, this PR uses the Symfony HttpClient to remotely fetch the entrypoints file, but also to allow mocking in a proper way.
It also add/adapt many tests, and improve the documentation.

@Kocal Kocal force-pushed the allow-entrypoints-file-to-be-hosted-remotely branch 2 times, most recently from 9700a5e to 664a4f1 Compare October 1, 2024 13:45
@Kocal Kocal force-pushed the allow-entrypoints-file-to-be-hosted-remotely branch from 664a4f1 to f5b9a1d Compare October 1, 2024 13:45
@Kocal Kocal added the Feature New Feature label Oct 1, 2024
@Kocal Kocal merged commit 6be5556 into symfony:2.x Oct 1, 2024
9 checks passed
@Kocal Kocal deleted the allow-entrypoints-file-to-be-hosted-remotely branch October 1, 2024 13:51
@Kocal
Copy link
Member Author

Kocal commented Oct 1, 2024

Thank you @rlvdx.

Kocal added a commit to Kocal/webpack-encore-bundle that referenced this pull request Oct 1, 2024
Kocal added a commit that referenced this pull request Oct 1, 2024
…r (dkarlovi, Kocal)

This PR was merged into the 2.x branch.

Discussion
----------

fix: correctly wire the build-time file into kernel.build_dir

See symfony/symfony#50357 /cc `@Okhoshi`

Commits
-------

9f2e8b5 fix(config): remove useless service from #236
e9ef4b5 fix: correctly wire the build-time file into kernel.build_dir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow output_path to be remote url
1 participant