Pavel Zhukov
Pavel Zhukov
Haven't seen this possibility implemented in Strawberry, nor have I found any existing issues. The idea of mutation namespaces is basically to make a possibility for this mutation: ```graphql mutation...
Requires v1.7.1 KRR (https://github.com/robusta-dev/krr/pull/212) And https://github.com/robusta-dev/robusta-storage/pull/54
https://github.com/robusta-dev/krr/pull/271
https://github.com/robusta-dev/robusta/pull/1397
- [x] Implemented ability to select an alternative workload loader - [x] Implemented Prometheus workload loader - [x] Refactored Kube API workload loader: moved separate logic (for each Kind) to...
Related to #219 This is a proposal to move typer command generation to a separate file, restructure components in functions so it is easier to understand what is going on,...
`prometheus-api-client==0.5.5` removed `PrometheusConnect.ssl_verification` resulting in such error when trying to use it: ``` Traceback (most recent call last): File "/home/leavemyyard/Documents/Robusta/krr/robusta_krr/core/runner.py", line 298, in run result = await self._collect_result() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File...