-
Notifications
You must be signed in to change notification settings - Fork 16
Release/0.3.0 #113
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
Release/0.3.0 #113
Conversation
Warning Rate limit exceeded@lcc3108 has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 7 minutes and 16 seconds before requesting another review. How to resolve this issue?After the wait time has elapsed, a review can be triggered using the 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. 개요이번 변경 사항은 변경 사항
시퀀스 다이어그램시
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? TipsChatThere are 3 ways to chat with CodeRabbit:
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)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (6)
- package.json (1 hunks)
- pkg/gav4/grafana.go (1 hunks)
- src/QueryEditorCommon.tsx (1 hunks)
- src/QueryEditorGA4.tsx (1 hunks)
- src/plugin.json (1 hunks)
- tests/query/queryEdiyor.spec.ts (3 hunks)
Files skipped from review due to trivial changes (2)
- src/QueryEditorCommon.tsx
- src/plugin.json
Additional comments not posted (9)
package.json (1)
3-3
: 버전 업데이트 확인버전이 "0.2.3"에서 "0.3.0"으로 업데이트되었습니다. 새로운 릴리스를 위한 변경 사항입니다.
tests/query/queryEdiyor.spec.ts (6)
9-9
: 'Time Series' 쿼리 모드 선택 확인'Time Series' 쿼리 모드가 올바르게 선택되었는지 확인하는 코드가 추가되었습니다.
21-21
: 시간 차원 선택 확인시간 차원이 올바르게 선택되었는지 확인하는 코드가 추가되었습니다.
44-44
: 'Table' 쿼리 모드 선택 확인'Table' 쿼리 모드가 올바르게 선택되었는지 확인하는 코드가 추가되었습니다.
55-55
: 시간 차원 선택 확인시간 차원이 올바르게 선택되었는지 확인하는 코드가 추가되었습니다.
78-78
: 'Realtime' 쿼리 모드 선택 확인'Realtime' 쿼리 모드가 올바르게 선택되었는지 확인하는 코드가 추가되었습니다.
90-90
: 시간 차원 비활성화 확인'Realtime' 모드에서 시간 차원이 비활성화되었는지 확인하는 코드가 추가되었습니다.
pkg/gav4/grafana.go (1)
215-215
: 기본 케이스에서 함수 할당 변경기본 케이스에서
transformReportToDataFramesFn
이transformReportToDataFrames
로 할당되도록 변경되었습니다.src/QueryEditorGA4.tsx (1)
331-331
: 접근성 향상
RadioButtonGroup
컴포넌트에aria-label
속성이 추가되어 접근성이 향상되었습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- tests/query/queryEdiyor.spec.ts (3 hunks)
Files skipped from review as they are similar to previous changes (1)
- tests/query/queryEdiyor.spec.ts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- tests/query/queryEdiyor.spec.ts (3 hunks)
Additional comments not posted (3)
tests/query/queryEdiyor.spec.ts (3)
50-55
: 호환성 확인
query-mode
레이블이 없을 경우 텍스트 기반 선택기로 대체하는 방식으로 Grafana 버전 호환성을 처리하고 있습니다. 이 접근 방식이 올바르게 작동하는지 확인해야 합니다.
88-93
: 호환성 확인
query-mode
레이블이 없을 경우 텍스트 기반 선택기로 대체하는 방식으로 Grafana 버전 호환성을 처리하고 있습니다. 이 접근 방식이 올바르게 작동하는지 확인해야 합니다.
10-16
: 호환성 확인
query-mode
레이블이 없을 경우 텍스트 기반 선택기로 대체하는 방식으로 Grafana 버전 호환성을 처리하고 있습니다. 이 접근 방식이 올바르게 작동하는지 확인해야 합니다.
@coderabbitai Please create a release note compared to the v0.2.3 tag |
Oops, something went wrong! Please try again later. 🐰 💔 |
Summary
release/0.3.0
fix
Summary by CodeRabbit
새로운 기능
버그 수정
테스트
기타