Joel Collins
a5b80733d5
Switched static to master branch
2020-06-01 14:00:32 +01:00
Joel Collins
11d708016f
Updated submodules
2020-05-28 13:02:48 +01:00
Joel Collins
1bc0b3e8b3
Set default logging level to INFO
2020-05-28 11:26:49 +01:00
Joel Collins
c1bd691654
Removed pointless doc_response
2020-05-28 11:26:39 +01:00
Joel Collins
085d9c78ab
Updated submodules
2020-05-27 16:03:16 +01:00
Joel Collins
aa57331ce9
Updated submodules
2020-05-27 14:22:37 +01:00
Joel Collins
959ade6967
Updated submodules
2020-05-27 13:43:23 +01:00
Joel Collins
bf3b141ec4
Fixed logging message
2020-05-27 13:19:32 +01:00
Joel Collins
5f6b1d6be0
Merge branch 'master' of https://gitlab.com/openflexure/openflexure-microscope-server
2020-05-27 12:57:10 +01:00
Joel Collins
e9c1fe0507
Fixed logging import
2020-05-27 12:56:57 +01:00
Joel Collins
55e423c159
Merge external CSM extension
2020-05-26 15:15:32 +01:00
Joel Collins
86e326a1e4
Updated submodules
2020-05-26 14:56:39 +01:00
Joel Collins
910d452e5a
Updated version and dependencies
2020-05-26 14:51:34 +01:00
Joel Collins
e3359be025
Merge branch 'master' of https://gitlab.com/openflexure/openflexure-microscope-server
2020-05-26 13:39:15 +01:00
Joel Collins
a0702fbc69
Set logging level further up the script
2020-05-26 13:22:14 +01:00
Joel Collins
ae55f3aa94
Updated static
2020-05-26 11:13:30 +01:00
Joel Collins
1819ca6a9c
Switched to ActionView and PropertyView from decorators
2020-05-26 10:54:21 +01:00
Joel Collins
677b08d509
Restructured scan extension
2020-05-22 11:20:12 +01:00
Joel Collins
43c16f1b76
Added an extension that literally just raises an exception
2020-05-22 11:01:44 +01:00
Joel Collins
efac711da9
Actually fixed exception logging
2020-05-22 11:01:32 +01:00
Joel Collins
87c4547667
Fixed handle_extension_error name
2020-05-22 10:56:23 +01:00
Joel Collins
b8a8160644
Fixed log view file path
2020-05-22 10:23:13 +01:00
Joel Collins
cf04fc36fc
Added catch-all 410 response for API v1 routes
2020-05-22 10:17:05 +01:00
Joel Collins
0a2c1c18fb
Merge branch 'master' of https://gitlab.com/openflexure/openflexure-microscope-server
2020-05-20 17:48:49 +01:00
Joel Collins
4a553040d3
Fixed logging and split access and root file handlers
2020-05-20 17:46:44 +01:00
Joel Collins
e8bcb4bc31
Updated submodules
2020-05-20 11:13:45 +01:00
Joel Collins
d1f0594d9d
Updated submodules
2020-05-19 15:26:46 +01:00
Joel Collins
b8c0ca257c
Fixed rule expansion for LabThings 0.6.2
2020-05-18 15:39:34 +01:00
Joel Collins
79259b3fc9
Revert "Remove CI file from frame branch"
...
This reverts commit dac3632c28
2020-05-18 09:54:18 +00:00
Joel Collins
5f7d7be59f
Removed old example extensions
2020-05-15 10:01:10 +01:00
Joel Collins
3a16a48d54
Fixed LST calibration endpoints
2020-05-12 14:29:11 +01:00
Joel Collins
eaf4cf09f5
Updated to new Action tasks
2020-05-12 11:29:53 +01:00
Joel Collins
28e555ad9b
Added explicit endpoints
2020-05-10 16:35:16 +01:00
Joel Collins
93d29fbc8d
Added full logger
2020-05-10 16:35:08 +01:00
Joel Collins
a34214b9fb
Fixed broken references to capture list
2020-04-28 14:47:22 +01:00
Joel Collins
45ee112e6f
Fixed broken references
2020-04-28 14:40:09 +01:00
Joel Collins
caf553db7a
Moved capture management into separate object
2020-04-28 14:32:56 +01:00
Joel Collins
1a6088a816
Code formatting
2020-04-28 13:42:26 +01:00
Joel Collins
9646058c37
Code format
2020-04-28 13:20:38 +01:00
Joel Collins
ef5b3393f9
Merge branch 'csm-calibration-file' into 'master'
...
Added calibration data download view
See merge request openflexure/openflexure-microscope-server!56
2020-04-24 16:30:46 +00:00
Joel Collins
a1f3dd1624
Added calibration data download view
2020-04-24 16:42:35 +01:00
Joel Collins
6fcd8caf91
Merge branch 'autofocus-error-messages' into 'master'
...
Autofocus error messages
See merge request openflexure/openflexure-microscope-server!54
2020-04-24 15:14:37 +00:00
Joel Collins
cda5cdbb44
Switched away from using JSONify
2020-04-24 16:05:01 +01:00
Richard Bowman
be85d07210
Attempt to start the stream if it's stopped.
2020-04-23 11:22:14 +01:00
Richard Bowman
5a4aae8ed1
Added helpful errors if the stream has stopped
2020-04-23 11:15:10 +01:00
Richard Bowman
161c17812e
Removed vestigial global statement
...
There was a global declaration for the modules
np and logging, probably left over from running
this code in the dodgy console plugin. I've
removed it as it's ugly, dodgy, and no longer
needed.
2020-04-23 11:10:36 +01:00
Richard Bowman
6213620031
Enable ipv6
...
Setting the listen address to :: puts flask into ipv6 mode.
This makes it compatible with ipv6 and, thanks
to the system automatically translating ipv4
into ipv6, it is completely compatible with ipv4
as well.
2020-04-23 10:42:49 +01:00
Richard Bowman
102264c4be
The "actions" endpoint shouldn't be tagged
...
The actions endpoint (responds only to GET, lists the actions)
is not itself an action.
The ``@tag("actions")`` causes LabThings to try to include
it as an action, which fails.
Removing the tag makes the server run again -
but maybe I've broken something else here?
2020-04-23 08:09:21 +01:00
Richard Bowman
70d4c7e950
Merge branch 'master' into stage-calibration
2020-04-10 15:16:25 +01:00
Joel Collins
13d18b4101
Removed medscan extension (now in separate repo)
2020-04-01 11:39:09 +01:00