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 }}
toothlessdev
/
patchlogr
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
1
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
해시트리 구축 및 OpenAPI Spec Diff 로직 구현
- #19
#19
Merged
toothlessdev
merged 15 commits into
develop
toothlessdev/patchlogr:develop
from
16-implement-compute-diff-with-hash-tree-traversal
toothlessdev/patchlogr:16-implement-compute-diff-with-hash-tree-traversal
Copy head branch name to clipboard
Jan 28, 2026
Conversation
Commits
15
(15)
Checks
Files changed
Merged
해시트리 구축 및 OpenAPI Spec Diff 로직 구현
#19
toothlessdev
merged 15 commits into
develop
toothlessdev/patchlogr:develop
from
16-implement-compute-diff-with-hash-tree-traversal
toothlessdev/patchlogr:16-implement-compute-diff-with-hash-tree-traversal
Copy head branch name to clipboard
Commits
Commits on Jan 22, 2026
fix: HashNode 를 단일 타입으로 고정하여 순회하기 쉽도록 변경
toothlessdev
committed
3c69105
View commit details
Copy full SHA for 3c69105
Browse repository at this point
fix: HashNode 를 단일 타입으로 고정하여 순회하기 쉽도록 변경
toothlessdev
committed
1aee426
View commit details
Copy full SHA for 1aee426
Browse repository at this point
fix: HashNode 를 단일 타입으로 고정하여 순회하기 쉽도록 변경
toothlessdev
committed
433f1ec
View commit details
Copy full SHA for 433f1ec
Browse repository at this point
Commits on Jan 26, 2026
feature: SpecChangeSet 관련 타입 정의
toothlessdev
committed
29d7ddf
View commit details
Copy full SHA for 29d7ddf
Browse repository at this point
feature: childnode, leafnode 생성관련 헬퍼함수 추가
toothlessdev
committed
0017013
View commit details
Copy full SHA for 0017013
Browse repository at this point
Commits on Jan 27, 2026
chore: 테스트명 한글로 수정
toothlessdev
committed
104db8c
View commit details
Copy full SHA for 104db8c
Browse repository at this point
feature: node, leaf 타입 변경에 대한 diff 처리 로직 구현
toothlessdev
committed
6e89e25
View commit details
Copy full SHA for 6e89e25
Browse repository at this point
feature: node 해시 변경에 대한 diff 처리 로직 구현
toothlessdev
committed
1796d64
View commit details
Copy full SHA for 1796d64
Browse repository at this point
feature: node children 들의 해시 변경에 대한 diff 처리 로직 구현
toothlessdev
committed
bc04fe5
View commit details
Copy full SHA for bc04fe5
Browse repository at this point
feature: leaf value 변경에 대한 diff 처리 로직 구현
toothlessdev
committed
e56843b
View commit details
Copy full SHA for e56843b
Browse repository at this point
feature: spec 변경사항 처리 함수 구현
toothlessdev
committed
f493f52
View commit details
Copy full SHA for f493f52
Browse repository at this point
Commits on Jan 28, 2026
fix: type import 로 수정
toothlessdev
committed
0be15d6
View commit details
Copy full SHA for 0be15d6
Browse repository at this point
refactor: fast-json-stable-stringify 로 교체
toothlessdev
committed
dd3fe77
View commit details
Copy full SHA for dd3fe77
Browse repository at this point
test: 테스트 코드 수정
toothlessdev
committed
b55dc57
View commit details
Copy full SHA for b55dc57
Browse repository at this point
refactor: baseChildMap 을 iterable 로 초기값 설정
toothlessdev
committed
a02c00b
View commit details
Copy full SHA for a02c00b
Browse repository at this point
You can’t perform that action at this time.