issues Search Results · language:Dune language:JavaScript language:Java language:Java language:JavaScript language:Python
Filter by
55.2M results
📝 기능 개요
bid-service와 payment-service가 발행하는 이벤트를 수신해 auction-service의 경매 상태와 마감 시각을 갱신한다.
bid-service는 경매 종료/연장 판단을 담당하고, auction-service는 해당 이벤트를 수신해 상태 전이 및 스케줄러 잡 재조정을 수행한다.
payment-service는 결제 결과를 ...
auction
feature
Goal
Build the internal /api/v1/admin/ namespace consolidating all staff-facing CRUD, triage, and manual entry endpoints
behind a JWT auth guard, while adding the missing PII soft-delete capability.
...
배경
토스는 confirm(동기 승인) 외에 결제 상태 변경 시 웹훅으로도 알린다. 이 이슈는 토스 웹훅을 수신해 기존 콜백 파이프(PaymentCallbackService.applyResult)에 합류시킨다. 현재 웹훅
수신부(PaymentWebhookController POST /api/v1/payments/webhook)와 멱등키 구조를 최대한 재사용한다. ...
domain:payment
M
type:feature
There is an error with this repository s Renovate configuration that needs to be fixed. As a precaution, Renovate will
stop PRs until it is resolved.
Bug Description
When Hermes is started from PowerShell or cmd.exe on Windows, os.getcwd() returns a Windows native path which gets
stored as the session working directory. Both init_session() and _wrap_command() ...
comp/agent
P2
type/bug
I m using another device to connects the mcp if that helps img width= 1183 height= 875 alt= Image src=
https://github.com/user-attachments/assets/f799a612-3637-4d74-bad0-a3936a617496 /
Summary
Extract the reward/scoring logic from coordinator.py into a pure, frozen module (nanobot/runtime/scorer.py) that cannot
be mutated by the self-evolving loop. The coordinator calls score_cycle() ...
enhancement
Context
Identified during review of PR #6187 (dock badge).
Description
derivePendingPermissionCounts(sessionStates, Date.now()) is now derived twice per relevant store update:
- App.tsx computes ...
enhancement
from-review
배경
토스 결제 흐름은 ① 프론트 SDK 결제창 → ② 인증 → ③ paymentKey 발급·successUrl 리다이렉트 → ④ 서버 confirm이다. 이 이슈는 ③~④의 서버 측 흐름을 구현한다.
TossPaymentGateway(#294)의 confirm을 호출하고, 성공/실패는 기존 콜백·보상 경로에 합류시킨다.
작업
- [ ] 결제 요청 ...
domain:payment
L
type:feature
CSRF 토큰 발급/재발급 구현
리스트
- [ ] CsrfController 작성
- [ ] XSRF-TOKEN 쿠키, X-XSRF-TOKEN 헤더 기준

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.