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
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
.
geek-fun
/
sqlkit
Public
Notifications
You must be signed in to change notification settings
Fork
10
Star
542
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: geek-fun/sqlkit
Actions
All workflows
Workflows
Copilot code review
Copilot code review
Copilot coding agent
Copilot coding agent
Node.js CI
Node.js CI
Release
Release
Show more workflows...
Management
Caches
Node.js CI
Node.js CI
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
Show workflow options
Create status badge
Create status badge
Loading
Uh oh!
There was an error while loading.
Please reload this page
.
node.yml
will be ignored since log searching is not yet available
448 workflow runs
448 workflow runs
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.
feat: inline row data search across all columns in table view
Node.js CI
#98:
Pull request
#83
opened by
Blankll
2m 22s
feat/inline-row-search
feat/inline-row-search
2m 22s
View #83
View workflow file
Revert "fix(ci): set CXXFLAGS=/EHsc for Windows MSVC builds" This reverts commit 4bd72304007c14f74b4ca2abf59b9e58f29f1c5c.
Node.js CI
#97:
Commit
5faf8a3
pushed by
Blankll
2m 52s
master
master
2m 52s
View workflow file
Revert "fix(ci): set CXXFLAGS=/EHsc for Windows MSVC builds" This reverts commit 4bd72304007c14f74b4ca2abf59b9e58f29f1c5c.
Node.js CI
#96:
Commit
2925dda
pushed by
Blankll
3m 12s
master
master
3m 12s
View workflow file
feat: add confirmation dialogs for UI destructive actions (data grid, sidebar)
Node.js CI
#95:
Pull request
#78
synchronize by
Blankll
3m 39s
feat/confirmation-dialogs
feat/confirmation-dialogs
3m 39s
View #78
View workflow file
feat: add confirmation dialogs for UI destructive actions (data grid, sidebar)
Node.js CI
#94:
Pull request
#78
synchronize by
Blankll
17s
feat/confirmation-dialogs
feat/confirmation-dialogs
17s
View #78
View workflow file
fix(ci): set CXXFLAGS=/EHsc for Windows MSVC builds libduckdb-sys compiles DuckDB C++ sources that use exception handling. MSVC requires /EHsc to enable C++ exceptions, otherwise C4530 warning can fail strict build configurations. Ultraworked with Sisyphus Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Node.js CI
#93:
Commit
4bd7230
pushed by
Blankll
41s
master
master
41s
View workflow file
feat: add confirmation dialogs for UI destructive actions (data grid, sidebar)
Node.js CI
#92:
Pull request
#78
synchronize by
Blankll
3m 25s
feat/confirmation-dialogs
feat/confirmation-dialogs
3m 25s
View #78
View workflow file
feat: HTTP proxy configuration for LLM provider connections (#74)
Node.js CI
#91:
Pull request
#77
synchronize by
AnnChord
5m 19s
feat/http-proxy-llm-providers
feat/http-proxy-llm-providers
5m 19s
View #77
View workflow file
release: v0.3.0
Node.js CI
#90:
Commit
429c906
pushed by
Blankll
4m 8s
master
master
4m 8s
View workflow file
feat: add confirmation dialogs for UI destructive actions (data grid, sidebar)
Node.js CI
#89:
Pull request
#78
opened by
Blankll
3m 13s
feat/confirmation-dialogs
feat/confirmation-dialogs
3m 13s
View #78
View workflow file
feat: HTTP proxy configuration for LLM provider connections (#74)
Node.js CI
#88:
Pull request
#77
opened by
AnnChord
2m 0s
feat/http-proxy-llm-providers
feat/http-proxy-llm-providers
2m 0s
View #77
View workflow file
release: v0.3.0
Node.js CI
#87:
Commit
4b14c8d
pushed by
Blankll
1m 42s
master
master
1m 42s
View workflow file
chore: agentic data studio issue fix before release
Node.js CI
#86:
Commit
f3bb2d7
pushed by
Blankll
2m 6s
master
master
2m 6s
View workflow file
feat: AI assistant sidebar, task manager, agent config, provider alignment with Dockit (#63) * fix(rust): resolve 33 compiler warnings - unused imports, dead code, deprecated field - cargo fix auto-applied 25 suggestions (unused imports, unused variables) - Manually fixed 8 remaining: deprecated function_call field, dead_code on serde structs, removed unused BRIDGE_JAR_NAME and get_settings_f64 Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <cli...
Node.js CI
#85:
Commit
d35d2b7
pushed by
Blankll
1m 18s
master
master
1m 18s
View workflow file
feat: AI assistant sidebar, task manager, agent config, provider alignment with Dockit
Node.js CI
#84:
Pull request
#63
synchronize by
Blankll
3m 40s
feat/ai-assistant-sidebar-task-manager
feat/ai-assistant-sidebar-task-manager
3m 40s
View #63
View workflow file
feat: AI assistant sidebar, task manager, agent config, provider alignment with Dockit
Node.js CI
#83:
Pull request
#63
synchronize by
Blankll
1m 44s
feat/ai-assistant-sidebar-task-manager
feat/ai-assistant-sidebar-task-manager
1m 44s
View #63
View workflow file
feat: AI assistant sidebar, task manager, agent config, provider alignment with Dockit
Node.js CI
#82:
Pull request
#63
synchronize by
Blankll
2m 1s
feat/ai-assistant-sidebar-task-manager
feat/ai-assistant-sidebar-task-manager
2m 1s
View #63
View workflow file
feat: AI assistant sidebar, task manager, agent config, provider alignment with Dockit
Node.js CI
#81:
Pull request
#63
synchronize by
Blankll
1m 58s
feat/ai-assistant-sidebar-task-manager
feat/ai-assistant-sidebar-task-manager
1m 58s
View #63
View workflow file
feat: AI assistant sidebar, task manager, agent config, provider alignment with Dockit
Node.js CI
#80:
Pull request
#63
synchronize by
Blankll
4m 0s
feat/ai-assistant-sidebar-task-manager
feat/ai-assistant-sidebar-task-manager
4m 0s
View #63
View workflow file
feat: AI assistant sidebar, task manager, agent config, provider alignment with Dockit
Node.js CI
#79:
Pull request
#63
synchronize by
Blankll
4m 12s
feat/ai-assistant-sidebar-task-manager
feat/ai-assistant-sidebar-task-manager
4m 12s
View #63
View workflow file
feat: AI assistant sidebar, task manager, agent config, provider alignment with Dockit
Node.js CI
#78:
Pull request
#63
synchronize by
Blankll
1m 58s
feat/ai-assistant-sidebar-task-manager
feat/ai-assistant-sidebar-task-manager
1m 58s
View #63
View workflow file
feat: AI assistant sidebar, task manager, agent config, provider alignment with Dockit
Node.js CI
#77:
Pull request
#63
synchronize by
Blankll
1m 17s
feat/ai-assistant-sidebar-task-manager
feat/ai-assistant-sidebar-task-manager
1m 17s
View #63
View workflow file
feat: AI assistant sidebar, task manager, agent config, provider alignment with Dockit
Node.js CI
#76:
Pull request
#63
synchronize by
Blankll
3m 19s
feat/ai-assistant-sidebar-task-manager
feat/ai-assistant-sidebar-task-manager
3m 19s
View #63
View workflow file
feat: AI assistant sidebar, task manager, agent config, provider alignment with Dockit
Node.js CI
#75:
Pull request
#63
synchronize by
Blankll
1m 50s
feat/ai-assistant-sidebar-task-manager
feat/ai-assistant-sidebar-task-manager
1m 50s
View #63
View workflow file
feat: AI assistant sidebar, task manager, agent config, provider alignment with Dockit
Node.js CI
#74:
Pull request
#63
synchronize by
Blankll
1m 45s
feat/ai-assistant-sidebar-task-manager
feat/ai-assistant-sidebar-task-manager
1m 45s
View #63
View workflow file
Previous
1
2
…
13
14
15
16
17
18
Next
ProTip!
You can narrow down the results and go further in time using
created:<2026-06-14
or the other filters available.
You can’t perform that action at this time.