Pyra
d36760bff7
feat: workspace dependencies ( #7124 )
...
* commit raw requirements
Signed-off-by: pyranota <pyra@duck.com >
* raw requirements
Signed-off-by: pyranota <pyra@duck.com >
* implement `parse_annotation`
Signed-off-by: pyranota <pyra@duck.com >
* more progress on wdeps
Signed-off-by: pyranota <pyra@duck.com >
* more progress
Signed-off-by: pyranota <pyra@duck.com >
* fixes
Signed-off-by: pyranota <pyra@duck.com >
* more progress
Signed-off-by: pyranota <pyra@duck.com >
* fixes
Signed-off-by: pyranota <pyra@duck.com >
* cli improvements + raw deps
Signed-off-by: pyranota <pyra@duck.com >
* cleanup
Signed-off-by: pyranota <pyra@duck.com >
* fix python versions
Signed-off-by: pyranota <pyra@duck.com >
* progress
Signed-off-by: pyranota <pyra@duck.com >
* update :)
Signed-off-by: pyranota <pyra@duck.com >
* add MaybeLock
Signed-off-by: pyranota <pyra@duck.com >
* go WIP
Signed-off-by: pyranota <pyra@duck.com >
* fix python ignoring py version from requirements
Signed-off-by: pyranota <pyra@duck.com >
* optimize php
Signed-off-by: pyranota <pyra@duck.com >
* require admin to alter
Signed-off-by: pyranota <pyra@duck.com >
* fix(cli): flow generateLocks raw deps
Signed-off-by: pyranota <pyra@duck.com >
* progress in checklist
Signed-off-by: pyranota <pyra@duck.com >
* fix agent workers
Signed-off-by: pyranota <pyra@duck.com >
* nits
Signed-off-by: pyranota <pyra@duck.com >
* nits
Signed-off-by: pyranota <pyra@duck.com >
* nit: remove default features
Signed-off-by: pyranota <pyra@duck.com >
* oh-wow
Signed-off-by: pyranota <pyra@duck.com >
* remove dbg!
Signed-off-by: pyranota <pyra@duck.com >
* nits
Signed-off-by: pyranota <pyra@duck.com >
* add indexes
Signed-off-by: pyranota <pyra@duck.com >
* cleanup
Signed-off-by: pyranota <pyra@duck.com >
* nits
Signed-off-by: pyranota <pyra@duck.com >
* remove todos
Signed-off-by: pyranota <pyra@duck.com >
* fix cli
Signed-off-by: pyranota <pyra@duck.com >
* add debug flag
Signed-off-by: pyranota <pyra@duck.com >
* cli: remove noise
Signed-off-by: pyranota <pyra@duck.com >
* fix cli
Signed-off-by: pyranota <pyra@duck.com >
* remove todos
Signed-off-by: pyranota <pyra@duck.com >
* trigger deps correctly
Signed-off-by: pyranota <pyra@duck.com >
* fix frontend
Signed-off-by: pyranota <pyra@duck.com >
* fix frontend again
Signed-off-by: pyranota <pyra@duck.com >
* finally fix frontend
Signed-off-by: pyranota <pyra@duck.com >
* ee repo ref
Signed-off-by: pyranota <pyra@duck.com >
* fix all
Signed-off-by: pyranota <pyra@duck.com >
* more fixes...
Signed-off-by: pyranota <pyra@duck.com >
* remove test
Signed-off-by: pyranota <pyra@duck.com >
* Update backend-test.yml
* comment out legacy test
Signed-off-by: pyranota <pyra@duck.com >
* fix ci
Signed-off-by: pyranota <pyra@duck.com >
* fix ci?
Signed-off-by: pyranota <pyra@duck.com >
* comment out thing
Signed-off-by: pyranota <pyra@duck.com >
* ignore test
Signed-off-by: pyranota <pyra@duck.com >
* ci
Signed-off-by: pyranota <pyra@duck.com >
* base fixture
Signed-off-by: pyranota <pyra@duck.com >
* fix regression
Signed-off-by: pyranota <pyra@duck.com >
* fix docs links
Signed-off-by: pyranota <pyra@duck.com >
* update min version
Signed-off-by: pyranota <pyra@duck.com >
* simplify
* implement cache for get_latest
Signed-off-by: pyranota <pyra@duck.com >
* move to workspace settings
Signed-off-by: pyranota <pyra@duck.com >
* sqlx + migration
Signed-off-by: pyranota <pyra@duck.com >
* more migrations
Signed-off-by: pyranota <pyra@duck.com >
* use box pin
Signed-off-by: pyranota <pyra@duck.com >
* nit
Signed-off-by: pyranota <pyra@duck.com >
---------
Signed-off-by: pyranota <pyra@duck.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-11-28 16:00:11 +00:00
centdix
b39c473892
add webfetch and websearch to claude ( #7231 )
2025-11-27 17:09:09 +00:00
centdix
6c674792c7
fix update sqlx git command ( #7212 )
2025-11-24 17:39:19 +00:00
Diego Imbert
dd106db731
Duckdb & s3 proxy unit tests ( #7197 )
...
* chore(main): release 1.581.1 (#7183 )
* chore(main): release 1.581.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
* duckdb unitests
* add parquet to cargo test features
* Update ee-repo-ref.txt
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-11-21 17:16:48 +00:00
Ruben Fiszel
3085af4517
fix test
2025-11-19 11:15:31 +00:00
Ruben Fiszel
f34ea2275c
disable duckdb temporarily
2025-11-19 10:18:02 +00:00
Ruben Fiszel
850aa32265
test fix
2025-11-18 12:29:24 +00:00
Ruben Fiszel
a456432b9f
nit test
2025-11-18 08:44:32 +00:00
Alexander Petric
e3ec3d85c4
feat: rhel8 + fix rhel9 ( #7165 )
2025-11-17 23:12:13 +00:00
Diego Imbert
8b2231c81f
DuckDB test to ensure FFI doesn't crash on simple query ( #7147 )
...
* test_duckdb_ffi
* build dev duckdb lib
* cache
2025-11-15 11:56:45 +00:00
centdix
14343eaae0
nits ( #7080 )
2025-11-07 11:01:20 +00:00
centdix
0d317fe2b8
better output ( #6893 )
2025-10-23 08:34:22 +00:00
Ruben Fiszel
b5fb4a6e54
nit test colors
2025-10-16 18:06:44 +00:00
centdix
bc450ed375
internal: better weekly ( #6816 )
...
* better weekly
* better weekly
2025-10-14 14:33:44 +00:00
centdix
2d6a401e84
internal: fix weekly ( #6807 )
...
* fix
* fix
2025-10-13 14:51:33 +00:00
centdix
d006ab8c72
fix(internal): no max turns ( #6805 )
2025-10-13 15:47:59 +02:00
centdix
f987c1b176
internal: update claude + add plan mode + add weekly summary ( #6803 )
...
* update claude + add plan mode
* fix
* update pr review
* add wewklu summary
* cleaning
* cleaning
2025-10-13 15:32:44 +02:00
hugocasa
ea617ffa33
fix(backend): concurrency limits preprocessor ( #6727 )
...
* fix(backend): concurrency limits preprocessor
* refactor
* fix concurrency on agent workers
* nit
* nit
* update ref
* fix ci
* chore: update ee ref
2025-10-02 20:31:31 +00:00
Ruben Fiszel
8a2594c9c7
improve tests
2025-09-28 19:40:26 +00:00
Ruben Fiszel
c59a90b3b7
improve tests
2025-09-28 19:30:50 +00:00
Ruben Fiszel
33c3c2aeda
improve tests
2025-09-28 19:28:38 +00:00
centdix
11b4cfa200
nit prompt ( #6651 )
2025-09-22 13:23:20 +00:00
centdix
a61b76483c
add missing perm ( #6650 )
2025-09-22 12:15:09 +00:00
centdix
cf4c92dc4f
internal: add demo command for PRs ( #6649 )
...
* add demo command
* cleaning
* cleaning
* cleaning
2025-09-22 11:31:33 +00:00
Ruben Fiszel
fd00cd5a55
check
2025-09-20 01:16:20 +00:00
Ruben Fiszel
0193c418bf
update rust to 1.90
2025-09-20 01:12:51 +00:00
Ruben Fiszel
9a46f75b4c
check
2025-09-20 00:54:29 +00:00
centdix
44bfeba8be
internal(git commands): use own bot to trigger ci + exit on failure ( #6632 )
...
* use own bot to trigger ci + exit on failure
* fix
2025-09-18 13:10:14 +00:00
Ruben Fiszel
31b2dc295c
internal: rolldown vite ( #6584 )
2025-09-11 16:12:36 +00:00
Diego Imbert
9eb39a9677
Separate duckdb crate to fix c++ build/link issues ( #6551 )
...
* call ffi
* remove duckdb dep
* rename windmill_duckdb_ffi_internal
* static lib
* ci
* back to dylib, bug isn't fixed in static
* feature flag and copy dynamic lib
* fix dynlib in docker
* load libwindmill_duckdb_ffi_internal at runtime on usage
* lazy static deadlocks
* Cache dynamic library handles
* update auto s3 path insert from editor bar
* Fix duckdb S3 freezing worker because of blocking task in tokio async context
* build dll windows GH workflow
* try fix windows build
* revert build.rs
* nit fixes CI
* Dockerfile update (not tested yet
* build dev sh for duckdb lib
* mistake
* attach windmill_duckdb_ffi_internal.so artefact
* rhel9
* docker fixes
* fix dockerfile
* better err msg
* forgot lib prefix .so
* add column_order
* fix column_order
2025-09-10 14:43:46 +00:00
centdix
91d0c77f28
internal: add fast claude flow ( #6530 )
...
* add fast claude flow
* faster
* fix
* cleaning
2025-09-03 18:16:27 +00:00
Ruben Fiszel
9bef2ca4ca
use oauth for code claude + sonnet
2025-09-03 12:09:26 +00:00
centdix
08637fc1bd
internal: fix exit error 3 on git action ( #6383 )
...
* fix exit error 3
* fix
2025-08-13 23:16:07 +00:00
pyranota
5360171197
chore: add rust client build check workflow ( #6365 )
...
* chore: add rust client build check workflow
Signed-off-by: pyranota <pyra@duck.com >
* check for .rs files in backend
Signed-off-by: pyranota <pyra@duck.com >
---------
Signed-off-by: pyranota <pyra@duck.com >
2025-08-11 18:50:16 +00:00
centdix
7f5482febb
add allowed bots ( #6353 )
2025-08-08 16:56:52 +00:00
centdix
7129a6e3c6
remove duplicate caching ( #6285 )
2025-07-28 08:01:22 +00:00
claude[bot]
0c85f114d5
nit(aichat): recommend anthropic as provider ( #6265 )
...
* feat(aichat): add recommendation alert for Claude latest model in Anthropic provider settings
Add info alert in AI workspace settings recommending Claude latest model for better reliability of AI chat when using Anthropic provider.
Co-authored-by: Ruben Fiszel <rubenfiszel@users.noreply.github.com >
* fix
* nit
* nit
* use badge
* use blue
* add tooltip
---------
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Ruben Fiszel <rubenfiszel@users.noreply.github.com >
Co-authored-by: centdix <farhadg110@gmail.com >
2025-07-23 15:14:51 +00:00
centdix
b80e68877f
fix update sqlx action logic ( #6234 )
...
* fix pull
* update postgres
2025-07-18 23:17:28 +00:00
centdix
c3cc6aa20f
fix rust version ( #6223 )
2025-07-18 12:54:36 +02:00
Ruben Fiszel
234658f83c
fix windows worker toolchain
2025-07-17 07:25:20 +00:00
centdix
069729d0ae
feat(aichat): add logs api endpoint as tool ( #6197 )
...
* add logs
* add logs search + better load tools logic
* use json
* nit
* only add for ee
* nit
* filter out search after first fail
* Revert "filter out search after first fail"
This reverts commit 2abf0db6e5a1be84e67d1a153281b74d448cb5cd.
* call endpoint to know if it is available
* cleaning
* Apply suggestion from @graphite-app[bot]
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
* fix
* draft
* call enabled endpoint
* not workspaced
* remove from system prompt if not enterprise
* fix eeref command
* update ee ref
---------
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
2025-07-16 17:59:47 +00:00
centdix
ee528b4f68
pull before push ( #6186 )
2025-07-15 09:39:37 +00:00
centdix
2b87584554
internal: nits for claude demo ( #6141 )
...
* nits for claude demo
* better prompt
2025-07-08 10:53:26 +00:00
centdix
49273d1002
internal: better claude review ( #6130 )
...
* better claude review
* Update pr-ready-review.yml
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-07-04 11:18:57 +00:00
centdix
416e3e0642
internal: add ee ref command ( #6115 )
...
* add eeref command
* fix
* Update .github/workflows/git-commands.yaml
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-07-02 16:32:14 +00:00
Ruben Fiszel
7485872557
fix cargo check
2025-06-30 16:33:03 +00:00
centdix
29cced5ef0
internal: add pr opened trigger for pr review
2025-06-23 15:32:30 +02:00
centdix
d38ac8d220
internal: use pat for claude review ( #6025 )
...
* use pat
* check emoji when pr closed
2025-06-23 10:08:23 +02:00
centdix
96dc5df368
close old bump prs ( #6019 )
2025-06-20 20:38:46 +02:00
centdix
4c5b6dbb51
internal: use git app for git actions ( #6010 )
...
* add flow to ask claude to review pr
* allow app for claude
* cleaning
* use app for change versions flow
* add owner
* fix
* rename
2025-06-20 13:32:33 +02:00