Ruben Fiszel
a1966427e8
feat: introduce draft for flows
2023-05-01 09:31:22 +02:00
Ruben Fiszel
5d64185152
fix flow update update schedules
2023-04-30 16:18:43 +02:00
Ruben Fiszel
88e37fe0be
feat: introduce backend persisted draft systems for scripts
2023-04-30 15:56:52 +02:00
Ruben Fiszel
324d4f5e9e
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
c164c0ff29
fix stale comment
2023-04-27 07:42:40 +02:00
Ruben Fiszel
4387db275f
fix run_wait_result polling + make it configurable
2023-04-27 07:35:53 +02:00
Ruben Fiszel
0b7bad3816
feat(backend): add JOB_RETENTION_SECS to delete completed jobs completed after expiration period
2023-04-26 19:34:54 +02:00
Ruben Fiszel
79f46d08ac
improve run_wait_result latency
2023-04-26 17:56:39 +02:00
Ruben Fiszel
4a34e83b56
minor worker tags nit
2023-04-26 01:54:09 +02:00
Ruben Fiszel
722783f7f6
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
3d031c7017
feat(backend): only run fully deployed scripts
2023-04-21 12:49:47 +02:00
Ruben Fiszel
f67062f150
fix owner permission for admins
2023-04-20 20:52:00 +02:00
Ruben Fiszel
9e1e9a8d3a
rework ownership permissions
2023-04-15 23:03:16 +02:00
Ruben Fiszel
11b9c8fadb
do a test run on first iteration
2023-04-13 21:54:42 +02:00
Ruben Fiszel
5c36ca8763
improve saved inputs
2023-04-13 18:32:08 +02:00
Ruben Fiszel
34f48aa1e3
split worker.rs into more files
2023-04-13 17:44:47 +02:00
Oliver Veal
92a293488e
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
d45e6c94ab
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
f2d3c8208b
feat(backend): add instance events webhook
2023-04-11 01:45:56 +02:00
Ruben Fiszel
3097510550
only register prometheus metrics if they are enabled
2023-04-09 15:39:25 +02:00
Ruben Fiszel
0c0b2d88cc
deno optimization v0
2023-04-09 14:10:56 +02:00
Ruben Fiszel
facb67093c
feat(python): cache dependency resolution
2023-04-08 23:25:46 +02:00
Ruben Fiszel
7675f08b7b
feat(frontend): add impersonate api + local resolution of import by lsp v0
2023-04-07 22:54:55 +02:00
Ruben Fiszel
8a594a89ad
fix(backend): allow cors
2023-04-05 20:36:01 +02:00
Oliver Veal
17176bb8d1
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
7f9050b285
feat(backend): lowercase all emails in relevant endpoints ( #1361 )
...
* all
* also modify invite_user
2023-04-05 11:36:17 +02:00
Ruben Fiszel
b86ca29fde
fix polar handling
2023-04-04 14:25:27 +02:00
Ruben Fiszel
15c75d9d00
feat(backend): add GET endpoint to trigger scripts
2023-04-04 13:56:55 +02:00
Ruben Fiszel
096bf2022c
kill the background bucket sync if necessary
2023-04-04 11:33:07 +02:00
Ruben Fiszel
4f7c45118b
remove backend warnings & fix test
2023-04-02 13:56:16 +02:00
Ruben Fiszel
d4927cf757
signatures that cannot be parsed return 200
2023-04-02 12:47:38 +02:00
Ruben Fiszel
492f22526a
refresh folders more aggressively in case a non non just created one
2023-04-02 12:08:52 +02:00
Ruben Fiszel
018b051781
feat: add local cache for folder path used + invalidate cache on folder creation
2023-04-01 19:17:29 +02:00
Ruben Fiszel
2e7871439a
consistent sort + minor nits
2023-03-30 17:27:21 +02:00
Ruben Fiszel
7fc97e274e
only decrypt secret value
2023-03-30 07:58:51 +02:00
Ruben Fiszel
8b80b3cb74
fix cancel job
2023-03-30 01:20:54 +02:00
Ruben Fiszel
fbe5c18da0
feat: add force cancel
2023-03-30 00:42:13 +02:00
Ruben Fiszel
98d51e219d
fix(cli): add --plain-secrets
2023-03-28 22:46:43 +02:00
Ruben Fiszel
e40f16c969
minor backend fixes
2023-03-27 22:57:29 +02:00
Ruben Fiszel
6764c519b2
add more sanity checks to api
2023-03-27 21:07:34 +02:00
Ruben Fiszel
9ab087a20c
make cancel api an optauthed
2023-03-25 08:39:56 +01:00
Ruben Fiszel
4dc00c2587
improve require super_admin check error
2023-03-24 14:55:56 +01:00
Ruben Fiszel
45c52f7723
make superadmin_secret work also for apis
2023-03-24 14:53:28 +01:00
Ruben Fiszel
70a7089352
make superadmin_email permission be inherited by ephemeral tokens
2023-03-24 13:22:56 +01:00
Ruben Fiszel
99ec12e10c
various minor fixes
2023-03-15 23:31:35 +01:00
Ruben Fiszel
183a4591df
fix(backend): whitelist for include_header was ignored in some cases
2023-03-14 23:47:57 +01:00
Ruben Fiszel
c958480ce8
fix(backend): improve worker ping api
2023-03-13 20:28:11 +01:00
Ruben Fiszel
f0b1b1f752
feat(frontend): add frontend (JS) scripts to apps
2023-03-13 19:29:35 +01:00
Ruben Fiszel
ce323709a9
fix(cli): many small fixes
2023-03-11 20:16:56 +01:00
Ruben Fiszel
61a5e1f1ac
feat(frontend): make runs filters synced with query args
2023-03-11 17:13:49 +01:00