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
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
.
nitrite
/
nitrite-java
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
96
Star
915
Code
Issues
1
Pull requests
8
Discussions
Actions
Projects
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Actions: nitrite/nitrite-java
Actions
All workflows
Workflows
Build
Build
CodeQL
CodeQL
CodeQL
CodeQL
Copilot
Copilot
Copilot cloud agent
Copilot cloud agent
Copilot code review
Copilot code review
Dependabot Updates
Dependabot Updates
Release
Release
Snapshot
Snapshot
Show more workflows...
Management
Caches
Deployments
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
1,135 workflow runs
1,135 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.
perf: compare same-type numbers without going through BigDecimal
Build
#2174:
Pull request
#1299
opened by
brettwooldridge
Action required
brettwooldridge:fix/numbers-compare-fast-path
brettwooldridge:fix/numbers-compare-fast-path
Action required
View #1299
View workflow file
perf: compare same-type numbers without going through BigDecimal
CodeQL
#2686:
Pull request
#1299
opened by
brettwooldridge
Action required
brettwooldridge:fix/numbers-compare-fast-path
brettwooldridge:fix/numbers-compare-fast-path
Action required
View #1299
View workflow file
perf: stream equality and range index scans instead of materializing every id
Build
#2173:
Pull request
#1298
opened by
brettwooldridge
Action required
brettwooldridge:feat/lazy-index-scan
brettwooldridge:feat/lazy-index-scan
Action required
View #1298
View workflow file
perf: stream equality and range index scans instead of materializing every id
CodeQL
#2685:
Pull request
#1298
opened by
brettwooldridge
Action required
brettwooldridge:feat/lazy-index-scan
brettwooldridge:feat/lazy-index-scan
Action required
View #1298
View workflow file
fix: skip index maintenance when an update leaves the indexed value unchanged
Build
#2172:
Pull request
#1297
opened by
brettwooldridge
Action required
brettwooldridge:fix/skip-unchanged-index-updates
brettwooldridge:fix/skip-unchanged-index-updates
Action required
View #1297
View workflow file
fix: skip index maintenance when an update leaves the indexed value unchanged
CodeQL
#2684:
Pull request
#1297
opened by
brettwooldridge
Action required
brettwooldridge:fix/skip-unchanged-index-updates
brettwooldridge:fix/skip-unchanged-index-updates
Action required
View #1297
View workflow file
fix: copy the catalog's stored name set instead of mutating it in place
CodeQL
#2683:
Pull request
#1296
opened by
brettwooldridge
Action required
brettwooldridge:fix/store-catalog-copy-on-write
brettwooldridge:fix/store-catalog-copy-on-write
Action required
View #1296
View workflow file
fix: copy the catalog's stored name set instead of mutating it in place
Build
#2171:
Pull request
#1296
opened by
brettwooldridge
Action required
brettwooldridge:fix/store-catalog-copy-on-write
brettwooldridge:fix/store-catalog-copy-on-write
Action required
View #1296
View workflow file
perf: store a unique index as one id per key instead of a one-element list
CodeQL
#2682:
Pull request
#1295
opened by
brettwooldridge
Action required
brettwooldridge:fix/unique-index-single-id
brettwooldridge:fix/unique-index-single-id
Action required
View #1295
View workflow file
perf: store a unique index as one id per key instead of a one-element list
Build
#2170:
Pull request
#1295
opened by
brettwooldridge
Action required
brettwooldridge:fix/unique-index-single-id
brettwooldridge:fix/unique-index-single-id
Action required
View #1295
View workflow file
fix: make copy-on-read complete, so no read hands out the stored instance
CodeQL
#2681:
Pull request
#1294
opened by
brettwooldridge
Action required
brettwooldridge:fix/deep-copy-on-read
brettwooldridge:fix/deep-copy-on-read
Action required
View #1294
View workflow file
fix: make copy-on-read complete, so no read hands out the stored instance
Build
#2169:
Pull request
#1294
opened by
brettwooldridge
Action required
brettwooldridge:fix/deep-copy-on-read
brettwooldridge:fix/deep-copy-on-read
Action required
View #1294
View workflow file
fix: default MVStore pageSplitSize to 16 KB, not 16 bytes
CodeQL
#2680:
Pull request
#1293
opened by
brettwooldridge
4m 35s
brettwooldridge:fix/mvstore-page-split-size-default
brettwooldridge:fix/mvstore-page-split-size-default
4m 35s
View #1293
View workflow file
fix: default MVStore pageSplitSize to 16 KB, not 16 bytes
Build
#2168:
Pull request
#1293
opened by
brettwooldridge
48m 33s
brettwooldridge:fix/mvstore-page-split-size-default
brettwooldridge:fix/mvstore-page-split-size-default
48m 33s
View #1293
View workflow file
fix: keep the collection state check outside the factory-wide lock
CodeQL
#2679:
Pull request
#1292
opened by
brettwooldridge
4m 18s
brettwooldridge:fix/collection-factory-lock-convoy
brettwooldridge:fix/collection-factory-lock-convoy
4m 18s
View #1292
View workflow file
fix: keep the collection state check outside the factory-wide lock
Build
#2167:
Pull request
#1292
opened by
brettwooldridge
54m 45s
brettwooldridge:fix/collection-factory-lock-convoy
brettwooldridge:fix/collection-factory-lock-convoy
54m 45s
View #1292
View workflow file
CodeQL
CodeQL
#2678:
Scheduled
4m 39s
main
main
4m 39s
View workflow file
chore(deps): bump actions/setup-java from 5 to 6 (#1291)
CodeQL
#2677:
Commit
38caf34
pushed by
anidotnet
7m 46s
main
main
7m 46s
View workflow file
chore(deps): bump actions/setup-java from 5 to 6 (#1291)
Build
#2166:
Commit
38caf34
pushed by
anidotnet
57m 45s
main
main
57m 45s
View workflow file
chore(deps): bump github/codeql-action from 4.37.8 to 4.37.9 (#1290)
CodeQL
#2676:
Commit
4b87a67
pushed by
anidotnet
6m 52s
main
main
6m 52s
View workflow file
chore(deps): bump github/codeql-action from 4.37.8 to 4.37.9 (#1290)
Build
#2165:
Commit
4b87a67
pushed by
anidotnet
1h 0m 54s
main
main
1h 0m 54s
View workflow file
chore(deps-dev): bump org.graalvm.buildtools:native-maven-plugin (#1289)
Build
#2164:
Commit
56ed702
pushed by
anidotnet
52m 2s
main
main
52m 2s
View workflow file
chore(deps-dev): bump org.graalvm.buildtools:native-maven-plugin (#1289)
CodeQL
#2675:
Commit
56ed702
pushed by
anidotnet
4m 2s
main
main
4m 2s
View workflow file
chore(deps): bump actions/setup-java from 5 to 6
Build
#2163:
Pull request
#1291
opened by
dependabot
Bot
1h 5m 7s
dependabot/github_actions/main/actions/setup-java-6
dependabot/github_actions/main/actions/setup-java-6
1h 5m 7s
View #1291
View workflow file
chore(deps): bump actions/setup-java from 5 to 6
CodeQL
#2674:
Pull request
#1291
opened by
dependabot
Bot
3m 25s
dependabot/github_actions/main/actions/setup-java-6
dependabot/github_actions/main/actions/setup-java-6
3m 25s
View #1291
View workflow file
Previous
1
2
3
4
5
…
45
46
Next
You can’t perform that action at this time.