issues Search Results · language:Dune language:JavaScript language:Java language:Java language:Java language:Java
Filter by
33.2M results
Outcome
Provide a machine-readable contract that web, Android, and future clients can share.
Acceptance criteria
- OpenAPI documents authentication, task models, filters, errors, and every endpoint. ...
Outcome
Run the backend and database on managed production infrastructure over HTTPS.
Acceptance criteria
- Production creates the API and PostgreSQL services reproducibly.
- Database migrations ...
Outcome
Publish the web client on static hosting connected to the production API.
Acceptance criteria
- Main branch deployments produce the Vite production build.
- VITE_API_URL points to the versioned ...
Outcome
Make production failures visible and task data recoverable.
Acceptance criteria
- API logs are structured and include request correlation IDs without secrets.
- Error rate, latency, uptime, ...
Outcome
Automate validation and controlled deployment for frontend and backend changes.
Acceptance criteria
- Pull requests run frontend build, backend tests, linting, and security checks.
- Failed ...
Motivation
LLM-assisted development is increasingly limited by context windows, token budgets and cost. Large repositories often
exhaust practical context budgets long before theoretical limits are reached, ...
architecture
enhancement
research
Outcome
Prevent credentials from entering source control and document operational response.
Acceptance criteria
- Production secrets are stored in the hosting provider secret manager.
- .env.example ...
Outcome
Ensure users can only access tasks belonging to an authorized workspace.
Acceptance criteria
- Tasks have an owner or workspace foreign key.
- Every read and write is scoped by authenticated ...
Outcome
Apply production HTTP and request protections before deployment.
Acceptance criteria
- Helmet security headers are enabled.
- CORS uses an explicit environment-based allowlist.
- Rate ...
Outcome
Require verifiable user identity for every non-health API request.
Acceptance criteria
- The API verifies issuer, audience, signature, and expiry for access tokens.
- Missing or invalid ...

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.