Aart van Baren
Aart van Baren
@kineticsquid You want to move forward on https://github.com/eclipse/openvsx/pull/888?
Yes, now that https://github.com/eclipse/openvsx/pull/1045 has been completed we can remove resource files from the `file_resource` table. This can be done through a migration similar to https://github.com/eclipse/openvsx/blob/master/server/src/main/java/org/eclipse/openvsx/migration/SetPreReleaseJobRequestHandler.java
@kineticsquid It's an example of a migration job that runs in the background. It is for when extra processing is needed that can't be done in a SQL migration script....
@kineticsquid In https://github.com/eclipse/openvsx/pull/1100 resources are no longer processed and existing resources are deleted.
The `file_resource` table should now be way smaller (migration has completed). The `migration_item` table can be cleaned up, but it's better to do that through a db migration. It looks...
@chills-eclipse No, that query was for your convenience.
@Heyzi What happens when you run the Docker container with the `--net=host` flag?
@kineticsquid You want to create an achievement system based on extension downloads?
related: https://github.com/eclipse/openvsx/issues/996
@svor Who's going to maintain the openshift directory?