Skip to content

Tags: richscott/armada

Tags

v0.3.14

Toggle v0.3.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert "Timeout read call in Armada C# client" (armadaproject#1019)

* Revert "Timeout read call in Armada C# client (armadaproject#979)"

This reverts commit c39819b.

* Update config.yml

v0.3.13

Toggle v0.3.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Round negative priorities to 0 (armadaproject#1014)

* Round negative priorities to 0

* Removed file commited by mistake

v0.3.12

Toggle v0.3.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve gRPC errors and limit size of returned errors (armadaproject#…

…1008)

* Enable armadaerrors interceptors

* Limit error message size returned to users

* Fix index out of bounds, return full error text

* Bump error char limit to 2000

* Fix tests

* Fix tests

v0.3.11

Toggle v0.3.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Better show errors when Pulsar Send fails (armadaproject#1004)

* use async sends, show proper error

* review comments

v0.3.10

Toggle v0.3.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Better show errors when Pulsar Send fails (armadaproject#1004)

* use async sends, show proper error

* review comments

v0.3.9

Toggle v0.3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Avoid generating sequences with no events, generate legacy runId on f…

…ailed API message if necessary (armadaproject#1001)

* Comments

* Ignore sequences with 0 events, add legacy runId if missing from failed message

* Typo

v0.3.8

Toggle v0.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Optimised flow to submit API events to Pulsar (armadaproject#982)

* Add optimized code for submitting several API events to Pulsar

* Add optimized code for submitting several API events to Pulsar

* Use optimized code to submit several API events

* Refactoring

* Remove unused code

* Send SubmitApiEvents Pulsar messages async.

v0.3.7

Toggle v0.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert "Improve Watch in dotnet client to handle network failures bet…

…ter (armadaproject#953)" (armadaproject#977)

This reverts commit 1156a4b.

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. The key has expired.
Automatically populate queue/jobSetId if not provided for job cancell…

…ation (armadaproject#975)

* Automatically populate queue/jobSetId if not provided

* Typo

* Return ErrNotFound on no jobs found

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. The key has expired.
Ack all messages (armadaproject#969)

* Close Pulsar clients on shutdown

* Always ack messages

* Fix flaky test