Commit graph

574 commits

Author SHA1 Message Date
Joel Collins
39866626dc Use LabThings decorators 2020-01-10 20:02:36 +00:00
Joel Collins
3f25959150 Switch to return status, not deprecated state 2020-01-10 19:58:45 +00:00
Joel Collins
5616e76f50 Use LabThings decorators 2020-01-10 19:58:30 +00:00
Joel Collins
23c10dc292 Added LabThings decorators 2020-01-10 19:55:41 +00:00
Joel Collins
4862c7a474 Moved conflicting code into 'types' submodule 2020-01-10 19:44:50 +00:00
Joel Collins
b26c896528 Added notes on type conversion 2020-01-09 22:39:24 +00:00
Joel Collins
4848593d8d Started smarter type conversion 2020-01-09 22:34:45 +00:00
Joel Collins
8a282db12b Moved to collision-robust device name 2020-01-09 20:04:22 +00:00
Joel Collins
cf19939379 Added class style to decorators that can be applied to view classes 2020-01-08 18:44:10 +00:00
Joel Collins
e44da64ed4 Improved property and action style 2020-01-08 18:43:07 +00:00
Joel Collins
3cbd0416d0 Created @ltaction and @ltproperty decorators 2020-01-08 18:38:52 +00:00
Joel Collins
d12fd3e02c Removed old _gui property 2020-01-07 22:28:51 +00:00
Joel Collins
eeb15453d0 Moved eV GUI stuff out of LabThings 2020-01-07 22:25:19 +00:00
Joel Collins
3fef94dc95 Removed old swagger routes 2020-01-07 22:25:00 +00:00
Joel Collins
5d1f3be6d7 Extra documentation 2020-01-07 21:23:49 +00:00
Joel Collins
eaf2fc5f7d Enable tag inheritance 2020-01-07 21:23:42 +00:00
Joel Collins
ed13749abe Improved documentation 2020-01-07 15:04:47 +00:00
Joel Collins
a2bb1a1a38 Fixed root swagger UI description 2020-01-07 14:21:24 +00:00
Joel Collins
b2824251ae Include Swagger UI 2020-01-07 14:19:52 +00:00
Joel Collins
5c6708cddd Removed a couple of unused prints 2020-01-07 13:21:09 +00:00
Joel Collins
d724c3d121 Fixed default extension init path 2020-01-07 10:39:41 +00:00
jtc42
8afb0757bd Better handle response documentation 2020-01-06 22:28:00 +00:00
jtc42
1ccdad8a86 Removed some unused imports 2020-01-06 17:55:43 +00:00
jtc42
dfdd1412f8 Removed redundant todo 2020-01-06 17:49:14 +00:00
jtc42
8b472eab1b Use @use_args 2020-01-06 17:48:16 +00:00
jtc42
39cba66743 Use relative imports 2020-01-06 17:48:03 +00:00
jtc42
d656ce24ec Use update_spec 2020-01-06 17:47:53 +00:00
jtc42
4a6e672630 Marshal with TaskSchema 2020-01-06 17:23:37 +00:00
jtc42
964258a1b7 Fixed missing task links 2020-01-06 17:22:57 +00:00
jtc42
f1fae05cdd Fixed task dictionary keys 2020-01-06 17:22:48 +00:00
jtc42
851d70842c Moved all API stuff to flask_labthings 2020-01-06 17:03:05 +00:00
jtc42
6bf178750b Fixed ExtensionList reference 2020-01-06 16:47:27 +00:00
jtc42
70149e9732 Cleaned code structure 2020-01-06 16:45:38 +00:00
jtc42
79abc3fee3 Added quick create_app function 2020-01-06 15:09:29 +00:00
jtc42
829c58d3fb Blackened 2020-01-06 15:00:48 +00:00
jtc42
585633020b Automatically register all extensions in the extension directory (without explicit init import) 2020-01-05 20:02:22 +00:00
jtc42
7888d97220 Fixed extension URLs with URL params 2020-01-05 19:07:28 +00:00
jtc42
932353de31 Updated ZIP builder to extension 2020-01-05 19:06:45 +00:00
jtc42
acb3f0c956 Merge branch 'new-plugin-system' of https://gitlab.com/openflexure/openflexure-microscope-software into new-plugin-system 2020-01-05 18:57:20 +00:00
jtc42
2a245185a6 Renamed LabThing plugins to extensions 2020-01-05 18:56:46 +00:00
Joel Collins
1d7eb4700c Added zip_plugin_v2 to defaults 2020-01-03 15:22:09 +00:00
Joel Collins
440f35d9e1 Added draft v2 zip builder plugin 2020-01-03 15:21:32 +00:00
jtc42
d96e188d16 Removed old debug code 2020-01-03 00:23:00 +00:00
jtc42
ab6fa9f0e5 Blackened 2020-01-03 00:21:16 +00:00
jtc42
6be8b0044a Added simple root and swagger routes 2020-01-03 00:19:25 +00:00
jtc42
bcfc8e6eeb Added update_spec function 2020-01-02 23:52:46 +00:00
jtc42
5bdb6764be Fixed automatic Swagger from docstrings 2020-01-02 23:37:28 +00:00
jtc42
4918215ea7 Tested Field description 2020-01-02 23:36:59 +00:00
jtc42
9bc4e6171a Fixed doc_response import 2020-01-02 23:01:20 +00:00
jtc42
a75b6073f2 Renamed @response to @doc_response 2020-01-02 23:01:04 +00:00