Joel Collins
|
caf553db7a
|
Moved capture management into separate object
|
2020-04-28 14:32:56 +01:00 |
|
Joel Collins
|
9842de8859
|
Started basic rescue script
|
2020-03-03 16:13:21 +00:00 |
|
Joel Collins
|
60c6ae72f8
|
Handle captures as an OrderedDict. Fixes file deletion
|
2020-03-01 17:57:30 +00:00 |
|
jtc42
|
f2588a506e
|
Add more complete Capture object schemas
|
2020-02-07 17:05:30 +00:00 |
|
Joel Collins
|
e9e2419fe4
|
Renamed capture.filename to capture.name
|
2020-01-29 16:21:38 +00:00 |
|
Joel Collins
|
7458d278d8
|
Simplified new configuration and metadata
|
2020-01-29 15:36:57 +00:00 |
|
Joel Collins
|
2b90829020
|
Replace uuid().hex with just uuid()
|
2019-12-28 18:36:46 +00:00 |
|
Joel Collins
|
ee3d2d90cc
|
Fixed missing metadata keys
|
2019-11-22 13:42:29 +00:00 |
|
Joel Collins
|
37c514dacb
|
Moved system metadata into 'system' key. Fixed reloading.
|
2019-11-22 12:17:37 +00:00 |
|
jtc42
|
76af0891e9
|
Blackened
|
2019-11-15 16:52:57 +00:00 |
|
jtc42
|
6581612312
|
Implemented root API v2 routes
|
2019-11-14 16:33:00 +00:00 |
|
jtc42
|
f2b98807b4
|
Fixed docstring
|
2019-11-12 17:14:00 +00:00 |
|
Joel Collins
|
b81cfaf9e7
|
Converted all configs to JSON
|
2019-11-12 14:36:39 +00:00 |
|
Joel Collins
|
4e7606aa0c
|
Blackened files
|
2019-11-06 22:07:16 +00:00 |
|
Joel Collins
|
8b9ecbe2c7
|
Tidied up todos
|
2019-09-16 17:34:33 +01:00 |
|
Joel Collins
|
4fa70cd7ee
|
Removed redundant YAML representation
|
2019-09-16 16:36:47 +01:00 |
|
Joel Collins
|
dc794d4df8
|
Microscope capture objects now just handle on-disk data
|
2019-09-16 16:35:32 +01:00 |
|
Joel Collins
|
5966ce29be
|
Blackened everything
|
2019-09-15 14:17:52 +01:00 |
|
Joel Collins
|
8f2b621ce5
|
Fixed automatic filename generation
|
2019-06-25 18:03:26 +01:00 |
|
Joel Collins
|
c107125377
|
Skip loading invalid captures into array
|
2019-05-29 09:32:14 +01:00 |
|
Joel Collins
|
2c4fa4aead
|
Return empty dict if capture is corrupt
|
2019-05-29 09:29:46 +01:00 |
|
Joel Collins
|
9ab1da34ff
|
Handle corrupt captures
|
2019-05-29 09:28:42 +01:00 |
|
Joel Collins
|
3b9ef670fe
|
Improved flake8 results
|
2019-05-24 16:32:20 +01:00 |
|
Joel Collins
|
092181348b
|
Load capture objects from files. Remove YAML database.
|
2019-05-15 16:32:58 +01:00 |
|
Joel Collins
|
638e8245ad
|
Fixed merge conflict artefact
|
2019-04-26 18:34:49 +01:00 |
|
Joel Collins
|
fface9994e
|
Fixed merge conflicts and simplified new capture creation
|
2019-04-26 18:32:32 +01:00 |
|
Joel Collins
|
ea44bbefd2
|
Simplified creation of new capture objects
|
2019-04-26 18:26:27 +01:00 |
|
jtc42
|
9b016a76b2
|
Removed redundant capture initialisation
|
2019-04-19 09:05:57 +01:00 |
|
jtc42
|
10525c9c8e
|
Rewritten how file names are constructed and restored
|
2019-04-18 12:17:59 +01:00 |
|
Joel Collins
|
62b70e5bae
|
clear_tmp now properly removes the tmp capture tree
|
2019-04-14 09:55:51 +01:00 |
|
Joel Collins
|
7cf54240be
|
Temp capture folder now handled by camera
|
2019-04-11 07:13:32 +01:00 |
|
Joel Collins
|
e281b1ecc3
|
Removed a bit of logging vomit
|
2019-04-09 15:05:56 +01:00 |
|
Joel Collins
|
61f15d610f
|
Restructured how temporary paths are calculated
|
2019-04-09 14:52:08 +01:00 |
|
Joel Collins
|
31efadd884
|
Removed debug code
|
2019-02-19 13:41:58 +00:00 |
|
Joel Collins
|
c6eb6148cc
|
Packaged basic Piexif module
|
2019-02-19 12:02:11 +00:00 |
|
Joel Collins
|
184e3d9558
|
Fixed format checks for loading exif data
|
2019-02-18 17:25:50 +00:00 |
|
Joel Collins
|
ab70a3857c
|
Only use exif if supported format
|
2019-02-18 11:48:56 +00:00 |
|
Joel Collins
|
05f52bbdeb
|
Process all initial tags in one call
|
2019-02-18 11:30:38 +00:00 |
|
Joel Collins
|
340b3dda89
|
Initial testing for exif metadata
|
2019-02-18 10:53:18 +00:00 |
|
Joel Collins
|
2314084cb1
|
Made thumbnails bigger, for new Vue client
|
2019-02-14 17:18:26 +00:00 |
|
Joel Collins
|
ed12cc7bce
|
Fixed metadata and tags not storing to capture DB on update or exit
|
2019-02-13 15:17:52 +00:00 |
|
Joel Collins
|
1436e58283
|
Improed CaptureObject documentation
|
2019-02-06 15:18:02 +00:00 |
|
Joel Collins
|
5672b82f5e
|
Added many many debug statements to help debug issue #32
|
2019-02-05 17:06:05 +00:00 |
|
Joel Collins
|
0948c9308a
|
Went on a PEP-8 rampage
|
2019-01-31 17:20:46 +00:00 |
|
Joel Collins
|
0e23ce8d0b
|
Added web routes for tagging captures
|
2019-01-22 12:09:42 +00:00 |
|
Joel Collins
|
7a72b45b29
|
Added tags to capture metadata
|
2019-01-22 11:35:35 +00:00 |
|
Joel Collins
|
4e985fe80d
|
Capture list now persists through server restart
|
2019-01-22 11:23:15 +00:00 |
|
Joel Collins
|
533f5d9857
|
Added routes to download metadata yaml files
|
2019-01-18 15:27:11 +00:00 |
|
Joel Collins
|
2c2932f5aa
|
Added methods to add, update, and save capture metadata in a yaml file
|
2019-01-18 14:49:44 +00:00 |
|
Joel Collins
|
0fe9f4c42b
|
Brute-force clean out tmp at exit
|
2019-01-17 13:45:39 +00:00 |
|