Thingus
Thingus
Closes #5091 #3078 #817 ### I have: - [ ] Formatted any Python files with [black](https://github.com/ambv/black) - [ ] Brought the branch up to date with master - [ ]...
As referred to in #2029, it would be good to exclude diagonals (people who have not moved) and unknowns/lost subs from inflows/outflwos We could extend the inflows/outflows classes and the...
Closes #ISSUE_NUMBER ### I have: - [x] Formatted any Python files with [black](https://github.com/ambv/black) - [ ] Brought the branch up to date with master - [x] Added any relevant Github...
As the permission space for FlowAPI increases, the FlowAuth end-to-end test is becoming increasingly shaky and slow. **Product** FlowAPI test suite **Version** 1.5 + **To Reproduce** Run `flowauth_end_to_end` after adding...
Because of changes to the authentication schema needed as part of #4585 , we need to disable nesting queries with differing spatial units. Relevant test in integration tests has been...
`MultiLocation` contains no `spatial_unit` validation - would be good to guarantee that all locations in `MultiLocation` have the same `spatial_unit`, then anything built on `MultiLocation` could have an exposed `spatial_unit`...
Closes #4581 ### I have: - [x] Formatted any Python files with [black](https://github.com/ambv/black) - [x] Brought the branch up to date with master - [x] Added any relevant Github labels...
See PR #4485 ExposedDatetimeMixin would clean up a number of queries; this issue is to go through and find them
**Describe the bug** When passed a token generated with `jwt.generate_token(...compress = False...)`, flowapi attempts to decompress `roles` as a bytestream, causing a 500 error. **Product** Flowapi **Version** Latest **To Reproduce**...
Closes #6006 ### I have: - [ ] Formatted any Python files with [black](https://github.com/ambv/black) - [ ] Brought the branch up to date with master - [ ] Added any...