| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-01 | Prevent single errors from failing scan (#307)prometheus-workload-loader | Natan Yellin | |
| Fixes #301 | |||
| 2024-07-01 | Fix ArgoRollouts (#308) | Natan Yellin | |
| 2024-06-28 | add TODO | Robusta Runner | |
| 2024-06-14 | Bug fix - thank you @deutschj | Robusta Runner | |
| See https://github.com/robusta-dev/krr/pull/266#issuecomment-2124477234 | |||
| 2024-06-14 | Deprecate --prometheus-cluster-label | Robusta Runner | |
| The name is misleading. Before this change we had both --prometheus-cluster-label and --prometheus-label which referred to very different things, leading to a bug in the code (to be fixed in the next commit). We still support -l and have added support for "--prometheus-cluster-value" which is what `-l` really represents. | |||
| 2024-05-03 | One more HPAKey fix | LeaveMyYard | |
| 2024-05-03 | Fix HPAKey | LeaveMyYard | |
| 2024-05-02 | Remove test raise | LeaveMyYard | |
| 2024-05-02 | Rework ckyster selector for prometheus mode | LeaveMyYard | |
| 2024-05-02 | Add HPA detection for prometheus mode | LeaveMyYard | |
| 2024-04-30 | Logging improvement | LeaveMyYard | |
| 2024-04-30 | Merge branch 'prometheus-workload-loader' of ↵ | LeaveMyYard | |
| https://github.com/robusta-dev/krr into prometheus-workload-loader | |||
| 2024-04-30 | Fix prometheus auto-discovery | LeaveMyYard | |
| 2024-04-30 | Merge branch 'main' into prometheus-workload-loader | Pavel Zhukov | |
| 2024-04-30 | Minor debug comment | LeaveMyYard | |
| 2024-04-30 | Minor additional logging improvements | LeaveMyYard | |
| 2024-04-30 | PrometeusClusterLoader.list_clusters implementation | LeaveMyYard | |
| 2024-04-30 | Finished structure changes and workload loaders | LeaveMyYard | |
| 2024-04-29 | BaseClusterLoader, class structure change, not finished | LeaveMyYard | |
| 2024-04-29 | Simple strategy with OOMKill data (#257) | Pavel Zhukov | |
| * Simple strategy with OOMKill data * Merge oom into simple, minor other improvements * Fix join bug in MaxOOMKilledMemoryLoader * Minor improvements * Colored oom message, comments improvements * One more comment improvement | |||
| 2024-04-25 | Minor bug fix | LeaveMyYard | |
| 2024-04-25 | Fix cluster selector | LeaveMyYard | |
| 2024-04-24 | Filter Cronjob-created jobs from display | LeaveMyYard | |
| 2024-04-24 | Implement remaining kinds in prometheus workload loader | LeaveMyYard | |
| 2024-04-22 | Moved the logic from #93 for a new refined structure | LeaveMyYard | |
| Co-authored-by: Megrez Lu <lujiajing1126@gmail.com> | |||
| 2024-04-22 | Add multiple workload loaders, refactor kubeapi workload loader | LeaveMyYard | |
| 2024-04-04 | Refactor k8s workloads streaming (#256) | Pavel Zhukov | |
| * Refactor k8s workloads streaming * Fix tests | |||
| 2024-04-02 | Merge branch 'main' of github.com:robusta-dev/krr | LeaveMyYard | |
| 2024-04-02 | Update dev version | LeaveMyYard | |
| 2024-04-02 | Add Mimir support (#168) | FrankFoerster24 | |
| * Add Mimir support * Update url postfix for Mimir * Fix Mimir-specific headers --------- Co-authored-by: Pavel Zhukov <33721692+LeaveMyYard@users.noreply.github.com> Co-authored-by: LeaveMyYard <zhukovpavel2001@gmail.com> | |||
| 2024-04-02 | Load kubeconfig first in case it is provided by CLI arg (#251) | shlomosfez | |
| * Load kubeconfig first in case it is provided by CLI arg * simplify implementation --------- Co-authored-by: Pavel Zhukov <33721692+LeaveMyYard@users.noreply.github.com> | |||
| 2024-04-02 | Hotfix for error when running in cluster | LeaveMyYard | |
| 2024-04-02 | Merge pull request #255 from robusta-dev/improve-runner-warnings | arik | |
| Make non-critical errors to be warnings | |||
| 2024-04-02 | Merge pull request #254 from robusta-dev/prometheus-trail-slash | arik | |
| Fix trail slash in prometheus url | |||
| 2024-04-02 | Make non-critical errors to be warnings | LeaveMyYard | |
| 2024-04-02 | Live 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-30 | Change selectors order - move the new selectors to be last, so existing ↵ | Arik Alon | |
| behavior won't change for existing users, in case they have more than one match | |||
| 2024-03-29 | Add selectors to Prometheus discovery | Ben Foster | |
| Adds labels to the promethues discovery selectors that follow the convention used by the prometheus-community chart | |||
| 2024-03-29 | Fix trail slash in prometheus url | LeaveMyYard | |
| 2024-03-28 | Merge branch 'main' into show_cluster_name_flag | Pavel Zhukov | |
| 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 | |
