issues Search Results · language:Dune language:TypeScript language:JavaScript linked:pr language:JavaScript language:Java
Filter by
6.7M results
背景 / 問題
サインインの TOTP チャレンジ対応(#255)に続き、ユーザー自身が TOTP(MFA) を有効化できる導線が無い。登録UIが無いと OPTIONAL MFA を実際に使えない。
対応方針
- web/facilitator/lib/auth.ts に登録系を追加:
- startTotpEnrollment(associateSoftwareToken → ...
目的
Windows ユーザーが Releases ページからインストールできるようにする。
対応
- `release.yml` の matrix に `windows-latest` ターゲットを追加
- Tauri は Windows で .msi (Wix) と .exe (NSIS) を生成(デフォルトで両方)
- README の Releases セクションに Windows ...
Update the self-hosting documentation files to deploy/self-hosting to not use registry images for easy deployment
claude
목표
신고 사진 데이터가 운영 DB에만 남아 있는 상태를 줄이기 위해, 시설 신고 사진을 별도 백업 산출물로 추출하는 운영 기준선을 만든다.
대상 영역
- tools/ops
- tools/ci
- 시설 신고 사진 백업 운영 절차
배경
시설 신고 사진은 고장 시설 확인과 검수 근거로 쓰이지만 개인정보가 포함될 수 있어 접근 권한과 보관 위치를 ...
🎟️ 상위 작업 (Ticket Number)
TRIP-68
📝 상세 내용(Description)
릴레이 상태 자동 갱신 배치 구현 (@Scheduled)
- ACTIVE → STALE: last_participated_at 기준 일정 기간 참여 없으면 전환
- STALE → ARCHIVED: 더 오랜 기간 참여 없으면 전환
- 매일 새벽 정해진 ...
背景 / 問題
Cognito で MFA(TOTP) を OPTIONAL にした(N-5 / PR #252)が、フロント(web/facilitator)のサインインは onSuccess/onFailure しか扱っておらず、TOTP
を有効化したユーザーがログインできない。
対応方針
- web/facilitator/lib/auth.ts の signIn を、成功 or TOTP要求を返すように変更(totpRequired ...
出自
コードレビューの派生(#171 と同じ「ドメイン判定の純関数化」方針)+テスト整理。
課題
1. DetailView.tsx の serviceUrl(ip, service) は、スキャン済みサービスの
HTTP系ポート判定(443/8443→https、80→http、3000/5000/8080/8081/9090/32400 や svc に HTTP
を含む→http、それ以外/非tcp→null)という分岐ロジックを持つが、コンポーネント内にあり未テスト。 ...
Summary
Session 5 of the Phase 1 implementation plan. Implements the core fetch client pipeline and updates the public entry
point.
Scope
- Replace lib/client.js scaffold with full createClient(config) ...
Summary
wave_finalize s root param only partially roots the operation. handlers/wave_finalize.ts computes cwd =
projectDir(args.root) and uses it for the durable wave-status read (assembleBodyFromState) ...

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.