Skip to content

Tags: nuonco/nuon

Tags

v0.19.946

Toggle v0.19.946's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: readme endpoints format docs (#1351)

v0.19.945

Toggle v0.19.945's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(ui): added autoprefixer back (#1349)

chore(ui): added autoprefixer back, fixed issue with workflow extra step loading

Signed-off-by: Nat Hamilton <info@nathamilton.com>

v0.19.944

Toggle v0.19.944's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: ANY -> IN for stale reap (#1346)

* chore: max inflight

* fix: ANY -> IN for stale reap

v0.19.943

Toggle v0.19.943's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: max inflight (#1344)

chore: max inflight

v0.19.942

Toggle v0.19.942's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
fix: Do not terminate CronTicker abruptly while parent workflow closes (

#1343)

* fix: Do not terminate CronTicker abruptly while parent workflow closes

The default parent close policy is to terminate. In case of Emitter and
CronTicker, this will abruptly terminate the CronTicker, in the worst case
causing a signal to be written to DB, but not enqueued.

This kind of signal can block an entire emitter, as we wait for the previous
Signal to start before enqueuing a new one.

Signed-off-by: Prem Saraswat <prem@nuon.co>

* fix: reduce jitter window for cron emitter (#1342)

cron emitters are triggered every min, having one min jitter window
gives time to recover the run itself

---------

Signed-off-by: Prem Saraswat <prem@nuon.co>
Co-authored-by: Somesh Koli <somesh@nuon.co>

v0.19.941

Toggle v0.19.941's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: promote handler changes (#1341)

v0.19.940

Toggle v0.19.940's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Update comment to be more clear (#1338)

Update comment to be more clear

Signed-off-by: Prem Saraswat <prem@nuon.co>

v0.19.939

Toggle v0.19.939's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: readme details endpoints (#1332)

Co-authored-by: nuonbot <bot@nuon.co>

v0.19.938

Toggle v0.19.938's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: trigger a promotion (#1333)

v0.19.936

Toggle v0.19.936's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: admin endpoints + queue cleanup (#1322)

* fix: runner shutdown

* chore: update