Deleted branch hotfix/T27849-MITKExtensionsInCDashScriptOnUnix.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Oct 12 2020
Pushed new branch hotfix/T27849-MITKExtensionsInCDashScriptOnUnix.
Oh, I just noticed an "Add repository" button in CDash. There may be the possibility to actually report revisions of more than one repository. Let me check that... :-)
Done. @floca, if you do not agree, please reopen.
I looked into the CDash script and to basically "swap" the primary repository would induce many many new lines of code. Hence, I vote for "let's always keep MITK as primary repository that reports its revision but change the CDash settings to the MITK repository instead of the MITK extension's repository". Tl;dr: Make the revision links work in the web UI but they will always link to MITK, not an MITK extension.
The quick fix would be to change the repository base URL in the CDash project settings to MITK but I guess the preferred solution may be something like a setting in the MITK CDash script to decide if MITK should be the repository of interest or an MITK extension should be the repository of interest. Thinking about it, it probably must be a combination of CDash project settings and CDash script as we cannot change project settings from script but probably we can somehow achieve to report a revision from another repository than MITK in the update step.
Oct 9 2020
Fix! :-)
Deleted branch bugfix/T25882-RewriteDashboardScript.
Deleted branch feature/T25882-MITKOptions.
Pushed new branch feature/T25882-MITKOptions.
Oct 8 2020
Oct 5 2020
Oct 2 2020
Many years ago it was decided that we handle 2d images as 3d images with a single slice. While not correct as the pixel spacing in z-direction is completely made up, it reduced some code and edge cases and was found to be an okay-ish simplification. On the other hand it rarely leads to issues that were found to be worth having them as the reduced code and edge cases gave way more benefits in comparison. One reason for this discussion in the first place was the segmentation btw as additional 2d cases regularily broke even more code than all the 4d cases. So eventually it was said, that it will be kind of guaranteed that loaded images will be presented at least as 3d images. It is still possible to generate 2d images in code and that's why there still should be checks if an image has less than 3 dimensions.
Sep 29 2020
Found the bug in CDash. In app/Model/AuthToken.php:51 the "special value" 9999-12-31 23:59:59 is inserted into the database whereas the maximum value for TIMESTAMP is 2038-01-19 03:14:07. Hence the "special value" appears as 0000-00-00 00:00:00 in the database which will trigger the deletion when it is compared with the current date.
Sigh. Just one time I'd like not to stumble over bugs when dealing with CDash. I implemented the authorization, double-checked that the proxy does not throw away the authorization HTTP header, watched the cdash database, and figured out that as soon as CDash is comparing a valid token... it deletes it from the database.
Deleted branch feature/T25882-CDashAuthorization.
Pushed new branch feature/T25882-CDashAuthorization.
Sep 28 2020
As unknown sites are appearing on our dashboard, we should introduce authentication:
https://blog.kitware.com/cdash-authenticated-submissions/
Sep 25 2020
Deleted branch release/T27784-2020-Week-39.
Pushed new branch release/T27784-2020-Week-39.
We discussed this task in the MITK meeting and we want to go with option (1). In addition, we want to syncronize the branches of rMITK MITK and rMPT MITK-ProjectTemplate and add the project template as extension to all of our CI clients. We should also look into the new template repository feature of GitHub.
Sep 23 2020
Pushed new branch bugfix/T27196-RewritePackaging.
What version of MITK do you use? I cannot reproduce any trouble with the cross hair while placing planar figures.
Sep 22 2020
Hi there! 🙂
Hi there! 🙂
Deleted branch bugfix/T27624-FixDoxygenErrors.
Sep 21 2020
Deleted branch bugfix/T27030-MigrateToNSISv3.
Pushed new branch bugfix/T27030-MigrateToNSISv3.
This happens with NSIS 3.x. We use NSIS 2.x. However, CMake dropped NSIS 2.x support in version 3.17, so we should finally get rid of this error and also require NSIS 3.x.
Sep 11 2020
Pushed new branch bugfix/T27701-PluginGenerator.
Yes, let's deactivate them for now (again), and discuss it in the next MITK meeting.