Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions helm/daq-config-server/converter_map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
converter: UndulatorEnergyGapLookupTable
- path: "/dls_sw/i23/software/aithre/aithre_display.configuration"
converter: DisplayConfig
- path: "/dls_sw/i03/software/gda_versions/var/display.configuration"
converter: DisplayConfig
- path: "/dls_sw/i04/software/bluesky/scratch/display.configuration"
converter: DisplayConfig
- path: "/dls_sw/i19-1/software/daq_configuration/domain/display.configuration"
Expand All @@ -14,8 +12,6 @@
converter: DisplayConfig
- path: "/dls_sw/i24/software/gda_versions/var/display.configuration"
converter: DisplayConfig
- path: "/dls_sw/i03/software/gda/configurations/i03-config/xml/jCameraManZoomLevels.xml"
converter: Xml
- path: "/dls_sw/i04/software/bluesky/scratch/jCameraManZoomLevels.xml"
converter: Xml
- path: "/dls_sw/i19-1/software/gda_versions/gda/config/xml/jCameraManZoomLevels.xml"
Expand All @@ -24,12 +20,8 @@
converter: Xml
- path: "/dls_sw/i24/software/gda_versions/gda/config/xml/jCameraManZoomLevels.xml"
converter: Xml
- path: "/dls_sw/i03/software/daq_configuration/domain/beamlineParameters"
converter: BeamlineParameters
- path: "/dls_sw/i04/software/daq_configuration/domain/beamlineParameters"
converter: BeamlineParameters
- path: "/dls_sw/i03/software/daq_configuration/lookup/DetDistToBeamXYConverter.txt"
converter: DetectorXYLookupTable
- path: "/dls_sw/i04/software/daq_configuration/lookup/DetDistToBeamXYConverter.txt"
converter: DetectorXYLookupTable
- path: "/dls_sw/i04-1/software/daq_configuration/lookup/DetDistToBeamXYConverter.txt"
Expand All @@ -42,20 +34,12 @@
converter: DetectorXYLookupTable
- path: "/dls_sw/i24/software/daq_configuration/lookup/DetDistToBeamXYConverterE9M.txt"
converter: DetectorXYLookupTable
- path: "/dls_sw/i03/software/daq_configuration/lookup/BeamLineEnergy_DCM_Pitch_converter.txt"
converter: BeamlinePitchLookupTable
- path: "/dls_sw/i03/software/daq_configuration/lookup/BeamLineEnergy_DCM_Roll_converter.txt"
converter: BeamlineRollLookupTable
- path: "/dls_sw/i03/software/daq_configuration/lookup/BeamLine_Undulator_toGap.txt"
converter: UndulatorEnergyGapLookupTable
- path: "/dls_sw/i04/software/daq_configuration/lookup/BeamLine_Undulator_toGap.txt"
converter: UndulatorEnergyGapLookupTable
- path: "/dls_sw/i09-1/software/gda/workspace_git/gda-diamond.git/configurations/i09-1-shared/lookupTables/IIDCalibrationTable.txt"
converter: I09UndulatorHuEnergyGapLut
- path: "/dls_sw/i04/software/daq_configuration/domain/domain.properties"
converter: I04FeatureSettings
- path: "/dls_sw/i03/software/daq_configuration/domain/domain.properties"
converter: HyperionFeatureSettings
- path: "/dls_sw/i15-1/software/gda_var/xpdfLocalParameters.xml"
converter: TemperatureControllersConfig
- path: "/dls_sw/i15-1/software/daq_configuration/xpdf_crystal_lut.txt"
Expand Down
2 changes: 1 addition & 1 deletion tests/unit_tests/app/test_whitelist.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_legacy_whitelist_contains_expected_data(inject_whitelist: None):
}
expected_dirs = {
Path("/tests/test_data/"),
Path("/dls_sw/i03/software/daq_configuration/"),
Path("/dls_sw/i04/software/daq_configuration/"),
}
assert expected_files.issubset(whitelist.whitelist_files)
assert expected_dirs.issubset(whitelist.whitelist_dirs)
Expand Down
3 changes: 0 additions & 3 deletions whitelist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ whitelist_files:
- /tests/test_data/beamline_parameters.txt
# The following filepaths should be un-whitelisted once they've been moved to **/daq_configuration/
# See https://jira.diamond.ac.uk/browse/MXGDA-4204
- /dls_sw/i03/software/gda/configurations/i03-config/xml/jCameraManZoomLevels.xml
- /dls_sw/i04/software/bluesky/scratch/jCameraManZoomLevels.xml
- /dls_sw/i19-1/software/gda_versions/gda/config/xml/jCameraManZoomLevels.xml
- /dls_sw/i24/software/gda_versions/gda/config/xml/jCameraManZoomLevels.xml
- /dls_sw/i03/software/gda_versions/var/display.configuration
- /dls_sw/i04/software/bluesky/scratch/display.configuration
- /dls_sw/i23/software/aithre/aithre_display.configuration
- /dls_sw/i24/software/gda_versions/var/display.configuration
Expand All @@ -28,7 +26,6 @@ whitelist_files:
whitelist_dirs:
- /tests/test_data/
- /dls_sw/i02-1/software/daq_configuration/
- /dls_sw/i03/software/daq_configuration/
- /dls_sw/i04/software/daq_configuration/
- /dls_sw/i19-1/software/daq_configuration/
- /dls_sw/i19-2/software/daq_configuration/
Expand Down
Loading