Skip to content

Releases: JeffersonLab/dtm

v5.5.3

05 May 19:41

Choose a tag to compare

What's Changed

Full Changelog: v5.5.2...v5.5.3

v5.5.2

18 Mar 20:53

Choose a tag to compare

What's Changed

Full Changelog: v5.5.1...v5.5.2

v5.5.1

28 Jan 16:35

Choose a tag to compare

  • Fix broken resource handling (#66)

Full Changelog: v5.5.0...v5.5.1

v5.5.0

14 Jan 19:36

Choose a tag to compare

What's Changed

Full Changelog: v5.4.0...v5.5.0

v5.4.0

24 Nov 18:19

Choose a tag to compare

What's Changed

  • Include event name in overlap message by @slominskir in #63
  • Updated Beam Transport Category components list in test env to match production

Full Changelog: v5.3.0...v5.4.0

v5.3.0

19 Nov 21:20

Choose a tag to compare

What's Changed

  • Core downtime reports type multi-select by @slominskir in #61
  • Reports Weekly Tune and Tune Comparison now include multi-select type

Full Changelog: v5.2.0...v5.3.0

v5.2.0

10 Nov 16:43

Choose a tag to compare

  • Subtract Tuning from Research

Full Changelog: v5.1.0...v5.2.0

v5.1.0

03 Nov 19:16

Choose a tag to compare

What's Changed

Oracle DB Migration Notes

insert into dtm_owner.event_type (event_type_id, name, description, weight, abbreviation, archived_yn) values(9, 'CEBAF Tuning', 'CEBAF Tuning', 0, 'TUN', 'N');
insert into DTM_OWNER.TYPE_CATEGORY (EVENT_TYPE_ID, CATEGORY_ID) values (9, 381);

delete from DTM_OWNER.TYPE_CATEGORY where EVENT_TYPE_ID = 1 and CATEGORY_ID = 381;

Full Changelog: v5.0.2...v5.1.0

v5.0.2

07 Oct 15:34

Choose a tag to compare

  • Honor component and system ARCHIVED_YN
  • Events page filter beam transport using category (no longer system)
  • Consolidate Events page filter/count logic
  • Remove affected hall filtering on weekly repair report
  • Remove all_components view, previously replaced with deleted_components view

Full Changelog: v5.0.1...v5.0.2

v5.0.1

07 Oct 02:54

Choose a tag to compare

  • Missed some spots removing AffectedHall

Full Changelog: v5.0.0...v5.0.1