-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rename InternalException * rename RuntimeException * rename DatabaseException * rename CompilationException * cleanup renames in tests and postgres * rename ValidationException * rename IncompatibleSchemaException * more renaming * more renaming * rename InternalException again * convert ParsingException * replace JSONValidationException and SemverException * replace VersionsNotCompatibleException * replace NotImplementedException * replace FailedToConnectException * replace InvalidConnectionException * replace InvalidSelectorException * replace DuplicateYamlKeyException * replace ConnectionException * minor cleanup * update comment * more cleanup * add class decorator * rename more exceptions * more renamed, add changelog * rename exception * rework class deprecations * removing testing line * fix failing test * rename newer exceptions * fix failing test * commit unsaved faile * convert back an rpc exception * remove class deprecations
- Loading branch information
Showing
148 changed files
with
1,330 additions
and
1,332 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
kind: Breaking Changes | ||
body: Cleaned up exceptions to directly raise in code. Removed use of all exception | ||
body: Cleaned up exceptions to directly raise in code. Also updated the existing | ||
exception to meet PEP guidelines.Removed use of all exception | ||
functions in the code base and marked them all as deprecated to be removed next | ||
minor release. | ||
time: 2022-12-05T14:19:37.863032-06:00 | ||
custom: | ||
Author: emmyoop | ||
Issue: 6339 6393 | ||
Issue: 6339 6393 6460 |
This file contains 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
This file contains 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
Oops, something went wrong.