Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

운영 환경에 회원가입 redirect urls 추가 #810

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

Hanjaemo
Copy link
Member

@Hanjaemo Hanjaemo commented Dec 16, 2024

💡 작업 내용

  • 운영 환경에 회원가입 redirect urls 추가

✅ 셀프 체크리스트

  • PR 제목을 형식에 맞게 작성했나요?
  • 브랜치 전략에 맞는 브랜치에 PR을 올리고 있나요?
  • 이슈는 close 했나요?
  • Reviewers, Labels, Projects를 등록했나요?
  • 작업 도중 문서 수정이 필요한 경우 잘 수정했나요?
  • 테스트는 잘 통과했나요?
  • 불필요한 코드는 제거했나요?

closes #809

Summary by CodeRabbit

  • 버그 수정
    • 하위 프로젝트의 커밋 해시 업데이트.

@Hanjaemo Hanjaemo added ⚙️ chore 세팅 관련 D-0 긴급 이슈에 대한 작업 labels Dec 16, 2024
@Hanjaemo Hanjaemo self-assigned this Dec 16, 2024
@Hanjaemo Hanjaemo linked an issue Dec 16, 2024 that may be closed by this pull request
Copy link
Contributor

coderabbitai bot commented Dec 16, 2024

Warning

Rate limit exceeded

@Hanjaemo has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 23 minutes and 26 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between dfa70a1 and 6851152.

📒 Files selected for processing (1)
  • src/main/resources/config (1 hunks)

변경사항 개요

Walkthrough

이 풀 리퀘스트는 서브프로젝트의 커밋 해시를 0e2835f42aac282569323278780dcbfc0aaf62fa에서 1109d646c66e6335fa59605cd5b705f8462948ef로 업데이트하는 변경사항을 포함하고 있습니다. 이는 참조되는 서브프로젝트의 버전을 변경하는 작업입니다.

Changes

파일 변경 요약
src/main/resources/config 서브프로젝트 커밋 해시 업데이트

연결된 이슈에 대한 평가

목표 해결 여부 설명
application-prod.yml에 urls 변수 추가 [#809] 제공된 변경사항에서 urls 변수 추가에 대한 직접적인 증거 없음

관련될 수 있는 풀 리퀘스트

제안된 라벨

✨ feature

제안된 리뷰어

  • gywns0417
  • jschoi-96

토끼의 시

🐰 구성의 물결, 해시 바뀌네
서브프로젝트 춤추는 순간
새로운 버전의 작은 발걸음
코드의 여정 계속되네! 🚀


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@Hanjaemo Hanjaemo merged commit a9a4d39 into main Dec 16, 2024
3 of 4 checks passed
@Hanjaemo Hanjaemo deleted the chore/809-add-urls-to-application-prod-yml branch December 17, 2024 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️ chore 세팅 관련 D-0 긴급 이슈에 대한 작업
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

application-prod.yml에 urls 변수 추가
1 participant