- Notifications
You must be signed in to change notification settings - Fork 1
Setup CLI#401
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
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
Conversation
tieneupin commented Nov 11, 2024 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
…ion is pulled by the server
… processing job IDs in the Murfey database
…on depending on other configuration operations
codecovbot commented Nov 11, 2024 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## main #401 +/- ## ========================================== - Coverage 27.05% 25.79% -1.26% ========================================== Files 75 76 +1 Lines 10180 10765 +585 Branches 1343 1447 +104 ========================================== + Hits 2754 2777 +23 - Misses 7336 7891 +555 - Partials 90 97 +7 |
…nd making keys Optional in MachineConfig
… 'get_global_config'
…t styles of config key descriptions
…ged default camera value to ''
…s received; updated 'data_directories' creation function to reflect change in MachineConfig
tieneupin commented Jan 6, 2025 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
As of the time of this writing, the following discussed changes have been implemented:
The following changes are still needed:
|
…ory fields, but have type Optional[Path]
Adds a command line tool intended to walk non-developers through the process of setting up a configuration file in order to run Murfey properly.
Key Changes:
Securityclass has been renamed toGlobalConfig, and functions referring to it have likewise been renamed.MURFEY_GLOBAL_CONFIGURATIONenvironment variable instead ofMURFEY_SECURITY_CONFIGURATION.MachineConfigkeys have been re-typed to takeOptional[Path]instead ofstras part of making more parts of the Murfey workflow optional for other users. The code parsing logic has been changed to reflect this.