issues Search Results · language:Dune language:Python language:JavaScript language:Java linked:pr language:TypeScript
Filter by
9.2M results
Context
PR #612 (Closes #583) makes pypdf an optional dependency for cogni-knowledge s text-layer PDF fallback (poppler-less
hosts), with graceful degradation when absent. Its scripts/pdf-extract.py already ...
enhancement
S4-enhancement
svc:plan-recorded
svc:resolved
📌 기능 설명
- GET /api/cron/storage-cleanup Vercel Cron endpoint를 구현해 seller-application-documents bucket의 orphan 파일을 주기적으로 스캔하고
삭제한다.
- 클라이언트 best-effort cleanup(T40)에서 실패한 파일과 예상치 못한 경로의 orphan ...
feat
Problem
Orval 8.16.0 generates mock factory signatures that reference strict mock helper types (MockWithNullableOverrides,
{Schema}Mock, etc.) but does not emit the corresponding export type declarations ...
Record invoice lifecycle mutations in an append-only audit trail so persisted invoice changes can be explained after the
fact.
This item is now viable because the local store lifecycle exists. Export ...
area:persistence
type:feature
개요
아침 체크인을 같은 날 1회 완료한 뒤, 체크인 시간을 수정해서 같은 날 다시 알림/체크인 대상이 표시된 경우 체크인 버튼을 눌러도 체크인이 완료되지 않는 문제를 수정합니다.
재현 절차
1. 아침 체크인 할일/알림을 설정한다.
2. 당일 아침 체크인을 1회 완료한다.
3. 같은 날 체크인 시간을 이후 시간으로 수정한다.
4. 수정된 시간에 ...
bug
ready-for-agent
User-facing auth flow wired to the backend.
Acceptance criteria
- Register + Login pages in frontend/src/pages/
- All HTTP calls in frontend/src/services/, responses typed
- Loading and error states ...
feature
v1
Authenticate a user and end their session.
Acceptance criteria
- POST /api/v1/auth/login verifies credentials, issues an httpOnly cookie (or short-lived JWT); 401 on bad creds
- POST /api/v1/auth/logout ...
feature
v1
Let a new user create an account.
Acceptance criteria
- POST /api/v1/auth/register validates email + password (Pydantic)
- Password hashed with bcrypt or argon2 — never stored or logged in plaintext ...
feature
v1
Create the users table and its model/schema layer.
Acceptance criteria
- Alembic migration add_users_table: UUID PK, email (unique), password_hash, created_at, updated_at
- SQLAlchemy User model ...
feature
v1
Wire SQLAlchemy to Postgres and initialize migrations.
Acceptance criteria
- SQLAlchemy engine/session configured from DATABASE_URL
- Alembic initialized; baseline migration runs clean against the ...
chore
v1

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.