commit 51867697cc722b140df2fcf81b3e7f03a941336d
Author: David Meyer <dihm@users.noreply.github.com>
Date: Wed Apr 12 19:43:11 2023 -0400
Update python version support
commit e508fcd19da24e302e4a01f6877dba329b099403
Merge: 5e3603d 514e7d2
Author: David Meyer <dihm@users.noreply.github.com>
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 5e3603d21c84ac4203e2060238e54362e2fdf44f
Merge: fb8bcd9 79119b9
Author: David Meyer <dihm@users.noreply.github.com>
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 79119b9705bc8bdf30a2d8b977ddb7e69b17f95c
Author: David Meyer <dihm@users.noreply.github.com>
Date: Wed Apr 12 16:44:29 2023 -0400
Sync workflow with current state of the art
commit 514e7d21db9488883af064caa98ea90e88ff3162
Author: chrisjbillington <chrisjbillington@gmail.com>
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 fb8bcd9dae9ef09b5baa10863f0711647e8d8e7b
Merge: 6f7a653 2e6d140
Author: David Meyer <dihm@users.noreply.github.com>
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 6f7a6532dde3a26d3605a6d5f57caf3fbfb39b82
Merge: 75ef861 cb87bc7
Author: David Meyer <dihm@users.noreply.github.com>
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 cb87bc7b9a590a1fbeaaabbbb17d28bc8b40ab0d
Author: David Meyer <dihm@users.noreply.github.com>
Date: Wed Aug 3 13:24:26 2022 -0400
Bring workflow up to date with sandbox
commit 75ef8612aa170c16a8b9c3e7c59157cd16e2ef29
Merge: 8551005 029c3b6
Author: David Meyer <dihm@users.noreply.github.com>
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 029c3b6b2b3bad94013d0fd96d7f007b8b46a728
Author: David Meyer <dihm@users.noreply.github.com>
Date: Thu Jun 2 10:38:46 2022 -0400
Bump sphinx version and update intersphinx links
commit 8551005e0e3ee7934f4524e2a85f7c5437ee68e8
Merge: 84731bb cea8ca1
Author: Chris Billington <chrisjbillington@gmail.com>
Date: Sun May 1 22:44:25 2022 +1000
Merge pull request #93 from dihm/datetime
Upgrade 'run time' to datetime timestamp.
commit cea8ca1fc1fd3da458265615e79542b29cfabbd3
Author: David Meyer <dihm@users.noreply.github.com>
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 2e6d1407719372102b2cd7b4928a1ee4a4edc3ca
Author: chrisjbillington <chrisjbillington@gmail.com>
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.