Skip to content
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

Feat/pydantic validation structured responses 359 #368

Open
wants to merge 40 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
1b62fec
Pydantic base validation initiated
Jibesh10101011 Feb 22, 2025
36ddf8d
validation in create-album added
Jibesh10101011 Feb 22, 2025
beb9c23
validation in delete-album added
Jibesh10101011 Feb 22, 2025
e512967
validation in add-multiple-to-album added
Jibesh10101011 Feb 22, 2025
1e23646
validation in remove-from-album added
Jibesh10101011 Feb 22, 2025
1609ed8
validation in edit-album-description added
Jibesh10101011 Feb 22, 2025
7ad26d5
validation in edit-album-description added
Jibesh10101011 Feb 22, 2025
9bc57e2
validation in view-all added
Jibesh10101011 Feb 22, 2025
77db89d
Album route validation completed
Jibesh10101011 Feb 22, 2025
ca69a5e
Album route completed
Jibesh10101011 Feb 22, 2025
af198f1
validation in images/all-images added
Jibesh10101011 Feb 22, 2025
d9fb4c3
validation in images/images added
Jibesh10101011 Feb 22, 2025
6928334
validation in images/delete-image added
Jibesh10101011 Feb 22, 2025
5f1e3e4
validation in images/multiple-images added
Jibesh10101011 Feb 22, 2025
a7a11c8
validation in images/all-image-objects added
Jibesh10101011 Feb 22, 2025
ff24c8c
validation for images/class-ids added
Jibesh10101011 Feb 22, 2025
646ed8a
validation in images/add-folder added
Jibesh10101011 Feb 23, 2025
9a72cae
validation in images/generate-thumbnails added
Jibesh10101011 Feb 23, 2025
554cb85
validation in images/delete-thumbnails added
Jibesh10101011 Feb 23, 2025
2ea4f9d
Pydantic validation in Image route completed
Jibesh10101011 Feb 23, 2025
1dbe4cb
schema initiated for tag route
Jibesh10101011 Feb 23, 2025
3bd697f
validation in tag/match added
Jibesh10101011 Feb 23, 2025
d7a5cbc
validation in tag/clusters added
Jibesh10101011 Feb 23, 2025
8ceaef8
validation in tag/related-images added
Jibesh10101011 Feb 23, 2025
59bee0b
Pydantic validation in tag route completed
Jibesh10101011 Feb 23, 2025
90e2272
pydantic model for test route initiated
Jibesh10101011 Feb 23, 2025
87a73af
validation added for test/return route
Jibesh10101011 Feb 23, 2025
9376d2e
validation added for test/images route
Jibesh10101011 Feb 23, 2025
1ae25d1
validation added for test/single-image route
Jibesh10101011 Feb 23, 2025
6a0a9bd
Pydantic based validation for test route completed
Jibesh10101011 Feb 23, 2025
179f8e1
testing routes ....
Jibesh10101011 Feb 23, 2025
e0e6d6a
all bug is fixed and updated
Jibesh10101011 Feb 24, 2025
dd6a8b9
Validation successfully completed for Album route
Jibesh10101011 Feb 25, 2025
8aae5cc
Validation successfully completed for tag route
Jibesh10101011 Feb 25, 2025
d54f4e1
Validation successfully completed for image route
Jibesh10101011 Feb 25, 2025
8916afb
Validation successfully completed for test route
Jibesh10101011 Feb 25, 2025
6e96a9e
completed Pydantic based validation for all routes
Jibesh10101011 Feb 25, 2025
817f96b
updated
Jibesh10101011 Feb 25, 2025
820f471
payload is changed in test_generate_thumbnails from frolder_path -> f…
Jibesh10101011 Feb 25, 2025
2ae7322
updated thumbnail
Jibesh10101011 Feb 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions backend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,3 @@ dmypy.json

# Cython debug symbols
cython_debug/

images/
Loading
Loading