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 }}
evg4b
/
uncors
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
3
Star
23
Code
Issues
0
Pull requests
1
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
refactor: eliminate uncors wrapper, wire server directly through cli
- #97
#97
Open
evg4b
wants to merge 30 commits into
main
evg4b/uncors:main
from
commands
evg4b/uncors:commands
Copy head branch name to clipboard
Conversation
Commits
30
(30)
Checks
Files changed
Open
refactor: eliminate uncors wrapper, wire server directly through cli
#97
evg4b
wants to merge 30 commits into
main
evg4b/uncors:main
from
commands
evg4b/uncors:commands
Copy head branch name to clipboard
Commits
Commits on Jun 23, 2026
X
evg4b
committed
309659f
View commit details
Copy full SHA for 309659f
Browse repository at this point
refactor: use server.Server directly in UncorsApp instead of uncors.Uncors wrapper
Show description for e94d8f1
evg4b
and
claude
committed
e94d8f1
View commit details
Copy full SHA for e94d8f1
Browse repository at this point
refactor: delete internal/uncors package
Show description for ab3cca3
evg4b
and
claude
committed
ab3cca3
View commit details
Copy full SHA for ab3cca3
Browse repository at this point
refactor: deduplicate mappingsToTargets by moving it to di.Container.Targets
Show description for eadf076
evg4b
and
claude
committed
eadf076
View commit details
Copy full SHA for eadf076
Browse repository at this point
feat: enable debug logging via UNCORS_LOGGING env variable
Show description for ec1f2b9
evg4b
and
claude
committed
ec1f2b9
View commit details
Copy full SHA for ec1f2b9
Browse repository at this point
fix: resolve linter warnings in main, cli, and uncors_app
Show description for 78e6ac1
evg4b
and
claude
committed
78e6ac1
View commit details
Copy full SHA for 78e6ac1
Browse repository at this point
fix: remove self-import cycle in cli package
Show description for 9aaf285
evg4b
and
claude
committed
9aaf285
View commit details
Copy full SHA for 9aaf285
Browse repository at this point
refactor: use cli.RunUncors in integration tests, add ctx to RunUncors
Show description for 1d7e534
evg4b
and
claude
committed
1d7e534
View commit details
Copy full SHA for 1d7e534
Browse repository at this point
fix: pass --interactive=false in bootProxy and fix proxy.go lint issues
Show description for 80178cd
evg4b
and
claude
committed
80178cd
View commit details
Copy full SHA for 80178cd
Browse repository at this point
fix: add omitempty to CacheConfig yaml fields
Show description for 6ff0197
evg4b
and
claude
committed
6ff0197
View commit details
Copy full SHA for 6ff0197
Browse repository at this point
test: add coverage for cli, di.Targets, and main to meet SonarCloud gate
Show description for 063cc0f
evg4b
and
claude
committed
063cc0f
View commit details
Copy full SHA for 063cc0f
Browse repository at this point
fix: prevent yaml.v3 round-trip failures for rewrite host and script fields
Show description for 4202204
evg4b
and
claude
committed
4202204
View commit details
Copy full SHA for 4202204
Browse repository at this point
test: add coverage for MarshalYAML, watcher edge cases, and cli reload diagnostic
Show description for 52f70b8
evg4b
and
claude
committed
52f70b8
View commit details
Copy full SHA for 52f70b8
Browse repository at this point
refactor: remove debug parameter in favor of UNCORS_LOGGING env var
Show description for 16ce76b
evg4b
and
claude
committed
16ce76b
View commit details
Copy full SHA for 16ce76b
Browse repository at this point
fix: protect Server.listeners with RWMutex and add SetupLogging tests
Show description for 089635b
evg4b
and
claude
committed
089635b
View commit details
Copy full SHA for 089635b
Browse repository at this point
test: split cli test file to match code organization
Show description for 54e0740
evg4b
and
claude
committed
54e0740
View commit details
Copy full SHA for 54e0740
Browse repository at this point
refactor: split commands.go into separate modules by responsibility
Show description for 912b261
evg4b
and
claude
committed
912b261
View commit details
Copy full SHA for 912b261
Browse repository at this point
Commits on Jun 28, 2026
Provide version
evg4b
committed
3da2d1c
View commit details
Copy full SHA for 3da2d1c
Browse repository at this point
Restore help functionality
evg4b
committed
fdf876b
View commit details
Copy full SHA for fdf876b
Browse repository at this point
fix: add missing blank line before return in GenerateCerts (nlreturn)
Show description for 04c04ec
evg4b
and
claude
committed
04c04ec
View commit details
Copy full SHA for 04c04ec
Browse repository at this point
Restored help command
evg4b
committed
6febd9c
View commit details
Copy full SHA for 6febd9c
Browse repository at this point
Added version
evg4b
committed
43afa20
View commit details
Copy full SHA for 43afa20
Browse repository at this point
fix: replace println with fmt.Fprintln and add missing blank lines (forbidigo/nlreturn/wsl_v5)
Show description for e53778c
evg4b
and
claude
committed
e53778c
View commit details
Copy full SHA for e53778c
Browse repository at this point
test: add coverage for --version, --help, and ErrVersionRequested paths
Show description for 5180d0b
evg4b
and
claude
committed
5180d0b
View commit details
Copy full SHA for 5180d0b
Browse repository at this point
Extract container in first level
evg4b
committed
a6c7992
View commit details
Copy full SHA for a6c7992
Browse repository at this point
Cleanup code
evg4b
committed
50f7c6e
View commit details
Copy full SHA for 50f7c6e
Browse repository at this point
fix: replace os.Exit-triggering tests with version/help flag paths
Show description for 5a6e19f
evg4b
and
claude
committed
5a6e19f
View commit details
Copy full SHA for 5a6e19f
Browse repository at this point
fix: inject osExit to enable testing handleError without killing the process
Show description for 853b98a
evg4b
and
claude
committed
853b98a
View commit details
Copy full SHA for 853b98a
Browse repository at this point
Added integration tests
evg4b
committed
e632ca9
View commit details
Copy full SHA for e632ca9
Browse repository at this point
Commits on Jun 29, 2026
Fixed tests
evg4b
committed
adeac37
View commit details
Copy full SHA for adeac37
Browse repository at this point
You can’t perform that action at this time.