first commit
Security: Sync from Public / sync-from-public (push) Has been cancelled
Test: Benchmark Nightly / build (push) Has been cancelled
Test: Benchmark Nightly / Notify Cats on failure (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
Test: Evals Python / Workflow Comparison Python (push) Has been cancelled
Util: Check Docs URLs / check-docs-urls (push) Has been cancelled
Test: Visual Storybook / Cloudflare Pages (push) Has been cancelled
Test: E2E Performance / build-and-test-performance (push) Has been cancelled
Test: Workflows Nightly / Run Workflow Tests (push) Has been cancelled
Util: Cleanup CI Docker Images / Delete stale CI images (push) Has been cancelled
Test: Benchmark Destroy Env / build (push) Has been cancelled
Util: Update Node Popularity / update-popularity (push) Has been cancelled
Test: E2E Coverage Weekly / Coverage Tests (push) Has been cancelled

This commit is contained in:
2026-03-17 16:22:57 +03:30
commit 3d5eaf9445
15349 changed files with 2847338 additions and 0 deletions
@@ -0,0 +1,252 @@
{
"type": "object",
"properties": {
"acl": {
"type": "object",
"properties": {
"app": {
"type": "string"
},
"can_write": {
"type": "boolean"
},
"modifiable": {
"type": "boolean"
},
"owner": {
"type": "string"
},
"perms": {
"type": "object",
"properties": {
"read": {
"type": "array",
"items": {
"type": "string"
}
},
"write": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"sharing": {
"type": "string"
},
"ttl": {
"type": "string"
}
}
},
"author": {
"type": "string"
},
"bundleVersion": {
"type": "string"
},
"cursorTime": {
"type": "string"
},
"defaultSaveTTL": {
"type": "string"
},
"defaultTTL": {
"type": "string"
},
"delegate": {
"type": "string"
},
"diskUsage": {
"type": "integer"
},
"dispatchState": {
"type": "string"
},
"doneProgress": {
"type": "integer"
},
"earliestTime": {
"type": "string"
},
"entryUrl": {
"type": "string"
},
"id": {
"type": "string"
},
"isDone": {
"type": "boolean"
},
"isEventsPreviewEnabled": {
"type": "boolean"
},
"isFailed": {
"type": "boolean"
},
"isFinalized": {
"type": "boolean"
},
"isPaused": {
"type": "boolean"
},
"isPreviewEnabled": {
"type": "boolean"
},
"isSaved": {
"type": "boolean"
},
"isSavedSearch": {
"type": "boolean"
},
"isZombie": {
"type": "boolean"
},
"label": {
"type": "string"
},
"links": {
"type": "object",
"properties": {
"alternate": {
"type": "string"
},
"control": {
"type": "string"
},
"events": {
"type": "string"
},
"results": {
"type": "string"
},
"results_preview": {
"type": "string"
},
"search.log": {
"type": "string"
},
"summary": {
"type": "string"
},
"timeline": {
"type": "string"
}
}
},
"messages": {
"type": "array",
"items": {
"type": "object",
"properties": {
"help": {
"type": "string"
},
"text": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
},
"name": {
"type": "string"
},
"numPreviews": {
"type": "integer"
},
"performance": {
"type": "object",
"properties": {
"startup.configuration": {
"type": "object",
"properties": {
"duration_secs": {
"type": "number"
},
"invocations": {
"type": "integer"
}
}
},
"startup.handoff": {
"type": "object",
"properties": {
"duration_secs": {
"type": "number"
},
"invocations": {
"type": "integer"
}
}
}
}
},
"pid": {
"type": "string"
},
"priority": {
"type": "integer"
},
"provenance": {
"type": "string"
},
"published": {
"type": "string"
},
"request": {
"type": "object",
"properties": {
"search": {
"type": "string"
}
}
},
"resultPreviewCount": {
"type": "integer"
},
"runtime": {
"type": "object",
"properties": {
"auto_cancel": {
"type": "string"
},
"auto_pause": {
"type": "string"
}
}
},
"sampleRatio": {
"type": "string"
},
"sampleSeed": {
"type": "string"
},
"search": {
"type": "string"
},
"searchProviders": {
"type": "array",
"items": {
"type": "string"
}
},
"sid": {
"type": "string"
},
"statusBuckets": {
"type": "integer"
},
"ttl": {
"type": "integer"
},
"updated": {
"type": "string"
}
},
"version": 1
}
@@ -0,0 +1,90 @@
{
"type": "object",
"properties": {
"fields": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
}
}
}
},
"init_offset": {
"type": "integer"
},
"messages": {
"type": "array",
"items": {
"type": "object",
"properties": {
"text": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
},
"preview": {
"type": "boolean"
},
"results": {
"type": "array",
"items": {
"type": "object",
"properties": {
"_time": {
"type": "string"
},
"app": {
"type": "string"
},
"attack": {
"type": "string"
},
"dest_ip": {
"type": "string"
},
"dest_port": {
"type": "string"
},
"file_name": {
"type": "string"
},
"file_path": {
"type": "string"
},
"http_user_agent": {
"type": "string"
},
"httpmethod": {
"type": "string"
},
"ids_type": {
"type": "string"
},
"src_ip": {
"type": "string"
},
"src_port": {
"type": "string"
},
"srccountry": {
"type": "string"
},
"timestamp": {
"type": "string"
},
"transport": {
"type": "string"
}
}
}
}
},
"version": 1
}