Julien Perrochet
Julien Perrochet
It would be nice to be able to list directories recursively, ala `ls -lR`. I'm currently patching the library to be able to return a list of files living beneath...
Hello @DanielaSfregola, Sorry for not getting back to the other issue we discussed some weeks ago: I had to shave a few yacks and here I am making a PR...
To increase test coverage, we add a step to the CI that will run the qualifier against the DSS version built from the current PR. This essentially automates the manual...
**Is your feature request related to a problem? Please describe.** The current CI only runs the interuss/monitoring prober: this already provides a very decent coverage but, but will miss some...
The logic for [creating and updating Operational Intent References](https://github.com/interuss/dss/blob/0915eafcc6fba974797ea2e0aa86de795ce61875/pkg/scd/operational_intents_handler.go#L370) (OIR) is central to the DSS's role. The [current work](https://github.com/interuss/dss/pull/1057) to address some open issues (#1056, #1074) revealed that the logic...
Sorts cell identifiers (usually stored in the `cells` column of various entities) in CRDB queries. This is expected to reduce contention in two ways: - similar queries will be guaranteed...
First part of #1059 This pushes down the Go logic added in #1104 into CRDB my means of sub-requests. The new qualifier scenario [checking for implicit sub cleanups](https://github.com/interuss/monitoring/pull/720) succeeds on...
Test plan: both the prober and the qualifier (all scenarios) succeed when run against this PR, including the new [implicit cleanup](https://github.com/interuss/monitoring/pull/720) scenario when run locally. Misc: this PR depends on...
The [isaRepoV3](https://github.com/interuss/dss/blob/2c0ff28842fe6b106b81c98a262827f2ee7d4372/pkg/rid/store/cockroach/identification_service_area_v3.go#L25) struct has the following comment: ``` // The purpose od isaRepoV3 is solely to support backwards compatibility // It will be deleted from the codebase when all existing...
**Is your feature request related to a problem? Please describe.** In general, we want to minimize locking time when interacting with Cockroach DB. When removing and mutating Operational Intent References...