Commit Graph
10000 Commits
Author SHA1 Message Date
wendrul 760084aaef fix: use with_capacity back presusre for tantivy directory multipart writes (#6313)
* use with capacity for tantivy directory multi part uploads

* Update ee repo ref

* Update ee-repo-ref

* Update ee-repo-ref
2025-07-31 18:09:27 +00:00
centdix c8a7293034 fix styling on aichatinput (#6312) 2025-07-31 16:52:37 +00:00
Diego Imbert 3dfa3f10c1 DisplayResult broken in job result (#6311) 2025-07-31 16:50:48 +00:00
Ruben Fiszel a171bf67a4 feat(cli): wmill-lock.yaml v2 for easier git merge diffs 2025-07-31 14:23:38 +00:00
wendrul ab48f69676 Add dependencies to run sqlx prepare to nix flake (#6309) 2025-07-31 13:23:52 +00:00
centdix 5b0ea4d2de chore: use windmill-utils-internal for cli (#6297)
* add utils package

* naming

* cleaning

* simplify assignPath

* rename old files

* same for locks

* create on confirm

* default true

* use replaceinlinescripts from utils

* use extractscriptfromflows

* make it compile

* cleaning

* use argsigtojson

* fix

* fix missing await

* cleaner

* cleaning

* cleaning

* use in frontend

* add docs

* testing

* remove log

* use autogenerated types

* remove old

* fix

* cleaning

* adapt usage

* draft

* better build script

* fix build

* revert to default creation

* add docs

* remove and rename

* make everything work

* add await

* only if not installed

* add vs code setting

* add to publish action

* fix bc

* safer use of sep

* fix

* do not rename on push

* no publish on release

* use published package on frontend

* nit
2025-07-31 13:23:39 +00:00
Ruben Fiszel 9457d64266 indexer improvements 2025-07-31 12:35:08 +00:00
Ruben Fiszel 815d6daff1 improve indexer 2025-07-31 12:10:05 +00:00
Ruben Fiszel 942afbcb19 fix oss build 2025-07-31 09:08:55 +00:00
Ruben Fiszel 279a98c17d nit warnings 2025-07-31 08:56:10 +00:00
Ruben Fiszel d728f3c5fc use tantivy fork 2025-07-31 08:44:16 +00:00
Ruben Fiszel d9acaa0e30 upgrade tantivy to 0.24.2 2025-07-31 08:29:28 +00:00
Ruben Fiszel aa450692a1 indexer improvements 2025-07-31 07:40:54 +00:00
Ruben Fiszel fb6dce27a9 put size limits of job in query 2025-07-31 01:11:09 +00:00
Ruben Fiszelandrubenfiszel 1d73e73899 chore(main): release 1.516.0 (#6298)
* chore(main): release 1.516.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
2025-07-31 00:15:05 +00:00
centdix 4aaf2cd34d chore: add windmill-utils-internal package (#6299)
* add utils package

* naming

* cleaning

* add docs

* remove log

* use autogenerated types

* remove old

* fix

* cleaning

* add docs
2025-07-31 00:10:58 +00:00
Ruben Fiszel cbd3fecae2 nits 2025-07-30 23:43:46 +00:00
Ruben Fiszel 322bedebee handle_deployment_metadata in a task 2025-07-30 23:30:33 +00:00
Ruben Fiszel 2ad9d31a11 handle metadata for new scripts happen after commit 2025-07-30 23:20:22 +00:00
dieriba dcee9aab3c fix: sqs oidc authentication disconnect #6307 2025-07-30 23:15:33 +00:00
Ruben Fiszel 0e9bb06ce1 fix: no process relative imports for scripts with codebase 2025-07-30 22:50:22 +00:00
Alexander Petric 10cc170d70 git sync UI improvements (#6303)
* ui improvements round 1

* modal cleanup

* init

* UI refactor

* UI cleanup + refactor

* legacy cleanup

* success model -> github actions, non-ee warnings

* sqlx

* npm check

* ee warning everywhere

* last comments

* formatting

* no hardcoded theme

* claude review improvemenets
2025-07-30 21:36:32 +00:00
Diego Imbert b0495d5757 default to false if field not present operator settings (#6301) 2025-07-30 20:47:57 +00:00
Diego Imbert 176c872825 fix broken audit logs filter (#6304)
* rename to from to

* goto fix
2025-07-30 20:46:59 +00:00
pyranota 67d24b5056 fix rust sdk build error (#6305)
Signed-off-by: pyranota <pyra@duck.com>
2025-07-30 18:13:11 +00:00
wendrul c6df7ad44e fix: indexer collection of job logs before indexing (#6300)
* Add flume as dependecy for indexer

* Update ee-repo-ref

* Remove flags from cargo.toml

* Update ee-repo-ref

* Update ee-repo-ref
2025-07-30 15:31:07 +00:00
e75c91c4a1 feat: add CA certificate update at startup via environment variable (#6280)
* feat: add CA certificate update at startup via environment variable

Add support for running 'update-ca-certificates' at binary startup
when RUN_UPDATE_CA_CERTIFICATE_AT_START environment variable is set to "true".

- Check for RUN_UPDATE_CA_CERTIFICATE_AT_START env var on startup
- Execute update-ca-certificates command if env var is set to "true"
- Log success/failure appropriately with tracing
- Continue startup even if CA certificate update fails
- Non-blocking implementation with proper error handling

Fixes #6279

Co-authored-by: Ruben Fiszel <rubenfiszel@users.noreply.github.com>

* refactor: extract CA certificate update logic into separate function

Extract the CA certificate update logic from windmill_main() into a
dedicated update_ca_certificates_if_requested() function for better
code organization and maintainability.

Co-authored-by: Ruben Fiszel <rubenfiszel@users.noreply.github.com>

* improvements

---------

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: Alexander Petric <alpetric@users.noreply.github.com>
Co-authored-by: Alexander Petric <alex@windmill.dev>
2025-07-30 14:39:26 +00:00
Ruben Fiszel 192b32a8e8 nit naming 2025-07-30 12:58:33 +00:00
Ruben Fiszel 3ce6c9cb1e feat: prevent too large results (>500Mb) from OOMing database 2025-07-30 12:55:39 +00:00
Ruben Fiszel 05e0d85cd2 add more tracing logs 2025-07-30 10:00:48 +00:00
Ruben Fiszel 606182f6ef even more indexer tracings 2025-07-30 07:55:19 +00:00
Ruben Fiszel 3120bb9576 better indexer tracings 2025-07-30 07:25:16 +00:00
Ruben Fiszelandrubenfiszel 5be5059754 chore(main): release 1.515.1 (#6295)
* chore(main): release 1.515.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
2025-07-29 22:21:14 +00:00
Ruben Fiszel a65e2316df nits logs 2025-07-29 21:01:38 +00:00
Ruben Fiszel fe55834604 fix: improved logs for script 2025-07-29 20:51:43 +00:00
Ruben Fiszelandrubenfiszel 0974ae8884 chore(main): release 1.515.0 (#6292)
* chore(main): release 1.515.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
2025-07-29 19:41:05 +00:00
centdix 93c68676af feat(cli): generate cursor rules on init (#6270)
* create cursor rules on init

* change gen

* add missing resource-type command

* add resource type command in guidance

* add schema option

* revert

* nit

* nit

* add flow guidance

* nit
2025-07-29 19:35:55 +00:00
Diego Imbert 4d2753e307 Small UI fixes (#6294)
* fix step history not refreshing with staticInputs

* fix array of obj not showing up in json editor in test this step

* datatable scales correctly in DisplayResult and scrolling is much more usable

* avoid next button disapearing and changing layout / hurting ux

* nits

* fix bug when renaming module A to B then module C to A, C takes the schema of A

* fix bug with comments in sql repl

* fix aggrid theme randomly not loading

* bindable script

* better delete button in db manager

* property select doesnt exist

* fix all warnings

* delete $flowStateStore[id] on delete
2025-07-29 19:28:54 +00:00
wendrul f7bf057888 fix: add size limit to indexer queries on jobs table to avoid oom (#6293)
* Update nix flake

* Update ee repo ref

* update ee-repo-ref

* Move collect stream with limits util to common

* add ee-repo-ref

* update ee-repo-ref

* update eereporef
2025-07-29 18:27:59 +00:00
wendrul 4b46375003 Update nix flake (#6291) 2025-07-29 16:26:38 +00:00
Ruben Fiszel 26362faa07 fix: resource types as arg in typescript handle imported defined types 2025-07-29 16:01:28 +00:00
dieriba 16f8f8e3a3 fix: resource-type-ts-parser (#6289) 2025-07-29 14:53:24 +00:00
Ruben Fiszel 6ea862242b nits 2025-07-29 14:51:14 +00:00
Ruben Fiszel 502c611d3c fix: fix DynSelect 2025-07-29 14:33:14 +00:00
Ruben Fiszel 6b40755b3b fix import nit 2025-07-29 14:26:55 +00:00
Ruben Fiszel c3971f99fc support $res: string in form inputs of arrays 2025-07-29 12:40:37 +00:00
Ruben Fiszel 49c84cbf21 fix: improve docker logs collection in docker mode 2025-07-28 23:48:28 +00:00
Ruben Fiszelandrubenfiszel ee6805600a chore(main): release 1.514.1 (#6288)
* chore(main): release 1.514.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
2025-07-28 15:48:28 +00:00
Ruben Fiszel 6024edd701 pin rustls to 0.23.29 + pin aws-sdk 2025-07-28 15:18:54 +00:00
Ruben Fiszel edf5420732 fix: pin tokio to 1.46.1 and aws-sdks-ts 2025-07-28 14:49:29 +00:00