Skip to content

Release 0.3.0

Compare
Choose a tag to compare
@ffcplatform ffcplatform released this 13 Jan 12:13
· 3 commits to main since this release
5e6c7b3

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