refactor: add validation to project blueprints#345
Merged
Panaetius merged 1 commit intoAug 15, 2024
Conversation
This was referenced Aug 6, 2024
b5b9b54 to
274052e
Compare
4694d00 to
f49cd19
Compare
274052e to
be18fd1
Compare
f49cd19 to
24bc452
Compare
be18fd1 to
e15f658
Compare
24bc452 to
d21d12a
Compare
e15f658 to
fc708bd
Compare
d21d12a to
c858d50
Compare
fc708bd to
c0912b7
Compare
fb54287 to
340974f
Compare
This was referenced Aug 9, 2024
olevski
requested changes
Aug 12, 2024
Comment on lines
+47
to
+48
| @dataclass(frozen=True, eq=True, kw_only=True) | ||
| class UnsavedSessionLauncher(BaseModel): |
Member
There was a problem hiding this comment.
suggestion: Same as above there is no reason to use pydantic here. The model validator below can just be a dataclass __post_init__ method.
Member
There was a problem hiding this comment.
c0912b7 to
f9e1096
Compare
340974f to
c5c79ac
Compare
Base automatically changed from
refactor/304-add-validation-to-namespaces
to
main
August 12, 2024 13:31
c5c79ac to
9fa160e
Compare
e7932fc to
56d6b86
Compare
9fa160e to
405c2e8
Compare
56d6b86 to
5a32c11
Compare
Member
Author
|
This change is part of the following stack: Change managed by git-spice. |
405c2e8 to
1f06994
Compare
5a32c11 to
b54659b
Compare
1f06994 to
ed94ebe
Compare
ed94ebe to
aa80d4a
Compare
8dbfc73 to
4803f45
Compare
aa80d4a to
def8f59
Compare
def8f59
into
refactor/304-add-validation-to-repos-sessions-storage
5 of 9 checks passed
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.
No description provided.