-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add event type filtering to listener command #337
Closed
Closed
Changes from 2 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
c6bc748
Add event type filtering to listener command
callumforrester b5de00f
Fix formatting
callumforrester eea2794
Extract handler methods to ABC (#342)
joeshannon 6b45d7e
Add try except to messaging connection (#345)
abbiemery 2f10be1
Adapt to Black 24 (#358)
joeshannon 99762fd
Run BlueskyContext and Worker in subprocess (#343)
joeshannon 37ce1e5
Remove reference to deleted devcontainer documentation (#373)
callumforrester 9e214d6
Remove parameter caching inside task class (#370)
callumforrester b7521d4
Enable getting Stomp authentication credentials from the environment …
DiamondJoseph 3ed23e7
Revamp architecture diagram and add logo (#344)
callumforrester 0920886
Add documentation for writing blueapi compliant plans (#377)
DiamondJoseph e438a63
remove RunPlan class that wraps Task (#382)
stan-dot 4c2c423
233 pending tasks are not cleared (#386)
stan-dot c4c0b48
Update run-container.rst (#349)
stan-dot d5d3f92
Adopt python-copier-template (#384)
joeshannon 1bd3438
Convert README and CONTRIBUTING to markdown (#394)
joeshannon b424917
Enable ruff pyupgrade ruleset (#395)
joeshannon a1139d0
Replace skeleton with copier in add-plans-and-devices.rst (#396)
joeshannon 440b4be
Update catalog-info.yaml (#400)
keithralphs e6b679c
delete config (#408)
stan-dot 2891931
Add logo to README and concept image (#414)
joeshannon 7e07c34
Pin dodal to previous version (#420)
joeshannon 62bd9a5
Drop Support for Python3.9 (#418)
callumforrester bde195d
Convert ADR 0001 to markdown (#415)
joeshannon 87d7fe1
Renumber adrs (#417)
joeshannon fc08129
Update pyproject.toml to new stomp name (#424)
DominicOram 2ba5ee5
Allow context to deal with new style unions and add tests (#436)
DominicOram 871d775
Remove message bus dependency (#433)
ZohebShaikh cd4b109
Fix Coverage Settings (#438)
callumforrester 390aa77
Remove DirectoryProvider and pre-processor handling to Dodal (#376)
DiamondJoseph 87dd614
Install git in runtime container (#446)
joeshannon ffc184c
Auto restart deployment on config change (#450)
joeshannon 5b5bd34
Add event type filtering to listener command
callumforrester File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this is needed any more, the CLI and server just have entirely separate configurations, so do not need a shared configuration with separate elements.