Matthew Knight
6d980c0361
Corpus downloader
2026-03-06 02:12:23 -08:00
Matthew Knight
7c4aebc9d8
Minimize corpus
2026-03-06 01:21:10 -08:00
Matthew Knight
ba3393f792
Merge pull request 'Fix cairn caching' ( #10 ) from additional-fixes into main
...
Reviewed-on: https://git.ts.mattnite.net/mattnite/cairn/pulls/10
2026-03-06 09:05:52 +00:00
Matthew Knight
4354458484
Fix cairn caching
2026-03-06 01:00:47 -08:00
Matthew Knight
4c1015fb76
Merge pull request 'Print cairn CLI version' ( #9 ) from print-version into main
...
Reviewed-on: https://git.ts.mattnite.net/mattnite/cairn/pulls/9
2026-03-06 08:40:11 +00:00
Matthew Knight
de6e87a30f
Print cairn CLI version
2026-03-06 00:37:31 -08:00
Matthew Knight
b556360cdf
Merge pull request 'target-run-model' ( #8 ) from target-run-model into main
...
Reviewed-on: https://git.ts.mattnite.net/mattnite/cairn/pulls/8
2026-03-06 07:52:49 +00:00
Matthew Knight
b5bbe3acae
Cleanup trap
2026-03-05 23:48:42 -08:00
Matthew Knight
edff8885f0
Break campaign into targets and runs
2026-03-05 23:46:15 -08:00
Matthew Knight
90d61f1a33
Merge pull request 'Reuse corpus' ( #7 ) from reuse-corpus into main
...
Reviewed-on: https://git.ts.mattnite.net/mattnite/cairn/pulls/7
2026-03-06 04:11:33 +00:00
Matthew Knight
588fa050cf
Reuse corpus
2026-03-05 19:48:13 -08:00
Matthew Knight
c96b893113
Merge pull request 'Further improvements' ( #6 ) from further-improvements into main
...
Reviewed-on: https://git.ts.mattnite.net/mattnite/cairn/pulls/6
2026-03-06 03:24:50 +00:00
Matthew Knight
069982657e
Further improvements
2026-03-05 19:22:22 -08:00
Matthew Knight
ac0368be37
Merge pull request 'Reorganize internals' ( #5 ) from drop-url into main
...
Reviewed-on: https://git.ts.mattnite.net/mattnite/cairn/pulls/5
2026-03-06 03:05:11 +00:00
Matthew Knight
a52e12c11e
go mod tidy
2026-03-05 19:00:57 -08:00
Matthew Knight
684c30f8b8
Reorganize internals
2026-03-05 18:55:55 -08:00
Matthew Knight
6e6f446eb0
Install curl
2026-03-05 14:30:27 -08:00
Matthew Knight
e4e1d8c60b
Fix suffix
2026-03-05 14:10:32 -08:00
Matthew Knight
5b5b4cba9b
Use full URL
2026-03-05 14:09:53 -08:00
Matthew Knight
379ffa9e48
Use relative paths
2026-03-05 14:06:36 -08:00
Matthew Knight
aee3d43ccb
Merge pull request 'Install afl in zig fuzz' ( #4 ) from install-afl into main
...
Reviewed-on: https://git.ts.mattnite.net/mattnite/cairn/pulls/4
2026-03-05 21:45:08 +00:00
Matthew Knight
f608024d32
Install afl in zig fuzz
2026-03-05 13:42:56 -08:00
Matthew Knight
56c83fa562
Merge pull request 'Add actions' ( #3 ) from action into main
...
Reviewed-on: https://git.ts.mattnite.net/mattnite/cairn/pulls/3
2026-03-03 18:58:18 +00:00
Matthew Knight
b9e1c1ab78
Add actions
2026-03-03 10:56:00 -08:00
Matthew Knight
a17e80605b
Merge pull request 'Change package names' ( #2 ) from package-names into main
...
Reviewed-on: https://git.ts.mattnite.net/mattnite/cairn/pulls/2
2026-03-03 07:04:16 +00:00
Matthew Knight
c0bb39c2ac
Change package names
2026-03-02 22:58:07 -08:00
Matthew Knight
46814055d4
Merge pull request 'ci' ( #1 ) from ci into main
...
Reviewed-on: https://git.ts.mattnite.net/mattnite/cairn/pulls/1
2026-03-03 04:00:36 +00:00
Matthew Knight
75b7dac0d7
CLI releases
2026-03-02 19:55:33 -08:00
Matthew Knight
effa388025
Fix vulnerability checks
2026-03-02 19:34:17 -08:00
Matthew Knight
808cf8274c
Use zerolog
2026-03-02 19:32:33 -08:00
Matthew Knight
83e809dbbb
Fix lint errors
2026-03-02 19:10:03 -08:00
Matthew Knight
fe4c293adb
format
2026-03-02 18:39:51 -08:00
Matthew Knight
03df6a4c93
CI and seed metadata
2026-03-02 18:34:37 -08:00
Matthew Knight
4aec29412c
90s
2026-03-02 16:41:21 -08:00
Matthew Knight
bbdfd34519
dark fantasy
2026-03-02 16:20:25 -08:00
Matthew Knight
8dab439a54
Add readme
2026-03-02 16:13:26 -08:00
Matthew Knight
8d2c7bb8b6
Fix .gitignore excluding cmd/cairn-server and cmd/cairn directories
...
The bare patterns "cairn-server" and "cairn" matched the directories
under cmd/, preventing them from being tracked. Anchor the patterns
to the repo root with a leading "/" so they only ignore the compiled
binaries.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 15:04:40 -08:00
Matthew Knight
b06823e03e
Initial commit: crash artifact aggregator and regression detection system
...
Cairn is a web service for collecting, fingerprinting, and analyzing crash
artifacts across repositories. Includes a CLI client, REST API, web dashboard,
PostgreSQL storage with migrations, S3-compatible blob storage, multi-format
crash parsers (ASan, GDB, Zig, generic), regression detection between commits,
campaign tracking, and optional Forgejo integration for issue syncing.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 13:39:10 -08:00