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

v2.3.0 #716

Merged
merged 10 commits into from
Aug 29, 2024
Merged

v2.3.0 #716

merged 10 commits into from
Aug 29, 2024

Conversation

Sangwook02
Copy link
Member

No description provided.

uwoobeat and others added 10 commits August 26, 2024 12:48
* hotfix: 이메일 정규식에 언더스코어를 허용하도록 수정 (#205)

* fix: 언더스코어 허용하도록 변경

* refactor: 테스트 접근제어자 제거

* hotfix: Basic Auth 환경변수 속성 이름 수정 (#260)

* fix: 환경변수 속성 이름 오타 수정

* refactor: Basic Auth 환경변수 이름 재수정

* hotfix: 학과 쿼리 메서드 수정 (#282)

* hotfix: spotless 적용 (#283)

style: spotless 적용

* fix: 추가 파라미터에서 리다이렉트 URI로 수정

---------

Co-authored-by: Cho Sangwook <[email protected]>
Co-authored-by: 이한비 <[email protected]>
* feat: 스터디 주차별 출결번호 조회

* refactor: 리퀘스트 파라미터 변수명 수정

* refactor: 스터디 출석일자 지났는지 판단 로직 추가

* refactor: 출석일 지남 여부 판단 메소드명 변경
feat: 어드민에게 멘토 api 접근 권한 부여
refactor: 스터디 개강일 전에도 내 수강중인 스터디 조회 api에서 선별할 수 있도록 수정
* feat: 무료 주문 시 쿠폰 사용 로직 추가

* test: 주문 통합 테스트에 쿠폰 사용 여부 검증 테스트 추가
* refactor: 세션을 커리큘럼으로 변경

* refactor: 주석 삭제

* feat: 스터디 상태 세션에서 오프라인으로 변경
feat: 스터디 시작 시간 및 종료 시간의 not null 검증 제거
* hotfix: 이메일 정규식에 언더스코어를 허용하도록 수정 (#205)

* fix: 언더스코어 허용하도록 변경

* refactor: 테스트 접근제어자 제거

* hotfix: Basic Auth 환경변수 속성 이름 수정 (#260)

* fix: 환경변수 속성 이름 오타 수정

* refactor: Basic Auth 환경변수 이름 재수정

* hotfix: 학과 쿼리 메서드 수정 (#282)

* hotfix: spotless 적용 (#283)

style: spotless 적용

* hotfix: 소셜 로그인 리다이렉트 URI가 작동하지 않는 문제 수정 (#689)

fix: 추가 파라미터에서 리다이렉트 URI로 수정

* fix: 디스코드 id 배치 예외 처리

* fix: 로그 수정

---------

Co-authored-by: Jaehyun Ahn <[email protected]>
Co-authored-by: 이한비 <[email protected]>
* chore: sentry 플러그인 추가

* chore: Sentry 프로파일 추가

* chore: 도커 이미지 태그를 환경변수로 받아서 매핑

* chore: 도커 이미지 태그를 센트리 포맷에 맞춰서 바인딩

* style: spotless 적용

* chore: 로그백 센트리 디펜던시 추가

* chore: 사용자 정보 로깅 추가

* feat: 메서드 이름 변경 및 출력문 제거
* feat: 멘토 권한 부여 로직 추가

* test: 스터디 개설시 멘토 권한 부여 테스트 추가
@Sangwook02 Sangwook02 requested a review from a team as a code owner August 29, 2024 03:41
@Sangwook02 Sangwook02 requested review from seulgi99, uwoobeat and AlmondBreez3 and removed request for a team August 29, 2024 03:41
Copy link

coderabbitai bot commented Aug 29, 2024

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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>.
    • 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 generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @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 as 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 resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

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.

@Sangwook02 Sangwook02 merged commit a40d6cd into main Aug 29, 2024
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.

4 participants