Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ integration_test/ Integration tests against Loghub-2.0 datasets
### DiscoveryRun (discover)

`add-log` is a pure copy into `logs/` and never triggers discovery. `workspace import gcp` pulls a snapshot from GCP Cloud Logging through ADC credentials, lands it as enveloped NDJSON in `logs/`, and records provenance under `import-runs/<run-id>/record.json`; it never triggers discovery either. Each `workspace discover` starts a DiscoveryRun: reads ALL files in `logs/`, runs fresh Drain + semantic labeling, and writes run-scoped `patterns/` and `notes/`.
When `lapp web` starts, it marks any previous `QUEUED` or `RUNNING` DiscoveryRuns as failed because those local workers no longer exist.
When `lapp web` starts, it marks any previous `QUEUED` or `RUNNING` DiscoveryRuns and ImportRuns as failed because those local workers no longer exist.
DiscoveryRun records persist structured `progress` and `error` fields; frontend code renders those facts into user-facing text.

```
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/gen/lapp/event/v1/event_pb.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v2.12.0 with parameter "target=ts"
// @generated by protoc-gen-es v2.12.1 with parameter "target=ts"
// @generated from file lapp/event/v1/event.proto (package lapp.event.v1, syntax proto3)
/* eslint-disable */

Expand Down
437 changes: 399 additions & 38 deletions frontend/src/gen/lapp/web/v1/web_pb.ts

Large diffs are not rendered by default.

Loading
Loading