David Moreau Simard

Results 496 comments of David Moreau Simard

@berendt thanks! We actually try to test for this in the integration tests: https://github.com/ansible-community/ara/blob/a0cf0cb8371aa7f6071a9a35e8d1bf5c7c9551c7/tests/integration/smoke.yaml#L53-L66 As far as the tests go, that particular file is saved properly in: - 2.8: https://8fb6a822ac8726bcc0af-1f01c4de10139c366cbd7ac49c7ab3d8.ssl.cf1.rackcdn.com/691260/1/check/ansible-role-ara-api-fedora-2.8/e363d60/logs/static/file/1.html...

Not fixed in 1.0 despite adding an integration test (that hasn't failed?) ``` 2019-11-18 20:58:54,224 ERROR django.request: Internal Server Error: /api/v1/results Traceback (most recent call last): File "/tmp/zuul/lib64/python3.6/site-packages/django/core/handlers/exception.py", line 34,...

@berendt yes, you're right. It was getting late and I wanted to keep a note of that trace :) I might end up splitting that into another issue. The problem...

3.2 LTS is out: https://www.djangoproject.com/weblog/2021/apr/06/django-32-released/

WIP upgrade to django 3.2: https://github.com/ansible-community/ara/pull/360

By the way, documentation from django and django-rest-framework on jsonfield: - https://docs.djangoproject.com/en/3.2/ref/models/fields/#jsonfield - https://www.django-rest-framework.org/api-guide/fields/#jsonfield - https://www.django-rest-framework.org/api-guide/filtering/#searchfilter

Hey @watsonb and thanks for the issue. This would be a great idea although I am not sure at this time what the implementation would look like. We could argue...

Hey @smarcu92, I'm not sure if we are talking about the same thing but in 1.5 there is a new result search feature that isn't a 1:1 reproduction from 0.x...

> It wold be great to search for a specific string Yeah, hence why I'll keep this issue opened for now. > Any ETA on v1.5? I'm waiting it's release...

@hille721 looks good to me at a first glance -- I'm still trying to fix the unrelated CI issue with the container images.