Skip to content

Conversation

@piggggggggy
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)

Things to Talk About (optional)

WANZARGEN and others added 30 commits April 7, 2025 16:34
Signed-off-by: Wanjin Noh <wanjin@megazone.com>
Signed-off-by: Wanjin Noh <wanjin@megazone.com>
…handling and user interactions

Signed-off-by: Wanjin Noh <wanjin@megazone.com>
…ents

Signed-off-by: Wanjin Noh <wanjin@megazone.com>
Signed-off-by: Wanjin Noh <wanjin@megazone.com>
Signed-off-by: Wanjin Noh <wanjin@megazone.com>
…card structure

Signed-off-by: Wanjin Noh <wanjin@megazone.com>
Signed-off-by: Wanjin Noh <wanjin@megazone.com>
Signed-off-by: Wanjin Noh <wanjin@megazone.com>
Signed-off-by: Wanjin Noh <wanjin@megazone.com>
…ct list store

Signed-off-by: Wanjin Noh <wanjin@megazone.com>
…ponents

Signed-off-by: Wanjin Noh <wanjin@megazone.com>
feat: enhance Project Landing Page UI/UX and Management Features (for project v2)
Signed-off-by: NaYeong,Kim <nayeongkim@megazone.com>
…nding

Signed-off-by: Wanjin Noh <wanjin@megazone.com>
…ct-detail

Signed-off-by: Wanjin Noh <wanjin@megazone.com>
Signed-off-by: Wanjin Noh <wanjin@megazone.com>
Signed-off-by: Wanjin Noh <wanjin@megazone.com>
…ove UI and functionality

Signed-off-by: Wanjin Noh <wanjin@megazone.com>
…ved dashboard handling

Signed-off-by: Wanjin Noh <wanjin@megazone.com>
…ed directory

Signed-off-by: Wanjin Noh <wanjin@megazone.com>
…amic elements

Signed-off-by: Wanjin Noh <wanjin@megazone.com>
Signed-off-by: Wanjin Noh <wanjin@megazone.com>
…nalysis features

Signed-off-by: Wanjin Noh <wanjin@megazone.com>
…ct-detail

Signed-off-by: Wanjin Noh <wanjin@megazone.com>
… name convention

Signed-off-by: samuel.park <samuel.park@megazone.com>
…ice (dashboard create only)

Signed-off-by: samuel.park <samuel.park@megazone.com>
Signed-off-by: samuel.park <samuel.park@megazone.com>
Signed-off-by: samuel.park <samuel.park@megazone.com>
Signed-off-by: samuel.park <samuel.park@megazone.com>
seungyeoneeee and others added 16 commits April 23, 2025 01:39
* fix: fix critical bug about budget create

Signed-off-by: 이승연 <sylee1274@mz.co.kr>

* fix: fix missing filters as navigating to Cost Analysis from Budget

Signed-off-by: 이승연 <sylee1274@mz.co.kr>

* fix: fix minor bug of chart

Signed-off-by: 이승연 <sylee1274@mz.co.kr>

---------

Signed-off-by: 이승연 <sylee1274@mz.co.kr>
Signed-off-by: samuel.park <samuel.park@megazone.com>
Signed-off-by: samuel.park <samuel.park@megazone.com>
Signed-off-by: samuel.park <samuel.park@megazone.com>
Signed-off-by: 이승연 <sylee1274@mz.co.kr>
fix(dashboard-template): edit wrong query usage
…udget

chore(budget-qa): fix critical & major bugs
Signed-off-by: 이승연 <sylee1274@mz.co.kr>
Signed-off-by: yuda <yuda@megazone.com>
* fix: fix major bug of costAnalaysis link as admin mode

Signed-off-by: 이승연 <sylee1274@mz.co.kr>

* fix: fix minor bug about alert recipients

Signed-off-by: 이승연 <sylee1274@mz.co.kr>

* fix: fix major bug about enterManually validation check

Signed-off-by: 이승연 <sylee1274@mz.co.kr>

---------

Signed-off-by: 이승연 <sylee1274@mz.co.kr>
…udget

chore(budget-qa): fix major & minor bugs
Signed-off-by: 이승연 <sylee1274@mz.co.kr>
Signed-off-by: 이승연 <sylee1274@mz.co.kr>
…udget

chore(budget-qa): fix major bug about service account manager
Signed-off-by: samuel.park <samuel.park@megazone.com>
fix(dashboard-tree): apply shared dashboard ux writing
@vercel
Copy link

vercel bot commented Apr 23, 2025

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

Name Status Preview Comments Updated (UTC)
console ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 23, 2025 8:46am
web-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 23, 2025 8:46am
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
dashboard ⬜️ Ignored (Inspect) Visit Preview Apr 23, 2025 8:46am
feature-integration-project-detail ⬜️ Ignored (Inspect) Visit Preview Apr 23, 2025 8:46am

@github-actions
Copy link
Contributor

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

@github-actions
Copy link
Contributor

🎉 @skdud4659 and @seungyeoneeee have been randomly selected as the reviewers! Please review. 🙏

@github-actions github-actions bot requested a review from seungyeoneeee April 23, 2025 08:37
@github-actions
Copy link
Contributor

⚠️ @piggggggggy the signed-off-by was not found in the following 1 commits:

✅ Why it is required

The Developer Certificate of Origin (DCO) is a lightweight way for contributors to certify that they wrote or otherwise have the right to submit the code they are contributing to the project. Here is the full text of the DCO.

Contributors sign-off that they adhere to these requirements by adding a Signed-off-by line to commit messages.

This is my commit message

Signed-off-by: Random Developer <randomdeveloper@example.com>

Git even has a -s command line option to append this automatically to your commit message:

$ git commit -s -m 'This is my commit message'

Signed-off-by: yuda <yuda@megazone.com>
@github-actions
Copy link
Contributor

⚠️ @piggggggggy the signed-off-by was not found in the following 1 commits:

✅ Why it is required

The Developer Certificate of Origin (DCO) is a lightweight way for contributors to certify that they wrote or otherwise have the right to submit the code they are contributing to the project. Here is the full text of the DCO.

Contributors sign-off that they adhere to these requirements by adding a Signed-off-by line to commit messages.

This is my commit message

Signed-off-by: Random Developer <randomdeveloper@example.com>

Git even has a -s command line option to append this automatically to your commit message:

$ git commit -s -m 'This is my commit message'

@github-actions
Copy link
Contributor

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

@piggggggggy piggggggggy merged commit 65bfd75 into master Apr 23, 2025
11 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants