From a90fb911b8b88001ec4eaddaf44dd3ed44c75bbd Mon Sep 17 00:00:00 2001 From: labkey-susanh Date: Tue, 17 Jun 2025 07:23:21 -0700 Subject: [PATCH 1/3] Add IssueNavigationLink for GitHub issues --- .idea/configTemplates/vcs.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.idea/configTemplates/vcs.xml b/.idea/configTemplates/vcs.xml index 9bfa77e02a..2a7d448515 100644 --- a/.idea/configTemplates/vcs.xml +++ b/.idea/configTemplates/vcs.xml @@ -25,6 +25,10 @@ From 7ffebe5a483ecea0e8701134273a1b85f6021070 Mon Sep 17 00:00:00 2001 From: labkey-susanh Date: Thu, 19 Jun 2025 13:31:19 -0700 Subject: [PATCH 2/3] Update to latest client API version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index cd2ce25578..1c6656216f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -45,7 +45,7 @@ buildFromSource=true # The default version for LabKey artifacts that are built or that we depend on. # override in an individual module's gradle.properties file as necessary labkeyVersion=25.7-SNAPSHOT -labkeyClientApiVersion=6.2.0 +labkeyClientApiVersion=6.3.0 # Version numbers for the various binary artifacts that are included when # deploying via deployApp or deployDist and when creating distributions. From 4f5bfb9bf4282ef251f0c7672906fe58ec4ca6fe Mon Sep 17 00:00:00 2001 From: labkey-susanh Date: Mon, 23 Jun 2025 15:31:58 -0700 Subject: [PATCH 3/3] Revert clientApiVersion to see if that changes Junit test behavior --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index adf36d98d5..e8888610fd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -45,7 +45,7 @@ buildFromSource=true # The default version for LabKey artifacts that are built or that we depend on. # override in an individual module's gradle.properties file as necessary labkeyVersion=25.7-SNAPSHOT -labkeyClientApiVersion=6.3.0 +labkeyClientApiVersion=6.2.0 # Version numbers for the various binary artifacts that are included when # deploying via deployApp or deployDist and when creating distributions.