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

[PR] Setting up Postgres and adding upload to S3 #28

Merged
merged 19 commits into from
Dec 19, 2023
Merged

[PR] Setting up Postgres and adding upload to S3 #28

merged 19 commits into from
Dec 19, 2023

Conversation

LuchoTurtle
Copy link
Member

closes #3

This PR sets up a DB with Postgres with a simple Image table with information regarding an image and makes use of https://github.com/dwyl/imgup to get the URL of the uploaded image so they're saved in an S3 bucket.

@LuchoTurtle LuchoTurtle added documentation Improvements or additions to documentation enhancement New feature or enhancement of existing functionality in-progress An issue or pull request that is being worked on by the assigned person labels Dec 4, 2023
@LuchoTurtle LuchoTurtle self-assigned this Dec 4, 2023
@LuchoTurtle LuchoTurtle mentioned this pull request Dec 4, 2023
Copy link

codecov bot commented Dec 5, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ddecc61) 100.00% compared to head (bffaf1a) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #28   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         3    +1     
  Lines           54        76   +22     
=========================================
+ Hits            54        76   +22     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@LuchoTurtle
Copy link
Member Author

This is essentially done. I just need to add some tests to get coverage back to 100%.

@LuchoTurtle
Copy link
Member Author

This should be mergeable 👌

@LuchoTurtle LuchoTurtle assigned nelsonic and unassigned LuchoTurtle Dec 6, 2023
@LuchoTurtle LuchoTurtle added awaiting-review An issue or pull request that needs to be reviewed and removed in-progress An issue or pull request that is being worked on by the assigned person labels Dec 6, 2023
@LuchoTurtle LuchoTurtle marked this pull request as ready for review December 6, 2023 10:22
@nelsonic nelsonic added in-review Issue or pull request that is currently being reviewed by the assigned person and removed awaiting-review An issue or pull request that needs to be reviewed labels Dec 18, 2023
@nelsonic nelsonic added merge-conflicts The branch or pull request has merge conflicts with the target branch (e.g. master) and removed in-review Issue or pull request that is currently being reviewed by the assigned person labels Dec 18, 2023
@nelsonic nelsonic added in-review Issue or pull request that is currently being reviewed by the assigned person and removed merge-conflicts The branch or pull request has merge conflicts with the target branch (e.g. master) labels Dec 18, 2023
Copy link
Member

@nelsonic nelsonic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LuchoTurtle DB setup looks good. 👍

@nelsonic nelsonic merged commit b8507c2 into main Dec 19, 2023
3 checks passed
@nelsonic nelsonic deleted the db#3 branch December 19, 2023 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or enhancement of existing functionality in-review Issue or pull request that is currently being reviewed by the assigned person
Projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

Feat: Store Metadata and Image Classification/Info
2 participants