Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: luno/workflow

Tags

v0.3.6

Toggle v0.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
kafakstreamer: Allow configurable config (#155)

* kafakstreamer: Allow configurable config

v0.3.5

Toggle v0.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update: Allow save and repeat for standard steps (#154)

* update: Allow save and repeat for standard steps

* add testing for testingRunStateController impl

* make skip types unexported

* panic if user uses internally reserved node values

v0.3.4

Toggle v0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
cron: Replace external dep with internal implementation (#151)

* cron: Replace external dep with internal implementation

* handle zero time return

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
filter: Add FilterTime (#145)

Co-authored-by: adrian <[email protected]>

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
workflow: Update to Go v1.24.2 (#130)

* workflow: Update to Go v1.24.2

* clean up and fix nit

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
adapters/sqlstore: Handle null meta for migrating users (#125)

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
workflow/record: Add metadata for debug and replication lag resilience (

#120)

* workflow/record: Add metadata for debug and replication lag resilience

* clean up

* clean up

* clean up

* clean up comment

* clean up

* update webui

* update webui

* update stack tracing

v0.2.7

Toggle v0.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
pause: Check current run state before pause retry (#111)

v0.2.6

Toggle v0.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
trigger: Remove need for specifying starting point (#107)

* trigger: Remove need for specifying starting point

* clean up

v0.2.5

Toggle v0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
recordstore/filter: Convert int64 param to any underlying int variati…

…on (#90)

* recordstore/filter: Change from int param to any underlying int (variations) type

* add int8 and int16