-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update pip * add method for checking availability of internet connection * move update check to separate thread * version number / changelog * transfer_data CLI with argparse * Update CHANGELOG.md * prepare thread-worker for fetching subject details * fix transfer test using local lab: use mock function instead of settings * get rid of rsync-path * add md5 check to copy_folders * doc-strings & type-hints * reorganize handling of CLI transfer scripts * documentation * Update commands.py * Update commands.py * Update commands.py * Update commands.py * Update commands.py * Update commands.py * more verbose copy script * use ibllib @master * Update transfer_experiments.py * MD5 -> BLAKE2B * Update commands.py * Update transfer_experiments.py * Update wizard.py * Update wizard.py * Update wizard.py * add dud detection & update changelog * prevent windows from going to sleep * add doc-strings and type-hints * add docstrings for AdvancedCW * refactoring * offer deletion of dud sessions (working) * add user input to transfer CLI * refactoring copiers * use blake2b hashing from iblutil * pip reset --hard? oh my ... * Update pyproject.toml * Update CHANGELOG.md * add control of status LED * disable LEDs on start of iblrig * add control for LED * updated installation instructions * minor corrections * bug report form * skip initialization of existing singleton * remember state of singleton & GUI position * update icons * correct entry-points and add respective test-case --------- Co-authored-by: olivier <[email protected]>
- Loading branch information
Showing
27 changed files
with
766 additions
and
389 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
name: Bug Report | ||
description: File a bug report | ||
title: "[Bug]: " | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happened? | ||
description: Also tell us, what did you expect to happen? | ||
placeholder: A bug happened! | ||
value: "" | ||
validations: | ||
required: true | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Version | ||
description: What version of IBLRIG are you running? | ||
placeholder: 8.x.x | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: logs | ||
attributes: | ||
label: Relevant log output | ||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. | ||
render: shell |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.