issues Search Results · language:Dune language:TypeScript language:JavaScript language:CSS language:Java linked:pr
Filter by
6.7M results
What
Temporarily restore the unconditional bootstrap fail-open in src/lib/auth/claims.ts: a signed-in user whose token
carries NO recognized role claim becomes admin (instead of support), regardless of ...
ready-for-agent
Bug Summary
After an in-place upgrade into 5.1.0-beta.2, describe_all shows schema_defined: false for every @table-declared table
and omits expiration for eviction-configured tables, even though eviction ...
bug
chore
reactnative
类型
Tech Task / Governance
背景
按 /github-project-check 对仓库 qsoyq/stash 进行本地静态检查,并补充使用 GitHub API 确认了部分平台侧状态。当前仓库结构清晰、无明显密钥或大文件风险,但 GitHub
协作治理入口与质量门禁不足,需要集中补齐 P0 / P1 问题。
目标
修复本次检查发现的所有 P0 / P1 问题,建立基础 ...
documentation
enhancement
The current UI is completely unstyled. Add a clean, modern design using CSS modules (already set up in the project) with
the following requirements:
Acceptance Criteria:
- Page is centred with a max-width ...
in-progress
内容
CLAUDE.md の「現在実装済みのAPIエンドポイント」表が古く、GET系3件のみの記載になっている。 実際にはタスク作成・更新・削除・並び替え用のAPIも実装済みのため、表を最新化する。
対応内容
- POST /api/tasks(タスク新規作成)
- PUT /api/tasks/{id}(タスク更新)
- PATCH /api/tasks/reorder(並び替え) ...
概要
delete-onboarding-template.ts が countActiveByTemplateCode チェック後に削除するが、チェックと削除の間に AssignOnboarding
が割り込むとアクティブな割り当てが存在するテンプレートが削除される。
修正方針
templateRepository.delete を NOT EXISTS (SELECT 1 FROM onboarding_assignments ...
bug
概要
UpdateGoal は hasFinalEvaluation でガードするが、GoalRepository.update の WHERE に status ガードがない。findById 後に final 評価が入ると status=
done の目標が書き換わる。
修正方針
GoalRepository.update の WHERE に ne(goals.status, done ) ...
bug
概要
update-review-cycle.ts は closed を弾くが、updateDetails の WHERE に status ガードがない。findById と update の間に close が入ると closed
サイクルが更新される。
修正方針
updateDetails の WHERE に ne(reviewCycles.status, closed ) を追加。
bug

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.