Merge pull request #637 in DAT/ipr-api from feature/DEVSU-1387-connect-template-to-report to development* commit '43a1c6541cde438f383598f9ab5bcfa758ef547b': (24 commits)
Point config back to dev db
Update probe sections of migration
Remove redundant setting of additional properties to false
Return template when getting all reports
Update mockReportData, replace type field with the new template field
Update tests to include the genomic template id when creating a report
Remove report...
Merge pull request #634 in DAT/ipr-api from feature/DEVSU-914-clean-up-reports-upload-endpoint to development* commit '04e61cc131b3b9019c7e9f4cd91bdb1c034715a9':
Revert previous change
Revert code change to test closing Sequelize
Add sequelize close to server close callback
Add explicit sequelize close when app is closed
Remove report create logic from report routes
Add transaction option for loading images
Update references to get gene related content
Add new genes library file for ge...
Merge pull request #633 in DAT/ipr-api from bugfix/DEVSU-1419-fix-germline-total-reports-bug to development* commit 'a283ec910a0e924cb3fe02f5e17b403893d4a702':
Add empty array to opts to fix strange Sequelize bug
Fix bug with total not returning the correct number of reports
Merge pull request #636 in DAT/ipr-api from SYS-61245-jest-errors to development* commit '1bca5d8f056db28f2b8866d88e2e743d7a69fb57':
Add longer timeout for template tests
Merge pull request #631 in DAT/ipr-api from feature/DEVSU-1386-create-table-to-store-report-templates to development* commit 'd4ce42c4d23d8773edb4ea08f1f436d6975c75a1': (23 commits)
Point config back to dev db
Allow non-admins to access GET routes
Replace Sharp library with Jimp
Fix bug with width and height being incorrect type
Remove Sharp and add Jimp
Add all template sections to example
Remove updating image data and just add a new image when a logo or header image is changed
Add middlewa...