Arthur Lu
1151541976
fixed key error in loop delay logic,
...
improved error logging to include stack trace
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
Former-commit-id: 3f32104c725d484e737cbbd2f35a7d0a4639152e
2021-10-12 22:16:34 +00:00
Arthur Lu
6f28e507a1
fixed errorlog path
...
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
Former-commit-id: 0895eb3d747a808fb510dea5df6a67b0795a0fd2
2021-10-12 21:42:09 +00:00
Arthur Lu
1e6bc1926a
fixed minor push_pit bug
...
Former-commit-id: 9603ca2be93bb8fcaec9552d037123ebbd6e24a3
2021-10-11 02:59:49 +00:00
Arthur Lu
d89f997117
fixed sample config.json
...
Former-commit-id: 24e666a23b2e121e711e715c389033321a86bf2f
2021-10-11 02:56:24 +00:00
Arthur Lu
31423d04d8
Merge pull request #17 from titanscouting/event-listener
...
Pull changes from event-listener to superscript-v1
Former-commit-id: 82b62924f68b9b99f3df0ed70f843a8e8b0f67c1
2021-10-10 19:52:53 -07:00
Arthur Lu
44e9711b2d
Merge branch 'superscript-v1' into event-listener
...
Former-commit-id: 3dbdcfbd3504a328bcb11d2d32e05e2e02e0bcb7
2021-10-10 19:52:47 -07:00
Arthur Lu
f24d5163d7
Merge pull request #16 from titanscouting/database-config
...
Pull changes from database-config into superscript-v1
Former-commit-id: 790eb4aa03053b208a1bbe5a66b1f1dfe01307ea
2021-10-10 19:49:19 -07:00
Arthur Lu
06630b0dd4
Merge pull request #15 from titanscouting/automate-build
...
Update superscript-v1 with automate-build
Former-commit-id: 0fb586f13db8b75681fd7d380dec4e367df48762
2021-10-10 19:47:48 -07:00
Arthur Lu
32ae4fd636
implemented event delay with dummy listener,
...
event delay listener in data.py unimplemented
Former-commit-id: dea5f3a37456c02b222052a62e80efc50670d3ff
2021-10-10 06:15:22 +00:00
Arthur Lu
96ebb82085
added opotion to pull config from database,
...
major code refactor
Former-commit-id: da913e639ba523dacd88ae5fce50d4037a9c9a57
2021-09-23 07:10:01 +00:00
Arthur Lu
09b8cca884
Merge pull request #13 from titanscouting/superscript-v1
...
Pull recent changes from superscript-v1 to database-config
Former-commit-id: e18ddcec9ddbdb90d926381c33568ddcb32960a4
2021-09-22 20:29:02 -07:00
Arthur Lu
fb1033e92c
Merge branch 'databse-config' into superscript-v1
...
Former-commit-id: a64c2c71ca2696dc0a54a4e7104c123daee12431
2021-09-22 20:28:55 -07:00
Arthur Lu
16882a0a75
added debug option to usage description,
...
set generic error code to 1
Former-commit-id: 9163244e2cb4f2d198d7a0bfa9f15ba32aebc627
2021-09-21 23:36:13 +00:00
Arthur Lu
2b8ecc5bee
added databse config getter/setter to data.py,
...
fixed args for data.py functions
Former-commit-id: 74bcc116a221a6bc4865f8b19d4e5fd182aa9303
2021-09-21 05:14:54 +00:00
Arthur Lu
8112effbce
added debug option,
...
improved memory usage slightly,
changed errorlog.txt to errorlog.log,
updated .gitignore
Former-commit-id: bd51efc6c2248edd987a9e5fc45113fa39af1c46
2021-09-21 04:43:32 +00:00
Arthur Lu
56d3a0adcd
added event and time delay options
...
(event delay unimplemented)
Former-commit-id: fb4e5da1d4605a341056dc035b9db0695b51c24d
2021-08-27 23:39:48 +00:00
Arthur Lu
2444963af9
changed asset upload name
...
removed create criteria, must be publish
Former-commit-id: 73b5c393a016ed25ac49661e68f67e9aa495adaf
2021-08-26 23:19:53 +00:00
Arthur Lu
8000a7314d
add release asset automaticallt
...
Former-commit-id: 42ca74b4ab541a9358cb5fe2d82ced0d48537f00
2021-08-26 23:14:09 +00:00
Arthur Lu
3e212e4502
fixed typo
...
Former-commit-id: fc63d5d7e1acf874f70db955b581d229ed3a8322
2021-08-26 22:57:15 +00:00
Arthur Lu
66e00987c4
fixed path
...
Former-commit-id: 1106a0ffb1d393bd682fc70c3bf9dea7ea08575e
2021-08-26 22:53:21 +00:00
Arthur Lu
2f90e7d11a
added prerequisite and build steps
...
Former-commit-id: 65a1720657e3d90a33621e55a413f07431d1c80f
2021-08-26 22:48:48 +00:00
Arthur Lu
f0ef4fea5d
Merge pull request #12 from titanscouting/superscript-v1
...
Merge current changes to build-superscript
Former-commit-id: 6b4de40c492645d642cf6fc126b1bb8253f10000
2021-08-26 15:45:24 -07:00
Arthur Lu
9be9008ae1
fixed and properly named build action
...
Former-commit-id: 694733700a0d6933399e1040665ba4aa653f67b8
2021-08-26 22:26:29 +00:00
Arthur Lu
097fd2836b
reorganized imports in superscript
...
Former-commit-id: 18c26a00b622ad8f946ce589f556b085e678a413
2021-08-22 05:35:04 +00:00
Arthur Lu
052788afb9
fixed verbose/profile output options
...
Former-commit-id: ca399cf3500e066d5f3d448506dca7c5cebb27df
2021-08-19 20:58:35 +00:00
Arthur Lu
e4eb824f51
Merge pull request #11 from titanscouting/daemonize-superscript
...
Merge changes in daemonize-superscript to refactor-superscript
Former-commit-id: 3e8d876f805b5ac2db3761009bc502a172283b38
2021-08-18 17:36:55 -07:00
Arthur Lu
11d3db4b44
added profile option to superscript
...
Former-commit-id: ea07d7c7094cd1469712e0d4e916ecd25dad5c23
2021-08-19 00:34:42 +00:00
Arthur Lu
76f78047b3
unified main_lin, main_win functions
...
Former-commit-id: 342dae302291871603328224ae0a23ebeada47ce
2021-08-18 22:35:42 +00:00
Arthur Lu
20f2040a1a
changed websocket bind address to 0.0.0.0
...
Former-commit-id: e9258c831d535e44096a0a7e36ea869de7030f81
2021-08-18 05:58:21 +00:00
Arthur Lu
ffead9e240
fixed daemon no start issue
...
Former-commit-id: efc353dafb9026d2d1fab1fa1be000e8997326d2
2021-08-18 05:13:25 +00:00
Arthur Lu
0287b5c0e2
temporary workaround for missing ssl cert
...
Former-commit-id: 739a2f36f8bfd0cce2b272c82f9a961554386f60
2021-08-18 03:26:47 +00:00
Arthur Lu
b6a1dfedb9
not working
...
Former-commit-id: e82177d17be396d02c30f55dc70b1a014e3388dd
2021-08-18 03:04:01 +00:00
Arthur Lu
cafb773d8b
replaced profile to verbose option
...
Former-commit-id: 055c296c00aa23bbc43e3c5e264a4e09c435b1cb
2021-08-18 00:43:00 +00:00
Arthur Lu
871b313d95
fixed linux only import in windows exec
...
Former-commit-id: 61ae377e97a63385ffaaaa13413b207f54524902
2021-08-17 14:17:40 -07:00
Arthur Lu
bcbb653696
daemonized, socketed superscript
...
improved runtime
removed superscript-socket.py
Former-commit-id: 6fa29f767dcc649c7d049baddaaa1d865c5c3517
2021-08-17 21:02:08 +00:00
Arthur Lu
b4c7365bf0
added *.pid files to git ignore
...
Former-commit-id: f8f8d6bf2776ef26b79c23aac300756ad10b2781
2021-08-13 23:32:59 +00:00
Arthur Lu
c2f35f4cb2
superscript v 0.9.2
...
Former-commit-id: e559ced751ae22c8c91c024940f50150e7da28ea
2021-08-13 21:57:03 +00:00
Arthur Lu
2ebd2cba8a
removed socket/daemon test scripts
...
Former-commit-id: d1a9e567038fe705ced9ca8890cc79976326d4f8
2021-08-12 22:26:37 +00:00
Arthur Lu
6819aaf143
consolidated dataset/data imports
...
Former-commit-id: 6364746d7ab445c2a1164850a5fe3795d3e9688a
2021-08-12 21:58:41 +00:00
Arthur Lu
b3ab9156db
consolidated datraset.py into datas.py
...
removed unessasary time import in data.py
added missing import to processing.py
Former-commit-id: f74cfb3ae32172ffff7f472301a46a8cc3578918
2021-08-12 21:53:03 +00:00
Arthur Lu
30641e43d8
fixed delay in daemon stopping
...
Former-commit-id: 1d9fa990582c214f3f40d1a10e97accfc38e3468
2021-08-11 23:37:57 +00:00
Arthur Lu
3a068654ed
added start/stop/restart argument functionality
...
slightly buggy
Former-commit-id: ba793140af2116a485bd4dfa5df45f407baec753
2021-08-11 23:26:52 +00:00
Arthur Lu
962061007b
removed time-test
...
Former-commit-id: c09f4d0897d110bb7207d5aaeafeb6c3cd2d3f9f
2021-08-11 22:54:24 +00:00
Arthur Lu
91f34a8d74
daemonized superscript socket example
...
added python-daemon to requirements.txt
Former-commit-id: 922095ebe0187477e5468d2e9bfa96bd98016d4a
2021-08-11 22:28:24 +00:00
Arthur Lu
19bca6967c
added websockets to requirements.txt
...
Former-commit-id: d9ba7bcb2485c5342ac626d5b5259204568a12d0
2021-08-11 18:21:34 +00:00
Arthur Lu
fb2ea60fea
started socketing superscript statuses
...
Former-commit-id: a703fe486757989822960471a7181c8b72afe9fc
2021-08-11 18:10:04 +00:00
Arthur Lu
5d95913467
removed duplicate requirements
...
Former-commit-id: f258a768bee1fb81a6baccfd7b2576a66514d946
2021-08-11 00:33:06 +00:00
Arthur Lu
7e800c9004
added Pool.join to allow threads to exit safely
...
added keyboard interrupt signal ignore in threads
Former-commit-id: 836e9ca6be56adffffce9be0ac4cceaed08e6918
2021-07-16 06:12:26 +00:00
Arthur Lu
3c7262498c
superscript v 0.9.1
...
Former-commit-id: 246efd524bd0536150858703180ac8a77f1b0587
2021-06-13 00:49:04 +00:00
Arthur Lu
4c65e88903
finished refactor
...
Former-commit-id: b2f2dfe2a4989da5c62c2895eae73e9000760901
2021-06-12 23:57:16 +00:00