From 69f7f7d8f1e4f62bb8635411ca72b3eb1219e6d8 Mon Sep 17 00:00:00 2001 From: wphan Date: Wed, 2 Oct 2024 17:39:52 -0700 Subject: [PATCH 01/16] add dispatch receiver for drift-common update --- .../deploy-on-drift-common-update.yml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/deploy-on-drift-common-update.yml diff --git a/.github/workflows/deploy-on-drift-common-update.yml b/.github/workflows/deploy-on-drift-common-update.yml new file mode 100644 index 0000000..3e852f8 --- /dev/null +++ b/.github/workflows/deploy-on-drift-common-update.yml @@ -0,0 +1,22 @@ +name: Deploy on drift-common update +on: + repository_dispatch: + types: [drift-common-update] + +jobs: + update-submodules: + runs-on: ubicloud + steps: + - name: Checkout code + uses: actions/checkout@v2 + with: + submodules: 'recursive' + + - name: Bump protocol sdk + run: | + git submodule update --remote + git config user.name "GitHub Actions" + git config user.email 41898282+github-actions[bot]@users.noreply.github.com + git add drift-common + git commit --allow-empty -m "Bumping drift-common to ${{ github.event.client_payload.commit}}" + git push \ No newline at end of file From 0a42cdf6035f7c940c84d47e9430351db0fa0fec Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 00:44:44 +0000 Subject: [PATCH 02/16] Bumping drift-common to --- drift-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drift-common b/drift-common index dee46bd..4e73df7 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit dee46bd75c32c92f3f4c2962eee6e817bed44a19 +Subproject commit 4e73df752b0f431f846cee5dd6a3978a93ee2362 From 64525c6249592419b529602a9d54a0af79d85f0b Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:45:46 +0000 Subject: [PATCH 03/16] Bumping drift-common to 9ae39023084feedce0faf12956f1e6ae18524ed8 --- drift-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drift-common b/drift-common index 4e73df7..9ae3902 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit 4e73df752b0f431f846cee5dd6a3978a93ee2362 +Subproject commit 9ae39023084feedce0faf12956f1e6ae18524ed8 From 88f021fc6256987a5b976ea52931e15da59f3307 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:52:18 +0000 Subject: [PATCH 04/16] Bumping drift-common to cd155c03379910fb37c8361f5db22e85782e15ae --- drift-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drift-common b/drift-common index 9ae3902..cd155c0 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit 9ae39023084feedce0faf12956f1e6ae18524ed8 +Subproject commit cd155c03379910fb37c8361f5db22e85782e15ae From 0151080d26c4de8afe22ce2941983d00e7360a3c Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:59:10 +0000 Subject: [PATCH 05/16] Bumping drift-common to a143eea3b0d3ebd8a0bbb5878415066fc24f9084 --- drift-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drift-common b/drift-common index cd155c0..a143eea 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit cd155c03379910fb37c8361f5db22e85782e15ae +Subproject commit a143eea3b0d3ebd8a0bbb5878415066fc24f9084 From 47a5be0518ffc7c61f6a20260efdba24127e7f91 Mon Sep 17 00:00:00 2001 From: lowkeynicc Date: Thu, 3 Oct 2024 15:29:31 -0400 Subject: [PATCH 06/16] bump common --- drift-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drift-common b/drift-common index a143eea..eda16aa 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit a143eea3b0d3ebd8a0bbb5878415066fc24f9084 +Subproject commit eda16aabc27ff1b2c9af5b98d1e3d2b1a4405985 From a141325ab3cb476b46555cbea13d612f0e764376 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:38:22 +0000 Subject: [PATCH 07/16] Bumping drift-common to df7e2e0758abe814252d3ca50ee6d552a606e6b7 --- drift-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drift-common b/drift-common index eda16aa..df7e2e0 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit eda16aabc27ff1b2c9af5b98d1e3d2b1a4405985 +Subproject commit df7e2e0758abe814252d3ca50ee6d552a606e6b7 From 91ee91294cba220479cfaf743147663e772f89e4 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:48:24 +0000 Subject: [PATCH 08/16] Bumping drift-common to d2a77f6b60cb045380f0d28b5b18644d43171182 --- drift-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drift-common b/drift-common index df7e2e0..d2a77f6 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit df7e2e0758abe814252d3ca50ee6d552a606e6b7 +Subproject commit d2a77f6b60cb045380f0d28b5b18644d43171182 From fdec1854e979812abdbb71c617504200b275c046 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 19:04:01 +0000 Subject: [PATCH 09/16] Bumping drift-common to a906617d5ee9bf0b43bc32ad49ddcf1546331d1e --- drift-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drift-common b/drift-common index d2a77f6..a906617 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit d2a77f6b60cb045380f0d28b5b18644d43171182 +Subproject commit a906617d5ee9bf0b43bc32ad49ddcf1546331d1e From 60a49fa16cb73b768440282da4afaed9c99d9744 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 23:55:59 +0000 Subject: [PATCH 10/16] Bumping drift-common to 2c04239a8222dcc8d3d17265c16c6a93cf3367dd --- drift-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drift-common b/drift-common index a906617..2c04239 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit a906617d5ee9bf0b43bc32ad49ddcf1546331d1e +Subproject commit 2c04239a8222dcc8d3d17265c16c6a93cf3367dd From b47891b14c07bbe24b540ca294e3fa002532fef1 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 17:29:05 +0000 Subject: [PATCH 11/16] Bumping drift-common to a5a708b7ba3d7acbacc78896cb13cb2084c95854 --- drift-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drift-common b/drift-common index 2c04239..a5a708b 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit 2c04239a8222dcc8d3d17265c16c6a93cf3367dd +Subproject commit a5a708b7ba3d7acbacc78896cb13cb2084c95854 From f60529d86d15819c15aa7b70b74fc2c1dac62b7f Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 18:48:36 +0000 Subject: [PATCH 12/16] Bumping drift-common to cd9c0c0e13ec3619e8988522c8f3e1cfe112057f --- drift-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drift-common b/drift-common index a5a708b..cd9c0c0 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit a5a708b7ba3d7acbacc78896cb13cb2084c95854 +Subproject commit cd9c0c0e13ec3619e8988522c8f3e1cfe112057f From 30cba9665fe2c61b827dc1d88c4720812e508e89 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 20:30:26 +0000 Subject: [PATCH 13/16] Bumping drift-common to 37b40b7883afd7c0f813c92b5259bd4f469957a9 --- drift-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drift-common b/drift-common index cd9c0c0..37b40b7 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit cd9c0c0e13ec3619e8988522c8f3e1cfe112057f +Subproject commit 37b40b7883afd7c0f813c92b5259bd4f469957a9 From 6cb89ffe54c9755d29fcf855bad5e9662f4457c6 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 14:04:20 +0000 Subject: [PATCH 14/16] Bumping drift-common to d219ad72a4f41855e50ca151d4aeb7087071e322 --- drift-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drift-common b/drift-common index 37b40b7..d219ad7 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit 37b40b7883afd7c0f813c92b5259bd4f469957a9 +Subproject commit d219ad72a4f41855e50ca151d4aeb7087071e322 From b6d16777653bdc09242e0ad4985d45b2785cd300 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:17:49 +0000 Subject: [PATCH 15/16] Bumping drift-common to 0a41a73f95a1c3be50e2db0c1fc9eba3fbf95d39 --- drift-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drift-common b/drift-common index d219ad7..0a41a73 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit d219ad72a4f41855e50ca151d4aeb7087071e322 +Subproject commit 0a41a73f95a1c3be50e2db0c1fc9eba3fbf95d39 From 6225073c6a53281bb7693afe8a9a643ada148e38 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 17:48:33 +0000 Subject: [PATCH 16/16] Bumping drift-common to 3bece9cac80c0c2fbe6a12c874d16fd45c6ca66a --- drift-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drift-common b/drift-common index 0a41a73..3bece9c 160000 --- a/drift-common +++ b/drift-common @@ -1 +1 @@ -Subproject commit 0a41a73f95a1c3be50e2db0c1fc9eba3fbf95d39 +Subproject commit 3bece9cac80c0c2fbe6a12c874d16fd45c6ca66a