Areski Belaid

Results 24 issues of Areski Belaid

Your tests were failing, after a look at it, it seems tit was related to Ansible 1.4 https://groups.google.com/forum/#!topic/Ansible-project/Px4DyaHwD3I So we need now to use --list-tasks

small Python boolean correction

Upgrade docker image node:16-bullseye-slim to node:18-bullseye-slim, it's necessary to add `apt-get install python3`

Using django-jsonfield doesn't work as it still use SubfieldBase which has been deprecated and removed in in Django 1.10. This patch fallback on new JSONField from django.contrib when django version...

under analysis

Feel we could get rid of the JS datatables & API by using Liveview. It might give us more flexibility in building our own filter system or a different type...

enhancement

Trying to figure out in the code base if many-to-many relation is supported. If not it would be nice to support it in future version. When we tackle this it...

enhancement

Ensure inlines errors work multiple errors. eg. a field has 2 errors like "must be less than 20 characters" and "shouldn't include special characters" ref: https://github.com/aesmail/kaffy/pull/117#issuecomment-649206052

bug

Amazing job on the custom page [https://github.com/aesmail/kaffy/issues/47], finally had a chance to try it out. I feel that if a custom page is created within a resource it should appear...

enhancement

It will be great to have more flexibility with filters, for instance having the ability to create filter for fields not on the list. Django display the filter on the...

enhancement