Arthur Lu
0024a94f4e
added file logging with default,
...
added basic progress bars for each module
2022-03-30 04:53:40 +00:00
Arthur Lu
5885224231
removed match printing,
...
CLI args use argparse
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2022-03-29 23:09:37 +00:00
Arthur Lu
64ea7c227c
removed commented code
...
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2022-03-29 22:23:24 +00:00
Arthur Lu
ddf6faeecf
fixed metrics processing ordering,
...
added metrics logging
2022-03-29 21:15:24 +00:00
Arthur Lu
b4766d1b3e
fixed Module template __init__ definition
...
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2022-03-29 16:49:38 +00:00
Arthur Lu
e04245952a
merged data and pull functions into Client class,
...
removed pull.py dep.py,
modified existing code to work with new Client class
2022-03-29 05:48:39 +00:00
Arthur Lu
2ebaddb92c
updated usage
2022-03-29 04:44:59 +00:00
Arthur Lu
8b09e155dc
updated changelog
2022-03-29 04:42:26 +00:00
Arthur Lu
5ca474d158
finished removing socket functionality
2022-03-29 04:39:52 +00:00
Arthur Lu
e7a8a259fc
finished removing daemon functionality
2022-03-29 04:35:01 +00:00
Arthur Lu
5553e3dddf
fixed CLI options,
...
implemented better config attr search member,
fixed imports
2022-03-29 04:28:09 +00:00
Arthur Lu
34f0b3f10c
removed: daemonization,
...
socket messaging
added: CLI option to specify config file
Not working, requires data.py changes in competition branch
2022-03-28 22:42:04 +00:00
Arthur Lu
6b070c7b08
fixed merge changes
2022-03-15 05:31:51 +00:00
Arthur Lu
9279311664
Merge branch 'master' into superscript-v1
2022-03-15 05:27:11 +00:00
Arthur Lu
4836f48a34
pyinstaller onedir workaround for requests issue,
...
moved spec file to build folder
Former-commit-id: 4427eba5c993222cd2ebfdfc76a4685e25e18b0c
2022-02-24 02:56:08 +00:00
Arthur Lu
9a1a45f1c9
removed cert verification for requests library
...
Former-commit-id: 4914b98a21478a10be7d2f737dd6d5669b4c5681
2022-02-20 23:38:18 +00:00
Arthur Lu
d7ed695ad1
fixed build script,
...
added binutils to docker container for build requirements,
added required scipy modules to superscript.spec
Former-commit-id: 60a6fc1106dc90514bd1270138ab9166efa29290
2022-02-20 23:16:02 +00:00
Arthur Lu
0cace3cec3
improved exit code reporting
...
Former-commit-id: f36f45bc6a2773b8a821d0e046ce1b47fc4ced0f
2022-02-19 23:29:58 +00:00
Arthur Lu
80b63269df
readded zmq messaging
...
Former-commit-id: e38653c4dc4ffe6aada19cac2251c3ec28bfbc2b
2022-02-19 22:58:58 +00:00
Arthur Lu
56447603e1
implemented logger,
...
dropped zmq because of constant inconsistency,
daemon process now outputs to file,
deleted client.py
Former-commit-id: d3251e5f6404d0dce42da49e5d577651e718e168
2022-02-19 08:52:49 +00:00
Arthur Lu
2130182212
fixed pull APIError calls (removed endpoint arg)
...
Former-commit-id: 5090eefdbd5b13bfda285d5480e79896dd3610a5
2022-02-19 06:50:34 +00:00
Arthur Lu
b1eff19ea4
removec __all__ property from superscript
...
Former-commit-id: 67c4684b5943467cc07b8cc638dc438ad0ee3e54
2022-02-19 06:46:39 +00:00
Arthur Lu
b43836899d
moved config functions into Configuration class,
...
simplified exception class by removing error codes,
removed exec_threads from module parameters
Former-commit-id: 545ef765653970e1cdebac692eccd227effb2508
2022-02-19 06:19:13 +00:00
Arthur Lu
524a0a211d
removed gui (last commit tagged "gui"),
...
removed print statement in pit module
Former-commit-id: 4978aee142eaf9431913b44eabfc0dfb79c7b600
2022-02-09 05:36:19 +00:00
Arthur Lu
491508a400
switch docker image to python:slim,
...
move requirements.txt to .devcontainer/
Former-commit-id: 427a37e514f689b9246ce4395bf179e079a5a903
2022-02-04 08:38:03 +00:00
Arthur Lu
b0ffdbab9a
fixed pit processing issue due to config change
...
Former-commit-id: 15f95b778bbddf687accc61c28a4a8975f5d89ae
2022-02-04 03:28:08 +00:00
Arthur Lu
c4bb633e08
fixed pit data fetching
...
Former-commit-id: d017ec52a7166a1e64bba88553915ca6d0f64789
2022-02-04 03:24:47 +00:00
Dev Singh
c46e74036b
get team nums at comp
...
Former-commit-id: 028f6f775d4fe1327975f9688d7433e67f2623e0
2022-02-04 03:16:45 +00:00
Arthur Lu
c08d3d3ae7
Merge branch 'superscript-v1' of https://github.com/titanscouting/tra-superscript into superscript-v1
...
Former-commit-id: 2b72743b27f449899671ee916404387e7b58bf3a
2022-02-04 03:06:14 +00:00
Arthur Lu
6cfe4e3f33
fixed bugs in data.py to work with database,
...
fixed object field in module.py: Metric,
fixed timestamp input in superscripy.py
Former-commit-id: 1e18cddc478fb00c675a34e6cb2b250e95f82b3d
2022-02-04 03:06:09 +00:00
Dev Singh
40673169b2
update validation schema
...
Former-commit-id: 982cb0aa6b4a80fd74ecc32cd69269fdb8888141
2022-02-04 02:44:48 +00:00
Arthur Lu
7d08194636
patched issue in multiprocessing,
...
moved ConfigurationError to exceptions.py,
made pull use load_config in config.py
Former-commit-id: aed03369c9136b674c91138e2d15e6ba99164e87
2022-01-10 20:23:14 +00:00
Dev Singh
db4b020851
allow overriding competition in config
...
Former-commit-id: 40252dd74cbbea6ac34f2adcb482505f2e8278fb
2022-01-10 15:40:58 +00:00
Dev Singh
18d4438f7f
fix typo
...
Former-commit-id: e16295da2b8303134888e13201c88b89a05aac8d
2022-01-10 15:35:06 +00:00
Dev Singh
74542c1d8f
add validation schema for persistent keys
...
Former-commit-id: ceaf3f289170ec9ec6810856d965ce1495caeeb1
2022-01-10 09:21:46 -06:00
Dev Singh
b4c9ef22b6
pull some data from API, fix some datatype compats
...
Former-commit-id: 03ec0dd8fd4d1540a5061b00b3758a866d5a24ce
2022-01-09 22:19:50 -06:00
Arthur Lu
af74a69579
removed commented out code
...
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
Former-commit-id: 3669712bec78402e948d67b7b236466a0368b260
2021-11-24 02:27:03 +00:00
Arthur Lu
ac66545226
changed Module interface to 3 functions
...
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
Former-commit-id: 356b71be62ff0c9ca786bc53f0df91d637b802a5
2021-11-23 22:23:59 +00:00
Arthur Lu
4b5db1aba8
moved config parsing functions to config.py
...
Former-commit-id: a251fef0242410685ad6d6daaa1ad4d5287b3d06
2021-11-06 01:50:55 +00:00
Arthur Lu
b9610b7b46
improved and streamlined config error handling
...
Former-commit-id: 99efefd3025f99ca65cf73dd694baa86a2a65e73
2021-11-06 00:04:11 +00:00
Arthur Lu
c90a35ff51
added empty modules for future additions
...
Former-commit-id: d234302cdc26cce03833877133f25a144d7d1f58
2021-11-05 23:17:42 +00:00
Arthur Lu
60e88a5987
formalized module interface
...
Former-commit-id: 108284a94b2e63c3fc10b02b9f60739f4ccbbaba
2021-11-02 05:37:27 +00:00
Arthur Lu
9c2946718f
removed testing notebook,
...
anticipated removal of pandas requirement,
added pandas and matplotlib to pyinstaller exclusion,
removed unessasary option in build scripts
Former-commit-id: 0fd24d42e12a16fc929945cc5cdd6745ce023171
2021-10-30 03:51:03 +00:00
Arthur Lu
bd0c0d99f9
module replaces processing
...
Former-commit-id: d798bfe7d2ba3369aef5d6ed2a3f3c0b1a66b482
2021-10-30 03:11:10 +00:00
Arthur Lu
9ddf61621e
fixed debug logging
...
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
Former-commit-id: bd87111e08709e825af2abad0d94894274a354c6
2021-10-28 21:12:28 +00:00
Arthur Lu
0af93238be
implemented dynamic module loading/running,
...
fixed minor issue in metric module
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
Former-commit-id: 7be48af85eed7bc5544671144cc83b4c9ce8649c
2021-10-28 20:40:56 +00:00
Arthur Lu
6c8e738420
added Metric, Pit modules (theoretically working)
...
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
Former-commit-id: 3ac4e96d2dd63cc0c2061a78e6e15e26a4538e8d
2021-10-28 20:13:57 +00:00
Arthur Lu
0eccc32096
changed Match module to use current data bindings
...
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
Former-commit-id: afab67f8ef21ca066576eed5f1b1c5feb3fb2c2f
2021-10-22 01:40:56 +00:00
Arthur Lu
f8f8543ea2
changed sample json
...
Former-commit-id: 8966900341508677b1b78d0ac3bd6b1ae6eae9c2
2021-10-21 22:33:26 +00:00
Arthur Lu
a1fb295a1a
minor fix
...
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
Former-commit-id: 7f0d3fc7539314521b2a0d1c714bd5234fb20e21
2021-10-21 21:58:02 +00:00