Piero Savastano
Piero Savastano
I can confirm that by updating the container from a previous version, there are errors on the volumes permissions (because the contents remain `root`). ``` cheshire_cat_core | ERROR: Traceback (most...
@piperino11 please check if the issue is still present in `develop`, should have been fixed already
> Hi @giovannialbero1992 I think you are doing a great job, this is really flexible and easy to implement. I propose also to have a generic abstract class from which...
> If you are referring to AuthSettings I'd still keep the pydantic model, since it needs data validation on the auth class you choose, but the auth class imho should...
Thank you @giovannialbero1992 and all the great minds involved in this. I merged into develop and added some tests and refinements. `CCAT_API_KEY` env variable for http is *always* checked when...
Sorting criteria (list endpoint) https://github.com/cheshire-cat-ai/plugins-backend?tab=readme-ov-file#list-all-plugins-paginated
@kodaline are you interested?
Thanks @dave90 , great contribution. Need time to review carefully, back to you soon :D
Hi @dave90 , I'm truly sorry but with the addition of custom auth handlers and user/permissions, the endpoints have been changing. I'm closing this PR and plan to refactor the...
Having a basic validation could be useful Do you want to make a PR? The error messages should follow [this format](https://github.com/cheshire-cat-ai/core/blob/4c9fff02470ecd406a346652d035aa98ada71d58/core/cat/routes/settings.py#L42) Thanks and welcome ;)