Skip to content

Commit

Permalink
Merge pull request #428 from SMI/task/bump-rdmp-version-1-8-24
Browse files Browse the repository at this point in the history
Prep for  Release 7.0.8
  • Loading branch information
JFriel authored Aug 1, 2024
2 parents d57151e + 0ceaecc commit 9ef678c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [7.0.8] 2024-08-01

- Update to target RDMP v8.2.2

## [7.0.7] 2024-07-24

- Update to target RDMP version 8.2.0
- Update to target RDMP version 8.2.1

## [7.0.6] 2024-07-08

Expand Down
2 changes: 1 addition & 1 deletion RDMP
Submodule RDMP updated 35 files
+0 −1 Application/ResearchDataManagementPlatform/WindowManagement/TabPageContextMenus/RDMPSingleControlTabMenu.cs
+7 −1 CHANGELOG.md
+2 −2 Directory.Packages.props
+78 −0 Rdmp.Core.Tests/CohortCreation/CohortVersioningTests.cs
+29 −0 Rdmp.Core.Tests/DataLoad/Engine/Integration/DQEPostLoadRunnerTests.cs
+1 −0 Rdmp.Core/CommandExecution/AtomicCommandFactory.cs
+14 −1 Rdmp.Core/CommandExecution/AtomicCommands/ExecuteCommandCreateVersionOfCohortConfiguration.cs
+2 −1 Rdmp.Core/CommandExecution/AtomicCommands/ExecuteCommandDeprecate.cs
+47 −0 Rdmp.Core/CommandExecution/AtomicCommands/ExecuteCommandRevertToHistoricalCohortVersion.cs
+57 −1 Rdmp.Core/CommandExecution/GoToCommandFactory.cs
+22 −10 Rdmp.Core/Curation/Data/Cohort/CohortIdentificationConfiguration.cs
+84 −0 Rdmp.Core/DataLoad/Modules/Mutilators/DQEPostLoadRunner.cs
+3 −3 Rdmp.Core/Repositories/YamlRepository.cs
+1 −1 Rdmp.UI/CatalogueSummary/DataQualityReporting/SubComponents/ConsequenceKey.Designer.cs
+3 −0 Rdmp.UI/CatalogueSummary/DataQualityReporting/TimePeriodicityChart.Designer.cs
+2 −2 Rdmp.UI/CatalogueSummary/DataQualityReporting/TimePeriodicityChart.cs
+18 −1 Rdmp.UI/Collections/CatalogueCollectionUI.cs
+20 −0 Rdmp.UI/Collections/CohortIdentificationCollectionUI.cs
+25 −2 Rdmp.UI/Collections/DataExportCollectionUI.cs
+18 −0 Rdmp.UI/Collections/DatasetsCollectionUI.cs
+20 −2 Rdmp.UI/Collections/LoadMetadataCollectionUI.cs
+1 −2 Rdmp.UI/Collections/RDMPCollectionUI.cs
+21 −1 Rdmp.UI/Collections/SavedCohortsCollectionUI.cs
+44 −0 Rdmp.UI/CommandExecution/AtomicCommands/ExecuteCommandViewParentTree.cs
+6 −0 Rdmp.UI/DataLoadUIs/LoadMetadataUIs/LoadProgressAndCacheUIs/Diagrams/LoadProgressDiagramUI.Designer.cs
+50 −4 Rdmp.UI/LocationsMenu/Versioning/VersioningControlUI.Designer.cs
+3 −0 Rdmp.UI/Overview/DataLoadsGraph.Designer.cs
+3 −0 Rdmp.UI/PieCharts/CatalogueToDatasetLinkagePieChartUI.Designer.cs
+3 −0 Rdmp.UI/PieCharts/GoodBadCataloguePieChart.Designer.cs
+2 −1 Rdmp.UI/SimpleDialogs/Reports/MetadataReportUI.cs
+75 −0 Rdmp.UI/SimpleDialogs/ViewParentTreeDialog.Designer.cs
+78 −0 Rdmp.UI/SimpleDialogs/ViewParentTreeDialog.cs
+120 −0 Rdmp.UI/SimpleDialogs/ViewParentTreeDialog.resx
+2 −2 Rdmp.UI/TestsAndSetup/ServicePropogation/RDMPControlCommonFunctionality.cs
+29 −0 Rdmp.UI/TestsAndSetup/ServicePropogation/RDMPSingleDatabaseObjectControl.cs
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[assembly: AssemblyCulture("")]

// These should be replaced with correct values by the release process
[assembly: AssemblyVersion("7.0.7")]
[assembly: AssemblyFileVersion("7.0.7")]
[assembly: AssemblyInformationalVersion("7.0.7")]
[assembly: AssemblyVersion("7.0.8")]
[assembly: AssemblyFileVersion("7.0.8")]
[assembly: AssemblyInformationalVersion("7.0.8")]
[assembly: InternalsVisibleTo("Rdmp.Dicom.Tests")]

0 comments on commit 9ef678c

Please sign in to comment.