From 1a5429f0b98bba1323e5fc65bbff90cc8364ff50 Mon Sep 17 00:00:00 2001 From: Marcel Jacek Date: Tue, 25 Feb 2025 13:34:02 +0100 Subject: [PATCH 1/3] feat: remove model serving from blacklist and change description of blacklist file --- blacklist.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/blacklist.txt b/blacklist.txt index 51d6061..a3065e5 100644 --- a/blacklist.txt +++ b/blacklist.txt @@ -1,3 +1 @@ -# Transitional file to force generation of the new regional api for selected services -# It will be removed when all services have been migrated to the new regional api -modelserving \ No newline at end of file +# Transitional file to disable generation for selected services \ No newline at end of file From 9bc67fff5ca450de404550d322597e7a0e450e56 Mon Sep 17 00:00:00 2001 From: Marcel Jacek Date: Tue, 25 Feb 2025 16:15:05 +0100 Subject: [PATCH 2/3] fix: set poetry on version 1.8.5 because a newer version breaks the linter --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 50a7257..99fd7fd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -105,7 +105,7 @@ jobs: - name: Install sdk working-directory: ./sdk-repo-updated run: | - pip install poetry + pip install poetry==1.8.5 poetry config virtualenvs.create false python -m venv .venv . .venv/bin/activate From 480db8f358025edd175853e9a9d4be36c57a75fe Mon Sep 17 00:00:00 2001 From: Marcel Jacek Date: Tue, 25 Feb 2025 17:37:14 +0100 Subject: [PATCH 3/3] fix: add cdn to blacklist because it generates broken test code --- blacklist.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blacklist.txt b/blacklist.txt index a3065e5..279694c 100644 --- a/blacklist.txt +++ b/blacklist.txt @@ -1 +1,2 @@ -# Transitional file to disable generation for selected services \ No newline at end of file +# Transitional file to disable generation for selected services +cdn \ No newline at end of file