From 51787de1dcc926679310977827f301d1866367c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 19:16:53 +0000 Subject: [PATCH 1/5] Bump retry from 3.1.1 to 3.1.2 in /app_dart Bumps [retry](https://github.com/google/dart-neats) from 3.1.1 to 3.1.2. - [Commits](https://github.com/google/dart-neats/compare/retry-3.1.1...retry-v3.1.2) --- updated-dependencies: - dependency-name: retry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app_dart/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_dart/pubspec.yaml b/app_dart/pubspec.yaml index 282a87cbf..75b487c9b 100644 --- a/app_dart/pubspec.yaml +++ b/app_dart/pubspec.yaml @@ -37,7 +37,7 @@ dependencies: process: 4.2.4 process_runner: 4.1.2 protobuf: 2.1.0 - retry: 3.1.1 + retry: ^3.1.2 truncate: 3.0.1 yaml: 3.1.2 From 97e2a70788ecbfba62b6c740b5e661dac269f5b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 21:38:25 +0000 Subject: [PATCH 2/5] Bump github from 9.18.0 to 9.19.0 in /app_dart Bumps [github](https://github.com/SpinlockLabs/github.dart) from 9.18.0 to 9.19.0. - [Release notes](https://github.com/SpinlockLabs/github.dart/releases) - [Changelog](https://github.com/SpinlockLabs/github.dart/blob/master/CHANGELOG.md) - [Commits](https://github.com/SpinlockLabs/github.dart/compare/9.18.0...9.19.0) --- updated-dependencies: - dependency-name: github dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app_dart/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_dart/pubspec.yaml b/app_dart/pubspec.yaml index 592596350..fa11af8d3 100644 --- a/app_dart/pubspec.yaml +++ b/app_dart/pubspec.yaml @@ -20,7 +20,7 @@ dependencies: file: 6.1.4 fixnum: 1.1.0 gcloud: 0.8.11 - github: 9.18.0 + github: 9.19.0 googleapis: 11.4.0 googleapis_auth: 1.4.1 gql: 0.14.0 From ff07134be39d01d758d5ba45b9a7fdd36cda5ab3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 18:50:35 +0000 Subject: [PATCH 3/5] Bump test from 1.24.6 to 1.24.7 in /auto_submit Bumps [test](https://github.com/dart-lang/test/tree/master/pkgs) from 1.24.6 to 1.24.7. - [Release notes](https://github.com/dart-lang/test/releases) - [Commits](https://github.com/dart-lang/test/commits/test-v1.24.7/pkgs) --- updated-dependencies: - dependency-name: test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- auto_submit/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_submit/pubspec.yaml b/auto_submit/pubspec.yaml index e22ac2d2f..a4254a365 100644 --- a/auto_submit/pubspec.yaml +++ b/auto_submit/pubspec.yaml @@ -35,7 +35,7 @@ dev_dependencies: json_serializable: 6.7.1 flutter_lints: 2.0.3 mockito: 5.4.2 - test: 1.24.6 + test: 1.24.7 builders: json_serializable: 3.3.0 From 6e49ef98adac4840ae8ab372ba1b915cf00bcd71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 08:46:31 +0000 Subject: [PATCH 4/5] Bump http from 1.2.0 to 1.2.1 in /auto_submit Bumps [http](https://github.com/dart-lang/http/tree/master/pkgs) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/dart-lang/http/releases) - [Commits](https://github.com/dart-lang/http/commits/http-v1.2.1/pkgs) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- auto_submit/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_submit/pubspec.yaml b/auto_submit/pubspec.yaml index 07726e60d..da43493fc 100644 --- a/auto_submit/pubspec.yaml +++ b/auto_submit/pubspec.yaml @@ -18,7 +18,7 @@ dependencies: googleapis_auth: 1.4.1 graphql: 5.2.0-beta.7 gql: 1.0.1-alpha+1691943394579 - http: 1.2.0 + http: 1.2.1 json_annotation: 4.8.1 meta: 1.12.0 neat_cache: 2.0.3 From ebaf7ec00dd4537bb850e1fb8f5104384ac31eb5 Mon Sep 17 00:00:00 2001 From: Ricardo Amador Date: Wed, 27 Mar 2024 08:51:48 -0700 Subject: [PATCH 5/5] Add a logging message for test PR. --- .../lib/src/request_handlers/scheduler/request_subscription.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/app_dart/lib/src/request_handlers/scheduler/request_subscription.dart b/app_dart/lib/src/request_handlers/scheduler/request_subscription.dart index 874d16d87..e6a9d1b07 100644 --- a/app_dart/lib/src/request_handlers/scheduler/request_subscription.dart +++ b/app_dart/lib/src/request_handlers/scheduler/request_subscription.dart @@ -48,6 +48,7 @@ class SchedulerRequestSubscription extends SubscriptionHandler { try { jsonData = jsonDecode(data) as Map; } on FormatException { + log.info('alternate decoding method being tried.'); jsonData = json.decode(String.fromCharCodes(base64.decode(data))) as Map; } request = BatchRequest.fromJson(jsonData);