pullrequests Search Results · language:Edge language:TypeScript language:HTML language:HTML language:Java language:Java
Filter by
141M results
🚀 작업 내용
면접 재설계의 본체입니다. 면접의 중심을 모집(recruitment)에서 면접 회차(InterviewRound)로 옮겼습니다. V49 마이그레이션이 구 면접 테이블 4개를 내리고 라운드 중심 5테이블(round /
round_member / slot / availability / schedule)을 새로 만들며, 엔티티·레포지토리·조회 경로·리마인더 ...
Summary
- Add fresh-agent pane client surfaces, action sheets, approvals, context meter, turn actions, and transcript updates.
- Add fresh-agent extras router wiring and MCP/tool support.
- Cover ...
Re-release to regenerate the MSIX under the new Partner Center identity for the Dragon s Aid app.
The v0.5.1 build was packed with the old IsaoBushi.DragonsAid identity, which the new Dragon s Aid app ...
Merging Basic Navigation branch
Blocks Studio — the junior (ages ~5–8) visual block-coding studio
Adds Blocks Studio to the Learn Create hub (beside Code Studio, free — no AI/Stars), end-to-end: a blocks project kind
persisted in the ...
Documents the caching work in the architecture README:
- §8 — the src/middleware.ts edge cache (Cache API, s-maxage=60, x-edge-cache header), what s never cached (admin /
?preview / sh_admin cookie ...
Unit tests were asserting /INSERT INTO ai_credits/ and /INSERT INTO organization_billing/ — the old pattern. The billing
fix in #53 changed both demo and pottery house render functions to INSERT OR REPLACE ...
背景
小程序个人中心「充值与账单」需展示流水记录(见 nextv-show/bridge-frontend#6),asset-service 原仅有钱包汇总 GET /wallet,缺流水列表接口。
改动
仿既有 MyOrdersController / WalletController 模式新增分页流水接口:
- WalletRechargeRepository.findByUserIdOrderByCreatedAtDesc(userId, ...