Diego Imbert
87f3de9ae5
feat: Support column detection on S3 objects in DuckDB ( #8018 )
...
* Support column detection on S3 objects in DuckDB
* Compilation fix
* support direct s3 path without read_parquet()
* package update
* npm i
2026-02-20 20:34:53 +00:00
Diego Imbert
ad2f81a1bd
Fix empty assets array showing up in diff ( #8017 )
2026-02-19 14:42:16 +01:00
Ruben Fiszel
6bf544f507
refactor: extract object store into dedicated crate with filesystem backend ( #7996 )
...
* refactor: extract object store code into windmill-object-store crate with filesystem backend
Consolidate all object_store-dependent code from windmill-common into a new
windmill-object-store crate. Add a filesystem-backed object store implementation
using LocalFileSystem for dev/testing without cloud credentials. Includes 30
comprehensive tests covering render_endpoint, lfs_to_object_store_resource,
duckdb_connection_settings, error mapping, and filesystem-backed integration tests.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
* all
* all
* all
* all
* fix: fix raw_app hardcoded path, add missing ObjectStoreResource import, and add tests
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
* refactor: move S3ModeFormat to windmill-types, make windmill-parser-sql optional, restore debug logs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
* all
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-18 12:24:45 +00:00
hugocasa
535e108cbf
feat: native mode ( #7939 )
...
* feat: native mode
* improve
* fix build
* review fixes
* tracing nit
2026-02-16 23:36:41 +00:00
hugocasa
6f24f1939d
feat: google native triggers ( #7837 )
...
* feat: google native triggers
* nit skill
* better native trigger abstraction
* use resources for workspace integrations
* better and better
* better tests
* update native trigger skill
* sqlx
* less tx and google update fix
* refactor a bit the external logic
* nits
* fix
* fix google native trigger update
* fix oauth
* review fixes
* sqlx fix
* nit
* chore: update ee-repo-ref to a10eda4251610cceee67fbe05463b8be82ffa9e0
This commit updates the EE repository reference after PR #416 was merged in windmill-ee-private.
Previous ee-repo-ref: bf3696d5f2a39a3cb84dbbee81e092155f2a8c75
New ee-repo-ref: a10eda4251610cceee67fbe05463b8be82ffa9e0
Automated by sync-ee-ref workflow.
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
2026-02-16 15:52:02 +00:00
Pyra
d6c72df99a
fix: conditionally skip relock on dep job ( #7860 )
...
* perf: conditionally skip relock on dep job
Signed-off-by: pyranota <pyra@duck.com >
* fix
* stage
Signed-off-by: pyranota <pyra@duck.com >
* final
Signed-off-by: pyranota <pyra@duck.com >
* Update SQLx metadata
* add index
Signed-off-by: pyranota <pyra@duck.com >
* fix bug
Signed-off-by: pyranota <pyra@duck.com >
* Update SQLx metadata
* final (for real)
Signed-off-by: pyranota <pyra@duck.com >
* Update SQLx metadata
* merge migrations into one
Signed-off-by: pyranota <pyra@duck.com >
* add test
Signed-off-by: pyranota <pyra@duck.com >
* fix test
Signed-off-by: pyranota <pyra@duck.com >
* fix test
Signed-off-by: pyranota <pyra@duck.com >
* update sqlx
Signed-off-by: pyranota <pyra@duck.com >
* remove unused
Signed-off-by: pyranota <pyra@duck.com >
* sqlx
Signed-off-by: pyranota <pyra@duck.com >
* increase timeout
Signed-off-by: pyranota <pyra@duck.com >
* optimize the hell out of tests
Signed-off-by: pyranota <pyra@duck.com >
* simplify test
Signed-off-by: pyranota <pyra@duck.com >
---------
Signed-off-by: pyranota <pyra@duck.com >
Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2026-02-12 23:02:36 +00:00
Ruben Fiszel
ccc4806b9a
refactor: extract windmill-types crate from windmill-common ( #7851 )
...
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-08 14:15:07 +00:00