Ruben Fiszel
eae96274e3
add identity job_kind to openapi
2022-10-24 14:51:25 +02:00
Ruben Fiszel
02f4113234
add resume_id to job_resume + add identity module
2022-10-24 14:48:28 +02:00
Ruben Fiszel
3ad64ba6eb
fix get_suspended_job_flow module finding
2022-10-24 10:37:21 +02:00
Ruben Fiszel
da71358090
fix get_suspended_job_flow
2022-10-24 10:18:23 +02:00
Ruben Fiszel
53593f41c5
only load script content if path change
2022-10-24 10:12:38 +02:00
Ruben Fiszel
1353c7b8da
chore(main): release 1.41.0 ( #795 )
...
* chore(main): release 1.41.0
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-10-24 02:38:12 +02:00
Ruben Fiszel
e642627bf7
better tooltips
2022-10-24 02:32:01 +02:00
Ruben Fiszel
77c114f037
fix(deno-client): add approver
2022-10-24 02:24:44 +02:00
Ruben Fiszel
7a4bcd98f6
feat: add approver to approval step
2022-10-24 01:50:39 +02:00
Ruben Fiszel
dfc587b812
fix: approval pages now require no auth
2022-10-23 15:50:36 +02:00
Ruben Fiszel
b942f0b603
chore(main): release 1.40.1 ( #794 )
...
* chore(main): release 1.40.1
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-10-22 16:21:10 +02:00
Jakub Kołodziejczak
ec8d742432
fix(deno-client): fix build.sh to have reproducible builds ( #793 )
2022-10-22 16:19:31 +02:00
Jakub Kołodziejczak
5f8ba50800
ci(deno-client): fix build.sh to have reproducible builds ( #792 )
2022-10-22 16:01:50 +02:00
Ruben Fiszel
81549837ba
chore(main): release 1.40.0 ( #780 )
...
* chore(main): release 1.40.0
* Update CHANGELOG.md
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-10-22 14:06:23 +02:00
Jakub Kołodziejczak
759425bbac
feat(deno-client): improve docs by extending function signatures ( #791 )
...
> as a windmill script developer I want to know what type/data structure is returned from the windmill sdk
2022-10-22 14:04:38 +02:00
Ruben Fiszel
a9359dada7
fix: improve approval flow with approval page
2022-10-22 13:55:12 +02:00
Ruben Fiszel
f8fce1fa78
fix send tx for kill
2022-10-22 00:34:36 +02:00
Ruben Fiszel
fb572e3279
nit wording
2022-10-21 23:54:27 +02:00
Ruben Fiszel
960b701cf6
feat(backend): propagate cancel instantly to all flow jobs if any
2022-10-21 22:01:07 +02:00
Ruben Fiszel
68a0376fc3
feat(backend): propagate cancel instantly to all flow jobs if any
2022-10-21 22:00:52 +02:00
Ruben Fiszel
de96d35aff
clean up the new script page
2022-10-21 21:33:56 +02:00
Ruben Fiszel
725e354dd8
nit pickable buttons for flows
2022-10-21 21:20:01 +02:00
Ruben Fiszel
961588d300
nit pickable buttons for flows
2022-10-21 20:43:09 +02:00
Ruben Fiszel
7459c673f8
nit do not disable forloop on subsequent steps
2022-10-21 20:34:04 +02:00
Ruben Fiszel
c0da13320c
nit escape on contentPreview
2022-10-21 20:01:20 +02:00
Ruben Fiszel
a9bf7a4835
fix import script from hub
2022-10-21 19:43:53 +02:00
Ruben Fiszel
26cd5ec6f2
fix import script from hub
2022-10-21 19:38:33 +02:00
Ruben Fiszel
8c2bc1a00b
simplify script picker menu for flows
2022-10-21 19:02:00 +02:00
Ruben Fiszel
b57da4a25a
fix(frontend): rework te new script page
2022-10-21 14:25:21 +02:00
Ruben Fiszel
545c07b0f2
fix: only create a schedule after flow change if schedule is enabled
2022-10-21 13:33:44 +02:00
Kai Jellinghaus
93b1432625
fix(backend): avoid mem leak on interval #786
2022-10-21 12:15:03 +02:00
Ruben Fiszel
3b0a86676c
fix z-index of menu
2022-10-21 08:48:24 +02:00
Ruben Fiszel
6d4d8e2d64
feat: support running and publishing go, python scripts to the hub ( #779 )
2022-10-20 20:16:08 +02:00
Ruben Fiszel
71a75a57b6
chore(main): release 1.39.0 ( #747 )
...
* chore(main): release 1.39.0
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-10-20 16:38:34 +02:00
Ruben Fiszel
655ad7be4f
fix(deno-client): error handling for getInternalState
2022-10-20 16:36:09 +02:00
Kai Jellinghaus
9ab54b440a
Bench improvements ( #774 )
...
* Fix trailing / in host URL
* Allow continous run with throughput
* Fix whitespace
2022-10-20 07:41:33 +02:00
Kai Jellinghaus
438563d5ea
Add more tracing ( #773 )
2022-10-20 07:40:58 +02:00
Kai Jellinghaus
1537a1b756
Cargo config improvements ( #775 )
...
* Move cargo config to correct location
* Add --no-rosegment to build params.
This helps with stack traces, and is necessary for some profilers.
2022-10-20 07:38:49 +02:00
Ruben Fiszel
491e808fe2
feat(frontend): publish script of any lang to hub
2022-10-19 23:50:02 +02:00
Kai Jellinghaus
bce59a197e
More Metrics ( #735 )
...
* Expose Worker Tokio Metrics
* Add metrics tracking the job queue
This can be used to (approximate) the queue length
This can be used to (approximate) the running jobs
* Remove testing code
* Rename metrics to exclude TOTAL_
* Sleep in worker metrics loop
* Add jobs_executed
* Add zombie job metrics
* Add uptime metric
* Fix metric naming
* Remove poll stats
* unify worker execution metrics
* Rename jobs_* metrics
* Rename metrics to match exposed name
* Remove leftover import
* Rename variables to match further
* Fix Merge error
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2022-10-19 10:15:42 +02:00
Ruben Fiszel
d2fd81e542
remove erronous pull created_by
2022-10-19 04:10:41 +02:00
Ruben Fiszel
dd33179d70
make get job more reliable
2022-10-19 03:54:41 +02:00
Ruben Fiszel
e67a49d9fb
nits
2022-10-19 03:41:56 +02:00
Ruben Fiszel
b728041770
nits
2022-10-19 03:41:56 +02:00
Ruben Fiszel
d1657383c7
feat(backend): atomic moving queue -> complete and delete ( #771 )
...
* feat(backend): atomic move to queue + delete
* fix
* fix
* fix
* fix
2022-10-19 03:16:15 +02:00
Ruben Fiszel
5c5c9fbd78
migrating benchmark to deno client 1.38.5
2022-10-18 23:16:58 +02:00
Ruben Fiszel
126b33e1a8
show options
2022-10-18 22:08:37 +02:00
Ruben Fiszel
b9ce158357
fix benchmarks
2022-10-18 21:19:37 +02:00
Ruben Fiszel
c5e6607e5f
little benchmark console feedback
2022-10-18 20:42:16 +02:00
Ruben Fiszel
8aa4c7691b
fix(backend): reschedule flow at first step end ( #746 )
...
* fix(backend): reschedule flow at first step end
* fix
* fix
* fix
* fix
* sqlx prepare
2022-10-18 17:06:39 +02:00