Ecosystem metrics
- Commits
- 538
- up 4.7%
- Releases
- 5
- down 16.7%
- Contributors
- 56
- up 30.2%
- Merges
- 21
- up 250.0%
Activity Overview
Commits and releases over time
- Commits
- Releases
- Authors
Repository Explorer
No repositories match that filter.
7007 commits in all time
Jun 17, 2026 15:19 – Sep 15, 2026 15:19 UTC
Merge 8cd587b0449180598372f06cf62f8c8b45f737c7 into 26f1819a4b88761fbc3250257016705c690f5a6c
5bf81bd4
pull/192/merge
1/2 ++ 0 --
Merge d9ae5db6875bb08172b776202b876c1a45f96961 into 902ffb5e8667ec279c6d4480bddef9e97b614e36
6afd5e97
pull/172/merge
1/2 ++ 0 --
Merge 818751d40801358c7cd5364d0f424ef4afb7ed5a into 26f1819a4b88761fbc3250257016705c690f5a6c
4235fdf0
pull/192/merge
1/2 ++ 0 --
Merge 399f42e843f89c8b55fc335f58f8f8d69981c24c into e8559cc9a0173ca6f9dc28f6913251efed33d625
0eaa4086
pull/6707/merge
17/2,342 ++ 60 --
Merge 54fdada9c62511d4aee176dee1b6f50223cc228c into 7861a68efdc034d4a01f5ba68f1acff97e28e8e6
ab72588e
pull/449/merge
1/1,493 ++ 1,441 --
chore(deps): lock file maintenance
54fdada9
renovate/lock-file-maintenance
1/1,493 ++ 1,441 --
Merge 973358a937547271e51c13253c33944df98b4bac into b0a3e71a91adfd1dfb97b5060d054618c2a147aa
26b0d146
pull/66/merge
10/1,214 ++ 1,278 --
chore(deps): Update all non-major dependencies
973358a9
renovate/all-non-major-dependencies
10/1,214 ++ 1,278 --
Merge b6e36d117a6e3f005b6b4061d73fef98b07ea0f1 into e8559cc9a0173ca6f9dc28f6913251efed33d625
ade087ae
pull/6735/merge
16/650 ++ 504 --
simulate: support extra fee credit
b6e36d11
pull/6735/head
16/650 ++ 504 --
fix: keep crash output at every level, --level panic included
An entry with no readable level was dropped once the floor passed error, which is the one place the exemption had to hold: a runtime panic is written by the Go runtime and not through logrus, so it carries no level field, and `logs --level panic` on a node that died of a nil dereference answered with nothing at all while the default warn view showed the dump. The floor now never judges a line it could not read a level from, which is what the command's help has been promising. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PqPSx1wqM8rMdo4EHPa4jy
94ef4392
pull/193/head
4/41 ++ 20 --