Hotfix/tunable couplers#3
Merged
Merged
Conversation
…nstall-systemd.sh
…le before saving is done
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Added
qpi-driver: Added safe-path validation for--data-dirand--ca-fileto prevent writing to unsafe/unauthorized locations.qpi-driver: Added environment variable defaults forQPI_DATA_DIR,QPI_CA_FILE,QPI_QUANTIFY_DEVICE_CONFIG, andQPI_QUANTIFY_HARDWARE_CONFIGto the systemd service installer.qpi-driver: Added the FluxTunableCoupler as a CompositeSquareEdge for qblox and quantify executorsChanged
docs: Updated README files to provide detailed instructions for installing the server via pre-compiled binaries, native Linux packages (.deb), and using the non-interactive/interactive systemd installation script for the driver.qpi-driver: Sanitized driver/device names to replace hyphens (-) with underscores (_) for executor compatibility.qpi-driver: Added--prerelease allowflag to theuv tool installcommand for theqbloxexecutor ininstall-systemd.sh.Fixed
qpi-driver: Fixed permissions/directory creation bugs and improveduvlocation detection ininstall-systemd.sh.qpi-driver: Fixed standard Python test output teardown issues by gracefully unregistering the default QCoDeS instrument closing handler fromatexitand closing them in a test session fixture while logging is still active.qpi-driver: Ensured the target parent directory for the CA certificate exists before saving the file.qpi-driver: Fixed minor code linting errors.