Uninett / zino

Zino 2.0 - Network state monitor for research networks
Apache License 2.0
3 stars 5 forks source link

Not report cases in closed state when a new clients connects #187

Closed runborg closed 6 months ago

runborg commented 6 months ago

This is a inconsistency between zino1 and zino2. When a new client connects to the zino2 server, do not expose the client for cases in closed state.

The list reported by the caseids should only include active cases, all cases in closed state should be "hidden" when using this command.

lunkwill42 commented 6 months ago

When a new client connects to the zino2 server, do not expose the client for cases in closed state.

This gave me a hangup on the definition "new client". It made me think that the closed event should still be visible to the client that closed it (i.e. an "existing client"), but that's not the case. I checked with Zino 1, and the issue here is simply that the CASEIDS API command should never return the event ID of an event in the closed state.