Commit 8a68191
Orig main (#25)
* feat(webui): Add drawer to display guided query and errors. (y-scope#1421)
* docs: Add Slack community invite badge to home page README. (y-scope#1418)
* refactor(clp-package): Simplify StrEnum and Path serialization via Annotated serializers. (y-scope#1417)
Co-authored-by: Junhao Liao <[email protected]>
Co-authored-by: Junhao Liao <[email protected]>
* build(clp-package): Adopt uv + hatchling as the build and packaging backend for Python components (resolves y-scope#1396); Upgrade dependencies for Python components. (y-scope#1405)
* chore(docker): Add `--link` flags to COPY/ADD operations for improved build performance (fixes y-scope#1408). (y-scope#1411)
* fix(ci): Correctly update and restore cache of `lint:check-cpp-lint-static-full`'s generated files (fixes y-scope#1419): (y-scope#1430)
- Save cache entries using unique key per entry.
- Restore latest entries using key prefix.
- Avoid using outputs from optionally-run `restore` task.
* fix(clp-rust-utils): Use AWS SDK default configuration with latest behavior version for S3 client. (y-scope#1445)
Co-authored-by: Junhao Liao <[email protected]>
* refactor(clp-package): Remove unused `python-dotenv` dependency and related imports (fixes y-scope#1443). (y-scope#1444)
* fix(webui): Submit queries that failed ANTLR validation to Presto. (y-scope#1450)
* feat(clp-s): Explicitly reject unstructured log inputs during compression. (y-scope#1434)
* feat(webui): Show query speed in native search status. (y-scope#1429)
* fix(job-orchestration): Make `tag_ids` a required `list[int]` for compatibility with Spider compressor. (y-scope#1453)
* feat(clp-mcp-server): Add log viewer links to query results for displaying in LLM output. (y-scope#1454)
Co-authored-by: Junhao Liao <[email protected]>
* feat(ci): Add tasks for checking and updating Rust lock file (`Cargo.lock`); Add check to GH workflow. (y-scope#1448)
* feat(webui): Trigger submit action when pressing Enter on Monaco single line editor. (y-scope#1459)
* Add filters.
* Update cargo lock.
* Stupid fix
---------
Co-authored-by: davemarco <[email protected]>
Co-authored-by: Abigail Matthews <[email protected]>
Co-authored-by: sitaowang1998 <[email protected]>
Co-authored-by: Junhao Liao <[email protected]>
Co-authored-by: Junhao Liao <[email protected]>
Co-authored-by: kirkrodrigues <[email protected]>
Co-authored-by: Devin Gibson <[email protected]>
Co-authored-by: hoophalab <[email protected]>
Co-authored-by: Huangshi Tian <[email protected]>1 parent ec5e696 commit 8a68191
1 file changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
5 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
6 | 28 | | |
7 | 29 | | |
8 | 30 | | |
| |||
0 commit comments