HugoCasa
54cd5ce569
feat: workspace error handler ( #1799 )
...
* feat: add workspace error handler
* feat: run error handler as group
* fix: handler picker initial path
* fix(backend): separate global / workspace handlers
* fix(frontend): error handler picker tab change
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2023-07-06 21:43:15 +02:00
Ruben Fiszel
2f8fd060e6
select + drawer fix + explicit hash
2023-07-05 10:01:27 +02:00
Ruben Fiszel
c669e9940b
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
7851e932ec
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
03da1f34f2
add proto postgresql backend support as a job language
2023-06-26 18:23:14 +02:00
Ruben Fiszel
ee8f0e8def
improve support for native http handling
2023-06-25 20:00:27 +02:00
Ruben Fiszel
6dabc93389
fix: make postgresql attempt to create users regardless of if superadmin or not
2023-06-19 16:06:52 +02:00
Ruben Fiszel
ac1a432bb9
feat: dev/staging/prod and deploy from web ( #1733 )
2023-06-17 13:57:04 +02:00
Ruben Fiszel
98e1fdd898
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
8c33599663
feat(backend): webhook specific tokens
2023-05-29 23:39:50 +02:00
Ruben Fiszel
f32a913506
update all_runnables
2023-05-27 17:22:56 +02:00
Ruben Fiszel
f20536db19
update hub sync cli version
2023-05-27 15:07:21 +02:00
Ruben Fiszel
7201045789
fix migration break
2023-05-25 11:07:54 +02:00
Ruben Fiszel
d892ca56b7
fix(cli): fix hub pull
2023-05-24 18:31:28 +02:00
Ruben Fiszel
1a0605d228
update cli sync script
2023-05-24 15:46:58 +02:00
Ruben Fiszel
3819349c3d
overwrite buggy migration 3
2023-05-24 10:56:24 +02:00
Ruben Fiszel
77556a88f9
overwrite buggy migration 2
2023-05-24 10:52:54 +02:00
Ruben Fiszel
81f39e77f5
fix buggy migration 2
2023-05-24 10:52:12 +02:00
Ruben Fiszel
c3083fceda
overwrite buggy migration
2023-05-24 10:44:10 +02:00
Ruben Fiszel
eda5405208
remove demo and starter if empty
2023-05-24 10:10:46 +02:00
Ruben Fiszel
34048f9ea6
feat: schedule error handler ( #1636 )
...
* handleError
* revert
* all
2023-05-23 20:25:41 +02:00
Ruben Fiszel
d9968f62f5
fix capture payload too big check typo
2023-05-16 16:17:26 +02:00
Ruben Fiszel
c7c564aec0
increase payload size from 10kb to 512kb for capture endpoint
2023-05-16 16:10:28 +02:00
Ruben Fiszel
4644e9b03a
add rls raw up migration
2023-05-16 13:02:29 +02:00
Ruben Fiszel
178ed6f426
fix: update setup step
2023-05-12 23:47:39 +02:00
Ruben Fiszel
df5f984477
app jsonb to json to preserve order for drafts too
2023-05-10 12:42:11 +02:00
Ruben Fiszel
bb8ddfc7a1
app jsonb to json to preserve order
2023-05-10 12:21:57 +02:00
Ruben Fiszel
c62670f735
fix(backend): grant all on raw_app
2023-05-09 15:02:04 +02:00
Ruben Fiszel
13242abff1
feat: add support for full fleged apps (react, svelte, vue) ( #1536 )
...
* add react support
* use whoami
* update
* update
* update
* create react app
* all
* sqlx
2023-05-08 19:10:45 +02:00
Ruben Fiszel
88e37fe0be
feat: introduce backend persisted draft systems for scripts
2023-04-30 15:56:52 +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
d049a13f3c
fix grant for input table
2023-04-14 18:34:41 +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
Ruben Fiszel
facb67093c
feat(python): cache dependency resolution
2023-04-08 23:25:46 +02:00
Ruben Fiszel
eff61bb8d3
fix(backend): allow longer name/company
2023-04-05 22:01:18 +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
e40f16c969
minor backend fixes
2023-03-27 22:57:29 +02:00
Ruben Fiszel
201aa6d088
improve app setup
2023-03-27 15:24:13 +02:00
Ruben Fiszel
58300eb6ac
introduce root_job and leaf_jobs for efficient result_by_id
2023-03-03 12:44:44 +01:00
Ruben Fiszel
0bf6f23c9e
fix setup app to use updated version of the CLI
2023-02-27 14:16:57 +01:00
Ruben Fiszel
e56869092a
feat(backend): use counter for sleep/execution/pull durations
2023-02-27 12:00:32 +01:00
Ruben Fiszel
d38aff2fe2
fix: app setup and sync now uses 1.69.3
2023-02-26 14:09:16 +01:00
Ruben Fiszel
6eecae6857
chore(main): release 1.63.1 ( #1202 )
...
* chore(main): release 1.63.1
* update versions
* fix change versions
* fix change versions
* Apply automatic changes
* update base64
* fix versions
* improve app setup
* improve app setup
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-02-14 15:54:25 +01:00
Ruben Fiszel
03eb1444c4
fix: update hub sync script
2023-02-14 15:00:10 +01:00
Ruben Fiszel
b835c58427
implement goto for app buttons
2023-02-14 03:33:08 +01:00
Ruben Fiszel
3474cd0687
fix initialization app
2023-02-13 17:18:01 +01:00
Kai Jellinghaus
69001bd61a
Setup Experience ( #1194 )
...
* Squash
* Update SQLX
2023-02-13 02:32:29 +01:00
Ruben Fiszel
f584062f13
feat: add mem peak info
2023-02-04 20:26:15 +01:00
Kai Jellinghaus
b9ac60f8bb
feat: Add workspace webhook ( #1158 )
...
* Add workspace webhook
* Update SQLX
* Add webhook request histogram
* Move workspace webhook retrieval OOP
* Add removal to frontend, cache removed webhooks
* Remove WebhookUtil
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2023-02-03 19:50:18 +01:00
Ruben Fiszel
d663884a99
more folders permission
2023-01-31 16:01:13 +01:00