-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feature/sqldirexport
- Loading branch information
Showing
452 changed files
with
10,408 additions
and
7,371 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
- name: Check output | ||
run: echo ${{ steps.version.outputs.rdmpversion }} | ||
- name: Setup .NET Core | ||
uses: actions/setup-dotnet@v3.2.0 | ||
uses: actions/setup-dotnet@v4.0.0 | ||
with: | ||
dotnet-version: 6.0.x | ||
- name: Install MS SQL 2019 Express LocalDB | ||
|
@@ -108,6 +108,7 @@ jobs: | |
dotnet publish Tools/rdmp/rdmp.csproj -r win-x64 --self-contained -c Release -o PublishWindows -p:GenerateDocumentationFile=false -p:PublishSingleFile=true -p:PublishReadyToRun=true -p:IncludeNativeLibrariesForSelfExtract=true --verbosity minimal --nologo | ||
dotnet publish Tools/rdmp/rdmp.csproj -r linux-x64 --self-contained -c Release -o PublishLinux -p:GenerateDocumentationFile=false -p:PublishSingleFile=true -p:PublishReadyToRun=true --verbosity minimal --nologo | ||
- name: Install Plugins | ||
if: contains(github.ref, 'refs/tags/v') || contains('refs/heads/main refs/heads/develop',github.ref) | ||
shell: bash | ||
run: | | ||
for plugin in https://api.github.com/repos/SMI/RdmpDicom/releases/latest https://api.github.com/repos/HICServices/HicPlugin/releases/latest https://api.github.com/repos/HICServices/RdmpExtensions/releases/latest | ||
|
@@ -124,6 +125,7 @@ jobs: | |
done | ||
- name: Sign | ||
if: contains(github.ref, 'refs/tags/v') || contains('refs/heads/main refs/heads/develop',github.ref) | ||
shell: bash | ||
run: | | ||
dotnet tool install --global AzureSignTool | ||
|
@@ -139,11 +141,13 @@ jobs: | |
- name: Install Perl dependencies | ||
uses: shogo82148/[email protected] | ||
if: contains(github.ref, 'refs/tags/v') || contains('refs/heads/main refs/heads/develop',github.ref) | ||
uses: shogo82148/[email protected] | ||
with: | ||
install-modules-with: cpanm | ||
install-modules: Archive::Zip Archive::Tar | ||
- name: Fix execute permissions | ||
if: contains(github.ref, 'refs/tags/v') || contains('refs/heads/main refs/heads/develop',github.ref) | ||
shell: perl {0} | ||
run: | | ||
use strict; | ||
|
@@ -175,6 +179,7 @@ jobs: | |
$zip->memberNamed('rdmp')->unixFileAttributes( 0755 ); | ||
$zip->overwriteAs($zipname); | ||
- name: Compress tar | ||
if: contains(github.ref, 'refs/tags/v') || contains('refs/heads/main refs/heads/develop',github.ref) | ||
run: | | ||
7z a -txz dist/rdmp-${{ steps.version.outputs.rdmpversion }}-cli-linux-x64.tar.xz dist/rdmp-${{ steps.version.outputs.rdmpversion }}-cli-linux-x64.tar | ||
rm dist/rdmp-${{ steps.version.outputs.rdmpversion }}-cli-linux-x64.tar | ||
|
@@ -193,9 +198,11 @@ jobs: | |
run: dotnet nuget push HIC.RDMP.Plugin*${{ steps.version.outputs.rdmpversion }}.nupkg -s https://api.nuget.org/v3/index.json --skip-duplicate -k ${{ secrets.NUGET_KEY }} | ||
|
||
- name: Calculate SHA256SUMS | ||
if: contains(github.ref, 'refs/tags/v') | ||
run: '&{foreach ($i in Get-ChildItem dist -Exclude *SUMS|Get-FileHash) { echo "$($i.Hash) $(echo $i | Split-Path -Leaf)" }} > dist/SHA256SUMS' | ||
|
||
- name: Archive production artifacts | ||
if: contains(github.ref, 'refs/tags/v') || contains('refs/heads/main refs/heads/develop',github.ref) | ||
uses: actions/upload-artifact@v3 | ||
with: | ||
name: dist | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
320 changes: 155 additions & 165 deletions
320
Application/ResearchDataManagementPlatform/WindowManagement/TopBar/RDMPTaskBarUI.Designer.cs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.