Laurent Bonnet

Results 93 comments of Laurent Bonnet

Back to draft: need to add a migration script to fix ingesters that might have lost their mapper.

Cascade delete seems to be the issue. What do we want ? We can prevent and throw an error when trying to delete a mapper that has ingester(s) using it...

The second option would prevent the error because we would delete also all ingesters using this mapper, so the ingestion/feed page would not crash.

Ok, agreed. And we note that managing ingesters and managing csv mappers are under different capabilities, which can be tricky in the equation. Let's throw an error when deleting a...

This issue happens not only when deleting an object but also when merging 2 entities. repro case: * Malware X `targets` City1, relationship marking RED * Malware X `targets` City2,...

linked to https://github.com/OpenCTI-Platform/opencti/pull/6821 I just make sure we don not crash

RCA: when editing the status of individual notifs, the mutation in return can be used to update the global state of the notifications. when changing notifs states from a background...

I did not have time to have a deep look at this issue. To me, it's about knowing when a background task ends, to ultimately make the frontend refetch some...

I have a draft of solution, I will push it for discussion. The general idea is that background tasks just run _actions_ on a set of _elements_. The Task Manager...

The simplest solution would be to add an auto-refresh every N seconds, but this is not something we want, really. That's a lot of queries, in every screen (because on...