| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 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 | |
