Skip to content
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

Replace references to blueapi messaging package #589

Merged
merged 26 commits into from
Sep 5, 2024
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
017b3ae
Replace references to blueapi messaging package with references to th…
callumforrester Aug 6, 2024
cbcac76
Handle connect exception in blueapi
callumforrester Aug 7, 2024
5dded50
Merge remote-tracking branch 'origin/main' into 588_remove_messaging
ZohebShaikh Aug 21, 2024
bce8081
updated to use bluesky-stomp
ZohebShaikh Aug 22, 2024
53ea6ff
updated ci to working command
ZohebShaikh Aug 23, 2024
c611740
change signature of subscribe callback
ZohebShaikh Aug 23, 2024
1dc116c
added auth to the broker constructor
ZohebShaikh Aug 27, 2024
c916777
update test and runner
ZohebShaikh Aug 27, 2024
8e0410f
stop gap commit will be removed
ZohebShaikh Aug 27, 2024
258c149
code review changes
ZohebShaikh Aug 27, 2024
594c1dc
docker container change
ZohebShaikh Aug 28, 2024
730191c
pyproject dependency fix (#607)
ZohebShaikh Aug 29, 2024
3cd7945
Handle parameterised generics (#598)
DiamondJoseph Aug 29, 2024
d42db2b
Merge branch 'main' into 588_remove_messaging
ZohebShaikh Aug 29, 2024
ec685d1
added code review changes
ZohebShaikh Aug 29, 2024
db6dcd2
removed activemq and rabbitmq from
ZohebShaikh Aug 30, 2024
8a579e7
Merge branch 'main' into 588_remove_messaging
ZohebShaikh Aug 30, 2024
b820c13
delete stomp test
ZohebShaikh Aug 30, 2024
ed41e6e
added stomp test
ZohebShaikh Sep 2, 2024
cfba6ed
added rabbitmq to CI
ZohebShaikh Sep 2, 2024
d3ab4e7
fixed typo
ZohebShaikh Sep 2, 2024
8e45cff
added mock connection
ZohebShaikh Sep 3, 2024
84b76cd
Merge remote-tracking branch 'origin/main' into 588_remove_messaging
ZohebShaikh Sep 3, 2024
3d2d53b
changed patch
ZohebShaikh Sep 3, 2024
9932702
added mock test for interface
ZohebShaikh Sep 3, 2024
7437ea5
made openapi yaml changes
ZohebShaikh Sep 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,7 @@ jobs:
run:
runs-on: ${{ inputs.runs-on }}

services:
activemq:
image: rmohr/activemq:5.14.5-alpine
ports:
- 61613:61613

steps:
- name: Start RabbitMQ
uses: namoshek/rabbitmq-github-action@v1
with:
ports: "61614:61613"
plugins: rabbitmq_stomp

- name: Checkout
uses: actions/checkout@v4
with:
Expand Down
5 changes: 3 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ bidict==0.23.1
bluesky==1.13.0a4
bluesky-kafka==0.10.0
bluesky-live==0.0.8
bluesky-stomp==0.1.0
boltons==24.0.0
cachetools==5.5.0
caproto==1.1.1
Expand Down Expand Up @@ -212,10 +213,10 @@ tzlocal==5.2
urllib3==2.2.2
uvicorn==0.30.6
virtualenv==20.26.3
watchfiles==0.23.0
watchfiles==0.24.0
wcwidth==0.2.13
websocket-client==1.8.0
websockets==13.0
websockets==13.0.1
widgetsnbextension==4.0.13
workflows==2.27
xarray==2024.7.0
Expand Down
Loading
Loading