Commit graph

8 commits

Author SHA1 Message Date
Yassine Guedidi
0a117958c9 Apply PHP-CS-Fixer fixes 2024-01-22 19:15:54 +01:00
Jeremy Benoist
5832482a10
Remove ContainerAwareCommand from commands
And use DI to retrieve services in commands (except for `RedisWorkerCommand` where the container is injected, hard to find a better way, at least for now).
2022-12-16 10:02:15 +01:00
Yassine Guedidi
0f9c359476 Use FQCN as service name for repositories 2022-08-24 23:24:25 +02:00
Yassine Guedidi
844e8e9d22 Use FQCN as service name for helper services 2022-08-24 23:24:24 +02:00
Jeremy Benoist
fb4d1fd10b
Compare full list to full list 2020-12-16 17:45:28 +01:00
Jeremy Benoist
5437f0e3da
Build images list outside of clean 2020-12-16 17:26:13 +01:00
Jeremy Benoist
478c20d3a4
Remove username argument and add a dry-run option 2020-12-16 16:54:17 +01:00
Jeremy Benoist
9743058f7d
Add a command to clean downloaded images
There were a bug in versions prior to 2.4.0 where images weren't properly removed (mostly when coming from the API).
With that command, we'll be able to remove images which aren't associated to any entries.

Like other command you can pass a username to only clean one user.
2020-12-14 22:19:19 +01:00