Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
386fd07
fix(tests): remove SKIP_CLICKHOUSE flag from database connection tests
flarco Feb 2, 2026
3c8188f
Implement merge strategies for various database templates
flarco Feb 3, 2026
1c8fe62
feat(logging): implement file logging setup and entry processing
flarco Feb 4, 2026
a3528a2
feat(evaluator): add support for nested expressions in template rende…
flarco Feb 4, 2026
dfb5497
Enhance schema migration support across multiple database templates
flarco Feb 5, 2026
8348534
refactor(schema): streamline schema migrator usage and enhance interf…
flarco Feb 5, 2026
0c0b409
fix(logging): adjust log hook setup for improved file logging functio…
flarco Feb 5, 2026
80a05ee
feat(tests): add schema migration test for SQL Server identity column…
flarco Feb 5, 2026
88540ef
feat(tests): add schema migration test for BigQuery COLUMNS view fix …
flarco Feb 5, 2026
288ea67
feat(tests): add MySQL indexes schema migration test and update index…
flarco Feb 5, 2026
a6d16e3
feat(tests): add schema migration tests for Databricks, Redshift, Duc…
flarco Feb 5, 2026
416f73d
Rename schema migration tests for various databases
flarco Feb 5, 2026
688a8c1
fix(database): update GenerateMergeSQL to use Self() for improved cla…
flarco Feb 5, 2026
3199228
refactor(tests): remove error handling and output checks for nested J…
flarco Feb 5, 2026
90405c6
feat(tests): group schema migration tests for better organization
flarco Feb 5, 2026
87fca44
fix(connection): enhance Discover method to handle wildcard schemas i…
flarco Feb 7, 2026
143f10f
feat(tests): add BigQuery state database test and pipeline configuration
flarco Feb 9, 2026
4c37b53
fix(pipeline): add duplicate step ID check in LoadPipelineConfig
flarco Feb 9, 2026
d1ecb6e
Update stripe and github API specs
flarco Feb 9, 2026
cac7908
fix(version): enhance dev build validation to check for SLING_AGENT_KEY
flarco Feb 10, 2026
1a25986
feat(jq): add support for jq expressions
flarco Feb 10, 2026
c5c8fdb
fix(gitignore): add AGENTS.md and CLAUDE.md to .gitignore
flarco Feb 10, 2026
2117d48
update go module dependencies
flarco Feb 11, 2026
003676f
consolidate pprof server initialization
flarco Feb 11, 2026
747d46a
fix(metadata): update queries to use current_database() for catalog f…
flarco Feb 11, 2026
f7516f4
fix(duckdb): ensure HTTP server shuts down after processing all batches
flarco Feb 12, 2026
fd26f9f
fix(replication): store total rows and bytes in pipeline state
flarco Feb 13, 2026
d5eb935
test: add DuckDB S3 secret integration test with explicit credentials
flarco Feb 13, 2026
7fd99a3
test: add ClickHouse backfill test for scenarios with 0 matching rows
flarco Feb 13, 2026
0d48c34
feat(tests): add unit tests for JSONL parsing and zip detection
flarco Feb 14, 2026
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: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ pyproject.toml
uv.lock
test.xlsx
.env
AGENTS.md
CLAUDE.md
Loading