Ruben Fiszel
133a661d88
chore(main): release 1.38.1 ( #734 )
...
* chore(main): release 1.38.1
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-10-15 08:49:34 +02:00
Ruben Fiszel
8a0a3d84ca
chore(main): release 1.38.0 ( #700 )
...
* chore(main): release 1.38.0
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-10-14 20:06:04 +02:00
Ruben Fiszel
b7b5445874
add go-client mvp + stabilize openapi ( #732 )
2022-10-14 16:26:51 +02:00
Ruben Fiszel
c82004de00
feat: secure suspended resume event + configurable timeout ( #721 )
...
* fix suspend count for early message + delete resume_job
* all
* done everything
* done everything
2022-10-11 22:55:14 +02:00
Ruben Fiszel
0356384d4a
add failed_jobs to retrystatus
2022-10-10 13:41:07 +02:00
Ruben Fiszel
45a563566e
specify branch_chosen in openflow
2022-10-10 12:59:16 +02:00
Ruben Fiszel
b87b03a673
feat(backend): implement new OpenFlow module Branches ( #692 )
...
* branches
* iterate
* branches
* progress
* progress
* progress
* done
* adapt frontend
* adapt frontend
* sqlx
2022-10-09 23:12:05 +02:00
Ruben Fiszel
98bcd8a74d
chore(main): release 1.37.0 ( #659 )
...
* chore(main): release 1.37.0
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-10-08 13:32:28 +02:00
Ruben Fiszel
a229e6f488
feat: sleep for arbitrary number of seconds statically or with a javascript expression ( #691 )
...
* progress
* progress
* fix serde
* fix frontend
* fix frontend
2022-10-07 04:09:32 +02:00
Ruben Fiszel
849842e9c6
feat: implement same_worker openflow attribute for running flow all in one go + sharing folder /shared ( #689 )
...
* init
* progress
* all
* sqlx
* remove unecessary test
* done
* frontend
* frontend
2022-10-06 04:59:09 +02:00
Ruben Fiszel
4729cc8cc3
progress
2022-10-04 08:40:01 +02:00
Ruben Fiszel
71f6bed5d8
progress
2022-10-04 08:40:01 +02:00
Ruben Fiszel
53b69553a2
chore(main): release 1.36.0 ( #521 )
...
* chore(main): release 1.36.0
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-10-02 06:08:39 +02:00
sqwishy
a4a583f4e3
feat(backend): flow suspend resume ( #522 )
...
Flow observes `suspend` setting and will wait for resume messages sent for the job before continuing to the next step in a flow.
Adds endpoints under workspaces at `/jobs/<cancel|resume>/<job-uuid>` to either cancel or resume the job with a payload. For POST requests to the endpoint, payload is a JSON document. For GET requests to the endpoints, the payload is a base64url encoded JSON document as the value of the payload query parameter.
2022-09-14 11:46:57 -07:00
Ruben Fiszel
9d991f968c
feat: implement go support ( #571 )
...
* progress
* progress
* all in one
* frontend
* small nits
* go job test
* go.sum is optional
* add golang-go to backend test image
Co-authored-by: sqwishy <somebody@froghat.ca >
2022-09-13 21:14:21 +02:00
sqwishy
afd18c44b9
flow step retry feature ( #493 )
...
* flow step retry feature
* comparison constant on right side for clarity
* raise high retry values when starting a flow
also renamed duration to interval to be more specific about the retry
interval/period between tries or attempts
* add flow retry to openflow openapi
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2022-09-03 20:38:31 +02:00
Ruben Fiszel
f61e882cb6
chore(main): release 1.35.0 ( #457 )
...
* chore(main): release 1.35.0
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-09-02 10:38:25 +02:00
Ruben Fiszel
2f4410c69d
skipped_if_stopped -> skip_if_stopped
2022-09-02 09:06:40 +02:00
Ruben Fiszel
1d873d5bd5
feat: clean openflow spec v1 ( #491 )
...
* clean api 2
* the rest
* clean tests
* stop_after_if test
* unbox `modules: Vec<FlowModule>` in `ForloopFlow`
* migrate
* initFlow stop_after_if_expr and skip_if_stopped
* s/migrateInitTransform/migrateFlowModule
I didn't read the name before... oops
* sql migration for openflow changes
* fix frontend migration code
Co-authored-by: sqwishy <somebody@froghat.ca >
2022-09-02 01:26:39 +02:00
Ruben Fiszel
635e2e1a84
chore(main): release 1.34.0 ( #456 )
...
* chore(main): release 1.34.0
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-08-21 22:09:23 +02:00
Ruben Fiszel
2782e1c60d
chore(main): release 1.33.0 ( #455 )
...
* chore(main): release 1.33.0
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-08-21 17:21:54 +02:00
Ruben Fiszel
52a5cb31a1
chore(main): release 1.32.0 ( #444 )
...
* chore(main): release 1.32.0
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-08-21 14:10:42 +02:00
Ruben Fiszel
adb3e80b5d
chore(main): release 1.31.0 ( #405 )
...
* chore(main): release 1.31.0
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-08-17 12:05:43 +02:00
Ruben Fiszel
df5edbbe47
chore(main): release 1.30.0 ( #399 )
...
* chore(main): release 1.30.0
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-08-14 10:26:43 +02:00
Ruben Fiszel
60ecf368bf
chore(main): release 1.29.0 ( #347 )
...
* chore(main): release 1.29.0
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-08-10 03:16:21 +02:00
Ruben Fiszel
feeaf5d963
add summary field for modules
2022-08-06 23:37:17 +02:00
Ruben Fiszel
8b4ca5bb12
chore(main): release 1.28.1 ( #342 )
...
* chore(main): release 1.28.1
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-08-05 17:17:02 +02:00
Ruben Fiszel
570ec5a2a2
chore(main): release 1.28.0 ( #323 )
...
* chore(main): release 1.28.0
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-08-05 01:53:57 +02:00
Ruben Fiszel
a5d697b69a
chore(main): release 1.27.2 ( #322 )
...
* chore(main): release 1.27.2
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-08-02 18:40:33 +02:00
Ruben Fiszel
117851b9d1
chore(main): release 1.27.1 ( #321 )
...
* chore(main): release 1.27.1
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-08-02 17:31:42 +02:00
Ruben Fiszel
8529695344
chore(main): release 1.26.3 ( #294 )
...
* chore(main): release 1.26.3
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-08-01 16:53:18 +02:00
Ruben Fiszel
c46ef5d79a
chore(main): release 1.26.2 ( #293 )
...
* chore(main): release 1.26.2
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-07-31 16:42:00 +02:00
Ruben Fiszel
f9240488af
fix: deno api generator now supports openflow
2022-07-31 16:39:39 +02:00
Ruben Fiszel
cd4563d34b
chore(main): release 1.26.1 ( #292 )
...
* chore(main): release 1.26.1
* Apply automatic changes
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2022-07-31 16:20:41 +02:00
Ruben Fiszel
f8171af6f0
clean further the openapi InputTransform
2022-07-31 11:23:21 +02:00
Ruben Fiszel
2a0d70dcbc
change openflow encoding for more proper oneOf + fix all from svelte:check
2022-07-31 01:20:52 +02:00
Ruben Fiszel
c4ea52b4c3
Put openflow.openapi.yaml at root for visibility #290
2022-07-30 20:10:45 +02:00