-
Notifications
You must be signed in to change notification settings - Fork 1
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
Remove DAX plugin #163
Remove DAX plugin #163
Changes from 8 commits
08ebf43
6ce2ee9
0ebe963
6c913af
407aaf1
de6702f
cdf366a
bd97225
6fcb2b8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,15 +13,15 @@ | |
"xnatdev/xnat-web", | ||
"xnatdev/xsync", | ||
"xnatx/ldap-auth-plugin", | ||
"xnatdev/container-service", | ||
"xnatx/xnatx-batch-launch-plugin", | ||
"VUIIS/dax", | ||
"icrimaginginformatics/ohif-viewer-xnat-plugin", | ||
"xnatx/ml-plugin", | ||
"xnatx/datasets-plugin", | ||
"xnatdev/xnat-image-viewer-plugin", | ||
"xnatx/xnatx-dxm-settings-plugin", | ||
"NrgXnat/xnat-pipeline-engine", | ||
"xnatdev/container-service", | ||
"xnatx/xnatx-batch-launch-plugin", | ||
"VUIIS/dax", | ||
Comment on lines
+22
to
+24
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I moved these to the bottom as they're no longer in the default list of plugins (they're only used in testing with molecule) |
||
], | ||
groupName: "xnat", | ||
versioning: "loose", | ||
|
@@ -46,7 +46,7 @@ | |
"VUIIS-dax": { | ||
defaultRegistryUrlTemplate: "https://api.github.com/repos/VUIIS/dax/contents/misc/xnat-plugins", | ||
transformTemplates: [ | ||
'{"releases": $.{"version": $join(["v", $match(name, /(\\d+\\.)?(\\d+\\.)?(\\*|\\d+)/ ).match ])}}', | ||
'{"releases": $.{"version": $match(name, /(\\d+\\.)?(\\d+\\.)?(\\*|\\d+)/ ).match }}', | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. removing the |
||
], | ||
}, | ||
}, | ||
|
@@ -83,30 +83,6 @@ | |
depNameTemplate: "xnatx/ldap-auth-plugin", | ||
datasourceTemplate: "bitbucket-tags", | ||
}, | ||
{ | ||
customType: "regex", | ||
description: "Update XNAT Container Service plugin version specified in roles/xnat/defaults/main.yml", | ||
fileMatch: ["roles/xnat/defaults/main.yml$"], | ||
matchStrings: ["container-service-(?<currentValue>.*?)-fat.jar"], | ||
depNameTemplate: "xnatdev/container-service", | ||
datasourceTemplate: "bitbucket-tags", | ||
}, | ||
{ | ||
customType: "regex", | ||
description: "Update XNAT batch launch plugin version specified in roles/xnat/defaults/main.yml", | ||
fileMatch: ["roles/xnat/defaults/main.yml$"], | ||
matchStrings: ["batch-launch-(?<currentValue>.*?).jar"], | ||
depNameTemplate: "xnatx/xnatx-batch-launch-plugin", | ||
datasourceTemplate: "bitbucket-tags", | ||
}, | ||
{ | ||
customType: "regex", | ||
description: "Update XNAT dax plugin specified in roles/xnat/defaults/main.yml", | ||
fileMatch: ["roles/xnat/defaults/main.yml$"], | ||
matchStrings: ["dax-plugin-genProcData-(?<currentValue>.*?).jar"], | ||
depNameTemplate: "VUIIS/dax", | ||
datasourceTemplate: "custom.VUIIS-dax", | ||
}, | ||
{ | ||
customType: "regex", | ||
description: "Update OHIF Viewer plugin version specified in roles/xnat/defaults/main.yml", | ||
|
@@ -155,5 +131,35 @@ | |
depNameTemplate: "NrgXnat/xnat-pipeline-engine", | ||
datasourceTemplate: "github-releases", | ||
}, | ||
{ | ||
customType: "regex", | ||
description: "Update XNAT Container Service plugin version used for testing with molecule", | ||
fileMatch: [ | ||
"playbooks/molecule/resources/xnat/inventory/group_vars/all/server.yml$", | ||
], | ||
matchStrings: ["container-service-(?<currentValue>.*?)-fat.jar"], | ||
depNameTemplate: "xnatdev/container-service", | ||
datasourceTemplate: "bitbucket-tags", | ||
}, | ||
{ | ||
customType: "regex", | ||
description: "Update XNAT batch launch plugin version used for testing with molecule", | ||
fileMatch: [ | ||
"playbooks/molecule/resources/xnat/inventory/group_vars/all/server.yml$", | ||
], | ||
matchStrings: ["batch-launch-(?<currentValue>.*?).jar"], | ||
depNameTemplate: "xnatx/xnatx-batch-launch-plugin", | ||
datasourceTemplate: "bitbucket-tags", | ||
}, | ||
{ | ||
customType: "regex", | ||
description: "Update XNAT dax plugin used for testing with molecule", | ||
fileMatch: [ | ||
"playbooks/molecule/resources/xnat/inventory/group_vars/all/server.yml$", | ||
], | ||
matchStrings: ["dax-plugin-genProcData-(?<currentValue>.*?).jar"], | ||
depNameTemplate: "VUIIS/dax", | ||
datasourceTemplate: "custom.VUIIS-dax", | ||
}, | ||
], | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we run into errors running sudo commands on Rocky 9 containers if we use
ubuntu-latest