summaryrefslogtreecommitdiff
path: root/robusta_krr/utils
AgeCommit message (Collapse)Author
2024-04-30Fix prometheus auto-discoveryLeaveMyYard
2024-04-30Minor debug commentLeaveMyYard
2024-04-04Refactor k8s workloads streaming (#256)Pavel Zhukov
* Refactor k8s workloads streaming * Fix tests
2024-04-02Live introduction message (#239)Pavel Zhukov
* Live introduction * Add intro file into pyinstaller in CI/CD pipelines * Do not exit if file fallback failed for some reason * Make the intro message full colored * Check for a newer version from github releases * Rework intro to load the message from robusta API * Change log of new version error to debug * Add version query param to fetching intro message * Fix request arg * Remove stg from the intro link
2024-03-27Fix blocking async merge (#249)Pavel Zhukov
* Fix for blocking async merge * Fix the edge case with empty iterables
2024-03-15CronJobs, DeploymentConfigs and reworked Argo Rollouts (#228)Pavel Zhukov
* Add CronJob scan * Implement Rollout using custom resource API * Add deploymentconfig support * Fix deploymentconfig not found * Process workloadRef of argo rollout * Fix for comments * Remove test print * Adjust AsyncIterable
2024-03-14Remove aiostreamLeaveMyYard
2024-03-02Fixes #214Robusta Runner
2023-10-23Add --width parameter for the consoleLeaveMyYard
2023-10-05Add warnings to json result (for UI to use)LeaveMyYard
2023-10-05Refactor how settings are passed and how logging worksLeaveMyYard
2023-09-04Run isortLeaveMyYard
2023-08-24Rework current pods query to filter finished ones (#133)Pavel Zhukov
2023-08-17Fix resource format bugLeaveMyYard
2023-08-10Lint and format codeLeaveMyYard
2023-07-25Fix progressbarLeaveMyYard
2023-07-25Change the flow of asyncronous behaviourLeaveMyYard
2023-07-24Refactor strategy dependancy on metricsLeaveMyYard
2023-07-05Remove 3.10 union syntaxLeaveMyYard
2023-07-05Run isort on whole codebaseLeaveMyYard
2023-07-05Fix linting errorsLeaveMyYard
2023-06-22Fix parsing of float resources with unitsarnoldyahad
2023-05-30black isort flake8 formattingavi robusta
2023-05-29Merge branch 'main' into multicluster-improvementПавел Жуков
2023-05-29Fix multi-cluster issuesПавел Жуков
2023-05-27Add more documentationПавел Жуков
2023-05-24Fix formatting and lintingПавел Жуков
2023-05-23Fix progressbar as contextmanagerПавел Жуков
2023-05-18PR fixesavi robusta
2023-05-17added loading baravi robusta
2023-05-16[MAIN-169] Fix rich cutting long linesПавел Жуков
2023-05-11Minor typing fixes & improvementsПавел Жуков
2023-05-11Replace decimals on numpy arrays, keep timestapmsПавел Жуков
2023-04-27Update service_discovery.pyYonah Dissen
Small fix to ingress URL
2023-04-26Merge pull request #16 from yonahd/mainarik
Try getting ingress before service LB
2023-04-26Update service_discovery.pyYonah Dissen
Try service before ingress
2023-04-24Add --logtostderr flagПавел Жуков
2023-04-23try getting ingress before service LBydissen
2023-04-14Add severity to RecommendationПавел Жуков
2023-04-13Make KRR work from inside the clusterПавел Жуков
2023-04-10Improve simple strategy, automate __display_name__Павел Жуков
2023-04-10Lower the required python version to 3.9, improve verbose logsПавел Жуков
2023-04-06Rework how get_version worksПавел Жуков
2023-03-30Change logo back to RobustaKRRПавел Жуков
2023-03-28Fix bug with format a resource unit value 0Павел Жуков
2023-03-27Merge pull request #1 from robusta-dev/readme-changingПавел Жуков
Readme changing
2023-03-26Add namespaces and clusters options to CLIПавел Жуков
2023-03-26Change KRR to KubeKrakenПавел Жуков
2023-03-13Implement prometheus integrationПавел Жуков
2023-03-09Reworked processing of unitsПавел Жуков