Commit Graph

9354 Commits

Author SHA1 Message Date
Ruben Fiszel
f4462bf0e3 nit sqlx 2025-05-15 18:24:11 +02:00
Ruben Fiszel
265ab6d679 add dependency_map grants 2025-05-15 17:54:49 +02:00
Ruben Fiszel
0a68067433 nit delete performance 2025-05-15 17:52:25 +02:00
wendrul
940432b231 fix: Improve indexer performance by factoring required queries to the DB # (#5749)
* search modal UI improvements

* Add ee repo ref

* Prepare sqlx

* Remove unused variable
2025-05-15 17:38:57 +02:00
HugoCasa
ac3d470202 perf: cache http trigger routers and auth (#5748)
* perf: cache http trigger routers and auth

* fix build

* fix

* fix build

* fix build

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2025-05-15 17:38:45 +02:00
centdix
ab7aa77238 internal: Add create docs command (#5750)
* add create docs command

* use good repo

* remove unused
2025-05-15 17:38:34 +02:00
Ruben Fiszel
7d86611e1a nit delete jobs perf 2025-05-15 17:08:05 +02:00
Ruben Fiszel
2bf89ba684 update sqlx 2025-05-15 16:07:21 +02:00
Ruben Fiszel
8e177cabb9 fix: improve perf of job deletion 2025-05-15 15:44:55 +02:00
centdix
d650aa4228 nit: Use shareable discord flow to use it from other repo (#5746)
* cleaning

* cleaning

* fix

* Update .github/workflows/discord-notification.yml

Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>

---------

Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
2025-05-15 12:16:03 +02:00
dieriba
8c6647e0b0 nit queue metrics drawer (#5745) 2025-05-15 11:03:16 +02:00
Ruben Fiszel
6343a744c3 chore(main): release 1.491.1 (#5744)
* chore(main): release 1.491.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
2025-05-15 09:43:14 +02:00
Ruben Fiszel
123657fa63 fix: avoid deadlocks in sending completed job to result processors (#5742)
* buffer

* unbounded and bounded

* fix

* buffer

* impl clone

* flume it all

* update

* update

* update
2025-05-15 09:13:09 +02:00
centdix
b4975beb25 internal: Fixes on aider flow + add review flow (#5737)
* add flow for aider review

* add aider conventions, use ubicloud, ignore files

* better if

* use cursor rules

* restrict to aider prs

* fix
2025-05-14 16:36:01 +02:00
Diego Imbert
d9916318b1 oracle support for s3 streaming + misc (#5738)
* changed SQL templates to include S3

* oracle support for s3 streaming
2025-05-14 15:45:00 +02:00
centdix
d5284dbb51 internal: Open discord thread when pr is opened (#5733)
* open a thread when pr is opened

* better title

* change secret

* use ubicloud
2025-05-14 15:44:44 +02:00
Ruben Fiszel
1fb741fac4 chore(main): release 1.491.0 (#5729)
* chore(main): release 1.491.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
2025-05-14 10:37:34 +02:00
Ruben Fiszel
a325bf587f add more duration warnings to logs 2025-05-14 10:27:55 +02:00
centdix
f96d77ec91 internal: Ask probe on issue creation (#5725) 2025-05-14 10:16:30 +02:00
Ruben Fiszel
ef068ab5ef add more duration warnings to logs 2025-05-14 10:13:14 +02:00
Ruben Fiszel
d5fbeaf91b nit logs 2025-05-14 09:37:47 +02:00
Ruben Fiszel
8659a7985e small fix 2025-05-14 08:48:48 +02:00
Ruben Fiszel
a51ef98010 add multiple indice selections 2025-05-14 00:32:12 +02:00
Ruben Fiszel
d0c8f3e4c8 improve setSelectedIndex for aggrid 2025-05-14 00:15:35 +02:00
Alexander Petric
d98731b05c feat: Microsoft Teams approvals (#5734)
* move branch

* openapi version

* full interactive approvals

* move to ee

* move to ee

* move ee

* merge common logic slack/teams

* merge common logic slack/teams

* sqlx prepare

* formatting

* linter ee

* update ee-repo ref

* ee repo ref

---------

Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
2025-05-13 23:06:49 +02:00
Ruben Fiszel
2b23348fec nit workspace 2025-05-13 22:23:25 +02:00
dieriba
20bb0d6ea3 fix gcp on ee private ref (#5735)
* fix

* update repo ref
2025-05-13 22:06:10 +02:00
Ruben Fiszel
95cf9c6814 fix: add support for log compaction on docker jobs (#5732)
* improve docker compact

* improve docker compact

* update ref

* update

* update agent workers
2025-05-13 21:42:15 +02:00
wendrul
4662cfd67d fix: Ansible lockfile back compatibility issue (#5731)
* fix: Ansible lockfile back compatibility issue

* Replace condition with more readable alternative
2025-05-13 16:19:18 +02:00
HugoCasa
38b0ed8c32 fix: add missing run job transaction drop (#5730) 2025-05-13 11:16:29 +02:00
Diego Imbert
25bbdba1d1 feat: sql jobs outputting to s3 + streaming for high-number of rows (#5704)
* stream to s3 boilerplate

* S3 works with new syntax

* snowflake s3 streaming support

* postgres s3 support

* fix postgres stream format

* mysql s3 streaming

* mssql s3 streaming

* new s3 mode syntax

* optional folder param

* rename folder to prefix

* json_stream_arr_values

* cargo toml rollback

* convert_ndjson with datafusion

* format conversion kinda works

* Fixed not finishing the datafusion writer

* support for pg and mssql

* fix file ext

* bigquery conversion and works with s3 streaming

* fix s3 flag parser

* snowflake s3 streaming support

* factor out duplicate code

* remove anyhow

* Err case for parse s3 mode

* Send error to mpsc

* bigquery s3 streaming fix for huge queries

* remove extra stuff

* snowflake s3 streaming support

* small regex mistake

* cfg(not(feature = "parquet"))

* fix CI (unused import)

* error handling fix (graphite)
2025-05-13 10:19:44 +02:00
HugoCasa
01906bcb55 fix: trigger event support for webhook get endpoints (#5728) 2025-05-12 18:17:37 +02:00
Ruben Fiszel
d9efdd4f6c chore(main): release 1.490.0 (#5717)
* chore(main): release 1.490.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
2025-05-12 11:45:00 +02:00
Ruben Fiszel
c31aedabab fix: make ansible more resilient to invalid lockfiles 2025-05-12 11:40:13 +02:00
dieriba
00faf1eefe nits: use generic deserializer for empty data (#5727)
* use generic deserializer for empty data

* update repo ref

* fix import
2025-05-12 11:00:55 +02:00
centdix
eca587ddf4 remove duplicate (#5724) 2025-05-12 09:32:12 +02:00
Ruben Fiszel
4bf2c38cbf nit compile 2025-05-11 11:52:42 +02:00
Ruben Fiszel
c76bc4a9cc fix: improve error display of nativets exceptions 2025-05-11 11:35:31 +02:00
Ruben Fiszel
5061358c89 fix: improve agents workers handling of WHITELIST_ENVS 2025-05-11 08:38:46 +02:00
HugoCasa
42e83f4de8 fix: add back missing query args from http trigger object + correct wm_trigger shape (#5722) 2025-05-09 23:08:51 +02:00
Ruben Fiszel
2335dab4fc selectedRows on list 2025-05-09 09:59:45 +02:00
HugoCasa
d2787cfd78 feat: preprocessor refactor (#5629)
* feat: preprocessor refactor

* nit

* oneOf kind support + new capture format + fix build

* fix build

* fix build

* update preprocessor templates

* cache runnable version info

* update ee ref

* update hub scripts && ee ref
2025-05-09 09:50:01 +02:00
Ruben Fiszel
eceef65d65 update rust to 1.86.0 in build and full images 2025-05-09 09:43:24 +02:00
pyranota
8e897e784a nit: fix error if db oversize checker is disabled (#5718) 2025-05-08 17:05:24 +02:00
Ruben Fiszel
a3857240d9 fix multiselect list propagation 2025-05-08 17:01:09 +02:00
Ruben Fiszel
231a6b3c27 fix: fix date input issue with initializer 2025-05-08 16:30:27 +02:00
Ruben Fiszel
50beace548 chore(main): release 1.489.0 (#5714)
* chore(main): release 1.489.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com>
2025-05-08 15:30:31 +02:00
Ruben Fiszel
2f5245e1a1 remove hardcoded public schema 2025-05-08 15:24:21 +02:00
dieriba
ecb935e89f fix mqtt capture isValidState and capture panel 2025-05-08 12:14:19 +02:00
Alexander Petric
f94443794b teams improvements if there are a large number of connected teams (#5694)
* teams improvements if there are a large number of connected teams / channels

* move sync to backend

* formatting

* update ee ref
2025-05-07 23:42:05 +02:00