Alexander Afanasyev
Alexander Afanasyev
What are your thoughts on extending the existing evaluation API with functionally equivalent (to POSTs) GET requests (e.g. `GET /evaluation` and `GET /evaluation/batch`)? Several pros could be observed from general...
## Description Introduce both `GET /evaluation` and `GET /evaluation/batch` (functionally equivalent to `POST /evaluation` and `POST /evaluation/batch`). Due to the URL length limits request query parameters were "length optimised" (instead...
While I was playing around with "pre-compiled" segment/constraint evaluation to avoid auxiliary `Expr` representation/evaluation in runtime, I found constraint's value being actually deserialised inside `conditions` library. At the same moment,...
## Description Copy of the closed one https://github.com/openflagr/flagr/pull/616 Introduce both `GET /evaluation` and `GET /evaluation/batch` (functionally equivalent to `POST /evaluation` and `POST /evaluation/batch`). Due to the URL length limits request...
Flag DB could become really big during its lifetime (deprecated flags, disabled flags, test flags, etc.), so it would be nice to have an option to query EvalCache for particular...