Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
SW-DiffLens
/
be-main
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[dev -> main] 2025.10.25 02:16
- #39
#39
Merged
ggamnunq
merged 41 commits into
main
SW-DiffLens/be-main:main
from
dev
SW-DiffLens/be-main:dev
Copy head branch name to clipboard
Oct 24, 2025
Conversation
Commits
41
(41)
Checks
Files changed
Merged
[dev -> main] 2025.10.25 02:16
#39
ggamnunq
merged 41 commits into
main
SW-DiffLens/be-main:main
from
dev
SW-DiffLens/be-main:dev
Copy head branch name to clipboard
Commits
Commits on Oct 15, 2025
feat : 필터 추가 ( 추후 추가 및 수정 가능성 있음)
ggamnunq
committed
374d8fa
View commit details
Copy full SHA for 374d8fa
Browse repository at this point
feat : fast api 에서 받아올 DTO 생성
ggamnunq
committed
53c2718
View commit details
Copy full SHA for 53c2718
Browse repository at this point
Commits on Oct 18, 2025
feat : 자연어 검색 api 일부 구현
Show description for 7a74e6d
ggamnunq
committed
7a74e6d
View commit details
Copy full SHA for 7a74e6d
Browse repository at this point
feat : 테이블 구조 일부 수정
Show description for a16d346
ggamnunq
committed
a16d346
View commit details
Copy full SHA for a16d346
Browse repository at this point
Merge pull request #21 from SW-DiffLens/feat#20
Show description for 9dac377
ggamnunq
authored
9dac377
View commit details
Copy full SHA for 9dac377
Browse repository at this point
Commits on Oct 21, 2025
feat : json -> Panel & RawData 저장 기능(관리자용) 구현
Show description for af3e943
ggamnunq
committed
af3e943
View commit details
Copy full SHA for af3e943
Browse repository at this point
feat : panelId -> rawData -> dto 반환하는 service 코드 작성
ggamnunq
committed
a444d68
View commit details
Copy full SHA for a444d68
Browse repository at this point
feat: 검색기록 테이블과 라이브러리 테이블 관계 수정
hardwoong
committed
21648a6
View commit details
Copy full SHA for 21648a6
Browse repository at this point
feat: 태그 필드 배열 형태로 수정
hardwoong
committed
c2693d8
View commit details
Copy full SHA for c2693d8
Browse repository at this point
feat: 라이브러리 생성 기능 구현
hardwoong
committed
9a2e134
View commit details
Copy full SHA for 9a2e134
Browse repository at this point
feat : 권한 관련 인증로직 수정 & 초기 데이터 초기화 추상화
Show description for adbd5df
ggamnunq
committed
adbd5df
View commit details
Copy full SHA for adbd5df
Browse repository at this point
feat: 라이브러리 목록 조회 기능 구현
hardwoong
committed
0b12c44
View commit details
Copy full SHA for 0b12c44
Browse repository at this point
feat : 서버 실행 시점에 PlanEnum -> Plan 데이터 DB에 추가하는 Initializer 작성
Show description for 9135297
ggamnunq
committed
9135297
View commit details
Copy full SHA for 9135297
Browse repository at this point
Merge pull request #24 from SW-DiffLens/feat#22
Show description for bba0f47
ggamnunq
authored
bba0f47
View commit details
Copy full SHA for bba0f47
Browse repository at this point
Commits on Oct 22, 2025
feat: 라이브러리 엔티티에 패널 아이디 추가
hardwoong
committed
270cb6c
View commit details
Copy full SHA for 270cb6c
Browse repository at this point
refact: 엔티티 변경에 따른 생성 시 초기화 필드 변경
hardwoong
committed
bac6e53
View commit details
Copy full SHA for bac6e53
Browse repository at this point
feat: 라이브러리 병합 기능 구현
hardwoong
committed
e37ec29
View commit details
Copy full SHA for e37ec29
Browse repository at this point
refact: CurrentUserService 사용 및 업데이트 시각 기록 로직 수정
hardwoong
committed
e433f52
View commit details
Copy full SHA for e433f52
Browse repository at this point
Merge pull request #25 from SW-DiffLens/feat#23
Show description for 72a81ca
hardwoong
authored
72a81ca
View commit details
Copy full SHA for 72a81ca
Browse repository at this point
feat : 온보딩 과정 포함
Show description for 20d7f8b
ggamnunq
committed
20d7f8b
View commit details
Copy full SHA for 20d7f8b
Browse repository at this point
Merge pull request #27 from SW-DiffLens/feat#26
Show description for 6dd4690
ggamnunq
authored
6dd4690
View commit details
Copy full SHA for 6dd4690
Browse repository at this point
feat : 검색기록에 일치율 반영
Show description for a6c9c67
ggamnunq
committed
a6c9c67
View commit details
Copy full SHA for a6c9c67
Browse repository at this point
feat : offset limit 기반 페이지 정보 dto 추가
Show description for 0ae4127
ggamnunq
committed
0ae4127
View commit details
Copy full SHA for 0ae4127
Browse repository at this point
feat : 개별응답 API 구현
Show description for 651e5ed
ggamnunq
committed
651e5ed
View commit details
Copy full SHA for 651e5ed
Browse repository at this point
feat : 자연어 요청 dto에서 질문 모드 필드 string -> enum 변경
ggamnunq
committed
ffc659f
View commit details
Copy full SHA for ffc659f
Browse repository at this point
Commits on Oct 23, 2025
feat: 특정 패널 상세 조회 기능 구현
hardwoong
committed
50976ab
View commit details
Copy full SHA for 50976ab
Browse repository at this point
feat: 패널 테이블 특정 필드들 추가 및 추가에 따른 조회 기능 응답값 수정
hardwoong
committed
6a46f3e
View commit details
Copy full SHA for 6a46f3e
Browse repository at this point
Merge pull request #30 from SW-DiffLens/feat#29
Show description for d5207a0
hardwoong
authored
d5207a0
View commit details
Copy full SHA for d5207a0
Browse repository at this point
refact : 개별 데이터 RawData 통해 조회 -> Panel 통해 조회하는 방식으로 변경
ggamnunq
committed
ab55e53
View commit details
Copy full SHA for ab55e53
Browse repository at this point
Merge pull request #32 from SW-DiffLens/feat#28
Show description for 5a32e9b
ggamnunq
authored
5a32e9b
View commit details
Copy full SHA for 5a32e9b
Browse repository at this point
refact : 자연어 검색 관련 fast api dto 재구성
ggamnunq
committed
9ae8912
View commit details
Copy full SHA for 9ae8912
Browse repository at this point
feat : 서브 서버와의 연동을 위한 준비
Show description for 84b43a3
ggamnunq
committed
84b43a3
View commit details
Copy full SHA for 84b43a3
Browse repository at this point
Commits on Oct 24, 2025
fix : fast api 호출하여 클라이언트에게 정상적으로 응답을 보내도록 수정
Show description for 0c86ab7
ggamnunq
committed
0c86ab7
View commit details
Copy full SHA for 0c86ab7
Browse repository at this point
feat : fast api에 요청 보낼 dto 생성 (필드 미작성)
ggamnunq
committed
8b6e122
View commit details
Copy full SHA for 8b6e122
Browse repository at this point
Merge pull request #34 from SW-DiffLens/feat#33
Show description for 0a5f2fa
ggamnunq
authored
0a5f2fa
View commit details
Copy full SHA for 0a5f2fa
Browse repository at this point
feat: 특정 라이브러리 상세 조회 기능 구현
hardwoong
committed
b075bc5
View commit details
Copy full SHA for b075bc5
Browse repository at this point
Merge pull request #37 from SW-DiffLens/feat#36
Show description for 17da1c7
hardwoong
authored
17da1c7
View commit details
Copy full SHA for 17da1c7
Browse repository at this point
refactor : 검색 api 개선
Show description for e0629e1
ggamnunq
committed
e0629e1
View commit details
Copy full SHA for e0629e1
Browse repository at this point
docs : 스웨거에서 구글 로그인 hide
ggamnunq
committed
cce8ac6
View commit details
Copy full SHA for cce8ac6
Browse repository at this point
fix : 검색 api 버그 수정
Show description for c91a518
ggamnunq
committed
c91a518
View commit details
Copy full SHA for c91a518
Browse repository at this point
Merge pull request #38 from SW-DiffLens/feat#35
Show description for 44eabbc
ggamnunq
authored
44eabbc
View commit details
Copy full SHA for 44eabbc
Browse repository at this point
You can’t perform that action at this time.