Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
2 seconds
Duration
1 minute
Labels
None
Revisions
Git
fe59a1255b88979fb3d4eced3c9981b82c3e8128 fe59a1255b88979fb3d4eced3c9981b82c3e8128
Release scripts
a9c6b4741f415820e397e9b150cf80baca7f9368 a9c6b4741f415820e397e9b150cf80baca7f9368
Total tests
244
Successful since
#116 ()

Tests

  • 0 New failures
  • 0 Existing failures
  • 0 Fixed

Code commits

Git
Author Commit Message Commit date
Ivo Ulrich <teleivo@users.noreply.github.com> Ivo Ulrich <teleivo@users.noreply.github.com> fe59a1255b88979fb3d4eced3c9981b82c3e8128 fe59a1255b88979fb3d4eced3c9981b82c3e8128 Merge pull request #191 from teleivo/RAD-172
RAD-172 Clean radiology_report db
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> c1bdd35b31d5ba9bec1ab5d00d037352d02c756b c1bdd35b31d5ba9bec1ab5d00d037352d02c756b RAD-172 Clean radiology_report db
update the database radiology_report
* column radiology_report_id
** rename to report_id
* column order_id
** add not null constraint (a report must not exist without order)
* column report_status
** shrink size to max enum of RadiologyReportStatus which is DISCONTINUED -> 12
** add not null constraint
* column principalResultsInterpreter_id
** rename to principal_results_interpreter
* column creator
** add not null constraint, defauts to '0'
* column creationDate
** rename to date_created
** convert type to datetime
** add not null constraint
* rename foreign key constraints to "tablename_columname_fk"

* remove setting dateCreated in RadiologyReport constructor since its
done by AuditableInterceptor

Jira issues

IssueDescriptionStatus
Unknown Issue TypeRAD-172Could not obtain issue details from Jira