From 8cd46bc04b1f0645abb0bdfc6ca5b9da9d2e7acb Mon Sep 17 00:00:00 2001 From: binh-dam-ibigroup Date: Wed, 3 Dec 2025 15:38:27 -0500 Subject: [PATCH 1/5] ci(index.html): Add js module type and crossref tags. --- src/main/resources/public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/public/index.html b/src/main/resources/public/index.html index 29620bc72..00b5c6b16 100644 --- a/src/main/resources/public/index.html +++ b/src/main/resources/public/index.html @@ -6,10 +6,10 @@ Data Tools - +
- + From ce6035a4c6c226161e63f4de02b12aa7a34ab13d Mon Sep 17 00:00:00 2001 From: binh-dam-ibigroup Date: Wed, 3 Dec 2025 15:39:23 -0500 Subject: [PATCH 2/5] ci(docker): Temporarily build docker image for this branch. --- .github/workflows/build-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index a3ebe75cb..2d2979b95 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -3,7 +3,7 @@ name: Create and publish a Docker image on: push: - branches: ['dev', 'master', 'dev-flex', 'mtc-deploy'] + branches: ['dev', 'master', 'dev-flex', 'mtc-deploy', 'html-js-module'] env: REGISTRY: ghcr.io From 0a78f66aa4514032041ee2c07a5c5a80f680b69e Mon Sep 17 00:00:00 2001 From: binh-dam-ibigroup Date: Wed, 3 Dec 2025 15:55:36 -0500 Subject: [PATCH 3/5] fix(indes.html): Remove crossorigin props. --- src/main/resources/public/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/public/index.html b/src/main/resources/public/index.html index 00b5c6b16..b6b17f634 100644 --- a/src/main/resources/public/index.html +++ b/src/main/resources/public/index.html @@ -6,10 +6,10 @@ Data Tools - +
- + From 3bb37dd9e0ebdafab514fcc39ae8e311d1b800b5 Mon Sep 17 00:00:00 2001 From: binh-dam-ibigroup Date: Wed, 3 Dec 2025 16:15:13 -0500 Subject: [PATCH 4/5] fix(index.html): Add bakc anonymous crossorigin. --- src/main/resources/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/public/index.html b/src/main/resources/public/index.html index b6b17f634..1af2cda43 100644 --- a/src/main/resources/public/index.html +++ b/src/main/resources/public/index.html @@ -10,6 +10,6 @@
- + From 61b90aa339694e0661342749167ae5d993482b19 Mon Sep 17 00:00:00 2001 From: binh-dam-ibigroup Date: Thu, 4 Dec 2025 07:57:31 -0500 Subject: [PATCH 5/5] Revert "ci(docker): Temporarily build docker image for this branch." This reverts commit ce6035a4c6c226161e63f4de02b12aa7a34ab13d. --- .github/workflows/build-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 2d2979b95..a3ebe75cb 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -3,7 +3,7 @@ name: Create and publish a Docker image on: push: - branches: ['dev', 'master', 'dev-flex', 'mtc-deploy', 'html-js-module'] + branches: ['dev', 'master', 'dev-flex', 'mtc-deploy'] env: REGISTRY: ghcr.io