Skip to content

issues Search Results · language:Edge language:TypeScript language:JavaScript language:JavaScript language:Java

Filter by

49.9M results  (701 ms)

49.9M results

目的 frontend/package.json の @types/node を実行環境(node 24.14.0、mise.toml で固定)に合わせる。 手順 1. @types/node を ^20.19.27 → ^24 に更新し npm install。 2. npx tsc --noEmit と make test-frontend で型エラー・回帰がないことを確認。 受け入れ基準 ...
P3

目的 API クライアントの fetch にタイムアウトを追加し、ハングした接続で UI が待ち続けるのを防ぐ。 ブランチ fix/api-client-timeout 手順 1. frontend/src/lib/api.ts の request() に signal: options.signal ?? AbortSignal.timeout(30_000) を追加。呼び出し側が signal ...
P3

目的 依存更新を自動化する(Renovate 導入)。 ブランチ ci/add-renovate 手順 1. ルートに renovate.json を追加。推奨設定: - config:recommended ベース - lockFileMaintenance 有効 - packageRules: AWS SDK / boto3 はグループ化して週 1、メジャーアップデートは自動 ...
ci
P3

Context We have patched Discord comms reliability repeatedly (#39 Stop-hook enforcement, #73/#77 plugin-liveness probe, #79/#80/#82 reply-enforcement hardening) and it keeps failing in new ways. The Edgard ...
enhancement

目的 DSQL への常時 admin 接続を見直し、最小権限化する(調査タスク)。 背景 backend/app/database.py:71 が generate_db_connect_admin_auth_token + user= admin で接続している。アプリ用 DB ロール + 非 admin トークン(generate_db_connect_auth_token)が最小権限。 ...
P3
security

目的 巨大コンポーネントを分割し、テスト容易性と変更影響範囲を改善する。まず最大の EditorPanel.tsx(878 行)から着手する。 対象(それぞれ別 PR。本 Issue は EditorPanel 分) - frontend/src/components/layout/EditorPanel.tsx — 878 行 ← 本 Issue - frontend/src/components/layout/SettingsDialog.tsx ...
P2

目的 E2E ワークフローのトリガー paths を実態に合わせる。 背景 .github/workflows/e2e.yml のトリガーは frontend/**, Makefile, README.md のみ。README.md でE2Eが走るのは無駄。また backend 変更が E2E を起動しない(E2E はデプロイ済み dev を叩くため順序保証の課題がある)。 ブランチ ci/fix-e2e-paths ...
ci
P2

Summary In jreleaser 1.25.0, the native binary inside the zip archive was renamed from jreleaser to jreleaser-native- version - platform , breaking tools that expect the binary at bin/jreleaser. Reproduction ...

目的 エージェント・新規参加者を誤誘導するドキュメント/ファイルを一括整理する。 ブランチ chore/repo-hygiene 手順 1. MCP ドキュメント: ルートの MCP_IMPLEMENTATION_SUMMARY.md は lambda/mcp_server/main.py、terraform/mcp.tf、iam_mcp.tf、docs/mcp_setup/ 等を「実装済み」と記述しているが、いずれもリポジトリに存在しない(lambda/ ...
documentation
P2

目的 SQLite では検出できない方言差(JSON、ON CONFLICT/upsert、型強制、トランザクション挙動)を Postgres 実 DB で検証する。 背景 backend/tests/conftest.py は in-memory SQLite だが、本番は Aurora DSQL(Postgres 互換)。方言差のあるバグがテストをすり抜ける。 ブランチ test/add-postgres-repository-tests ...
P2
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.