From d23f640ef7431c1079e48cc55a7d1518a358e425 Mon Sep 17 00:00:00 2001 From: Wenyi Kuang Date: Wed, 19 Mar 2025 10:13:29 -0600 Subject: [PATCH 1/5] Bump the version of PAT to 391 for new ruby built and new Openstudio-server, besides, updating the mongodb to 6.0.8. --- manifest.json | 12 ++++++------ package-lock.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/manifest.json b/manifest.json index b825ef52..57d89802 100644 --- a/manifest.json +++ b/manifest.json @@ -44,17 +44,17 @@ "type": "ruby" }], "mongo": [{ - "name": "mongodb-4.4.2-win32.tar.gz", + "name": "mongodb-6.0.8-win32.tar.gz", "platform": "win32", "arch": "x64", "type": "mongo" }, { - "name": "mongodb-4.4.2-darwin.tar.gz", + "name": "mongodb-6.0.8-darwin.tar.gz", "platform": "darwin", "arch": "x64", "type": "mongo" }, { - "name": "mongodb-4.4.2-linux.tar.gz", + "name": "mongodb-6.0.8-linux.tar.gz", "platform": "linux", "arch": "x64", "type": "mongo" @@ -76,17 +76,17 @@ "type": "OpenStudio" }], "openstudioServer": [{ - "name": "OpenStudio-server-00939d8868-win32.tar.gz", + "name": "OpenStudio-server-415ae851b8-win32.tar.gz", "platform": "win32", "arch": "x64", "type": "OpenStudio-server" }, { - "name": "OpenStudio-server-00939d8868-darwin.tar.gz", + "name": "OpenStudio-server-415ae851b8-darwin.tar.gz", "platform": "darwin", "arch": "x64", "type": "OpenStudio-server" }, { - "name": "OpenStudio-server-00939d8868-linux.tar.gz", + "name": "OpenStudio-server-415ae851b8-linux.tar.gz", "platform": "linux", "arch": "x64", "type": "OpenStudio-server" diff --git a/package-lock.json b/package-lock.json index dd0381fb..8e1c0252 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openstudio-pat", - "version": "3.7.0", + "version": "3.9.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "openstudio-pat", - "version": "3.7.0", + "version": "3.9.1", "hasInstallScript": true, "devDependencies": { "@babel/core": "~7.19.3", From dcc48dd63a9404f8b3dc1722778da810aedd8c3c Mon Sep 17 00:00:00 2001 From: Wenyi Kuang Date: Wed, 19 Mar 2025 15:07:27 -0600 Subject: [PATCH 2/5] Use mac-13 to pickup building. --- .github/workflows/build_pat.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_pat.yaml b/.github/workflows/build_pat.yaml index a02ce3dc..4a6efdc5 100755 --- a/.github/workflows/build_pat.yaml +++ b/.github/workflows/build_pat.yaml @@ -26,7 +26,7 @@ jobs: node-version: 18 allow_failure: false - name: macOS - os: macos-12 + os: macos-13 node-version: 18 allow_failure: false MACOSX_DEPLOYMENT_TARGET: 10.15 From ee24398b9e56d21604874298c07c1a0c41969cca Mon Sep 17 00:00:00 2001 From: Wenyi Kuang Date: Thu, 20 Mar 2025 22:46:57 -0600 Subject: [PATCH 3/5] Bumped version and triggered the rebuild for the re-zipped mongo. --- CMakeLists.txt | 2 +- app/package-lock.json | 4 ++-- app/package.json | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b609398..dd1383e1 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14.0) cmake_policy(SET CMP0048 NEW) -project(ParametricAnalysisTool VERSION 3.9.0) +project(ParametricAnalysisTool VERSION 3.9.1) find_package(Git) diff --git a/app/package-lock.json b/app/package-lock.json index ad497957..046c328d 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,12 +1,12 @@ { "name": "pat", - "version": "3.9.0", + "version": "3.9.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pat", - "version": "3.9.0", + "version": "3.9.1", "dependencies": { "@electron/remote": "~2.0.8", "adm-zip": "~0.5.9", diff --git a/app/package.json b/app/package.json index d0310866..cd85b4b7 100644 --- a/app/package.json +++ b/app/package.json @@ -3,7 +3,7 @@ "productName": "ParametricAnalysisTool", "identifier": "gov.nrel.openstudio.pat", "description": "OpenStudio Parametric Analysis Tool", - "version": "3.9.0", + "version": "3.9.1", "author": "National Renewable Energy Laboratory", "main": "background.js", "dependencies": { diff --git a/package.json b/package.json index ed289e81..8a90f161 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openstudio-pat", - "version": "3.9.0", + "version": "3.9.1", "devDependencies": { "@babel/core": "~7.19.3", "@babel/eslint-parser": "~7.19.1", From 41f38cf03db11f9d3c1a3d895a3e532dd03123a5 Mon Sep 17 00:00:00 2001 From: Wenyi Kuang Date: Fri, 21 Mar 2025 11:10:40 -0600 Subject: [PATCH 4/5] Dummy update for triggling re-build. --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 57d89802..0757693b 100644 --- a/manifest.json +++ b/manifest.json @@ -48,7 +48,7 @@ "platform": "win32", "arch": "x64", "type": "mongo" - }, { + },{ "name": "mongodb-6.0.8-darwin.tar.gz", "platform": "darwin", "arch": "x64", From 45b14eea39d6a1d8bfbd03f256071048de3b6c7a Mon Sep 17 00:00:00 2001 From: anchapin Date: Fri, 21 Mar 2025 16:36:33 -0400 Subject: [PATCH 5/5] Update GitHub Actions to use upload-artifact@v4 --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index a006e8ad..48f8322e 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -40,7 +40,7 @@ jobs: run: | npm run test:parallel npm run test:serial - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: reports