Matt Weiden
176ea3bc91
Add auto-formatting to client and server modules
...
One thing that can make linting faster is auto-formatting. This commit
adds the yapf auto-formatting tool to the server module and uses
eslint's "fix" functionality to speed up the linting/formatting process.
2019-12-19 15:19:22 -08:00
Matt Weiden
cc0880560b
Modularize Makefile into client and server Makefiles
...
Part of the reason that the Makefile in the root directory is a bit
complicated is that it tries to handle tasks that can be handled
separately in the client and server modules.
This commit pushes some of the make logic specific to each module into
their own makefiles and calls out to those makefiles from that in the
project root.
2019-12-19 15:19:22 -08:00
Matt Weiden
12845c9300
Fix Makefile filename
2019-12-18 16:38:49 -08:00
Matt Weiden
8d30deb57e
Fix Makefile whitespace and .PHONY use
2019-12-18 16:38:35 -08:00
Sidney Bell
ec79995be8
Reorganize annotations docs to emphasize hosted vs single-user modes ( #1067 )
2019-12-03 17:02:35 -08:00
Sidney Bell
517e0f3826
[docs] Fix annotations command
2019-12-02 09:26:07 -08:00
Sidney Bell
5812e00e01
Merge remote-tracking branch 'origin/master'
2019-11-27 08:49:56 -08:00
Sidney Bell
1ed68261d4
Add sceasy package to docs
2019-11-27 08:49:21 -08:00
Sidney Bell
9c09ee6329
Update readme and other repo MD files ( #1063 )
...
* Update readme
* Move roadmap to main docs site
* Avoid duplication by just putting a pointer to the actual docs
0.13.0
2019-11-26 16:09:59 -08:00
Bruce Martin
c9b6044c4f
release 0.13.0 ( #1064 )
2019-11-26 15:45:13 -08:00
Bruce Martin
fa89a5a375
create annotations output dir if it does not exist ( #1062 )
...
* create annotations output dir if it doees not exist
* lint
2019-11-26 13:35:20 -08:00
Bruce Martin
f8cef71eed
help text changes ( #1061 )
...
* requested CLI help changes for launch sub-command
* update file name prose
* more wording changes
* more PR requests
2019-11-26 13:35:01 -08:00
Sidney Bell
bb3032ea2f
Update getting started docs w/ direct url launch
2019-11-26 12:57:50 -08:00
Sidney Bell
5e471349e7
Cleanup docs files
2019-11-26 08:44:23 -08:00
Sidney Bell
0aee4b89e0
Fix docs font
2019-11-26 08:43:57 -08:00
Bruce Martin
d2171b9a2f
fix perf regression introduced by user anno changes ( #1060 )
2019-11-25 18:16:49 -08:00
Bruce Martin
a593e95ab3
annotations CLI and file UX rework ( #1049 )
...
* rename config param label-file
* annotations rework - CLI params, file naming and backups
* lint
* improve cli option error checks
* enable session cookies
* enable session cookies
* add session id
* name annotations file in multi-dataset and multi-user safe manner
* pass data user hash to front-end
* add annotation collection name support to front-end
* add constant for annotation data collection name
* parameterize annotation collection name; make it sticky in the session
* clarify comments
* hard wire a temporary data collection name for testing
* prettier
* test comment
* package command
* set annotations filename dialog
* name and hash are visible
* wire up data collection capture
2019-11-25 15:28:28 -08:00
Sidney Bell
575f71aaee
Fix base url
2019-11-22 18:17:43 -08:00
Sidney Bell
04aa6f8fe9
Merge branch 'sidneymbell/docs-overhaul'
2019-11-22 15:00:24 -08:00
Sidney Bell
298ded6e2d
Add site files
2019-11-22 14:59:40 -08:00
Sidney Bell
9bcafeb7c1
[WIP] Overhaul the documentation site ( #1030 )
...
Overhaul the whole documentation site
2019-11-22 14:54:20 -08:00
Sidney Bell
85c1b6957e
Final annotations notes
2019-11-22 14:53:35 -08:00
Sidney Bell
2f99b317a2
Update annotations docs
2019-11-22 13:57:50 -08:00
Sidney Bell
8535664e9c
Typo
2019-11-22 11:26:55 -08:00
Sidney Bell
5ed9f5126b
Switch demo datasets to launch directly from URL
2019-11-22 11:26:51 -08:00
Bruce Martin
5713aa8792
category and label name validation updates ( #1056 )
...
* update label validation with new schema
* add new error messages for new label errors; general cleanup
2019-11-22 10:32:00 -08:00
Severiano Badajoz
9aaaad6709
tweak allotted width for value name + occupancy and tweak truncating ( #1051 )
2019-11-21 20:14:11 -08:00
Sidney Bell
621b88bff4
Simplify demo data download
2019-11-21 18:51:30 -08:00
Sidney Bell
ecedf666c7
Bold current page in nav
2019-11-21 18:51:13 -08:00
Sidney Bell
afff2ceec7
Update logo
2019-11-21 18:50:55 -08:00
Sidney Bell
be9a415a4a
Typo
2019-11-21 17:02:59 -08:00
Sidney Bell
0295041972
Fix typos, etc in prepare
2019-11-21 17:02:50 -08:00
Sidney Bell
8fe7ee75e8
Minor text edits to launch
2019-11-21 17:02:30 -08:00
Sidney Bell
a3d96aae0a
Minor text edits to hosted (i.e., typos)
2019-11-21 17:02:01 -08:00
Sidney Bell
d5d56d89d1
Change text color
2019-11-21 17:01:33 -08:00
Sidney Bell
a6a2841961
Update gifs in gallery (thank you @liaprins-czi !)
2019-11-21 17:01:24 -08:00
Sidney Bell
7bf76fa557
Merge remote-tracking branch 'origin/master' into sidneymbell/docs-overhaul
2019-11-21 16:49:18 -08:00
Colin Megill
c2ededfc62
Anno editing label/category error states ( #1048 )
...
* anno error states
* label validation should not treat empty string as error
* disable Submit if no label or category entered
* edit category name error states
* flex start
* pr cleanup
* label name validation fixes
* PR comment responses
2019-11-21 19:08:29 -05:00
Bruce Martin
ee62dd355f
[WIP] JS lint and dead code removal ( #1053 )
...
* lint and dead code removal
* fix regressions
2019-11-21 14:10:02 -08:00
bkmartinjr
0415c30f0b
add security notice to readme
2019-11-20 10:42:27 -08:00
bkmartinjr
79e534e397
additional caveats/warnings for hosting
2019-11-20 10:40:00 -08:00
bkmartinjr
f4919340e9
merge
2019-11-20 10:33:17 -08:00
bkmartinjr
976f9d9ff8
add hosting notes
2019-11-20 10:28:40 -08:00
Bruce Martin
9a540a4f0a
fix erroneous state clearing ( #1052 )
2019-11-19 11:11:19 -08:00
Severiano Badajoz
5968da18b4
fix inconsistent sidebar value height( #1039 )
2019-11-18 12:43:16 -08:00
Severiano Badajoz
bd5f816d58
fix dataset title clipping ( #1040 )
2019-11-18 12:42:55 -08:00
Severiano Badajoz
cf8f1a710d
add padding to scatterplot shift ( #1043 )
2019-11-18 12:41:58 -08:00
Bruce Martin
2d0b646956
js dependency update ( #1045 )
2019-11-18 11:22:13 -08:00
Bruce Martin
b284e6f820
Improve CLI help ( #1025 )
...
* launch option changes
* more CLI help improvements
* change plot help
* additional changes requested
* change metavars for options and subcommand
2019-11-14 13:02:40 -08:00
Bruce Martin
5ea9ac8a9e
Add provenance header to labels CSV file ( #1041 )
...
* add last mod time lookup to data locator
* store data locator in Driver
* save metadata header in labels csv
* lint
* fix tests
* change datetime format to second precision
2019-11-14 12:33:48 -08:00