| 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 | Fix tests | 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-28 | Merge pull request #269 from robusta-dev/ignore-idea-folder | Natan Yellin | |
| removed .idea as it should be ignored | |||
| 2024-04-28 | removed .idea as it should be ignored | Tomer Keshet | |
| used git rm -r --cached <folder> | |||
| 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-09 | upgrade prometrix and other dependencies (#259) | Tomer | |
| * upgrade prometrix and other dependencies * reverted version | |||
| 2024-04-09 | Merge pull request #262 from dgdevops/readme-update | Natan Yellin | |
| Updated KRR requirements in README | |||
| 2024-04-09 | Updated KRR requirements in README | dgdevops | |
| 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 | Merge pull request #253 from robusta-dev/change-selectors-order | Natan Yellin | |
| Change selectors order - move the new selectors to be last, so existi… | |||
| 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 | Merge pull request #252 from bpfoster/prometheus-discover-labels | Natan Yellin | |
| Add selectors to Prometheus discovery | |||
| 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 | Add intro file | LeaveMyYard | |
| 2024-03-28 | Merge pull request #246 from robusta-dev/show_cluster_name_flag | Natan Yellin | |
| Fix --show-cluster-name flag | |||
| 2024-03-28 | Merge branch 'main' into show_cluster_name_flag | Pavel Zhukov | |
