Releases: 514-labs/moosestack
Releases · 514-labs/moosestack
v0.6.223-ci-2-gb6727713
add language context to delimiter parsing for TypeScript disambiguation
v0.6.223-ci-1-gb142f452
add smarter escaping and --delimiter flag
v0.6.222-ci-3-g7cb42125
whatev
v0.6.222-ci-2-g9078afd8
You're absolutely right!
v0.6.220-ci-3-ge3ae1506
reality checker
v0.6.220-ci-2-g2e01c9bb
refactor
v0.6.209-ci-10-g2f5b495e
intiial guide capability and refactor towards cache components
v0.6.224
fix sequence of log messages (#3016) <!-- CURSOR_SUMMARY --> > [!NOTE] > Reorders the "Executing SQL" log to occur only after format-query handling (i.e., only when actually executing), keeping validation before execution. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 7f61b6b7e08ead05ed9d8836b55d96a42fe03751. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
v0.6.223-ci-1-g7f61b6b7
fix sequence of log messages
v0.6.223
fix moose seed (#3010) <!-- CURSOR_SUMMARY --> > [!NOTE] > Enhances ClickHouse seeding to handle per-table databases, validate presence on remote across multiple DBs, and refactors batching/order-by logic with expanded tests. > > - **CLI/Seeding (ClickHouse)** in `apps/framework-cli/src/cli/routines/seed_data.rs`: > - **Multi-DB awareness**: > - `build_remote_tables_query` now queries `system.tables` for `(database, name)` and supports multiple databases via `other_dbs`. > - `parse_remote_tables_response` returns `HashSet<(String, String)>` for `(db, table)`. > - `get_remote_tables` accepts `other_dbs` and returns `(db, table)` set. > - **Table selection & validation**: > - `get_tables_to_seed` returns `Vec<&Table>` and filters internal tables. > - `should_skip_table` considers per-table `database` (fallback to remote default) when checking remote existence. > - **Seeding logic refactor**: > - `seed_single_table` now takes `&Table`, derives DB from table if present, and improves logging/errors. > - `build_order_by_clause` takes `&Table` and enforces ORDER BY when batching. > - End-to-end flow (`seed_clickhouse_tables`, `seed_clickhouse_operation`) updated to use new signatures and validation path. > - **Tests**: Extensive new unit tests for multi-DB queries/parsing, skip logic, ORDER BY handling, query builders, and batching behavior; helper builders for `Table` and `InfrastructureMap` added. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 9f4994b76b2dce02c3ca02d7ed7d78f4997597f7. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->