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
0
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
CodeQL
CodeQL
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
.
codeql-analysis.yml
will be ignored since log searching is not yet available
487 workflow runs
487 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.
fix: make copy-on-read complete, so no read hands out the stored inst…
CodeQL
#2695:
Commit
2c833d6
pushed by
anidotnet
6m 9s
main
main
6m 9s
View workflow file
fix: skip index maintenance when an update leaves the indexed value u…
CodeQL
#2694:
Commit
11fdd9f
pushed by
anidotnet
6m 34s
main
main
6m 34s
View workflow file
fix: keep the collection state check outside the factory-wide lock (#…
CodeQL
#2693:
Commit
5105718
pushed by
anidotnet
6m 36s
main
main
6m 36s
View workflow file
fix: leave MVStore's chunk retention and versions-to-keep at H2's defaults
CodeQL
#2692:
Pull request
#1303
opened by
anidotnet
4m 20s
fix/mvstore-retention-defaults
fix/mvstore-retention-defaults
4m 20s
View #1303
View workflow file
Update MVStoreUtilsTest to H2's default versionsToKeep
CodeQL
#2691:
Commit
dcdee1e
pushed by
anidotnet
5m 6s
fix/mvstore-retention-defaults
fix/mvstore-retention-defaults
5m 6s
View workflow file
fix: default MVStore pageSplitSize to 16 KB, not 16 bytes (#1293)
CodeQL
#2690:
Commit
23cb854
pushed by
anidotnet
4m 12s
main
main
4m 12s
View workflow file
perf: compare same-type numbers without going through BigDecimal (#1299)
CodeQL
#2689:
Commit
a01e120
pushed by
anidotnet
3m 46s
main
main
3m 46s
View workflow file
fix: skip documents removed between an index lookup and the fetch
CodeQL
#2688:
Pull request
#1302
opened by
brettwooldridge
4m 33s
brettwooldridge:fix/index-scan-skips-removed-documents
brettwooldridge:fix/index-scan-skips-removed-documents
4m 33s
View #1302
View workflow file
fix: leave MVStore's chunk retention and versions-to-keep at H2's defaults
CodeQL
#2687:
Pull request
#1301
opened by
brettwooldridge
4m 21s
brettwooldridge:fix/mvstore-retention-defaults
brettwooldridge:fix/mvstore-retention-defaults
4m 21s
View #1301
View workflow file
perf: compare same-type numbers without going through BigDecimal
CodeQL
#2686:
Pull request
#1299
opened by
brettwooldridge
8m 45s
brettwooldridge:fix/numbers-compare-fast-path
brettwooldridge:fix/numbers-compare-fast-path
8m 45s
View #1299
View workflow file
perf: stream equality and range index scans instead of materializing every id
CodeQL
#2685:
Pull request
#1298
opened by
brettwooldridge
4m 6s
brettwooldridge:feat/lazy-index-scan
brettwooldridge:feat/lazy-index-scan
4m 6s
View #1298
View workflow file
fix: skip index maintenance when an update leaves the indexed value unchanged
CodeQL
#2684:
Pull request
#1297
opened by
brettwooldridge
7m 46s
brettwooldridge:fix/skip-unchanged-index-updates
brettwooldridge:fix/skip-unchanged-index-updates
7m 46s
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
6m 17s
brettwooldridge:fix/store-catalog-copy-on-write
brettwooldridge:fix/store-catalog-copy-on-write
6m 17s
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
4m 28s
brettwooldridge:fix/unique-index-single-id
brettwooldridge:fix/unique-index-single-id
4m 28s
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
4m 6s
brettwooldridge:fix/deep-copy-on-read
brettwooldridge:fix/deep-copy-on-read
4m 6s
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: 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
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 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-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
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
chore(deps): bump github/codeql-action from 4.37.8 to 4.37.9
CodeQL
#2673:
Pull request
#1290
opened by
dependabot
Bot
4m 13s
dependabot/github_actions/main/github/codeql-action-4.37.9
dependabot/github_actions/main/github/codeql-action-4.37.9
4m 13s
View #1290
View workflow file
chore(deps-dev): bump org.graalvm.buildtools:native-maven-plugin from 1.1.10 to 1.1.11 in the development-dependencies group
CodeQL
#2672:
Pull request
#1289
opened by
dependabot
Bot
4m 52s
dependabot/maven/main/development-dependencies-043ee99dc5
dependabot/maven/main/development-dependencies-043ee99dc5
4m 52s
View #1289
View workflow file
release 5.3.0
CodeQL
#2671:
Commit
65caa56
pushed by
anidotnet
4m 45s
main
main
4m 45s
View workflow file
Previous
1
2
3
4
5
…
19
20
Next
You can’t perform that action at this time.