From 41a3be91968122d8d57a073cd5451151b016c7cf Mon Sep 17 00:00:00 2001 From: "actions@github.com" Date: Sun, 16 Jun 2024 15:39:39 +0000 Subject: [PATCH 1/3] Update LivestreamRecorder.DB: refactor: refactoring with Resharper and .NET 8 syntax --- LivestreamRecorder.DB | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LivestreamRecorder.DB b/LivestreamRecorder.DB index b6b572b..0c862ab 160000 --- a/LivestreamRecorder.DB +++ b/LivestreamRecorder.DB @@ -1 +1 @@ -Subproject commit b6b572b0295288d61bb63f46060f02763d6afc85 +Subproject commit 0c862ab49f4228395c651ca4700db36d35bbf787 From 9b444c884cee40fcb53162e488561b73dcf01a30 Mon Sep 17 00:00:00 2001 From: "actions@github.com" Date: Sun, 16 Jun 2024 15:47:42 +0000 Subject: [PATCH 2/3] Update LivestreamRecorder.DB: feat(CouchDb): Implement missing method `AddAsync` and `UpdateAsync` - Mark `AddAsync` and `UpdateAsync` methods in `CouchDbRepository` class as obsolete and suggest using `AddOrUpdateAsync` method instead. --- LivestreamRecorder.DB | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LivestreamRecorder.DB b/LivestreamRecorder.DB index 0c862ab..02991f4 160000 --- a/LivestreamRecorder.DB +++ b/LivestreamRecorder.DB @@ -1 +1 @@ -Subproject commit 0c862ab49f4228395c651ca4700db36d35bbf787 +Subproject commit 02991f4d873dc8f6813823fc39595e7fc7e521fe From d6234577ae14c389a6424fb1c00e105e03ce660f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=B3=E9=88=9E?= Date: Sun, 16 Jun 2024 23:52:40 +0800 Subject: [PATCH 3/3] chore: update Azure dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update the version of `Azure.Identity` from `1.11.3` to `1.11.4` in `LivestreamRecorderService.csproj` - Change `containerRegistry` from `Github Container Registry_Recorder-moe` to `GitHub Container Registry_Recorder-moe` in `azure-pipelines.yml` Signed-off-by: 陳鈞 --- LivestreamRecorderService.csproj | 2 +- azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LivestreamRecorderService.csproj b/LivestreamRecorderService.csproj index 223d975..f87b2cf 100644 --- a/LivestreamRecorderService.csproj +++ b/LivestreamRecorderService.csproj @@ -33,7 +33,7 @@ - + diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2909ec9..124bceb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,7 +15,7 @@ variables: steps: - task: Docker@2 inputs: - containerRegistry: 'Github Container Registry_Recorder-moe' + containerRegistry: 'GitHub Container Registry_Recorder-moe' repository : 'Recorder-moe/LivestreamRecorderService' command: 'buildAndPush' tags: "latest"