Skip to content

AlarmLog 엔티티에 누락된 어노테이션 추가#329

Merged
soun997 merged 2 commits intomainfrom
develop
Sep 13, 2025
Merged

AlarmLog 엔티티에 누락된 어노테이션 추가#329
soun997 merged 2 commits intomainfrom
develop

Conversation

@soun997
Copy link
Copy Markdown
Contributor

@soun997 soun997 commented Sep 13, 2025

No description provided.

@soun997 soun997 requested a review from Copilot September 13, 2025 16:41
@soun997 soun997 self-assigned this Sep 13, 2025
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds the missing @Enumerated(EnumType.STRING) annotation to the alarmType field in the AlarmLog entity and enhances the health check functionality in the deployment workflow by adding container logging for failed health checks.

  • Added @Enumerated(EnumType.STRING) annotation to ensure proper enum persistence in the database
  • Enhanced deployment workflow with better error handling and container log output for debugging failed health checks

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/main/java/com/sillim/recordit/pushalarm/domain/AlarmLog.java Added @Enumerated(EnumType.STRING) annotation to alarmType field for proper JPA enum mapping
.github/workflows/deploy.yml Enhanced health check step with additional environment variable and container logging for debugging

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@soun997 soun997 merged commit 4a29c33 into main Sep 13, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants