Commit Graph
100 Commits
Author SHA1 Message Date
Alok Saldanha f41db75a24 #15 added intermediate index pages 2019-12-21 11:57:35 -05:00
Alok Saldanha 876263c046 #13 refresh page if more than five dots 2019-11-28 15:54:42 -05:00
Alok Saldanha 9532375eb0 #12 introduce GATEWAY_PORT, rename GATEWAY_HOST and GATEWAY_PROTOCOL to EXTERNAL_HOST and EXTERNAL_PROTOCOL
Keep GATEWAY_HOST and GATEWAY_PROTOCOL for backwards compatibility (for now)
2019-11-17 19:03:47 -05:00
Alok Saldanha 91c9607808 #9 fix race condition by grabbing lock before adding cache entry 2019-10-29 21:19:50 -04:00
Alok Saldanha 66f7a6b5a7 #9 properly terminate all child processes 2019-10-29 21:19:18 -04:00
Alok Saldanha 455e0cd087 #9 skip ports that are in use 2019-10-29 21:18:42 -04:00
Alok Saldanha c937f90779 #8 added endpoint to return status json 2019-10-20 21:08:23 -04:00
Alok Saldanha 464ee87305 #7 added link to terminate loaded dataset 2019-10-20 20:53:38 -04:00
Alok Saldanha 2f2541d2b1 #6 added info output of env
improved logging config
2019-09-23 15:15:44 -04:00
Alok Saldanha d3a290a3ab #6 add GATEWAY_ENABLE_UPLOAD environment variable
routes that modify disk are not added unless the env variable is set.
2019-09-23 14:48:58 -04:00
Alok Saldanha 876538cd52 #5 fixed missing slash in path joining 2019-09-19 13:09:38 -04:00
Alok Saldanha 6656de6214 #5 added failing test for path combination in render_entry 2019-09-19 13:01:08 -04:00
Alok Saldanha 6cf953aaab #5 added os.path.join to flask routes
Also added a subdir check for security.
2019-09-19 12:54:26 -04:00
Alok Saldanha b5158dee47 GH-4 properly reference cache.prune
also added logging
2019-09-19 12:04:43 -04:00
Alok Saldanha f6d10946c6 #4 added failing test for cache pruning 2019-09-19 12:02:24 -04:00
Alok Saldanha c4828d8be5 #3 added downgrade warning 2019-09-18 11:55:05 -04:00
Alok Saldanha 03e04d553f #3 fixed case of Readme.md in setup.py 2019-09-18 11:45:15 -04:00
Alok Saldanha 0b267725ba #2 replace print() with logging 2019-09-17 13:08:30 -04:00
Alok Saldanha 5c41dbb18d #2 remove missing property 2019-09-17 11:35:25 -04:00
Alok Saldanha 820314adff #2 blackened 2019-09-17 11:06:50 -04:00
Alok Saldanha f7f49b3568 #2 added link to relaunch server on process error page 2019-09-17 11:05:22 -04:00
Alok Saldanha a6d80c1926 #2 added link to view status of currently loaded datasets 2019-09-17 10:16:52 -04:00
Alok Saldanha 2b259ab6b5 #2 added a way to relaunch a cellxgene server 2019-09-17 10:13:20 -04:00
Alok Saldanha a6c9456786 added support for gateway ttl and manual pruning 2019-09-16 17:12:29 -04:00
Alok Saldanha 90d5d8b570 removed unnecessary selection 2019-09-16 16:03:08 -04:00
Alokito af8169607d added section on reaching out to @alokito 2019-09-16 14:59:30 -04:00
Alok Saldanha 1b053092b4 added cache status 2019-09-16 13:40:50 -04:00
Alok Saldanha 1e1de19878 added unit test 2019-09-16 10:58:02 -04:00
Alok Saldanha 15998beb68 added support for GATEWAY_EXTRA_SCRIPTS 2019-09-16 10:32:35 -04:00
Alok Saldanha 6183a7ed7d streamlined normal example, readme docs 2019-09-07 07:36:48 -04:00
Alokito 20bffbfcc4 clarified parallel options 2019-09-06 14:55:49 -04:00
Alokito 74fbd7a295 separated installing and running Cellxgene Gateway 2019-09-06 14:55:00 -04:00
Alokito b2450960a9 Typo in setup.py 2019-09-06 14:36:39 -04:00
Alokito 90eb717a7f Updated package_data 2019-09-06 14:34:48 -04:00
Alokito e142c62513 separated different ways of running locally 2019-09-06 14:26:00 -04:00
Alokito ec0bf625fc Merge pull request #1 from ericmjl/conda
Package-ified
2019-09-06 14:10:48 -04:00
Eric Ma 7e9611e3b6 take out deployemnt_env 2019-09-06 13:59:52 -04:00
Eric Ma e43b396877 fix numbering 2019-09-06 13:58:39 -04:00
Eric Ma 985634a974 Added standard gitignore from Python 2019-09-05 21:36:59 -04:00
Eric Ma 20794616b2 Merge branch 'conda' of https://github.com/ericmjl/cellxgene-gateway into conda 2019-09-05 21:36:36 -04:00
Eric Ma f0de7fbfc3 update readme 2019-09-05 21:36:24 -04:00
Eric Ma f2a8f44f38 update readme 2019-09-05 11:55:44 -04:00
Eric Ma 952cb1e8e1 refactor to allow use with console entry points 2019-09-05 11:54:34 -04:00
Alokito 33985614d3 whitespace in code formatting 2019-09-04 15:45:56 -04:00
Alokito af9c91b5e8 Code formatting 2019-09-04 15:45:20 -04:00
Alokito 20706059b6 Clarified python version requirement 2019-09-04 15:44:19 -04:00
Alok Saldanha 7fc9400b37 updated readme and run.sh.example to make getting started easier 2019-09-04 15:27:59 -04:00
Alok Saldanha 52dd6dd156 enable PUT and POST 2019-09-04 14:59:50 -04:00
Alok Saldanha d70fb64fd3 remove target=_blank 2019-09-04 14:58:43 -04:00
Alok Saldanha 8a918d9d5f the first commit 2019-08-27 16:14:10 -04:00