Skip to content

Tags: CodeBeaverAI/robusta

Tags

0.21.2-alpha

Toggle 0.21.2-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: new release with HolmesGPT 0.9.0 and krr v1.22.0 (robusta-dev#…

…1723)

0.21.1-alpha

Toggle 0.21.1-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update helm chart lock file (robusta-dev#1712)

* release: holmes 0.8.1, krr 1.20.0

* helm update, chart lock

0.21.0-alpha

Toggle 0.21.0-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: holmes 0.8.1, krr 1.20.0 (robusta-dev#1711)

0.20.0

Toggle 0.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add option to use different strategy , upgrade holmes (robusta-dev#1660)

0.20.0-alpha1

Toggle 0.20.0-alpha1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
holmes and krr update (robusta-dev#1658)

0.20.0-alpha

Toggle 0.20.0-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add option to customize Jira priorities (robusta-dev#1637)

* Add option to parametries custom Jira priorities

* Build and push image to my own ghcr repo

* Update Jira documentation

* Revert "Build and push image to my own ghcr repo"

This reverts commit 2765a87.

* Put back changed before autofmt

* Fallback to using priority id when priority is not found

* Revert "Revert "Build and push image to my own ghcr repo""

This reverts commit 6c8d2b1.

* Correct fallback mechanism for  priority IDs

* Add constants for jira integration

* Correct FindingSeverity import

* Correct HTTP method parameter in Jira API calls

Fix TypeError in process_request() where method parameter was being passed
twice - once as positional argument and once in kwargs. Standardize to
use positional argument only.

Error: "process_request() got multiple values for argument 'method'"

* Use HttpMethod enum instead of string in Jira API calls

* Correct jira add attachments method

* Fix json structure for payload

* Return back url and endpoint for def create_issue

* Fix priority handling cascade with fallback logic

* Remove specific if condition for HttpMethod code and text

* Use more generate approach Exception

* Make sure _call_jira_api returns HTTPError

* Revert back auto fmt apply

* Correct indentations for create_issue comment

* Create _resolve_priority method

* Put back else clause in manage_issue method

* Add a test call to validate common priority

* Correct _resolve_priority method comment

* Revert "Revert "Revert "Build and push image to my own ghcr repo"""

This reverts commit 31f3d59.

* Simplify Jira priority name mapping

* Only validate priorities when logging level is DEBUG

* Fallback to creating Jira issues without priority if setting priority fails

When creating a Jira issue, if setting the priority fails, retry without
setting the priority.

* Revert to handle only two cases: used defined and default priority names

* Remove _create_issue_payload and _handle_attachment_and_return methods

* Revert to return None when Jira API error occurs

0.19.0

Toggle 0.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update holmes to hf chart version (robusta-dev#1627)

0.19.0-alpha-1

Toggle 0.19.0-alpha-1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update holmes to hf chart version (robusta-dev#1627)

0.19.0-alpha

Toggle 0.19.0-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update krr and holmes dependencies (robusta-dev#1623)

* update krr and holmes dependencies

* update krr and holmes dependencies

0.18.0

Toggle 0.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
revert poetry lock to an older version, and update it without upgradi…

…ng all packages. (robusta-dev#1585)

The goal was to resolve errors while writing to supabase (that did not happen on an earlier version)