From 76142d39b681ec63b793ac8eb874dba412784bca Mon Sep 17 00:00:00 2001 From: Rafael Palomar Date: Mon, 17 Jun 2024 16:38:48 +0200 Subject: [PATCH 1/4] ENH: Add SlicerSofa Extension --- SlicerSofa.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 SlicerSofa.json diff --git a/SlicerSofa.json b/SlicerSofa.json new file mode 100644 index 00000000..415313cd --- /dev/null +++ b/SlicerSofa.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.0.json#", + "build_dependencies": [], + "build_subdirectory": ".", + "category": "Simulation", + "scm_revision": "main", + "scm_url": "https://github.com/RafaelPalomar/Slicer-SOFA.git" +} From 660f0c385a620bb15b90194604eeb7380bb9a82d Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Thu, 27 Jun 2024 01:06:21 -0400 Subject: [PATCH 2/4] COMP: Rename extension to be consistent with repository and project name --- SlicerSofa.json => Slicer-SOFA.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename SlicerSofa.json => Slicer-SOFA.json (100%) diff --git a/SlicerSofa.json b/Slicer-SOFA.json similarity index 100% rename from SlicerSofa.json rename to Slicer-SOFA.json From 531c56e509b21e8b2a36900f17941941854a6c52 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Thu, 27 Jun 2024 15:59:48 -0400 Subject: [PATCH 3/4] Rename extension from Slicer-SOFA to SlicerSOFA --- Slicer-SOFA.json => SlicerSOFA.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Slicer-SOFA.json => SlicerSOFA.json (79%) diff --git a/Slicer-SOFA.json b/SlicerSOFA.json similarity index 79% rename from Slicer-SOFA.json rename to SlicerSOFA.json index 415313cd..267fd27b 100644 --- a/Slicer-SOFA.json +++ b/SlicerSOFA.json @@ -4,5 +4,5 @@ "build_subdirectory": ".", "category": "Simulation", "scm_revision": "main", - "scm_url": "https://github.com/RafaelPalomar/Slicer-SOFA.git" + "scm_url": "https://github.com/RafaelPalomar/SlicerSOFA.git" } From e62c127da0e70fac9e518f1b119ac649a2c611b0 Mon Sep 17 00:00:00 2001 From: Andras Lasso Date: Wed, 11 Dec 2024 16:43:19 -0500 Subject: [PATCH 4/4] Update SlicerSOFA URL and tier --- SlicerSOFA.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SlicerSOFA.json b/SlicerSOFA.json index 267fd27b..6a85cca6 100644 --- a/SlicerSOFA.json +++ b/SlicerSOFA.json @@ -1,8 +1,9 @@ { - "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.0.json#", + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json#", "build_dependencies": [], "build_subdirectory": ".", "category": "Simulation", "scm_revision": "main", - "scm_url": "https://github.com/RafaelPalomar/SlicerSOFA.git" + "scm_url": "https://github.com/Slicer/SlicerSOFA", + "tier": 3 }