issues Search Results · language:Dune language:JavaScript language:JavaScript linked:pr language:Java is:public linked:pr
Filter by
3.2M results
From: :robot: HS Implement AI Agent (claude-opus-4-8[1m])
Goal
Continue the incremental effort to raise overall JaCoCo unit-test coverage of the project toward 100%. This batch
(batch 12) adds Robolectric/JUnit ...
작업 배경
MSA 구조에서 모든 서비스가 공통으로 사용할 응답 형식, 예외 처리, Security 필터를 common 모듈에 구현한다. 각 서비스는 common을 의존성으로 추가하여 중복 코드 없이 공통 기능을 사용한다.
구현 범위
공통 응답
- ApiResponse T — 성공 응답 (success, status, message, data)
...
작업 설명
- 카카오, 깃허브 소셜 로그인 구현
구현 목적
- 카카오, 깃허브 로그인
참고 사항(선택)
- 프론트 구현하면 리다이렉트 URL 수정 필수
✨Feature
Before Creating the Enhancement Request
- [x] I have confirmed that this should be classified as an enhancement rather than a bug/feature.
Summary
ConsumeQueue.correctMinOffset performs binary search ...
Summary
`isTokenExpired` in `authService.js` has its comparison operator inverted. The function returns `true` when the token is
still valid and `false` when it has expired — the exact opposite of what ...
bug
Summary
`bcrypt.compare` is an async function that returns a `Promise`, but it is called without `await` in `loginUser`. This
means `isPasswordValid` is always a truthy `Promise` object, so the password ...
bug
The FastAPI backend (backend/main.py) has no authentication on 16 out of 17 API endpoints. Only /auth/me uses
Depends(get_current_user). All other endpoints — including ticket CRUD, AI analysis, and ticket ...
The string hooks cd ../frontend npm run dev / cd ../frontend npm run build fail on Windows: Tauri 2 doesn t run string
hooks through a shell reliably, so cd (a shell builtin, not an .exe) errors with * ...
chore
Summary
Convert the existing Vite + React (JSX) single-page app to Next.js (App Router) + TypeScript, with Tailwind CSS for
styling.
Goals / decisions
- Persistence: keep localStorage for now, but ...
작업 내용
Google OAuth 로그인 완료 후 JSON 응답을 반환하던 기존 방식을 프론트엔드 리다이렉트 방식으로 변경합니다.
기존에는 Callback API에서 Access Token과 사용자 정보를 JSON으로 반환하여 브라우저 화면에 응답 데이터가 그대로 노출되었습니다.
이를 개선하기 위해 Google OAuth Callback에서는 Refresh ...
feat

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.