Release 0.3.0
SFDP-104 - Retrieve File from Storage (#5)
-
Add storage boilerplate
-
add networks value to override file
-
adds openapi doc
-
adds 403 response status to openapi doc
-
adds 'retrieve.js' route
-
adds 'retrieve.js' service
-
adds retrieve route to router
-
refactors file retrieval logic and adds clean storage handling
-
adds malicious repo and blob upload function
-
adds file retrieval and error handling
-
adds unit tests
-
adds mock file data for testing and updates retrieve service tests
-
adds missing azurite dependency, file rename and integration tests
-
bump version
-
removes unrequired AV code
-
fix jest watch git issue
-
updates tests
-
renames storage import to storageConfig
-
renames path to id and file to fileObject
-
fix: removes reference to clean containers
-
adds id joi validation and updates unit tests
-
updates openApi doc
-
adds http-status-codes package
-
removes unused config and refactors following review
-
updates test to cover generic error
-
fix test
-
adds ingress to helm
Co-authored-by: Adam Kay thousand_leaves@hotmail.com