| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-27 | Fix blocking async merge (#249) | Pavel Zhukov | |
| * Fix for blocking async merge * Fix the edge case with empty iterables | |||
| 2024-03-27 | Merge branch 'main' into show_cluster_name_flag | Natan Yellin | |
| 2024-03-27 | bugfix for --show-cluster-name flag | Robusta Runner | |
| 2024-03-26 | Improving 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-26 | Improve 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-26 | for dgdevops :) (#243) | Natan Yellin | |
| 2024-03-25 | Remove `app=prometheus-msteams` from prometheus discovery (#242) | arik | |
| Log number of used workers | |||
| 2024-03-25 | Merge branch 'main' into show_cluster_name_flag | Natan Yellin | |
| 2024-03-21 | Fix fileoutput (#231) | Natan Yellin | |
| * Fix --fileoutput * Remove dead code --------- Co-authored-by: Pavel Zhukov <33721692+LeaveMyYard@users.noreply.github.com> | |||
| 2024-03-20 | for dgdevops :) | Robusta Runner | |
| 2024-03-19 | Update README.md (#222) | Natan Yellin | |
| Co-authored-by: Pavel Zhukov <33721692+LeaveMyYard@users.noreply.github.com> | |||
| 2024-03-19 | use 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-18 | CSV Exporter (#227) | Wesley Haakman | |
| * CSV Exporter * CSV Exporter * updated readme --------- Co-authored-by: Pavel Zhukov <33721692+LeaveMyYard@users.noreply.github.com> | |||
| 2024-03-18 | Add --allow_hpa flag (#226) | Natan Yellin | |
| Co-authored-by: Pavel Zhukov <33721692+LeaveMyYard@users.noreply.github.com> | |||
| 2024-03-17 | Merge pull request #234 from robusta-dev/fix_history_check | arik | |
| fix history range query | |||
| 2024-03-17 | fix history range query | avi robusta | |
| 2024-03-17 | Merge pull request #233 from robusta-dev/fix_history_check | arik | |
| Fix history check | |||
| 2024-03-17 | changed to 5 hours back | avi robusta | |
| 2024-03-17 | updated query | avi@robusta.dev | |
| 2024-03-17 | changed query to 3 hours instead of 14 days | avi@robusta.dev | |
| 2024-03-15 | CronJobs, 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-14 | Merge pull request #232 from robusta-dev/nav-fix | Natan Yellin | |
| Minor fix, broken navigation | |||
| 2024-03-14 | Minor fix, broken navigation | Pavan Gudiwada | |
| 2024-03-14 | Merge pull request #230 from robusta-dev/remove-aiostream | arik | |
| Remove aiostream | |||
| 2024-03-14 | Remove aiostream from poetry, sync versions with requirements | LeaveMyYard | |
| 2024-03-14 | Remove aiostream | LeaveMyYard | |
| 2024-03-04 | Fix ["result"] usage in metric_service | LeaveMyYard | |
| 2024-03-04 | History 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-04 | Fix output of result | LeaveMyYard | |
| 2024-03-04 | Merge pull request #223 from robusta-dev/update-table | Natan Yellin | |
| Updated default history details | |||
| 2024-03-04 | Updated default history details | Pavan Gudiwada | |
| 2024-03-04 | Fix custom strategy example | LeaveMyYard | |
| 2024-03-04 | Merge pull request #218 from robusta-dev/fix-json-quiet-mode | Pavel Zhukov | |
| Fix --quiet and json/yaml output (fixes #214 and #213) | |||
| 2024-03-04 | Merge pull request #221 from robusta-dev/improve-dx-for-prometheus-url | Pavel Zhukov | |
| Warn the user if prometheus_url is in wrong format | |||
| 2024-03-04 | Merge branch 'main' into fix-json-quiet-mode | Natan Yellin | |
| 2024-03-02 | Warn the user if prometheus_url is in wrong format | Robusta Runner | |
| 2024-03-02 | Fixes #214 | Robusta Runner | |
| 2024-03-02 | Merge pull request #216 from robusta-dev/make-params-more-discoverable | arik | |
| Make params more discoverable | |||
| 2024-03-02 | Merge pull request #217 from robusta-dev/bugfix-prometrix-compat | arik | |
| Fix bug that caused a fallback to loading pod names from the APIServer and not Prometheus | |||
| 2024-03-02 | Fix bug that caused a fallback to loading pod names from the APIServer and ↵ | Robusta Runner | |
| not Prometheus | |||
| 2024-03-02 | Update simple.py | Robusta Runner | |
| 2024-02-27 | Merge pull request #215 from robusta-dev/fix/prometrix | Pavel Zhukov | |
| Upgraded prometrix. | |||
| 2024-02-27 | Updated prometrix. | Ganesh Rathinavel Medayil | |
| 2024-02-27 | Upgraded prometrix. | Ganesh Rathinavel Medayil | |
| 2024-02-21 | Update dev version to 1.7.0-dev | LeaveMyYard | |
| 2024-02-18 | Merge pull request #211 from fenio/main | Natan Yellin | |
| info about excluded namespace | |||
| 2024-02-15 | Update README.md | Natan Yellin | |
| 2024-02-14 | remove crap | Bartosz Fenski | |
| 2024-02-14 | info about excluded namespace | Bartosz Fenski | |
| 2024-02-14 | Merge pull request #209 from robusta-dev/openshift | arik | |
| Add Openshift support with loading sa token | |||
