Ruben Fiszel
79ea3fae66
bun fixes
2023-07-06 22:29:00 +02:00
Ruben Fiszel
acd6a019c3
select + drawer fix + explicit hash
2023-07-05 10:01:07 +02:00
Ruben Fiszel
41213a61aa
feat: native fetch + native postgresql jobs ( #1796 )
...
* push
* test
* test
* done
* fix
* modify script lang enum
* fix tests
* update wasm
* fix tests
2023-07-04 19:39:59 +02:00
Ruben Fiszel
663e2148ac
feat: smtp support to invite users ( #1777 )
...
* email support
* everyhting
* smtp
* update
* update
* update
* setup backend test
2023-06-29 10:34:44 +02:00
Ruben Fiszel
01a5ae940f
add proto postgresql backend support as a job language
2023-06-26 18:23:14 +02:00
Ruben Fiszel
6ddc434357
feat: cancel non-yet-running jobs and rework force cancellation
2023-06-25 18:02:00 +02:00
Ruben Fiszel
5cc75ac597
add proto native http, psql, graphql jobs in backend
2023-06-23 12:42:01 +02:00
Ruben Fiszel
31aee89af8
feat: add update checker on version info
2023-06-22 18:12:45 +02:00
Ruben Fiszel
734f75d493
feat: step mocking for flows
2023-06-22 12:01:08 +02:00
Ruben Fiszel
eab70dcd35
feat: add schema form to approval steps
2023-06-20 11:59:13 +02:00
Ruben Fiszel
768d44b55b
feat: remove the need for BASE_INTERNAL_URL
2023-06-12 12:00:42 +02:00
Ruben Fiszel
8c47957a02
feat: support custom env variables ( #1675 )
...
* custom envs
* feat: custom envs
* only on non cloud
* remove unecessary imports
2023-06-05 17:42:57 +02:00
Ruben Fiszel
027fa6ff09
feat: add cache as a primitive for flows ( #1671 )
...
* feat: add cache as a primitive for flows
* fix failure module
2023-06-04 14:39:10 +02:00
Ruben Fiszel
c3f57e95e9
make to_i64 more resilient and clearer error message on client setup
2023-06-01 17:15:37 +02:00
Ruben Fiszel
c93393d5c0
feat: schedule error handler ( #1636 )
...
* handleError
* revert
* all
2023-05-23 20:25:41 +02:00
Ruben Fiszel
c2666f7d7c
feat(backend): add windmill_status_code to run_wait_result
2023-05-09 02:46:53 +02:00
Ruben Fiszel
73c5a7473d
feat: add drafts for apps
2023-05-01 18:13:57 +02:00
Ruben Fiszel
8d3416e525
feat: introduce draft for flows
2023-05-01 09:31:22 +02:00
Ruben Fiszel
ec89b656b6
feat: introduce backend persisted draft systems for scripts
2023-04-30 15:56:52 +02:00
Ruben Fiszel
e21208de31
feat(backend): add EXIT_AFTER_NO_JOB_FOR_SECS for ephemeral workers
2023-04-28 00:09:48 +02:00
Ruben Fiszel
1764c4114e
feat(backend): expose tag in the job ( #1486 )
...
* fix
* update tag
* update tag
* update tag
* fix
2023-04-27 19:09:53 +02:00
Ruben Fiszel
2d62ced3a5
fix script in schedule should use latest hash
2023-04-27 18:03:12 +02:00
Ruben Fiszel
02ba82064f
feat(backend): worker groups ( #1452 )
...
* tagged scripts
* tagged scripts
* fix
* fix
* fix
* all
* update sqlx
2023-04-23 16:57:23 +02:00
Ruben Fiszel
1ba0e24155
feat(backend): only run fully deployed scripts
2023-04-21 12:49:47 +02:00
Ruben Fiszel
f0b939cd3a
add barrier when num workers > 1
2023-04-19 17:00:03 +02:00
Ruben Fiszel
26c7e9e8c3
add barrier when num workers > 1
2023-04-19 12:46:25 +02:00
Ruben Fiszel
c2b66fef4f
do a test run on first iteration
2023-04-13 21:54:42 +02:00
Ruben Fiszel
be41e45130
split worker.rs into more files
2023-04-13 17:44:47 +02:00
Oliver Veal
4e74266761
feat: inputs library on run page
...
* display previous script inputs on script run page
* parallelise loading
* parallelise loading
* also working for flows
* separate endpoints for scripts and flows
* Splitpanes and Saved Inputs (UI)
* Saved inputs API endpoints
* Editable Input name
* Narrow width styling
* feat(frontend): Add a toggle to open the saved inputs (#1401 )
* feat(frontend): Add a toggle to open the saved inputs
* feat(frontend): Add a toggle to open the saved inputs
* feat(frontend): Move toggle
* update all
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com >
2023-04-12 17:29:06 +02:00
Kai Jellinghaus
63102b036c
feat(backend): Redis based queue ( #1324 )
...
* Merge?
* Fix V8 breaking change
* WIP
* WIP
* Cleanup
* Move to git reference
* Fix Merge conflict
* update
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2023-04-11 12:24:13 +02:00
Ruben Fiszel
621bb282af
improve metrics
2023-04-10 11:53:32 +02:00
Ruben Fiszel
bbb6a15da7
only register prometheus metrics if they are enabled
2023-04-09 15:39:25 +02:00
Ruben Fiszel
130ddbbf85
feat(python): cache dependency resolution
2023-04-08 23:25:46 +02:00
Oliver Veal
0b444ce395
feat: improved cron/schedule editor ( #1362 )
...
* basic cron schedule editing ui
* schedules run in a user-specified timezone
* fix other uses of CronInput component
* use now() from database to schedule next job
* offset -> IANA timezone conversion on db migration
* sqlx ci
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2023-04-05 16:37:24 +02:00
Ruben Fiszel
b64c9f6569
feat(backend): add /ready endpoint for workers
2023-04-05 10:34:25 +02:00
Ruben Fiszel
77079b4b68
consistent sort + minor nits
2023-03-30 17:27:21 +02:00
Ruben Fiszel
2b413dd6ab
feat: add force cancel
2023-03-30 00:42:13 +02:00
Ruben Fiszel
5aa0be8112
make superadmin_email permission be inherited by ephemeral tokens
2023-03-24 13:22:56 +01:00
Ruben Fiszel
8a848c9e0d
fix(cli): many small fixes
2023-03-11 20:16:56 +01:00
Ruben Fiszel
0263c20a5b
introduce root_job and leaf_jobs for efficient result_by_id
2023-03-03 12:44:44 +01:00
Ruben Fiszel
937546c54c
fix(cli): add --fail-conflicts to ci push
2023-02-22 21:00:48 +01:00
Ruben Fiszel
d1be3192ea
remove references to starter workspace'
2023-02-22 13:56:24 +01:00
Ruben Fiszel
69d4a23b4f
send a webhook on new user + lazy static refactor ( #1203 )
...
* supercharge
* supercharge
* progress
* progress
* display config
* display config
* display config
* display config
* fix extensions
* fix build
* disable nsjail = false for test
2023-02-15 10:59:50 +01:00
Ruben Fiszel
7276244d68
improve cancel approval error message
2023-01-24 12:11:39 +01:00
Ruben Fiszel
bcad6a34fb
handle empty flow module input transforms
2023-01-19 12:22:37 +01:00
Ruben Fiszel
49aeed88fa
fix permissioned_as from username
2023-01-17 12:49:24 +01:00
Ruben Fiszel
e216ea44e5
all
2023-01-17 08:09:46 +01:00
Ruben Fiszel
bb4ca8c99f
playwright against uffizzi ( #1109 )
...
* all
* fix perms
* move build to depot
* login
* revert to docker build
* revert to docker build
* fix playwright
2023-01-16 18:01:45 +01:00
Ruben Fiszel
c7f6b1870e
update axum
2023-01-11 08:19:20 +01:00
Ruben Fiszel
1e10057a42
make app public page not require login at all
2023-01-02 13:02:45 +01:00