Jonathan Gray

Results 81 issues of Jonathan Gray

Restrict access based on data date as well as clock date.

FlowAPI
security

Modal locations could be further decomposed, which would be beneficial from a cache perspective. e.g. could be broken down by taking the `times_visited` subquery out as a separate query, potentially...

investigation needed
FlowMachine
performance

**Describe the bug** At present, if you send a bad message to FlowMachine via zmq (e.g. missing a top level key), then you don't get a reply, and the sender...

bug
FlowMachine
discussion

Subscriber subset must be either a valid subquery, or a previously stored cache table. We should allow it to be any valid query (i.e. queued, known, executing).

enhancement
FlowMachine
FlowAPI

It is possible to create a query that cannot be deleted from cache, by nesting it very deeply.

bug
investigation needed
FlowMachine

We increasingly make use of 'clusters' of towers, but at present the only way to get these back via the api is to treat them as Lon-lats, which doesn't give...

enhancement
FlowMachine

For reasons I can’t riddle out, flowmachine.utils does not have _any_ test coverage from the flowmachine unit tests on codecov. There is ~45% coverage from the integration tests, but zero...

bug
investigation needed
tests
FlowMachine

Because behaviour of some routes is slightly different. The behaviour should not be different, and they shouldn't run in demo mode. (#1815 wasn't caught because of this).

bug
investigation needed
FlowAuth
tests
development