issues Search Results · language:Dune language:Python language:JavaScript language:Python language:Java language:Java
Filter by
54.7M results
Summary
CLAUDE.md (the internal architecture guidance file) is factually wrong on several load-bearing points that would mislead
a maintainer or agent refactoring the code for the major release.
Current ...
documentation
Summary
There is no test exercising the resource-leak path where getUserMediaStream is aborted and getUserMedia() later resolves
with a stream; the existing abort during getUserMedia test uses a never-resolving ...
chore
Summary
When getUserMediaStream is aborted while getUserMedia() is still in flight, the caller receives AbortError but the
underlying device can stay active: a MediaStream that resolves after the abort ...
bug
Добавить APM, добавить спаны и трейсы, проверить трейсы на основных ручках
프로덕션 기준 코드 감사에서 발견. 수정 전 이슈로 등록.
현상
리뷰 작성 시 본인 주문 검증은 하지만, memberRepository.getReferenceById(memberId)로 회원 존재를 확인하지 않고 프록시만 잡는다.
위치
- backend/src/main/java/com/groove/review/application/ReviewService.java:95 ...
bug
domain:review
S
프로덕션 기준 코드 감사에서 발견. 수정 전 이슈로 등록.
현상
회원 탈퇴가 순수 soft delete(deletedAt만 설정)이고, 개인정보 익명화가 전혀 일어나지 않는다.
위치
- backend/src/main/java/com/groove/member/domain/Member.java:97 (withdraw)
- backend/src/main/java/com/groove/member/application/MemberService.java:152 ...
domain:member
M
type:feature
Summary
getPermission(name) returns a Promise that never settles when the permission is in its default prompt state, and it
leaks the change event listener for the lifetime of the page.
Root cause
src/getPermission.js:17 ...
bug
프로덕션 기준 코드 감사에서 발견. 수정 전 이슈로 등록.
현상
AFTER_COMMIT 리스너에서 배송 생성 중 RuntimeException이 나면 log.error만 하고 끝난다. 결제는 이미 PAID로 커밋됐으므로 배송이 영구 미생성(고아)된다.
위치
- backend/src/main/java/com/groove/shipping/application/ShippingCreationListener.java:54-77 ...
domain:shipping
M
type:feature
Summary
The backend API at bidify.cloud/api already exists but the frontend doesn t use it for read operations. We should
discover the available endpoints and integrate them to fetch collection lists, ...
api
feature
v2.2.0
프로덕션 기준 코드 감사에서 발견. 수정 전 이슈로 등록.
(a) 만료 배치가 Clock을 쓰지 않음
- 위치: backend/src/main/java/com/groove/coupon/application/MemberCouponExpirationTask.java
- 현상: Instant.now()를 직접 사용 — 코드베이스 전반의 Clock 주입 ...
bug
domain:coupon
S

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.