Commit Graph

7 Commits

Author SHA1 Message Date
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
0f9c359476 Use FQCN as service name for repositories 2022-08-24 23:24:25 +02:00
844e8e9d22 Use FQCN as service name for helper services 2022-08-24 23:24:24 +02:00
fb4d1fd10b Compare full list to full list 2020-12-16 17:45:28 +01:00
5437f0e3da Build images list outside of clean 2020-12-16 17:26:13 +01:00
478c20d3a4 Remove username argument and add a dry-run option 2020-12-16 16:54:17 +01:00
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