-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 5186769 Author: David Meyer <[email protected]> Date: Wed Apr 12 19:43:11 2023 -0400 Update python version support commit e508fcd Merge: 5e3603d 514e7d2 Author: David Meyer <[email protected]> Date: Wed Apr 12 19:38:50 2023 -0400 Merge pull request #98 from labscript-suite/qt-float-fix Only pass ints to self.ui.move commit 5e3603d Merge: fb8bcd9 79119b9 Author: David Meyer <[email protected]> Date: Wed Apr 12 16:56:39 2023 -0400 Merge pull request #99 from dihm/update-workflow Sync workflow with current state of the art commit 79119b9 Author: David Meyer <[email protected]> Date: Wed Apr 12 16:44:29 2023 -0400 Sync workflow with current state of the art commit 514e7d2 Author: chrisjbillington <[email protected]> Date: Sat Apr 8 21:11:43 2023 +1000 Only pass ints to self.ui.move as floats to QWidget.move are depreceated and raise an exception. Also update the log line to print the full exception for easier detection of issues in the future. commit fb8bcd9 Merge: 6f7a653 2e6d140 Author: David Meyer <[email protected]> Date: Tue Jan 3 12:07:48 2023 -0500 Merge pull request #91 from labscript-suite/ipv6-remotes Correctly parse ipv6 host:port for remote workers commit 6f7a653 Merge: 75ef861 cb87bc7 Author: David Meyer <[email protected]> Date: Fri Aug 5 16:45:25 2022 -0400 Merge pull request #96 from dihm/update-workflow Bring workflow up to date with sandbox commit cb87bc7 Author: David Meyer <[email protected]> Date: Wed Aug 3 13:24:26 2022 -0400 Bring workflow up to date with sandbox commit 75ef861 Merge: 8551005 029c3b6 Author: David Meyer <[email protected]> Date: Thu Jun 2 10:52:25 2022 -0400 Merge pull request #95 from dihm/fix_docs_build Bump sphinx version and update intersphinx links commit 029c3b6 Author: David Meyer <[email protected]> Date: Thu Jun 2 10:38:46 2022 -0400 Bump sphinx version and update intersphinx links commit 8551005 Merge: 84731bb cea8ca1 Author: Chris Billington <[email protected]> Date: Sun May 1 22:44:25 2022 +1000 Merge pull request #93 from dihm/datetime Upgrade 'run time' to datetime timestamp. commit cea8ca1 Author: David Meyer <[email protected]> Date: Sat Apr 30 02:09:32 2022 -0400 Upgrade 'run time' to datetime timestamp. This gives the saved 'run time' resolution better than 1 second. commit 2e6d140 Author: chrisjbillington <[email protected]> Date: Sat Jan 29 12:58:52 2022 +1100 Correctly parse ipv6 host:port for remote workers IPv6 addresses contain colons, so we need to split only on the last colon. Zprocess currently has ipv6 disabled by default, but it will be enabled in the next release.
- Loading branch information
Showing
6 changed files
with
106 additions
and
112 deletions.
There are no files selected for viewing
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.