docs: publish Preview 19 dogfood evidence

Export the reviewed allowlisted snapshot from private source commit 05928cebd01b586cf9e9d4b8c8537a7605a6068c. This records the exact candidate, bounded capacity result, stateful migration scratch requirement, authenticated batch identity proof, and immediate live acceptance evidence.

AI-Assisted: OpenAI Codex
Signed-off-by: Cole Speelman <crspeelman@gmail.com>
This commit is contained in:
2026-08-18 21:47:08 -04:00
commit 92a66db3df
201 changed files with 38227 additions and 0 deletions
+199
View File
@@ -0,0 +1,199 @@
.gitattributes
.gitignore
COPYRIGHT
LICENSE
LICENSES.md
README.md
SECURITY.md
cmd/observatory/main.go
cmd/observatory/main_test.go
cmd/observatory/release_test.go
docs/ADAPTIVE_PROJECTIONS.md
docs/AGENT.md
docs/ARCHITECTURE.md
docs/BOOTSTRAP.md
docs/CAPACITY.md
docs/DASHBOARDS.md
docs/DEPLOYMENT.md
docs/INCIDENTS.md
docs/INTERFACE.md
docs/PERFORMANCE.md
docs/PUBLIC_SNAPSHOT.md
docs/PWA.md
docs/QUERY.md
docs/RECOVERY.md
docs/RETENTION.md
docs/ROADMAP.md
docs/SCHEMA.md
docs/SECURITY_CAMPAIGN.md
docs/TEND.md
examples/Caddyfile.sensitive-access-log
examples/LICENSE
examples/README.md
examples/agent-credential.json
examples/agent-credential.json.license
examples/agent-enrollment.json
examples/agent-enrollment.json.license
examples/agent.json
examples/agent.json.license
examples/observatory-agent.service
examples/server.json
examples/server.json.license
go.mod
go.sum
internal/agent/agent.go
internal/agent/agent_test.go
internal/agentclient/client.go
internal/agentclient/client_test.go
internal/agentstate/state.go
internal/agentstate/state_test.go
internal/browsertest/main.go
internal/capacitytest/main.go
internal/capacitytest/main_test.go
internal/collector/collector.go
internal/collector/collector_test.go
internal/config/config.go
internal/config/config_test.go
internal/edgealert/evaluator.go
internal/edgealert/evaluator_test.go
internal/hostmetrics/hostmetrics.go
internal/hostmetrics/hostmetrics_test.go
internal/httpserver/explore.go
internal/httpserver/incidents.go
internal/httpserver/manage.go
internal/httpserver/native_replay_benchmark_test.go
internal/httpserver/push.go
internal/httpserver/pwa.go
internal/httpserver/refresh.go
internal/httpserver/refresh_test.go
internal/httpserver/server.go
internal/httpserver/server_test.go
internal/httpserver/source_alerts_test.go
internal/httpserver/ui.go
internal/httpserver/ui_test.go
internal/identity/identity.go
internal/identity/identity_test.go
internal/identity/retention.go
internal/model/alert_transition.go
internal/model/alert_transition_test.go
internal/model/model.go
internal/model/model_test.go
internal/nativeprotocol/headers.go
internal/nativeprotocol/headers_test.go
internal/otlp/otlp.go
internal/otlp/otlp_test.go
internal/query/match.go
internal/query/match_test.go
internal/query/planner.go
internal/query/planner_test.go
internal/query/query.go
internal/query/query_test.go
internal/query/result.go
internal/schema/schema.go
internal/schema/schema_test.go
internal/segment/store.go
internal/segment/store_test.go
internal/site/app.sando
internal/site/app.sando.go
internal/site/assets.go
internal/site/assets/observatory.svg
internal/site/assets/site.css
internal/site/assets/site.js
internal/site/assets_test.go
internal/site/dashboard.sando
internal/site/dashboard.sando.go
internal/site/explore.sando
internal/site/explore.sando.go
internal/site/head.sando
internal/site/head.sando.go
internal/site/incidents.sando
internal/site/incidents.sando.go
internal/site/landing.sando
internal/site/landing.sando.go
internal/site/login.sando
internal/site/login.sando.go
internal/site/offline.sando
internal/site/offline.sando.go
internal/site/offline_incidents.sando
internal/site/offline_incidents.sando.go
internal/site/password.sando
internal/site/password.sando.go
internal/site/pwa.go
internal/site/pwa_test.go
internal/site/result_table.sando
internal/site/result_table.sando.go
internal/site/site_footer.sando
internal/site/site_footer.sando.go
internal/site/site_header.sando
internal/site/site_header.sando.go
internal/site/views.go
internal/spool/spool.go
internal/spool/spool_test.go
internal/storage/activation.go
internal/storage/activation_test.go
internal/storage/base_indexes.go
internal/storage/base_indexes_test.go
internal/storage/batch_envelope.go
internal/storage/batch_metadata.go
internal/storage/batch_metadata_test.go
internal/storage/cold_query.go
internal/storage/dashboards.go
internal/storage/dashboards_test.go
internal/storage/descriptors.go
internal/storage/descriptors_test.go
internal/storage/incidents.go
internal/storage/incidents_test.go
internal/storage/log_rollup.go
internal/storage/log_summary_query.go
internal/storage/log_summary_query_test.go
internal/storage/migration_test.go
internal/storage/processlock.go
internal/storage/processlock_test.go
internal/storage/projector.go
internal/storage/projector_test.go
internal/storage/push.go
internal/storage/push_test.go
internal/storage/query.go
internal/storage/query_test.go
internal/storage/raw_query_candidate.go
internal/storage/raw_query_candidate_test.go
internal/storage/rebuild.go
internal/storage/rebuild_test.go
internal/storage/retention.go
internal/storage/retention_test.go
internal/storage/rollup.go
internal/storage/rollup_query.go
internal/storage/rollup_query_test.go
internal/storage/source_alerts.go
internal/storage/source_alerts_test.go
internal/storage/storage.go
internal/storage/storage_test.go
internal/tailer/tailer.go
internal/tailer/tailer_test.go
internal/version/version.go
internal/webpush/notifier.go
internal/webpush/notifier_test.go
internal/webpush/sender.go
internal/webpush/sender_test.go
release/Caddyfile.observatory
release/agent.json
release/agent.json.license
release/observatory-agent.service
release/observatory.env.example
release/observatory.service
release/server.json
release/server.json.license
release/tend.json
release/tend.json.license
scripts/browser-campaign.sh
scripts/capacity-campaign.sh
scripts/check-licenses.sh
scripts/export-public.sh
scripts/preview-gate.sh
scripts/public-snapshot.allow
scripts/security-campaign.sh
scripts/test-public-snapshot.sh
scripts/verify.sh
test/browser/campaign.mjs
test/browser/package-lock.json
test/browser/package.json