Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
DiamondLightSource
/
python-murfey
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
2
Code
Issues
34
Pull requests
3
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Replace client websocket
- #716
#716
Merged
stephen-riggs
merged 23 commits into
main
DiamondLightSource/python-murfey:main
from
replace-client-websocket
DiamondLightSource/python-murfey:replace-client-websocket
Copy head branch name to clipboard
Dec 19, 2025
Conversation
Commits
23
(23)
Checks
Files changed
Merged
Replace client websocket
#716
stephen-riggs
merged 23 commits into
main
DiamondLightSource/python-murfey:main
from
replace-client-websocket
DiamondLightSource/python-murfey:replace-client-websocket
Copy head branch name to clipboard
Commits
Commits on Dec 11, 2025
First pass of removing files and attributes related to the Murfey TUI app
tieneupin
committed
bc15f7e
View commit details
Copy full SHA for bc15f7e
Browse repository at this point
Simplified optional dependency keys used in 'pyproject.toml'; 'instrument-server' as a key is no longer needed
tieneupin
committed
761ff35
View commit details
Copy full SHA for 761ff35
Browse repository at this point
Removed 'tui' folder from tests
tieneupin
committed
a5b2ee8
View commit details
Copy full SHA for a5b2ee8
Browse repository at this point
Commits on Dec 12, 2025
Added a HTTPS-based log handler to post logs in batches to a specified URL endpoint
tieneupin
committed
ce6d2fd
View commit details
Copy full SHA for ce6d2fd
Browse repository at this point
Added new backend router for logging-related endpoints
tieneupin
committed
b76c121
View commit details
Copy full SHA for b76c121
Browse repository at this point
Replaced CustomHandler with HTTPSHandler in instrument server
tieneupin
committed
277cca3
View commit details
Copy full SHA for 277cca3
Browse repository at this point
Removed all websocket components from the client side
tieneupin
committed
d3effca
View commit details
Copy full SHA for d3effca
Browse repository at this point
Removed apparently unused endpoints and functions from websocket router
tieneupin
committed
ff1856b
View commit details
Copy full SHA for ff1856b
Browse repository at this point
Created 'murfey.util.logging' to store LogFilter and HTTPSHandler classes in; removed CustomHandler
tieneupin
committed
30004b1
View commit details
Copy full SHA for 30004b1
Browse repository at this point
Merge recent changes from 'main' branch
tieneupin
committed
69efbf0
View commit details
Copy full SHA for 69efbf0
Browse repository at this point
Forgot to update router path
tieneupin
committed
f001b9c
View commit details
Copy full SHA for f001b9c
Browse repository at this point
Fixed broken test
tieneupin
committed
a7c7deb
View commit details
Copy full SHA for a7c7deb
Browse repository at this point
Minor updates to comments and iteration logic
tieneupin
committed
8c2351c
View commit details
Copy full SHA for 8c2351c
Browse repository at this point
Added unit test for the HTTPS log handler
tieneupin
committed
d4e7e16
View commit details
Copy full SHA for d4e7e16
Browse repository at this point
Resolved merge conflicts with 'main' branch
tieneupin
committed
f0284f1
View commit details
Copy full SHA for f0284f1
Browse repository at this point
Don't assert 'https_handler.close()', just run it
tieneupin
committed
b35d452
View commit details
Copy full SHA for b35d452
Browse repository at this point
Attempt at fixing warnings raised by CodeQL
tieneupin
committed
d75cee7
View commit details
Copy full SHA for d75cee7
Browse repository at this point
Fixed incorrectly named loggers
tieneupin
committed
d7bdd8f
View commit details
Copy full SHA for d7bdd8f
Browse repository at this point
Commits on Dec 15, 2025
Added unit test for the 'forward_logs' API endpoint
tieneupin
committed
bfa7ab3
View commit details
Copy full SHA for bfa7ab3
Browse repository at this point
Make test file names more specific
tieneupin
committed
ac158c0
View commit details
Copy full SHA for ac158c0
Browse repository at this point
Updated code to remove references to the 'client' optional dependency, as it is no longer needed
tieneupin
committed
9d36424
View commit details
Copy full SHA for 9d36424
Browse repository at this point
Updated documentation
tieneupin
committed
52e4d50
View commit details
Copy full SHA for 52e4d50
Browse repository at this point
Missed a couple of 'pip install' commands in GitHub workflows
tieneupin
committed
c9fe70c
View commit details
Copy full SHA for c9fe70c
Browse repository at this point
You can’t perform that action at this time.