Release v0.5.1#239
Merged
Merged
Conversation
fix: enable pg_cron in PostgreSQL statefulset
Signed-off-by: Vladimir Belousov <vbelouso@redhat.com>
…ll (#235) Signed-off-by: Vladimir Belousov <vbelouso@redhat.com>
Signed-off-by: Vladimir Belousov <vbelouso@redhat.com>
…tion where 'age' parameter was missing (#244) Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
…anagement before sending them to the channel (#251) Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
* fix: Fixed billing stocker by replacing InstanceName by InstanceID when asking to AWS for expenses Signed-off-by: r2dedios <alex.ansi.c@gmail.com> * doc: Updated handler comments for Swagger doc Signed-off-by: r2dedios <alex.ansi.c@gmail.com> --------- Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
* fix: Applied fixes to DB schema Signed-off-by: r2dedios <alex.ansi.c@gmail.com> * doc: Updated migration guides Signed-off-by: r2dedios <alex.ansi.c@gmail.com> * fix: Updated VIEWs creation to overwrite previous definition Signed-off-by: r2dedios <alex.ansi.c@gmail.com> * fix: Fixed ResourceType management in DB tests and API repository Signed-off-by: r2dedios <alex.ansi.c@gmail.com> * fix: Replaced hardcoded 'cluster'/'instance' strings by ResourceType constant Signed-off-by: r2dedios <alex.ansi.c@gmail.com> * refact: Removed dangling file Signed-off-by: r2dedios <alex.ansi.c@gmail.com> * fix: Removed 'Name' and 'MachineName' from clusters_tags Signed-off-by: r2dedios <alex.ansi.c@gmail.com> --------- Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
Signed-off-by: Vladimir Belousov <vbelouso@redhat.com>
Signed-off-by: Vladimir Belousov <vbelouso@redhat.com>
Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
* chore: Added requester and decription parameters when running instant actions on cluster details page Signed-off-by: r2dedios <alex.ansi.c@gmail.com> * fix(handlers): Removed duplicated struct and added swagger doc to power on/off methods Signed-off-by: r2dedios <alex.ansi.c@gmail.com> * refactor: moved PowerActionRequest to DTO package Signed-off-by: r2dedios <alex.ansi.c@gmail.com> * chore: updated go version to 1.25.7 Signed-off-by: r2dedios <alex.ansi.c@gmail.com> * fix: fixed annotation order error on Converter Signed-off-by: r2dedios <alex.ansi.c@gmail.com> * fix: using golangci latest version Signed-off-by: r2dedios <alex.ansi.c@gmail.com> --------- Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
…ions (#260) * fix(agent): Fixed memory leak, logger call and minor errors Signed-off-by: r2dedios <alex.ansi.c@gmail.com> * fix(agent): Reduce cyclomatic complexity and adding handler functions for the different action statuses Signed-off-by: r2dedios <alex.ansi.c@gmail.com> * fix(agent): Fixed net.Listen linter error Signed-off-by: r2dedios <alex.ansi.c@gmail.com> --------- Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
…ypos Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
Added deprecation comments to Get, Select, Insert, Update, NamedUpdate, and Delete methods to guide developers toward using WithContext versions for proper timeout and cancellation support. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
…f skipping silently Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
…r modifying the DB Signed-off-by: r2dedios <alex.ansi.c@gmail.com>
…rminated instances fix
- fix(scanner): correct reversed MD5 hash copy for credential tracking - fix(agent): eliminate data race on shared err variable across goroutines - fix(clients): store gRPC connection for proper lifecycle management - fix(repositories): wrap CreateInstances in single atomic transaction - fix(db): require WHERE clause in DeleteBuilder for safety - fix(aws): guard against nil EC2 tag keys/values with aws.StringValue - fix(repositories): use SELECT * for expense update instances view Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Patch Release for v0.5