Tomi Saarinen
Tomi Saarinen
@stof Thanks. I'll try to fix the CS issues. And I'll send a PR after that. I'm quite new to Github so I didn't know it's the most convenient way...
About queries. I have been pondering the question of querying multiple files because I find it far from trivial. Let's break it down a little. We have at least following...
Hi again @Herzult . I put this here because I don't want to start a new ticket for a question. Is it possible to import a custom adapter to Gaufrette...
@Herzult Also on another topic. We've been pondering quite a lot about the topic of more advanced CDN features of a Filesystem abstraction in our company. I just red that...
@Herzult Great to hear that :) We'll try to figure out something and contact you when (if ever) we have any real ideas.
I'm noticing something similar with GridFS adapter.... Actually, I'm at the moment browsing through the code and it's seriously difficult for me to understand how could I create/write a file...
One option would be to refactor `Filesystem` class to support following ``` php $file = new File(); $file->setKey($key); $file->addMetadata('key1', 'value1'); $file->addMetadata('key2', 'value2'); // or $file->setMetadata($arrayOfKeysAndValues); $file->setContent($bytes); $filesystem->writeFile($file); //throws exceptions if...
@l3l0 Yep, I start working on it now.
@stof I think there's a slight chicken/egg problem. In my opinion Gaufrette would substantially benefit from the architectural changes I made in feature/metadata-refactoring branch. Those changes would help writing the...
@NiR- Yeah, unfortunately my refactoring attempts are pretty much dead code after all these years :)