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

Remove DAX plugin #163

Merged
merged 9 commits into from
Feb 4, 2025
17 changes: 0 additions & 17 deletions .renovaterc.json5
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"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",
Expand All @@ -42,14 +41,6 @@
allowedVersions: "<=2.0.2",
},
],
customDatasources: {
"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 ])}}',
],
},
},
customManagers: [
{
customType: "regex",
Expand Down Expand Up @@ -99,14 +90,6 @@
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",
Expand Down
1 change: 0 additions & 1 deletion roles/xnat/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ xnat_plugin_urls:
- https://api.bitbucket.org/2.0/repositories/xnatx/ldap-auth-plugin/downloads/ldap-auth-plugin-1.1.0.jar
- https://api.bitbucket.org/2.0/repositories/xnatdev/container-service/downloads/container-service-3.6.2-fat.jar
- https://api.bitbucket.org/2.0/repositories/xnatx/xnatx-batch-launch-plugin/downloads/batch-launch-0.7.0.jar
- https://github.com/VUIIS/dax/raw/main/misc/xnat-plugins/dax-plugin-genProcData-1.4.2.jar
- https://api.bitbucket.org/2.0/repositories/icrimaginginformatics/ohif-viewer-xnat-plugin/downloads/ohif-viewer-3.7.0-XNAT-1.8.10.jar
- https://api.bitbucket.org/2.0/repositories/xnatx/ml-schema-plugin/downloads/ml-schema-plugin-1.0.0.jar
- https://api.bitbucket.org/2.0/repositories/xnatx/datasets-schema-plugin/downloads/datasets-schema-plugin-1.0.0.jar
Expand Down
Loading