summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-27Fix blocking async merge (#249)Pavel Zhukov
* Fix for blocking async merge * Fix the edge case with empty iterables
2024-03-27Merge branch 'main' into show_cluster_name_flagNatan Yellin
2024-03-27 bugfix for --show-cluster-name flagRobusta Runner
2024-03-26Improving prometheus detection step (#236)Pavel Zhukov
* Rework prometheus detection logging, fix #119 * Fix success if no scans were made * Fix get_history_range in tests * Remove unused constant --------- Co-authored-by: LeaveMyYard <zhukovpave2001@gmail.com>
2024-03-26Improve limited permissions (cherry-picked from #220) (#238)Pavel Zhukov
* Add --as option to impersonate a specific user * Update test case * Don't exit if the user lacks permissions to auto-discover prometheus * Add a comment * Add support for HPA w/o cluster-level permissions * feat: cli option for --as-group (#224) * feat: cli option for --as-group * add: as-group example * Improve a message in case of API error * Return the debug log with found items in cluster --------- Co-authored-by: Robusta Runner <aantny@gmail.com> Co-authored-by: Rohan Katkar <rohan.katkar@dnv.com> Co-authored-by: LeaveMyYard <zhukovpave2001@gmail.com>
2024-03-26for dgdevops :) (#243)Natan Yellin
2024-03-25Remove `app=prometheus-msteams` from prometheus discovery (#242)arik
Log number of used workers
2024-03-25Merge branch 'main' into show_cluster_name_flagNatan Yellin
2024-03-21Fix fileoutput (#231)Natan Yellin
* Fix --fileoutput * Remove dead code --------- Co-authored-by: Pavel Zhukov <33721692+LeaveMyYard@users.noreply.github.com>
2024-03-20for dgdevops :)Robusta Runner
2024-03-19Update README.md (#222)Natan Yellin
Co-authored-by: Pavel Zhukov <33721692+LeaveMyYard@users.noreply.github.com>
2024-03-19use alias when available for strategy setting (#235)Mykola Martynov
* Add --allow_hpa flag * use `--allow-hpa` option * use OptionInfo instead of Option to support different name for same option * revert back allow_hpa field definition * fix issue when there is no underscore exist in option name --------- Co-authored-by: Robusta Runner <aantny@gmail.com>
2024-03-18CSV Exporter (#227)Wesley Haakman
* CSV Exporter * CSV Exporter * updated readme --------- Co-authored-by: Pavel Zhukov <33721692+LeaveMyYard@users.noreply.github.com>
2024-03-18Add --allow_hpa flag (#226)Natan Yellin
Co-authored-by: Pavel Zhukov <33721692+LeaveMyYard@users.noreply.github.com>
2024-03-17Merge pull request #234 from robusta-dev/fix_history_checkarik
fix history range query
2024-03-17fix history range queryavi robusta
2024-03-17Merge pull request #233 from robusta-dev/fix_history_checkarik
Fix history check
2024-03-17changed to 5 hours backavi robusta
2024-03-17updated queryavi@robusta.dev
2024-03-17changed query to 3 hours instead of 14 daysavi@robusta.dev
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-14Merge pull request #232 from robusta-dev/nav-fixNatan Yellin
Minor fix, broken navigation
2024-03-14Minor fix, broken navigationPavan Gudiwada
2024-03-14Merge pull request #230 from robusta-dev/remove-aiostreamarik
Remove aiostream
2024-03-14Remove aiostream from poetry, sync versions with requirementsLeaveMyYard
2024-03-14Remove aiostreamLeaveMyYard
2024-03-04Fix ["result"] usage in metric_serviceLeaveMyYard
2024-03-04History check (#212)Pavel Zhukov
* Warning on fresh prometheus * Fix typing errors, fix running from in-cluster * Update for new prometrix version * Update prometheus_metrics_service to new prometrix --------- Co-authored-by: LeaveMyYard <zhukovpave2001@gmail.com>
2024-03-04Fix output of resultLeaveMyYard
2024-03-04Merge pull request #223 from robusta-dev/update-tableNatan Yellin
Updated default history details
2024-03-04Updated default history detailsPavan Gudiwada
2024-03-04Fix custom strategy exampleLeaveMyYard
2024-03-04Merge pull request #218 from robusta-dev/fix-json-quiet-modePavel Zhukov
Fix --quiet and json/yaml output (fixes #214 and #213)
2024-03-04Merge pull request #221 from robusta-dev/improve-dx-for-prometheus-urlPavel Zhukov
Warn the user if prometheus_url is in wrong format
2024-03-04Merge branch 'main' into fix-json-quiet-modeNatan Yellin
2024-03-02Warn the user if prometheus_url is in wrong formatRobusta Runner
2024-03-02Fixes #214Robusta Runner
2024-03-02Merge pull request #216 from robusta-dev/make-params-more-discoverablearik
Make params more discoverable
2024-03-02Merge pull request #217 from robusta-dev/bugfix-prometrix-compatarik
Fix bug that caused a fallback to loading pod names from the APIServer and not Prometheus
2024-03-02Fix bug that caused a fallback to loading pod names from the APIServer and ↵Robusta Runner
not Prometheus
2024-03-02Update simple.pyRobusta Runner
2024-02-27Merge pull request #215 from robusta-dev/fix/prometrixPavel Zhukov
Upgraded prometrix.
2024-02-27Updated prometrix.Ganesh Rathinavel Medayil
2024-02-27Upgraded prometrix.Ganesh Rathinavel Medayil
2024-02-21Update dev version to 1.7.0-devLeaveMyYard
2024-02-18Merge pull request #211 from fenio/mainNatan Yellin
info about excluded namespace
2024-02-15Update README.mdNatan Yellin
2024-02-14remove crapBartosz Fenski
2024-02-14info about excluded namespaceBartosz Fenski
2024-02-14Merge pull request #209 from robusta-dev/openshiftarik
Add Openshift support with loading sa token