FIRST-Tech-Challenge / fmltc

FIRST Machine Learning Toolchain
Other
38 stars 14 forks source link

Fixed bugs #212

Closed lizlooney closed 2 years ago

lizlooney commented 2 years ago

Fixed logging for "Unable to store event summary image".

Fixed issue 209 Exception while producing dataset.

Fixed issue 210 In team entity, the datasets_created_today field is incremented incorrectly.

Fixed issue 211 Download dataset downloads duplicate files.

github-actions[bot] commented 2 years ago

Terraform plan Succeeded for Workspace: default

Show Output ```diff An execution plan has been generated and is shown below. Resource actions are indicated with the following symbols: ! update in-place -/+ destroy and then create replacement Terraform will perform the following actions: # module.dev.google_app_engine_standard_app_version.fmltc-app-v1 will be updated in-place ! resource "google_app_engine_standard_app_version" "fmltc-app-v1" { id = "apps/ftc-ml-firstinspires-dev/services/default/versions/v1" name = "apps/ftc-ml-firstinspires-dev/services/default/versions/v1" # (9 unchanged attributes hidden) ! deployment { ! zip { ! source_url = "https://storage.googleapis.com/ftc-ml-firstinspires-dev-gae-source/6dc30059f65abc983b2e01318cbc8460.zip" -> "https://storage.googleapis.com/ftc-ml-firstinspires-dev-gae-source/7ba14bd5cacc2fa5909ea9a914bcb8ab.zip" # (1 unchanged attribute hidden) } } - handlers { - auth_fail_action = "AUTH_FAIL_ACTION_REDIRECT" -> null - login = "LOGIN_OPTIONAL" -> null - security_level = "SECURE_OPTIONAL" -> null - url_regex = ".*" -> null - script { - script_path = "auto" -> null } } # (9 unchanged blocks hidden) } # module.dev.google_cloudfunctions_function.perform-action will be updated in-place ! resource "google_cloudfunctions_function" "perform-action" { id = "projects/ftc-ml-firstinspires-dev/locations/us-central1/functions/perform_action" name = "perform_action" ! source_archive_object = "6d43ac54edf3da74752ec555af7ec599.zip" -> "97dd3e670ef73e4e3a43c3ebd68f780d.zip" # (13 unchanged attributes hidden) # (2 unchanged blocks hidden) } # module.dev.google_storage_bucket_object.app-server-archive must be replaced -/+ resource "google_storage_bucket_object" "app-server-archive" { ! content_type = "application/zip" -> (known after apply) ! crc32c = "N+Kf1g==" -> (known after apply) ! detect_md5hash = "bcMAWfZavJg7LgExjLyEYA==" -> "different hash" # forces replacement - event_based_hold = false -> null ! id = "ftc-ml-firstinspires-dev-gae-source-6dc30059f65abc983b2e01318cbc8460.zip" -> (known after apply) + kms_key_name = (known after apply) ! md5hash = "bcMAWfZavJg7LgExjLyEYA==" -> (known after apply) ! media_link = "https://storage.googleapis.com/download/storage/v1/b/ftc-ml-firstinspires-dev-gae-source/o/6dc30059f65abc983b2e01318cbc8460.zip?generation=1637006300002749&alt=media" -> (known after apply) - metadata = {} -> null ! name = "6dc30059f65abc983b2e01318cbc8460.zip" -> "7ba14bd5cacc2fa5909ea9a914bcb8ab.zip" # forces replacement ! output_name = "6dc30059f65abc983b2e01318cbc8460.zip" -> (known after apply) ! self_link = "https://www.googleapis.com/storage/v1/b/ftc-ml-firstinspires-dev-gae-source/o/6dc30059f65abc983b2e01318cbc8460.zip" -> (known after apply) ! storage_class = "STANDARD" -> (known after apply) - temporary_hold = false -> null # (2 unchanged attributes hidden) } # module.dev.google_storage_bucket_object.closure_js must be replaced -/+ resource "google_storage_bucket_object" "closure_js" { ! crc32c = "YLL+bA==" -> (known after apply) ! detect_md5hash = "5MxZ47IQaxqcU68RyWTLtQ==" -> "different hash" # forces replacement - event_based_hold = false -> null ! id = "ftc-ml-firstinspires-dev-compiled/js/fmltc.js" -> (known after apply) + kms_key_name = (known after apply) ! md5hash = "5MxZ47IQaxqcU68RyWTLtQ==" -> (known after apply) ! media_link = "https://storage.googleapis.com/download/storage/v1/b/ftc-ml-firstinspires-dev/o/compiled%2Fjs%2Ffmltc.js?generation=1637006299942010&alt=media" -> (known after apply) - metadata = {} -> null name = "compiled/js/fmltc.js" ! output_name = "compiled/js/fmltc.js" -> (known after apply) ! self_link = "https://www.googleapis.com/storage/v1/b/ftc-ml-firstinspires-dev/o/compiled%2Fjs%2Ffmltc.js" -> (known after apply) ! storage_class = "STANDARD" -> (known after apply) - temporary_hold = false -> null # (3 unchanged attributes hidden) } # module.dev.google_storage_bucket_object.cloud-function-archive must be replaced -/+ resource "google_storage_bucket_object" "cloud-function-archive" { ! content_type = "application/zip" -> (known after apply) ! crc32c = "u/S6sg==" -> (known after apply) ! detect_md5hash = "bUOsVO3z2nR1LsVVr37FmQ==" -> "different hash" # forces replacement - event_based_hold = false -> null ! id = "ftc-ml-firstinspires-dev-gcf-source-6d43ac54edf3da74752ec555af7ec599.zip" -> (known after apply) + kms_key_name = (known after apply) ! md5hash = "bUOsVO3z2nR1LsVVr37FmQ==" -> (known after apply) ! media_link = "https://storage.googleapis.com/download/storage/v1/b/ftc-ml-firstinspires-dev-gcf-source/o/6d43ac54edf3da74752ec555af7ec599.zip?generation=1637006300014378&alt=media" -> (known after apply) - metadata = {} -> null ! name = "6d43ac54edf3da74752ec555af7ec599.zip" -> "97dd3e670ef73e4e3a43c3ebd68f780d.zip" # forces replacement ! output_name = "6d43ac54edf3da74752ec555af7ec599.zip" -> (known after apply) ! self_link = "https://www.googleapis.com/storage/v1/b/ftc-ml-firstinspires-dev-gcf-source/o/6d43ac54edf3da74752ec555af7ec599.zip" -> (known after apply) ! storage_class = "STANDARD" -> (known after apply) - temporary_hold = false -> null # (2 unchanged attributes hidden) } Plan: 3 to add, 2 to change, 3 to destroy. ```