-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TechDebt]: Remove use of errs.Must
within service packages
#39456
Merged
Commits on Sep 24, 2024
-
ci(semgrep): add avoid-errs-Must check
This check will match on any use of `errs.Must(...)` within `internal/service/**/`. Errors should be handled explicitly in service packages to avoid the possibility of crashing the provider during execution. This function was originally intended for use while initializing service clients during the `ConfigureProvider` operation, where a panic is the appropriate course of action.
Configuration menu - View commit details
-
Copy full SHA for 1c3a8cd - Browse repository at this point
Copy the full SHA 1c3a8cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a39a441 - Browse repository at this point
Copy the full SHA a39a441View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46f5b0f - Browse repository at this point
Copy the full SHA 46f5b0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for de6e050 - Browse repository at this point
Copy the full SHA de6e050View commit details -
Configuration menu - View commit details
-
Copy full SHA for 489d731 - Browse repository at this point
Copy the full SHA 489d731View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44fd0bf - Browse repository at this point
Copy the full SHA 44fd0bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd3c194 - Browse repository at this point
Copy the full SHA bd3c194View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8da6dc5 - Browse repository at this point
Copy the full SHA 8da6dc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9794f22 - Browse repository at this point
Copy the full SHA 9794f22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6418761 - Browse repository at this point
Copy the full SHA 6418761View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c12a39 - Browse repository at this point
Copy the full SHA 7c12a39View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc94c65 - Browse repository at this point
Copy the full SHA fc94c65View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbc3e98 - Browse repository at this point
Copy the full SHA cbc3e98View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab1022c - Browse repository at this point
Copy the full SHA ab1022cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14770dd - Browse repository at this point
Copy the full SHA 14770ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cbcd24 - Browse repository at this point
Copy the full SHA 6cbcd24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a2896d - Browse repository at this point
Copy the full SHA 7a2896dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b86753 - Browse repository at this point
Copy the full SHA 9b86753View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4a7d97 - Browse repository at this point
Copy the full SHA d4a7d97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43d883e - Browse repository at this point
Copy the full SHA 43d883eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f6bba8 - Browse repository at this point
Copy the full SHA 1f6bba8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a756de2 - Browse repository at this point
Copy the full SHA a756de2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8c9660 - Browse repository at this point
Copy the full SHA b8c9660View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9aa74dc - Browse repository at this point
Copy the full SHA 9aa74dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1b5fa7 - Browse repository at this point
Copy the full SHA a1b5fa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ef58c7 - Browse repository at this point
Copy the full SHA 3ef58c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20c8985 - Browse repository at this point
Copy the full SHA 20c8985View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8568616 - Browse repository at this point
Copy the full SHA 8568616View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e08d8d - Browse repository at this point
Copy the full SHA 9e08d8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f02599e - Browse repository at this point
Copy the full SHA f02599eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f76139c - Browse repository at this point
Copy the full SHA f76139cView commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 27f6e6b - Browse repository at this point
Copy the full SHA 27f6e6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 478750e - Browse repository at this point
Copy the full SHA 478750eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f92a3c2 - Browse repository at this point
Copy the full SHA f92a3c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9b4cbd - Browse repository at this point
Copy the full SHA a9b4cbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8500471 - Browse repository at this point
Copy the full SHA 8500471View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8872350 - Browse repository at this point
Copy the full SHA 8872350View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1e82a6 - Browse repository at this point
Copy the full SHA c1e82a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcb8dac - Browse repository at this point
Copy the full SHA fcb8dacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 597e5b6 - Browse repository at this point
Copy the full SHA 597e5b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 578ff16 - Browse repository at this point
Copy the full SHA 578ff16View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5996f3 - Browse repository at this point
Copy the full SHA e5996f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dcade9 - Browse repository at this point
Copy the full SHA 4dcade9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ead23c - Browse repository at this point
Copy the full SHA 2ead23cView commit details
Commits on Sep 27, 2024
-
Update internal/service/bedrockagent/agent_alias.go
Co-authored-by: Kit Ewbank <Kit_Ewbank@hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for 52df9b9 - Browse repository at this point
Copy the full SHA 52df9b9View commit details
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.