issues Search Results · language:Dune language:TypeScript language:JavaScript language:Python linked:pr language:Java
Filter by
9.3M results
概要
以下のテストファイルは大半が expect(true).toBe(true) のみのプレースホルダーで、テスト名は401/400/403検証等を謳っているが実際には何も検証していない。CIのグリーンが品質保証として機能していない。
- tests/integration/weights.test.ts(全テスト)
- tests/integration/exercises.test.ts(全テスト) ...
tech-debt
概要
1. チェックジョブがデプロイの前提条件になっていない — .github/workflows/ci.yml:246, 308
deadcode-check と bundle-size-check に needs: がなく、deploy-* ジョブは needs: [build] のみ。両チェックが失敗してもデプロイは通ってしまう。
修正案: build の needs に両ジョブを追加する(または ...
tech-debt
Quick check
- [ ] I ve searched existing issues and didn t find a duplicate.
- [x] This issue relates to Gaia Agent UI (gaia chat --ui).
- [ ] This issue relates to a CLI command (gaia ...) or the ...
bug
triage
概要
フロントエンドのクリーンアップ/タイミング系の具体的な不具合3件。
1. usePhotoMealFlow: blob URLのクリーンアップが初回レンダー時の値しか見ていない — packages/frontend/src/hooks/usePhotoMealFlow.ts:76-81
useEffect(() = {
return () = {
photoPreviewUrls.forEach(url ...
bug
概要
エラーロギングのパイプライン(フロント errorLogger.ts → バックエンド /api/logs/error)に複数の問題がある。
問題点
1. /api/logs/error が未認証・レート制限なし — packages/backend/src/routes/logs.ts:9-21
誰でも呼べて、クライアント送信の userId / requestId をそのまま console.error ...
security
Subject of the enhancement
Add reusable, shared GitHub workflows for releases and adding to projects.
Part of cgkineo/cgkineo#7
Posted via collaboration with Claude Code
enhancement
Subject of the enhancement
Add reusable, shared GitHub workflows for releases and adding to projects.
Part of cgkineo/cgkineo#7
Posted via collaboration with Claude Code
enhancement
Subject of the enhancement
Add reusable, shared GitHub workflows for releases and adding to projects.
Part of cgkineo/cgkineo#7
Posted via collaboration with Claude Code
enhancement
概要
packages/backend/wrangler.toml:68-70
[env.preview] のD1は health-tracker-preview-db に分離されているのに、R2は本番と同じ lifestyle-app-photos を指している。ci.yml の deploy-pr-preview
でも database_id はsedで書き換えるがR2は未対応。
影響
...
bug
security

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.