Releases: JeffersonLab/dtm
Releases · JeffersonLab/dtm
v5.5.3
v5.5.2
What's Changed
- Exclude archived system experts by @slominskir in #72
Full Changelog: v5.5.1...v5.5.2
v5.5.1
- Fix broken resource handling (#66)
Full Changelog: v5.5.0...v5.5.1
v5.5.0
v5.4.0
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
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
- Subtract Tuning from Research
Full Changelog: v5.1.0...v5.2.0
v5.1.0
What's Changed
- Tuning in Joule by @slominskir in #59
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
- 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
- Missed some spots removing AffectedHall
Full Changelog: v5.0.0...v5.0.1