Skip to content

feat: add alert fields and fix copy value bug#5755

Merged
skdud4659 merged 4 commits intomasterfrom
hotfix-alert-manager
Apr 8, 2025
Merged

feat: add alert fields and fix copy value bug#5755
skdud4659 merged 4 commits intomasterfrom
hotfix-alert-manager

Conversation

@skdud4659
Copy link
Member

Skip Review (optional)

  • Minor changes that don't affect the functionality (e.g. style, chore, ci, test, docs)
  • Previously reviewed in feature branch, further review is not mandatory
  • Self-merge allowed for solo developers or urgent changes

Description (optional)

SSIA

Things to Talk About (optional)

Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com>
Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com>
Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com>
@skdud4659 skdud4659 added the self_approved/review Pull Request has been reviewed and approved by the author without requiring additional reviewers. label Apr 8, 2025
@skdud4659 skdud4659 requested a review from Copilot April 8, 2025 03:52
@vercel
Copy link

vercel bot commented Apr 8, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

4 Skipped Deployments
Name Status Preview Comments Updated (UTC)
console ⬜️ Ignored (Inspect) Visit Preview Apr 8, 2025 3:55am
dashboard ⬜️ Ignored (Inspect) Visit Preview Apr 8, 2025 3:55am
feature-project-landing ⬜️ Ignored (Inspect) Visit Preview Apr 8, 2025 3:55am
web-storybook ⬜️ Ignored (Inspect) Visit Preview Apr 8, 2025 3:55am

@github-actions
Copy link
Contributor

github-actions bot commented Apr 8, 2025

✅ There are no commits in this PR that require review.

Copy link

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.

Copilot reviewed 7 out of 11 changed files in this pull request and generated 1 comment.

Files not reviewed (4)
  • packages/language-pack/console-translation-2.8.babel: Language not supported
  • packages/language-pack/en.json: Language not supported
  • packages/language-pack/ja.json: Language not supported
  • packages/language-pack/ko.json: Language not supported

periodMenuItems: computed<AlertPeriodItemType[]>(() => [
{
name: ALERT_PERIOD_DROPDOWN_MENU.LAST_1_MONTH,
relativePeriod: { unit: 'month', value: 1 },
Copy link

Copilot AI Apr 8, 2025

Choose a reason for hiding this comment

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

The 'relativePeriod' object includes an extra 'unit' property which is not defined in the AlertRelativePeriod type. Consider removing the 'unit' property from all relativePeriod definitions to ensure consistency with the expected type.

Suggested change
relativePeriod: { unit: 'month', value: 1 },
relativePeriod: { value: 1 },

Copilot uses AI. Check for mistakes.
Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com>
@skdud4659 skdud4659 merged commit 9e5a8b3 into master Apr 8, 2025
9 checks passed
@skdud4659 skdud4659 deleted the hotfix-alert-manager branch April 8, 2025 03:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pass/signedoff self_approved/review Pull Request has been reviewed and approved by the author without requiring additional reviewers.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants