pullrequests Search Results · language:Dune language:JavaScript language:Python language:JavaScript language:Python language:Java
Filter by
182M results
Summary
Adds a Create Campaign page to OSimFlow s FastAPI web GUI (issue #380).
What changed
osimflow/api/static/index.html — 278-line extension of the existing vanilla-JS SPA:
1. Sidebar — new Create ...
Enhancement PR
Linked Issue
Closes #1187
#1187 carries the approved-enhancement label.
What this enhancement improves
The Stryker mutation-testing gate (ADR-456 s 80% mutation-score floor). Previously ...
Summary
- Split Drain presentation into a short one-time blue start shimmer and a persistent blue ground/pool slot overlay.
- Carry Drain overlay start time from app state into renderRuntime so the ...
H6 — 탈퇴 API 세션 검증 (보안)
withdraw API가 세션 검증 없이 body {email}만으로 탈퇴/grace 시작하던 보안 구멍 수정.
- 세션 없음 → 401
- assertWithdrawRequestAuthorized: 세션 email과 body email을 redisEmailKeyForUser 정규화 후 비교, 불일치 시 403 ...
Critique Report — run_053844_013
Round 1 · gate GREEN · 3/3 critique checks green
Acceptance gate (pytest, deterministic)
- [x] tool_discovery: all required tools discoverable
- [x] tool_correctness: ...
Phase 7 — cross-tenant benchmarking scaffold (final phase)
Flag-gated (CROSS_TENANT_BENCHMARKING) and consent-bounded — structure, gating, and privacy-preserving aggregation in
place; richer maturity ...
Adds bootui-sample-app-aot — a JVM image that combines Spring AOT processing and the JDK 25 AOT class-loading cache
(JEP 483) for ~40–45 % faster startup than the plain JVM image, with no CRIU privileges ...
Removes esbuild. It s no longer used after updating ancestor dependencies esbuild, @vitejs/plugin-react and vite. These
dependencies need to be updated together.
Removes esbuild
Updates @vitejs/plugin-react ...
dependencies
javascript
Motivation
- Implement Phase 1 (Target Management) to provide a local, auditable store of authorized targets before any scans are
run.
- Ensure strict, defensive input validation to prevent broad ...
codex
Summary
- Adds CROSS_CANDIDATE_EXCLUSIONS + isCrossCandidateExcluded to src/lessonLogic.js, wired into both
getCrossVerbCandidates (extraCandidates) and collectCrossSourceCandidates (verb-choice/case-mixer), ...