Skip to content

feature: flow-php/symfony-filesystem-bundle#2291

Merged
norberttech merged 2 commits into1.xfrom
feature-symfony-filesystem-bundle
Apr 7, 2026
Merged

feature: flow-php/symfony-filesystem-bundle#2291
norberttech merged 2 commits into1.xfrom
feature-symfony-filesystem-bundle

Conversation

@norberttech
Copy link
Copy Markdown
Member

Resolves: #xxx

Change Log


Added

  • flow-php/symfony-filesystem-bundle

Fixed

Changed

Removed

Deprecated

Security

feature: flow filesystem bundle skeleton

feature: bundle configuration tree

feature: filesystem factory contracts

feature: built in filesystem factories

feature: filesystem commands
@norberttech norberttech added this to the 0.35.0 milestone Apr 7, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 7, 2026

Codecov Report

❌ Patch coverage is 96.84083% with 26 lines in your changes missing coverage. Please review.
✅ Project coverage is 84.10%. Comparing base (eb94a1f) to head (2815488).
⚠️ Report is 3 commits behind head on 1.x.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##              1.x    #2291      +/-   ##
==========================================
+ Coverage   83.69%   84.10%   +0.40%     
==========================================
  Files        1482     1503      +21     
  Lines       55877    56700     +823     
==========================================
+ Hits        46769    47686     +917     
+ Misses       9108     9014      -94     
Components Coverage Δ
etl 90.61% <ø> (+0.84%) ⬆️
cli 85.76% <ø> (ø)
lib-array-dot 94.82% <ø> (ø)
lib-azure-sdk 60.15% <ø> (+0.09%) ⬆️
lib-doctrine-dbal-bulk 95.16% <ø> (ø)
lib-filesystem 83.76% <ø> (+0.43%) ⬆️
lib-types 88.88% <ø> (+1.50%) ⬆️
lib-parquet 70.18% <ø> (ø)
lib-parquet-viewer 83.04% <ø> (ø)
lib-snappy 90.65% <ø> (+0.46%) ⬆️
lib-dremel 0.00% <ø> (ø)
lib-postgresql 88.61% <ø> (ø)
lib-telemetry 89.57% <ø> (ø)
bridge-filesystem-async-aws 92.01% <ø> (+1.03%) ⬆️
bridge-filesystem-azure 90.65% <ø> (+1.21%) ⬆️
bridge-monolog-http 97.45% <ø> (ø)
bridge-openapi-specification 91.50% <ø> (ø)
symfony-http-foundation 74.11% <ø> (ø)
bridge-psr18-telemetry 100.00% <ø> (ø)
bridge-psr7-telemetry 100.00% <ø> (ø)
bridge-telemetry-otlp 89.29% <ø> (+0.25%) ⬆️
bridge-symfony-http-foundation-telemetry 88.23% <ø> (ø)
bridge-symfony-filesystem-bundle 96.84% <96.84%> (∅)
bridge-symfony-postgresql-bundle 96.61% <ø> (ø)
bridge-symfony-telemetry-bundle 67.60% <ø> (ø)
adapter-chartjs 84.72% <ø> (ø)
adapter-csv 88.65% <ø> (ø)
adapter-doctrine 92.00% <ø> (ø)
adapter-elasticsearch 92.78% <ø> (ø)
adapter-google-sheet 99.02% <ø> (ø)
adapter-http 67.91% <ø> (ø)
adapter-json 87.61% <ø> (ø)
adapter-logger 47.36% <ø> (ø)
adapter-parquet 78.89% <ø> (ø)
adapter-text 81.25% <ø> (ø)
adapter-xml 82.07% <ø> (ø)
adapter-avro 0.00% <ø> (ø)
adapter-excel 94.02% <ø> (ø)
adapter-postgresql 0.00% <ø> (ø)
bridge-phpunit-telemetry 48.14% <ø> (ø)
🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

use Symfony\Component\Console\Style\SymfonyStyle;

#[AsCommand(name: 'flow:filesystem:cat', description: 'Stream a file URI to STDOUT.', aliases: ['flow:fs:cat'])]
final class CatCommand extends Command
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TBH I'm not sure how those CLI commands would be useful in real world, do you have something that gave you idea behind them?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yea I'm using something similar to deal with remote filesystems automations in one the projects I'm working on. Instead of keeping remote FS credentials in many places I made the symfony app an entry point and I'm running them through ansible

@norberttech norberttech merged commit b9d1267 into 1.x Apr 7, 2026
32 checks passed
@norberttech norberttech deleted the feature-symfony-filesystem-bundle branch April 7, 2026 20:14
@github-project-automation github-project-automation bot moved this from Todo to Done in Roadmap Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants