Commit Graph

86 Commits

Author SHA1 Message Date
Arthur Lu
3e8d876f80
Merge pull request #11 from titanscouting/daemonize-superscript
Merge changes in daemonize-superscript to refactor-superscript
2021-08-18 17:36:55 -07:00
Arthur Lu
ea07d7c709 added profile option to superscript 2021-08-19 00:34:42 +00:00
Arthur Lu
342dae3022 unified main_lin, main_win functions 2021-08-18 22:35:42 +00:00
Arthur Lu
e9258c831d changed websocket bind address to 0.0.0.0 2021-08-18 05:58:21 +00:00
Arthur Lu
efc353dafb fixed daemon no start issue 2021-08-18 05:13:25 +00:00
Arthur Lu
739a2f36f8 temporary workaround for missing ssl cert 2021-08-18 03:26:47 +00:00
Arthur Lu
e82177d17b not working 2021-08-18 03:04:01 +00:00
Arthur Lu
055c296c00 replaced profile to verbose option 2021-08-18 00:43:00 +00:00
Arthur Lu
61ae377e97 fixed linux only import in windows exec 2021-08-17 14:17:40 -07:00
Arthur Lu
6fa29f767d daemonized, socketed superscript
improved runtime
removed superscript-socket.py
2021-08-17 21:02:08 +00:00
Arthur Lu
e559ced751 superscript v 0.9.2 2021-08-13 21:57:03 +00:00
Arthur Lu
d1a9e56703 removed socket/daemon test scripts 2021-08-12 22:26:37 +00:00
Arthur Lu
6364746d7a consolidated dataset/data imports 2021-08-12 21:58:41 +00:00
Arthur Lu
f74cfb3ae3 consolidated datraset.py into datas.py
removed unessasary time import in data.py
added missing import to processing.py
2021-08-12 21:53:03 +00:00
Arthur Lu
1d9fa99058 fixed delay in daemon stopping 2021-08-11 23:37:57 +00:00
Arthur Lu
ba793140af added start/stop/restart argument functionality
slightly buggy
2021-08-11 23:26:52 +00:00
Arthur Lu
c09f4d0897 removed time-test 2021-08-11 22:54:24 +00:00
Arthur Lu
922095ebe0 daemonized superscript socket example
added python-daemon to requirements.txt
2021-08-11 22:28:24 +00:00
Arthur Lu
d9ba7bcb24 added websockets to requirements.txt 2021-08-11 18:21:34 +00:00
Arthur Lu
a703fe4867 started socketing superscript statuses 2021-08-11 18:10:04 +00:00
Arthur Lu
f258a768be removed duplicate requirements 2021-08-11 00:33:06 +00:00
Arthur Lu
836e9ca6be added Pool.join to allow threads to exit safely
added keyboard interrupt signal ignore in threads
2021-07-16 06:12:26 +00:00
Arthur Lu
246efd524b superscript v 0.9.1 2021-06-13 00:49:04 +00:00
Arthur Lu
b2f2dfe2a4 finished refactor 2021-06-12 23:57:16 +00:00
Arthur Lu
b94c9125b3 renamed cli_interface.py to interface.py 2021-06-12 07:16:11 +00:00
Arthur Lu
ee309b9f8b separated gui and cli dev files
began refactoring superscript in cli application
2021-06-12 07:09:26 +00:00
Arthur Lu
139410f7f0 removed ThreadPoolExecutor import 2021-04-25 06:05:33 +00:00
Arthur Lu
1b01ede161 removed matplotlib import
removed plotting pit analysis
fixed warning supression for win exe
superscript v 0.8.6
2021-04-12 15:13:54 -07:00
Arthur Lu
4de011ef45 superscript v 0.8.5 2021-04-10 06:08:18 +00:00
Arthur Lu
5ea2297017 superscript v 0.8.4 2021-04-09 23:45:16 +00:00
Arthur Lu
7d85a18b4b superscript v 0.8.3 2021-04-03 20:47:45 +00:00
Arthur Lu
1fa36e8694 fixed .gitignore
added build-CLI script
fixed threading in superscript
2021-04-02 21:58:35 +00:00
Arthur Lu
70afd23f2c deleted config.json
changed superscript config lookup to relative path
added additional requirements to requirements.txt
added build spec file for superscript
2021-04-02 21:35:05 +00:00
Arthur Lu
8ede63ed04 fixed spelling in default config,
added config to git ignore
2021-04-02 01:28:25 +00:00
Dev Singh
51b4943307 fix ut and file structure 2021-04-01 13:38:53 -05:00
Arthur Lu
b10bb7151f added:
.devcontainer
.github
CONTRIBUTING
MAINTAINERS
LICENSE
README
SECURITY
moved fiels into correct structure
deleted unessasary workflows
2021-04-01 18:31:41 +00:00