Skip to content

Tags: DiamondLightSource/blueapi

Tags

0.8.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Reference for Movable generics (#844)

Fixes #843

---------

Co-authored-by: Zoheb Shaikh <[email protected]>

0.7.6a1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove default value of request_id in TrackableTask (#858)

The default value caused the Swagger codegen UI to break, could be this
issue regressing:
swagger-api/swagger-codegen#7707

0.7.6-a1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove default value of request_id in TrackableTask (#858)

The default value caused the Swagger codegen UI to break, could be this
issue regressing:
swagger-api/swagger-codegen#7707

0.7.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix PEP8 violation and doc strings (#827)

0.7.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix typo (#825)

0.7.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update dodal dependency pin to >=1.40.0 (#823)

Due to breaking changes to ophyd-async (v0.8.0 -> v0.9.0) dodal has been
updated.

0.7.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Acqp-323 prevent blank connection errors in STOMP connections (#803)

Add handler functions to check for Exceptions with message that are
None, Empty String or a String that consists only of spaces

Fixes #792

0.7.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update dodal pin to latest (#778)

Update dodal to 1.37.0

0.7.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add CI job to run system tests (#761)

Fixes #630

0.6.2-rc2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix auth token saving (#753)

resolve a bug in file saving 

The environment variable `XDG_CONFIG_HOME` contains a directory not a
file path. So adding a file name in front of directory path to get a
writable location