Ruben Fiszel
3a490728a8
chore(main): release 1.460.0 ( #5272 )
...
* chore(main): release 1.460.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-11 20:47:56 +01:00
dieriba
57cfa4045b
feat: add postgres trigger captures ( #5165 )
...
* feat: 🚧 add postgres trigger config in back
* feat: add capture section for postgres
* feat: update postgres trigger panel, update capture migration
* fix: ci and casing style
* feat: capture done
* fix: update sqlx
* fix: remove unused
* feat: handle persisting data
* fix: add feature flag
* feat: capture done
* fix: feature flag
* feat: capture done
* nits: add plus into postgres capture label
* feat: trigger done
* Update PostgresTriggerEditorInner.svelte
* Update script_helpers.ts
* nit
* chore: update to meet pr comment requirement
* refactor:
* fix:
* fix: miss closing curly braces
* fix:
* fix: ci
* Update mod.rs
* polishing postgres trigger
* update minor changes on UI
* nits: remove log and update function parameters
* fix: remove wrong name
* nits: change icon
* fix: nit migration
* nits: refacto and remove alert
* nits: change variable name
* update workspaces_export
* fix: ci
---------
Co-authored-by: HugoCasa <hugo@casademont.ch >
Co-authored-by: Guilhem <guilhemlemouel@gmail.com >
2025-02-11 18:16:12 +01:00
HugoCasa
df62925894
feat: triggers cli sync ( #5243 )
...
* feat: triggers cli sync
* fix build
* update ee ref
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-02-10 15:14:28 +01:00
Ruben Fiszel
d368bf5b07
chore(main): release 1.458.4 ( #5254 )
...
* chore(main): release 1.458.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-10 11:43:02 +01:00
Ruben Fiszel
ddf218ae89
chore(main): release 1.458.3 ( #5250 )
...
* chore(main): release 1.458.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-10 05:43:18 +01:00
Ruben Fiszel
f4eeddf857
chore(main): release 1.458.2 ( #5247 )
...
* chore(main): release 1.458.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-09 18:37:56 +01:00
Ruben Fiszel
403826fca9
fix: worker name in job + better timeout handling for same_worker jobs ( #5248 )
2025-02-08 22:20:06 +01:00
HugoCasa
61ac7e91de
fix: workflow as code status ( #5246 )
...
* fix: get update endpoint
* [WIP] fix: workflow as code
* fix fix
* Revert "fix: get update endpoint"
This reverts commit 7af9abf868 .
* fix test
2025-02-08 07:09:14 +01:00
Ruben Fiszel
cd601c791a
chore(main): release 1.458.1 ( #5241 )
...
* chore(main): release 1.458.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-07 19:26:54 +01:00
HugoCasa
fcf8f312bc
fix: get update endpoint ( #5245 )
2025-02-07 19:23:38 +01:00
Ruben Fiszel
651b0890cf
chore(main): release 1.458.0 ( #5234 )
...
* chore(main): release 1.458.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-07 12:56:53 +01:00
Lucas Abel
4849af04de
backend: fix workflow as code ( #5239 )
...
* backend: improve `/get_job_update` after v2
* backend: insert missing `workflow_as_code_status` on completion
also insert `flow_status` from so we can remove the query when `_duration` is above 500
* backend: fix workflow_as_code after v2
* backend: add `workflow_as_code` worker test
2025-02-07 12:27:43 +01:00
Ruben Fiszel
f12d6e5d20
clarify migration lock message
2025-02-07 09:02:38 +01:00
HugoCasa
48e4ae6561
feat: serve static websites ( #5218 )
...
* feat: serve static websites
* nit
* sqlx
* nit
* nits
* nits
* nits
* nits
2025-02-06 17:38:12 +01:00
Lucas Abel
2478df52a5
backend: un-queue zombies left by missing row in v2_job_runtime ( #5232 )
2025-02-06 16:46:32 +01:00
Lucas Abel
d51c3080f7
backend: use v2 tables through views where possible (v2 phase 3) ( #5119 )
2025-02-06 12:43:24 +01:00
Lucas Abel
e0d99ab703
backend: check queries to queue and completed_job where possible (v2 phase 2) ( #5125 )
2025-02-06 12:39:32 +01:00
Lucas Abel
3e8e0c653e
backend: migrate job tables to v2 schema (v2 phase 1) ( #5084 )
2025-02-06 12:37:11 +01:00
Ruben Fiszel
a24ec45365
chore(main): release 1.457.1 ( #5211 )
...
* chore(main): release 1.457.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-06 10:13:22 +01:00
Ruben Fiszel
3b46af36e4
nit error handler
2025-02-05 16:57:27 +01:00
Ruben Fiszel
90ba65ae20
improve error messages for internal err
2025-02-05 16:32:01 +01:00
Ruben Fiszel
b09ff97872
chore(main): release 1.457.0 ( #5201 )
...
* chore(main): release 1.457.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-04 22:37:19 +01:00
HugoCasa
245c8719fc
feat: more AI models ( #5207 )
...
* feat: more AI models
* nits
* groq + openrouter
* nit
2025-02-04 22:17:30 +01:00
Ruben Fiszel
217522dc07
getting workspace encryption key only require admin privilege
2025-02-04 14:03:40 +01:00
Ruben Fiszel
fd0cd587bb
fix: timeout on list_user_usage after 300s
2025-02-03 19:11:29 +01:00
Ruben Fiszel
b0e3fda414
chore(main): release 1.456.0 ( #5193 )
...
* chore(main): release 1.456.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-01 14:49:46 +01:00
Ruben Fiszel
6d9edc8c2b
fix: only start smtp servers if email domain is set
2025-02-01 09:26:02 +01:00
Ruben Fiszel
0c4901f802
nit fix hub cache init on server
2025-02-01 08:55:44 +01:00
Ruben Fiszel
c397e99adc
chore(main): release 1.455.2 ( #5188 )
...
* chore(main): release 1.455.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-31 20:08:43 +01:00
pyranota
99b3308c56
Fix otel migration error ( #5189 )
...
* Fix otel migration error
1: error returned from database: duplicate key value violates unique constraint "global_settings_pkey"
0: while executing migration 20250131115248: error returned from database: duplicate key value violates unique constraint "global_settings_pkey"
* delete migration
* add .sqlx cache + move otel_global_settings to new location
* Fix compilation error
* Move before migrating
* Add error handler
* warn -> info
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-01-31 19:34:23 +01:00
Ruben Fiszel
0b0e5640d8
fix: improve history and saved inputs rever mechanism
2025-01-31 19:28:07 +01:00
Ruben Fiszel
9b6e464c5a
chore(main): release 1.455.1 ( #5185 )
...
* chore(main): release 1.455.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-31 14:42:53 +01:00
Ruben Fiszel
596969eac5
chore(main): release 1.455.0 ( #5178 )
...
* chore(main): release 1.455.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-31 13:56:40 +01:00
Ruben Fiszel
dc00a13501
use sync decrypt
2025-01-31 10:31:19 +01:00
Alexander Petric
8ba0f3addd
feat: duckdb connection settings with azure blob storage ( #5180 )
...
* feat: duckdb connection settings with azure blob storage
* fix main: remove unused import
2025-01-30 22:33:25 +01:00
Ruben Fiszel
60769e9ed3
improve cookie handling for cloud apps
2025-01-30 22:26:00 +01:00
Ruben Fiszel
997d3ffeb3
fix windmill.dev cookies
2025-01-30 21:39:46 +01:00
Ruben Fiszel
6c5a9238f0
chore(main): release 1.454.1 ( #5176 )
...
* chore(main): release 1.454.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-30 19:50:10 +01:00
Ruben Fiszel
4296315995
chore(main): release 1.454.0 ( #5174 )
...
* chore(main): release 1.454.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-30 18:35:22 +01:00
Ruben Fiszel
90ebbff3f4
chore(main): release 1.453.1 ( #5172 )
...
* chore(main): release 1.453.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-30 12:24:18 +01:00
Alexander Petric
03ad0385ad
improve audit aprovals ( #5161 )
...
* update audit log to track aproval and cancellation of job
* approval to resource field
* audit resource as json
* refactor aproval audit logs
* moving audit logs to worker_flow
* striping u/ from auditor name
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-01-30 09:13:44 +01:00
Ruben Fiszel
46458a5cef
chore(main): release 1.453.0 ( #5158 )
...
* chore(main): release 1.453.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-29 22:24:26 +01:00
HugoCasa
487c273bfb
feat: websocket trigger allow returning messages ( #5168 )
...
* feat: websocket trigger allow returning messages
* handle early return
2025-01-29 21:17:36 +01:00
HugoCasa
5d8260e90e
add single capture endpoint ( #5170 )
2025-01-29 18:13:10 +01:00
Ruben Fiszel
f3ef5105d3
clear cookies for cloud windmill.dev subdomains
2025-01-29 17:38:06 +01:00
HugoCasa
5544d42a2d
feat: custom response headers ( #5156 )
2025-01-28 15:06:20 +01:00
Ruben Fiszel
94848d42de
chore(main): release 1.452.1 ( #5153 )
...
* chore(main): release 1.452.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-28 00:19:17 +01:00
Ruben Fiszel
bf14434cdb
chore(main): release 1.452.0 ( #5152 )
...
* chore(main): release 1.452.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-27 23:51:26 +01:00
Alexander Petric
9fb92c8fc6
update audit log to track aproval and cancellation of job ( #5151 )
...
* update audit log to track aproval and cancellation of job
* approval to resource field
* audit resource as json
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-01-27 23:50:20 +01:00
dieriba
e0b6aa42a2
feat(postgres, trigger): support ssl ( #5149 )
...
* fix
* feat: support-ssl
* Update backend/windmill-api/src/postgres_triggers/trigger.rs
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* fix: match error
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-01-27 23:11:19 +01:00