From 43a79eb4a1f2dfef1dabf19e12f6b875cead2f33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:43:06 +0000 Subject: [PATCH 1/8] build(deps): bump gunicorn from 20.0.4 to 22.0.0 in /walrus Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.0.4 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.0.4...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- walrus/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/walrus/requirements.txt b/walrus/requirements.txt index 8b03baadf..b791d4a0b 100644 --- a/walrus/requirements.txt +++ b/walrus/requirements.txt @@ -2,7 +2,7 @@ grpcio==1.54.3 oauth2client==4.1.3 Flask==2.2.5 sqlalchemy==1.4.48 -gunicorn==20.0.4 +gunicorn==22.0.0 psycopg2-binary==2.9.6 numpy==1.24.3 scipy==1.10.1 From feafc3dd2cd590f881df1962f4f79ece8f5f26cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 23:52:31 +0000 Subject: [PATCH 2/8] build(deps): bump azure-storage-blob from 12.8.0 to 12.13.0 Bumps [azure-storage-blob](https://github.com/Azure/azure-sdk-for-python) from 12.8.0 to 12.13.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-storage-blob_12.8.0...azure-storage-blob_12.13.0) --- updated-dependencies: - dependency-name: azure-storage-blob dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- default/requirements.txt | 2 +- eventhandlers/requirements.txt | 2 +- requirements.txt | 2 +- walrus/requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/default/requirements.txt b/default/requirements.txt index 24d28fd81..123570d14 100644 --- a/default/requirements.txt +++ b/default/requirements.txt @@ -25,7 +25,7 @@ colorlog==4.2.1 boto3==1.16.4 alembic==1.11.1 sqlalchemy-utils==0.41.1 -azure-storage-blob==12.8.0 +azure-storage-blob==12.13.0 lark lark-parser SQLAlchemy-serializer==1.4.1 diff --git a/eventhandlers/requirements.txt b/eventhandlers/requirements.txt index 2703ce308..d3ef8e5c2 100644 --- a/eventhandlers/requirements.txt +++ b/eventhandlers/requirements.txt @@ -19,7 +19,7 @@ analytics-python==1.2.9 cryptography==41.0.6 colorlog==4.2.1 boto3==1.16.4 -azure-storage-blob==12.8.0 +azure-storage-blob==12.13.0 lark SQLAlchemy-serializer==1.4.1 newrelic diff --git a/requirements.txt b/requirements.txt index 8fb930632..873c3e9a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ boto3==1.18.1 google-cloud-storage==1.35.1 google-api-python-client==1.12.3 google-cloud-aiplatform -azure-storage-blob==12.8.1 +azure-storage-blob==12.13.0 python-dotenv==1.0.0 jwt \ No newline at end of file diff --git a/walrus/requirements.txt b/walrus/requirements.txt index 8b03baadf..eb18889fa 100644 --- a/walrus/requirements.txt +++ b/walrus/requirements.txt @@ -27,7 +27,7 @@ colorlog==4.2.1 labelbox==3.47.1 boto3==1.16.63 alembic==1.4.2 -azure-storage-blob==12.8.0 +azure-storage-blob==12.13.0 git+https://github.com/diffgram/pypcd psutil==5.6.6 SQLAlchemy-serializer==1.4.1 From 6b06863305b072d9205e0089123675daba343b67 Mon Sep 17 00:00:00 2001 From: Anthony Chaudhary <18080164+anthony-chaudhary@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:59:22 -0700 Subject: [PATCH 3/8] Update Dockerfile --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index ff0420b58..ed7ef3eae 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16 as builder +FROM node:18 as builder ENV DOCKER_CONTEXT=True From 01f500742c6f53a5e199c02fc993e2a2e0c41dbf Mon Sep 17 00:00:00 2001 From: Anthony Chaudhary <18080164+anthony-chaudhary@users.noreply.github.com> Date: Mon, 10 Jun 2024 17:07:50 -0700 Subject: [PATCH 4/8] Update diffgram_testing.yaml --- .github/workflows/diffgram_testing.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/diffgram_testing.yaml b/.github/workflows/diffgram_testing.yaml index 70b2a5b35..d944ef536 100644 --- a/.github/workflows/diffgram_testing.yaml +++ b/.github/workflows/diffgram_testing.yaml @@ -175,7 +175,7 @@ jobs: steps: - uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "18" - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." @@ -200,6 +200,6 @@ jobs: - run: cd frontend - uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "18" - run: yarn --cwd frontend install - run: yarn --cwd frontend run test:unit From 9d5e71a5282fb0b7ff76244a0ffbee8202c3ad46 Mon Sep 17 00:00:00 2001 From: Anthony Chaudhary <18080164+anthony-chaudhary@users.noreply.github.com> Date: Mon, 10 Jun 2024 17:52:53 -0700 Subject: [PATCH 5/8] Update e2e_tests.yaml --- .github/workflows/e2e_tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e_tests.yaml b/.github/workflows/e2e_tests.yaml index ed9512305..abcc24d79 100644 --- a/.github/workflows/e2e_tests.yaml +++ b/.github/workflows/e2e_tests.yaml @@ -83,7 +83,7 @@ jobs: steps: - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." @@ -152,4 +152,4 @@ jobs: SERVICE_ACCOUNT_FULL_PATH: /gcp/gcloud-service-key.json DIFFGRAM_HOST_OS: ${{ secrets.DIFFGRAM_HOST_OS }} DIFFGRAM_VERSION_TAG: 0.0.1 - DIFFGRAM_INSTALL_FINGERPRINT: ${{ secrets.DIFFGRAM_INSTALL_FINGERPRINT }} \ No newline at end of file + DIFFGRAM_INSTALL_FINGERPRINT: ${{ secrets.DIFFGRAM_INSTALL_FINGERPRINT }} From 42141fbd76f9ff18e3b642158e2af319e26a5e58 Mon Sep 17 00:00:00 2001 From: Anthony Chaudhary <18080164+anthony-chaudhary@users.noreply.github.com> Date: Mon, 10 Jun 2024 18:11:44 -0700 Subject: [PATCH 6/8] Update e2e_tests.yaml --- .github/workflows/e2e_tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/e2e_tests.yaml b/.github/workflows/e2e_tests.yaml index abcc24d79..d80a0b291 100644 --- a/.github/workflows/e2e_tests.yaml +++ b/.github/workflows/e2e_tests.yaml @@ -19,6 +19,7 @@ jobs: options: --user root --shm-size 4gb env: NODE_ENV: development + NODE_OPTIONS: --openssl-legacy-provider DATABASE_URL: postgresql+psycopg2://postgres:postgres@postgres/diffgram_unit_tests?sslmode=disable PYTHONPATH: /__w/diffgram DIFFGRAM_SYSTEM_MODE: testing_e2e @@ -134,6 +135,7 @@ jobs: # Recommended: pass the GitHub token lets this action correctly # determine the unique run id necessary to re-run the checks GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + NODE_OPTIONS: --openssl-legacy-provider NODE_ENV: development DEBUG: 'cypress:server:util:process_profiler' DATABASE_URL: postgresql+psycopg2://postgres:postgres@postgres/diffgram_unit_tests?sslmode=disable From 7499a59723dbcd39d26935d50d1ea5dd37952387 Mon Sep 17 00:00:00 2001 From: Anthony Chaudhary <18080164+anthony-chaudhary@users.noreply.github.com> Date: Mon, 10 Jun 2024 18:22:09 -0700 Subject: [PATCH 7/8] Update e2e_tests.yaml --- .github/workflows/e2e_tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e_tests.yaml b/.github/workflows/e2e_tests.yaml index d80a0b291..abf8a1833 100644 --- a/.github/workflows/e2e_tests.yaml +++ b/.github/workflows/e2e_tests.yaml @@ -19,7 +19,6 @@ jobs: options: --user root --shm-size 4gb env: NODE_ENV: development - NODE_OPTIONS: --openssl-legacy-provider DATABASE_URL: postgresql+psycopg2://postgres:postgres@postgres/diffgram_unit_tests?sslmode=disable PYTHONPATH: /__w/diffgram DIFFGRAM_SYSTEM_MODE: testing_e2e @@ -85,6 +84,8 @@ jobs: - uses: actions/setup-node@v3 with: node-version: 18 + env: + NODE_OPTIONS: --openssl-legacy-provider - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." @@ -135,7 +136,6 @@ jobs: # Recommended: pass the GitHub token lets this action correctly # determine the unique run id necessary to re-run the checks GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NODE_OPTIONS: --openssl-legacy-provider NODE_ENV: development DEBUG: 'cypress:server:util:process_profiler' DATABASE_URL: postgresql+psycopg2://postgres:postgres@postgres/diffgram_unit_tests?sslmode=disable From 6eb23782cbeed6b825d9b51dac1d7ef7c0dd5af8 Mon Sep 17 00:00:00 2001 From: Anthony Chaudhary <18080164+anthony-chaudhary@users.noreply.github.com> Date: Mon, 10 Jun 2024 18:29:04 -0700 Subject: [PATCH 8/8] Update e2e_tests.yaml --- .github/workflows/e2e_tests.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e_tests.yaml b/.github/workflows/e2e_tests.yaml index abf8a1833..4e1353cb8 100644 --- a/.github/workflows/e2e_tests.yaml +++ b/.github/workflows/e2e_tests.yaml @@ -81,16 +81,14 @@ jobs: - /__w/diffgram/diffgram/myminio/.minio/data:/root/.minio options: --health-cmd "curl -s http://localhost:9000/minio/health/live" steps: - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 18 - env: - NODE_OPTIONS: --openssl-legacy-provider - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - run: cp -rf . /__w/diffgram - run: cd /__w/diffgram - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."