-
Notifications
You must be signed in to change notification settings - Fork 15
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: sensiolabs/GotenbergBundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: sensiolabs/GotenbergBundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 84 files changed
- 5 contributors
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bbdfaeb - Browse repository at this point
Copy the full SHA bbdfaebView commit details
Commits on Nov 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7d86472 - Browse repository at this point
Copy the full SHA 7d86472View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee33766 - Browse repository at this point
Copy the full SHA ee33766View commit details
Commits on Jan 7, 2025
-
Co-authored-by: rhyd42 <rhydian.roberts@chinasearch.co.uk>
Configuration menu - View commit details
-
Copy full SHA for 884eb43 - Browse repository at this point
Copy the full SHA 884eb43View commit details
Commits on Jan 8, 2025
-
[RELEASE_8.15.0] Add split feature (#132)
* [RELEASE_8.15.0] Add split feature
Configuration menu - View commit details
-
Copy full SHA for 7f1e8e9 - Browse repository at this point
Copy the full SHA 7f1e8e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72473ec - Browse repository at this point
Copy the full SHA 72473ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for fad1e81 - Browse repository at this point
Copy the full SHA fad1e81View commit details -
Add
GotenbergAssetRuntime
to avoid passing Builder in context (#128)* Add `GotenbergAssetRuntime` to avoid passing Builder in context Passing builder in context is fragile, as it won't work if user uses any of Twig layout features without passing the full context. Starting with Twig 4.0, the `include` function won't pass the full context, to encourage template isolation and composition. This PR introduce a Twig Runtime, lowering the impact of this extension on the global scope, and allowing to create a time-limited "scope", during which the `gotenberg_asset` will work as expected.
Configuration menu - View commit details
-
Copy full SHA for 044847c - Browse repository at this point
Copy the full SHA 044847cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d646c12 - Browse repository at this point
Copy the full SHA d646c12View commit details -
Use
Path:: methods
instead of Filesystem instance (#127)* Use Path:: methods instead of Filesystem instance `Filesystem->isAbsolutePath` does not check if the file exists and just make quick checks on the string. So here the Path utility methods seem a better choice as they are platform-agnostic and allow safe operations like `::join` handle `../../` in paths and handle full path canonicalization. And the tests can be done on any strings, independently on the Fixtures files here. I think this method is used before calling `new File()`, so maybe the whole thing could be replaced by some factory/provider returning an Asset or something like that? * Make 'sensiolabs_gotenberg.asset.base_dir_formatter' private
Configuration menu - View commit details
-
Copy full SHA for 70a9e28 - Browse repository at this point
Copy the full SHA 70a9e28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a5c76a - Browse repository at this point
Copy the full SHA 9a5c76aView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.2.0...v0.3.0