Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maintenance release #17

Merged
merged 80 commits into from
Mar 14, 2023
Merged
Changes from 1 commit
Commits
Show all changes
80 commits
Select commit Hold shift + click to select a range
ed5df3f
Add ESAPI dll's for automatic build action
nlambriICH Dec 20, 2022
1d081f3
Add github workflow for release
nlambriICH Dec 20, 2022
12cb423
Move github actions at the root of git repo
nlambriICH Dec 20, 2022
54e0610
Fix csproj path for build action
nlambriICH Dec 20, 2022
d5030c6
Test older windows version
nlambriICH Dec 20, 2022
2c53038
Add nuget setup for build action
nlambriICH Dec 21, 2022
47e8609
Fix action step run
nlambriICH Dec 21, 2022
a6d1190
Add packages folder in dotnet restore cmd
nlambriICH Dec 21, 2022
f56e3af
Add MvvmLightLibs to TMIAutomation packages
nlambriICH Dec 21, 2022
a824b5e
Add artifact creation and release actions
nlambriICH Dec 21, 2022
90298f2
Fix yaml syntax errors
nlambriICH Dec 21, 2022
235580d
Fix typo in artifact name
nlambriICH Dec 21, 2022
03db602
Fix zip artifact names
nlambriICH Dec 21, 2022
2b9dfa4
Rename artifact names
nlambriICH Dec 21, 2022
bfabc61
Fix steps name
nlambriICH Dec 21, 2022
1b0e23c
Use tag name from github env variable
nlambriICH Dec 21, 2022
7cb00f5
Fix git tag artifact name
nlambriICH Dec 21, 2022
ec668fa
Try set env variable
nlambriICH Dec 21, 2022
c507a49
Split build and release jobs
nlambriICH Dec 21, 2022
47de8c6
Revert to single job
nlambriICH Dec 21, 2022
d230e3d
Test github.refname for tag name
nlambriICH Dec 21, 2022
e88fe06
Add artifact creation check
nlambriICH Dec 21, 2022
85146a6
Test new env variable
nlambriICH Dec 21, 2022
1aaec3d
Another env test
nlambriICH Dec 21, 2022
a7e9409
Test single env name
nlambriICH Dec 21, 2022
ddf69d2
Test docs env definition
nlambriICH Dec 21, 2022
03e48bc
Test set env variable PowerShell
nlambriICH Dec 21, 2022
5b45ee1
Test complete action
nlambriICH Dec 22, 2022
fd3b982
Test reusable workflow with artifact upload
nlambriICH Dec 22, 2022
5a00b00
Test reusable workflow release
nlambriICH Dec 22, 2022
a28217a
Test only release action
nlambriICH Dec 22, 2022
1c79624
Test download all artifacts
nlambriICH Dec 22, 2022
95f605f
Test sequential job execution
nlambriICH Dec 22, 2022
22098df
Test artifact path for release
nlambriICH Dec 22, 2022
3e0697f
Test release specify artifact download path
nlambriICH Dec 22, 2022
5ee5cf2
Test unzip and rename artifact
nlambriICH Dec 22, 2022
de5352b
Test artifact location
nlambriICH Dec 22, 2022
d29db4a
Test release no zip
nlambriICH Dec 22, 2022
6d808bd
Test complete release
nlambriICH Dec 22, 2022
c828bd6
Test release zip artifacts
nlambriICH Dec 22, 2022
5eb8ce8
Add action on merged PR
nlambriICH Dec 22, 2022
6a0a635
Dummy commit for PR testing
nlambriICH Dec 22, 2022
21f075b
Merge pull request #4 from nlambriICH/test_pull_request
nlambriICH Dec 22, 2022
0a4d699
Remove tag validation
nlambriICH Dec 22, 2022
a268b3c
Merge pull request #5 from nlambriICH/test_pull_request
nlambriICH Dec 22, 2022
bb22fe5
Dummy commit for release test
nlambriICH Dec 22, 2022
4ca96c5
Merge pull request #6 from nlambriICH/test_pull_request
nlambriICH Dec 22, 2022
30522ab
Test sequential release workflow
nlambriICH Dec 22, 2022
81166a0
Merge pull request #7 from nlambriICH/test_pull_request
nlambriICH Dec 22, 2022
eca52ee
Test tag output for release
nlambriICH Dec 22, 2022
3917547
Merge pull request #8 from nlambriICH/test_pull_request
nlambriICH Dec 22, 2022
2eb8ed1
Test manual tag
nlambriICH Dec 22, 2022
c49bdcc
Merge pull request #9 from nlambriICH/test_pull_request
nlambriICH Dec 22, 2022
07f03a5
Fix syntax error
nlambriICH Dec 22, 2022
56b17ac
Merge pull request #10 from nlambriICH/test_pull_request
nlambriICH Dec 22, 2022
6253ba2
Test tag from job output
nlambriICH Dec 22, 2022
29dcf7b
Merge pull request #11 from nlambriICH/test_pull_request
nlambriICH Dec 22, 2022
65ba2c5
Fix tag from job output
nlambriICH Dec 22, 2022
051a0f4
Merge pull request #12 from nlambriICH/test_pull_request
nlambriICH Dec 22, 2022
bbb5efd
Test changelog step
nlambriICH Dec 22, 2022
ac2d39a
Merge pull request #13 from nlambriICH/test_pull_request
nlambriICH Dec 22, 2022
244058c
Change target branch to master
nlambriICH Dec 22, 2022
faa3fd6
Change assembly info for release
nlambriICH Dec 22, 2022
e6e6915
Remove changelog creation
nlambriICH Dec 22, 2022
5ba173f
Fix TMIAutomation.Runner post-build event
nlambriICH Mar 7, 2023
1608502
Add lower-extremities optimization selection window
nlambriICH Mar 7, 2023
c7d850f
Fix retrieval of External structure based on Dicom Type
nlambriICH Mar 7, 2023
79839d4
Small code refactoring
nlambriICH Mar 7, 2023
400b2a9
Fix build error ESAPIv16
nlambriICH Mar 9, 2023
13f65bd
Fix bug renaming existing structure
nlambriICH Mar 9, 2023
7d49105
Add check for structure renaming in ESAPIv15
nlambriICH Mar 9, 2023
8e74f99
Add condition for executing test on ESAPIv15 only
nlambriICH Mar 9, 2023
5fcc1a1
Implement workaround for existing structure Id
nlambriICH Mar 11, 2023
13d50f8
Fix uncaught exceptions in write-enabled async methods
nlambriICH Mar 11, 2023
2769c58
Change TryAddStructure logic
nlambriICH Mar 12, 2023
6bfc5cc
Fix bug for empty isodose structures
nlambriICH Mar 12, 2023
027a3c1
Fix size of the most caudal and cranial fields
nlambriICH Mar 12, 2023
bb7892f
Change buttons look in opt strategy selection window
nlambriICH Mar 12, 2023
3126099
Merge remote-tracking branch 'remotes/origin/master' into maintenance
nlambriICH Mar 14, 2023
b4c6a09
Fix crash when adding beam with empty TreatmentUnit name
nlambriICH Mar 14, 2023
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
Prev Previous commit
Next Next commit
Change buttons look in opt strategy selection window
  • Loading branch information
nlambriICH committed Mar 12, 2023
commit bb7892f36406d980472236a597a112258435b923
10 changes: 6 additions & 4 deletions TMIAutomation/View/LowerPlanOptSelection.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,22 @@
</TextBlock>
<Button Grid.Row="1"
Width="150"
Height="35"
Height="30"
VerticalAlignment="Top"
HorizontalAlignment="Left"
VerticalContentAlignment="Center"
Margin="50,5,100,10"
FontSize="16"
FontSize="15"
Content="1. Junction structs"
Click="Button_Click_Junction"/>
<Button Grid.Row="1"
Width="150"
Height="35"
Height="30"
VerticalAlignment="Top"
HorizontalAlignment="Right"
VerticalContentAlignment="Center"
Margin="100,5,50,10"
FontSize="16"
FontSize="15"
Content="2. Base-dose plan"
Click="Button_Click_BaseDose"/>
</Grid>
Expand Down