From cfde329f1fc7cf78260401d60d9355d4480d2be0 Mon Sep 17 00:00:00 2001 From: lbologna <9949990+lbologna@users.noreply.github.com> Date: Thu, 6 Mar 2025 19:18:38 +0100 Subject: [PATCH 01/11] Update constants.ts with new proxy url --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 49dcbb6..c5dd17b 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -13,7 +13,7 @@ export const iam = { }; export const drive = { - CORS_PROXY: 'https://corsproxy.hbpneuromorphic.eu', + CORS_PROXY: 'https://corsproxy.apps.tc.humanbrainproject.eu/', DRIVE_API_URL: 'https://drive.ebrains.eu/api2', DEFAULT_UC_FOLDER_NAME: 'CLS-INTERACTIVE-UC', DEFAULT_MODEL_FOLDER_NAME: 'CLS-INTERACTIVE-MODELS', From ba449a2189e8426e3ee08aa89d1018a1f2b692e4 Mon Sep 17 00:00:00 2001 From: rcsm17 Date: Fri, 7 Mar 2025 11:31:32 +0100 Subject: [PATCH 02/11] Updated model-catalog url --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index c5dd17b..91c6cc0 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -34,7 +34,7 @@ export const pages = { }; export const modelCatalog = { - URL: 'https://validation.brainsimulation.eu/models/', + URL: 'https://model-validation-api.apps.ebrains.eu/models/', HIPPOCAMPUS_QUERY: '?model_scope=single%20cell&species=Rattus%20norvegicus&format=bluepyopt&size=300', }; From e383b7f7a19332b6ad34923cb1665d473bc49522 Mon Sep 17 00:00:00 2001 From: rcsm17 Date: Fri, 7 Mar 2025 11:34:29 +0100 Subject: [PATCH 03/11] Forced commit --- src/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/constants.ts b/src/constants.ts index 91c6cc0..e708911 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -54,3 +54,4 @@ export const usecases = { JSON_SCHEMA_URL: `${usecaseInfoBaseUrl}/${usecaseInfoBranch}/usecases-info.schema.json`, STATISTIC_URL: 'https://docs.google.com/forms/u/1/d/e/1FAIpQLSeLKkgcY1yDb9gHjmFY-Ys8YH65wVhubdGfXUgudrRVIDtlqQ/formResponse', }; + From adc72c3b8a89163133029146f17257b63fc2cd3c Mon Sep 17 00:00:00 2001 From: lbologna <9949990+lbologna@users.noreply.github.com> Date: Fri, 7 Mar 2025 15:49:03 +0100 Subject: [PATCH 04/11] Update constants.ts --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index e708911..56f7c72 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -13,7 +13,7 @@ export const iam = { }; export const drive = { - CORS_PROXY: 'https://corsproxy.apps.tc.humanbrainproject.eu/', + CORS_PROXY: 'https://corsproxy.apps.tc.humanbrainproject.eu', DRIVE_API_URL: 'https://drive.ebrains.eu/api2', DEFAULT_UC_FOLDER_NAME: 'CLS-INTERACTIVE-UC', DEFAULT_MODEL_FOLDER_NAME: 'CLS-INTERACTIVE-MODELS', From 629048da28a1b02cb54e39da89eb1d13c89dc6b2 Mon Sep 17 00:00:00 2001 From: lbologna <9949990+lbologna@users.noreply.github.com> Date: Fri, 7 Mar 2025 16:20:26 +0100 Subject: [PATCH 05/11] Update constants.ts --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 56f7c72..c916939 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -14,7 +14,7 @@ export const iam = { export const drive = { CORS_PROXY: 'https://corsproxy.apps.tc.humanbrainproject.eu', - DRIVE_API_URL: 'https://drive.ebrains.eu/api2', + DRIVE_API_URL: 'https://drive.ebrains.eu/api2222', DEFAULT_UC_FOLDER_NAME: 'CLS-INTERACTIVE-UC', DEFAULT_MODEL_FOLDER_NAME: 'CLS-INTERACTIVE-MODELS', DEFAULT_MODEL_FILE_NAME: 'models.json', From 76a5bf7efb73b300d994b21e33fe67dcbf3cd198 Mon Sep 17 00:00:00 2001 From: lbologna <9949990+lbologna@users.noreply.github.com> Date: Fri, 7 Mar 2025 16:40:34 +0100 Subject: [PATCH 06/11] Update constants.ts --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index c916939..56f7c72 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -14,7 +14,7 @@ export const iam = { export const drive = { CORS_PROXY: 'https://corsproxy.apps.tc.humanbrainproject.eu', - DRIVE_API_URL: 'https://drive.ebrains.eu/api2222', + DRIVE_API_URL: 'https://drive.ebrains.eu/api2', DEFAULT_UC_FOLDER_NAME: 'CLS-INTERACTIVE-UC', DEFAULT_MODEL_FOLDER_NAME: 'CLS-INTERACTIVE-MODELS', DEFAULT_MODEL_FILE_NAME: 'models.json', From 5ffc1fb414b6280079fb94c525ce56c8d0afaf3d Mon Sep 17 00:00:00 2001 From: lbologna <9949990+lbologna@users.noreply.github.com> Date: Fri, 7 Mar 2025 17:02:51 +0100 Subject: [PATCH 07/11] Update drive.ts: remove slash in PROXY url --- src/helpers/drive.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/drive.ts b/src/helpers/drive.ts index 3d32f80..2674654 100644 --- a/src/helpers/drive.ts +++ b/src/helpers/drive.ts @@ -7,7 +7,7 @@ import type { } from '@/types/interfaces'; import { getAxiosInstance } from '@/helpers/http'; -const PROXY_BASE = drive.CORS_PROXY ? `${drive.CORS_PROXY}/` : ''; +const PROXY_BASE = drive.CORS_PROXY ? `${drive.CORS_PROXY}` : ''; const DRIVE_API = `${PROXY_BASE}${drive.DRIVE_API_URL}`; const axiosInstance = getAxiosInstance(); From 60fc5778fc14b6e3a0b0dc434cdbb4313e1b41f1 Mon Sep 17 00:00:00 2001 From: lbologna <9949990+lbologna@users.noreply.github.com> Date: Fri, 7 Mar 2025 17:15:16 +0100 Subject: [PATCH 08/11] Update drive.ts --- src/helpers/drive.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/drive.ts b/src/helpers/drive.ts index 2674654..3d32f80 100644 --- a/src/helpers/drive.ts +++ b/src/helpers/drive.ts @@ -7,7 +7,7 @@ import type { } from '@/types/interfaces'; import { getAxiosInstance } from '@/helpers/http'; -const PROXY_BASE = drive.CORS_PROXY ? `${drive.CORS_PROXY}` : ''; +const PROXY_BASE = drive.CORS_PROXY ? `${drive.CORS_PROXY}/` : ''; const DRIVE_API = `${PROXY_BASE}${drive.DRIVE_API_URL}`; const axiosInstance = getAxiosInstance(); From 2dbcb6cea1c65799729b31aa66ea1941b10632f0 Mon Sep 17 00:00:00 2001 From: lbologna <9949990+lbologna@users.noreply.github.com> Date: Fri, 7 Mar 2025 17:17:40 +0100 Subject: [PATCH 09/11] Update gh-pages.yml with latest version of actions/checkout --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index fcb49d5..b260b47 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -10,7 +10,7 @@ jobs: PROD_DESTINATION: public/build/prod steps: - name: Checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v4.0.0 - name: Install packages run: | From d2417cad12dcd418e63d5c1316eca63bb1c4575c Mon Sep 17 00:00:00 2001 From: lbologna <9949990+lbologna@users.noreply.github.com> Date: Sat, 8 Mar 2025 00:53:48 +0100 Subject: [PATCH 10/11] Update drive.ts --- src/helpers/drive.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/drive.ts b/src/helpers/drive.ts index 3d32f80..ce43948 100644 --- a/src/helpers/drive.ts +++ b/src/helpers/drive.ts @@ -8,7 +8,7 @@ import type { import { getAxiosInstance } from '@/helpers/http'; const PROXY_BASE = drive.CORS_PROXY ? `${drive.CORS_PROXY}/` : ''; -const DRIVE_API = `${PROXY_BASE}${drive.DRIVE_API_URL}`; +const DRIVE_API = `${drive.DRIVE_API_URL}`; const axiosInstance = getAxiosInstance(); From da9745f4feaaf9dc7edbc5a201535c1f494c9546 Mon Sep 17 00:00:00 2001 From: lbologna <9949990+lbologna@users.noreply.github.com> Date: Sat, 8 Mar 2025 01:08:11 +0100 Subject: [PATCH 11/11] Update drive.ts --- src/helpers/drive.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/drive.ts b/src/helpers/drive.ts index ce43948..3d32f80 100644 --- a/src/helpers/drive.ts +++ b/src/helpers/drive.ts @@ -8,7 +8,7 @@ import type { import { getAxiosInstance } from '@/helpers/http'; const PROXY_BASE = drive.CORS_PROXY ? `${drive.CORS_PROXY}/` : ''; -const DRIVE_API = `${drive.DRIVE_API_URL}`; +const DRIVE_API = `${PROXY_BASE}${drive.DRIVE_API_URL}`; const axiosInstance = getAxiosInstance();