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 }}
abgoyal
/
sqlproxy
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
Actions: abgoyal/sqlproxy
Actions
All workflows
Workflows
CI
CI
Release Binaries
Release Binaries
Show more workflows...
Management
Caches
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
45 workflow runs
45 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
Make isIPv4 and isIPv6 mutually exclusive for IPv4-mapped addresses
CI
#13:
Commit
a585153
pushed by
abgoyal
48s
main
main
48s
View workflow file
Document matches function behavior for invalid regex patterns
CI
#12:
Commit
762ef91
pushed by
abgoyal
41s
main
main
41s
View workflow file
Fix parseCookies to use first-wins for duplicate cookie names
CI
#11:
Commit
1feb5b4
pushed by
abgoyal
35s
main
main
35s
View workflow file
Use snake_case for template context variables
Release Binaries
#7:
Commit
b382297
pushed by
abgoyal
3m 56s
v0.0.7
v0.0.7
3m 56s
View workflow file
Use snake_case for template context variables
CI
#10:
Commit
b382297
pushed by
abgoyal
1m 31s
main
main
1m 31s
View workflow file
Add rate limit resets to fix CI E2E test failures
Release Binaries
#6:
Commit
21924da
pushed by
abgoyal
3m 59s
v0.0.6
v0.0.6
3m 59s
View workflow file
Add rate limit resets to fix CI E2E test failures
CI
#9:
Commit
21924da
pushed by
abgoyal
1m 25s
main
main
1m 25s
View workflow file
Add rate limit reset endpoint and E2E test isolation helpers
CI
#8:
Commit
c5a8329
pushed by
abgoyal
1m 4s
main
main
1m 4s
View workflow file
Add public IDs, template functions, and unified trigger context
Release Binaries
#5:
Commit
d9c70f6
pushed by
abgoyal
1m 10s
v0.0.5
v0.0.5
1m 10s
View workflow file
Add public IDs, template functions, and unified trigger context
CI
#7:
Commit
d9c70f6
pushed by
abgoyal
1m 11s
main
main
1m 11s
View workflow file
Add comprehensive E2E test suite with shared infrastructure
Release Binaries
#4:
Commit
dda64ac
pushed by
abgoyal
4m 31s
v0.0.4
v0.0.4
4m 31s
View workflow file
Add comprehensive E2E test suite with shared infrastructure
CI
#6:
Commit
dda64ac
pushed by
abgoyal
55s
main
main
55s
View workflow file
Fix release workflow name
Release Binaries
#3:
Commit
bad7996
pushed by
abgoyal
3m 58s
v0.0.3
v0.0.3
3m 58s
View workflow file
Fix release workflow name
CI
#5:
Commit
bad7996
pushed by
abgoyal
32s
main
main
32s
View workflow file
v0.0.2 - Fix test-cover failing when coverage directory missing The test-cover Makefile target was failing on fresh checkouts or after rm -rf coverage/ because it tried to write to coverage/unit.out without first creating the directory. Makefile: - Add mkdir -p $(COVERAGE_DIR) at start of test-cover target
Release Binaries
#2:
Commit
231bcd5
pushed by
abgoyal
3m 53s
v0.0.2
v0.0.2
3m 53s
View workflow file
Fix test-cover failing when coverage directory missing
CI
#4:
Commit
231bcd5
pushed by
abgoyal
1m 35s
main
main
1m 35s
View workflow file
Consolidate e2e tests to shell script with coverage support
CI
#3:
Commit
87648f7
pushed by
abgoyal
1m 27s
main
main
1m 27s
View workflow file
Replace query endpoints with workflow execution engine
CI
#2:
Commit
6d336af
pushed by
abgoyal
2m 8s
main
main
2m 8s
View workflow file
v0.0.1 - Add comprehensive CI validation config exercising all features Config (testdata/config.ci.yaml): - Server: host, port, timeouts, API version, trust_proxy_headers, cache - Databases: primary (all SQLite options), secondary, writable, minimal - Logging: level, file rotation settings - Metrics and debug/pprof endpoints - Named rate limit pools: default, strict, by_param Queries exercising all features: - All parameter types: string, int/integer, float/double, bool/boolean, datetime/date, json, ...
Release Binaries
#1:
Commit
f51bfa1
pushed by
abgoyal
4m 9s
v0.0.1
v0.0.1
4m 9s
View workflow file
Add comprehensive CI validation config exercising all features
CI
#1:
Commit
f51bfa1
pushed by
abgoyal
1m 56s
main
main
1m 56s
View workflow file
Previous
1
2
Next
You can’t perform that action at this time.