busy-beaver-dev / busy-beaver

The Chicago Python Community Engagement Slack bot
https://busybeaverbot.com
MIT License
70 stars 23 forks source link

Download files from git-lfs when building an image #307

Closed alysivji closed 4 years ago

alysivji commented 4 years ago

Part of #283

What does this do

Downloads files from git-lfs when cloning the repo to build an image.

Why are we doing this

Currently, we are serving file pointers; this change will let us download the file itself when serving static assets. Still good using WhiteNoise to serve static assets. No need to set up a CDN on Digital Ocean just yet.

How should this be tested

Does this work in production?

Migrations

n/a

Dependencies

n/a

Callouts

n/a

codecov-commenter commented 4 years ago

Codecov Report

Merging #307 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #307   +/-   ##
=======================================
  Coverage   92.52%   92.52%           
=======================================
  Files          70       70           
  Lines        2193     2193           
=======================================
  Hits         2029     2029           
  Misses        164      164           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 90ce14c...72e4739. Read the comment docs.