benoit74
benoit74
With https://github.com/openzim/zimfarm/issues/1565, we've let users edit CSS when uploading a CSS file. We should push this further by letting users directly edit the CSS file in the UI without having...
I saw that while using the `update_scraper_version.py` ; looks like it is only a warning, but I don't get why we get this warning, worth to remove IMHO (surprisingly it...
This is a sub-issue of https://github.com/openzim/zimfarm/issues/1356 To prepare the transition to ory.sh authentication, we need to first add support for it. Users will still be able to login through username...
With https://github.com/openzim/zimfarm/pull/1277, we've enhanced the Zimfarm behavior by cancelling tasks which are running in a worker which does not communicate anymore. This was a great move from Zimfarm perspective, allowing...
It looks like mdwiki.org is going to need more precise scheduling of recipes. We are still waiting for their confirmation but it looks like we will need to: - avoid...
For https://github.com/openzim/zim-requests/issues/1586, I just had to massively update the periodicity of many recipes. I used a quick and dirty script like this: ``` import sqlalchemy as sa from zimfarm_backend.db import...
Currently, we do not take into account ZIM upload status or check status to set the final task status. Should we consider that a task with a ZIM which failed...
Once https://github.com/openzim/zimfarm/issues/1438 is implemented and if the Zimfarm operates with a CMS, the Zimfarm will not know where the ZIM files can be downloaded from and in which library they...
Currently, Zimfarm editors have to specify the warehouse path in the recipe. With this issue, we will transfer this responsibility to the CMS. This is a mandatory change because we...
Currently, worker configuration is done with a `zimfarm.config` configuration file. We should transfer all these settings to the UI so that it is easier to manage / oversight. This is...