Uh oh!
There was an error while loading. Please reload this page.
Add command to list orphan objects - #51603
Conversation
c3ed005 to
18e9980CompareUh oh!
There was an error while loading. Please reload this page.
| use Symfony\Component\Console\Output\OutputInterface; | ||
| class ObjectUtil { | ||
| class ObjectUtil extends Base { |
There was a problem hiding this comment.
Why is that needed?
It’s really weird for this helper that’s not a command or a command parent to extend Base.
There was a problem hiding this comment.
It's to get access to the output helpers
There was a problem hiding this comment.
I still don’t like it. It should either be a parent class to the commands, or a trait that they use.
There was a problem hiding this comment.
Moved the streaming output logic to Base so it no longer needs to inherit here
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
89a4b67 to
a157ba7CompareSigned-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Robin Appelman <robin@icewind.nl>
a91f313 to
7ce06f4Compareicewind1991
commented
May 15, 2025
/backport to stable31 |
icewind1991
commented
May 15, 2025
/backport to stable30 |
Adds the following commands:
occ files:object:info <object id>get metadata from an objectocc files:object:listlist all objectsocc files:object:orphanslist all objects not referenced in the databaseOnly implemented for S3 at the moment