Commit a6bfeb7
chore!: vendor mcap_catalog directly (de-submodule) + drop CI deploy-key machinery
The Python catalog builder was a git submodule pointing at the PRIVATE
AurynRobotics/mcap_server repo — a cross-org dependency that forced CI to carry
a read-only deploy key (MCAP_CATALOG_DEPLOY_KEY) just to check the code out,
and made a fresh clone of this repo non-self-contained. Vendor its source
directly under mcap_catalog/ so this repo is standalone.
- Removed the submodule gitlink + .gitmodules; the 47 builder files (source,
tests, schema.sql, README/REQUIREMENTS/CLAUDE, CATALOG_CONTRACT.md) are now
regular tracked files at the SAME paths, so every reference to
mcap_catalog/mcap_catalog_builder in the Go server, scripts, smoke/CI harness
and docs keeps working unchanged. Vendored at builder commit a0c3d5c (the
single-writer lock); history flattened.
- .github/workflows/ci.yml: the builder-tests and integration jobs drop
`submodules: true` + `ssh-key: ${{ secrets.MCAP_CATALOG_DEPLOY_KEY }}` — a
plain checkout now has the builder. No secret to provision.
- ci-integration.sh: the "submodule not initialized" guard message updated to
"vendored builder not found".
- test_writer_lock: the process-death subprocess derives PYTHONPATH from the
package location instead of cwd, so the suite passes from the repo root
(vendored) as well as from mcap_catalog/ (CI's cwd).
- gofmt: filter.go / resume_test.go / compress_test.go (stray blank lines +
struct alignment) — the CI `unit` job's gofmt gate is now clean.
- CLAUDE.md: "the only submodule" prose updated to "vendored".
Verified: 180/180 builder pytest (from both cwds), go build ./..., gofmt clean,
SMOKE PASS (the harness invokes the vendored builder as a real subprocess).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 062e7f5 commit a6bfeb7
55 files changed
Lines changed: 7789 additions & 56 deletions
File tree
- .github/workflows
- mcap_catalog
- examples
- mcap_catalog_builder
- tests
- scripts
- server/internal
- catalog
- ws
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
108 | 110 | | |
109 | 111 | | |
110 | 112 | | |
111 | 113 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | 114 | | |
131 | 115 | | |
132 | 116 | | |
| |||
177 | 161 | | |
178 | 162 | | |
179 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
180 | 167 | | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | 168 | | |
196 | 169 | | |
197 | 170 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
27 | | - | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
39 | | - | |
40 | | - | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
145 | 147 | | |
146 | 148 | | |
147 | 149 | | |
148 | | - | |
| 150 | + | |
149 | 151 | | |
150 | 152 | | |
151 | 153 | | |
| |||
407 | 409 | | |
408 | 410 | | |
409 | 411 | | |
410 | | - | |
| 412 | + | |
411 | 413 | | |
412 | 414 | | |
413 | 415 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments