David Moreau Simard

Results 496 comments of David Moreau Simard

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

@hille721 https://github.com/dmsimard/ara/commit/17ad2ee3621efbe42b120ae51b2f8c40ef5ba86c works for me, I don't think we need something more than that.

Tested it and it looks good! I've added two suggestions to include ``&latest=false`` for the playbook name and path because I think the intent would be to return every host...

> mmh good question. I think it can also make sense to get only latest hosts. E.g. to see the last results of a specific playbook. > > But we...

Looks good to me, this is a good improvement on the hosts page. Thanks @hille721 :)

@ssbarnea CI/CD is definitely a good use case for ARA and I agree that it probably deserves better documentation. 1.x is still somewhat in flux while we work on adding...

Hi, I haven't looked at this yet but I'll close this issue because you've already reported it in a previous issue: https://github.com/ansible-community/ara/issues/135

@hritz220 I highly doubt that the location where the database originates has anything to do with the problem -- whether it comes from the same machine or a different one...

Hi @hritz220, I believe I've reproduced your issue. Could you confirm if you had left ``DATABASE_ENGINE`` to the default sqlite backend ? I found that setting ``ARA_DISTRIBUTED_SQLITE: true`` isn't sufficient...

Hi, indeed, there's no index when running distributed sqlite but I'd say this is by design because the use case is to query individual databases at the requested path. The...