Skip to content

issues Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript language:Go language:Java

Filter by

38.8M results  (685 ms)

38.8M results

Problem services/service.go holds 23 sub-services in one struct that is passed to every handler. This makes dependency injection coarse, testing expensive (constructing the full Service for unit tests), ...
backend
refactor
tech-debt

Problem config/config.go validates weak DB passwords but does not validate that required env vars are present when LDAP/OAuth2/SAML is enabled. Enabling an auth provider without its required credentials ...
backend
refactor

Parent bounty: #743 The update-pr-leaderboard workflow checks out trusted default-branch code with persist-credentials disabled, but then writes the workflow token into the local origin URL via git remote ...

Hi OTel community, I would like to propose a blog post covering practical instrumentation of AI and LLM workloads using the OpenTelemetry GenAI semantic conventions. Proposed title: Tracing AI Agent ...

Problem Auth logic is split across auth.go (520 lines), auth_ldap.go, auth_oauth.go, auth_saml.go, and auth_shared.go. Login responses, session creation, and audit logging are repeated across OAuth2, ...
backend
refactor
tech-debt

Problem services/reports.go CheckThresholdAlerts() fetches all subnets with thresholds (1 query), then for each subnet individually queries latest utilization and alert cooldown. On a system with 1000 ...
backend
performance

💡 About 핵심 키워드 작성 ✅ To Do - [ ] 핵심 키워드 작성 💬 ETC

Problem Every list handler in handlers/subnets.go, handlers/ip_addresses.go, handlers/devices.go, etc. manually repeats the same 15-line pagination detection and branching pattern. Adding a new filter ...
backend
refactor
tech-debt

Problem permCheck() in handlers/handlers.go:49-63 returns a sentinel error errResponseWritten when permission is denied. Every caller must check this and explicitly return nil (not the error) to prevent ...
backend
refactor
tech-debt
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.