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
Accelerator
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
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
Use Hierarchical Machine Config
- #711
#711
Merged
tieneupin
merged 16 commits into
main
DiamondLightSource/python-murfey:main
from
hierarchical-machine-config
DiamondLightSource/python-murfey:hierarchical-machine-config
Copy head branch name to clipboard
Dec 10, 2025
Conversation
Commits
16
(16)
Checks
Files changed
Merged
Use Hierarchical Machine Config
#711
tieneupin
merged 16 commits into
main
DiamondLightSource/python-murfey:main
from
hierarchical-machine-config
DiamondLightSource/python-murfey:hierarchical-machine-config
Copy head branch name to clipboard
Commits
Commits on Dec 8, 2025
Removed unused and broken CLI for sending SPA workflow ISPyB messages
tieneupin
committed
2e669e0
View commit details
Copy full SHA for 2e669e0
Browse repository at this point
Make all existing MachineConfig keys fully optional
tieneupin
committed
d19a40f
View commit details
Copy full SHA for d19a40f
Browse repository at this point
If MachineConfig.rsync_basepath or MachineConfig.default_model is None, default to 'Path().resolve()'
tieneupin
committed
6b07927
View commit details
Copy full SHA for 6b07927
Browse repository at this point
Merged recent changes from 'main' branch
tieneupin
committed
9958564
View commit details
Copy full SHA for 9958564
Browse repository at this point
Renamed 'from_file' to 'machine_config_from_file' for clarity
tieneupin
committed
c92b9e1
View commit details
Copy full SHA for c92b9e1
Browse repository at this point
Commits on Dec 9, 2025
Removed 'get_machine_config_for_instrument' from 'session_shared' and replaced it with 'get_machine_config' from 'murfey.util.config' instead
tieneupin
committed
14f42bb
View commit details
Copy full SHA for 14f42bb
Browse repository at this point
Updated 'machine_config_from_file' function to parse and connstruct instrument machine configs hierarchically; it can load all the machine configs or just the specified one
tieneupin
committed
404b989
View commit details
Copy full SHA for 404b989
Browse repository at this point
Merged recent changes from 'main' branch
tieneupin
committed
4464f75
View commit details
Copy full SHA for 4464f75
Browse repository at this point
The 'from_file' in 'murfey.cli.inject_spa_processing' is not the same as the 'from_file' formerly in 'murfey.util.config'; revert the change
tieneupin
committed
ffc6723
View commit details
Copy full SHA for ffc6723
Browse repository at this point
Fixed typo and missed print statements
tieneupin
committed
09d3241
View commit details
Copy full SHA for 09d3241
Browse repository at this point
Sanitise symlink path and verify that it's relative to 'rsync_basepath'
tieneupin
committed
d5120a7
View commit details
Copy full SHA for d5120a7
Browse repository at this point
Minor formatting and typing fixes
tieneupin
committed
64636c5
View commit details
Copy full SHA for 64636c5
Browse repository at this point
Added unit test for'get_machine_config' which tests 'machine_config_from_file' by proxy as well
tieneupin
committed
716fa93
View commit details
Copy full SHA for 716fa93
Browse repository at this point
Commits on Dec 10, 2025
Fixed bug in logic when stitching nested dictionaries together
tieneupin
committed
e187d9b
View commit details
Copy full SHA for e187d9b
Browse repository at this point
Renamed '_update_nested_values' to '_recursive_update', and updated comments
tieneupin
committed
28482ce
View commit details
Copy full SHA for 28482ce
Browse repository at this point
Added 'instrument_type' as a MachineConfig key, for use in hierarchical config files
tieneupin
committed
86a4ad4
View commit details
Copy full SHA for 86a4ad4
Browse repository at this point
You can’t perform that action at this time.