Projekt

Obecné

Profil

Statistiky
| Větev: | Tag: | Revize:

# Datum Autor Komentář
01b65346 2022-04-03 08:07 Jakub Šilhavý

re #9419 Added an argument parser (path to the config file)

474551ae 2022-04-03 07:48 Jakub Šilhavý

re #9419 Moved the config manager into a class (better modularity)

731a638d 2022-04-02 18:58 Jakub Šilhavý

re #9419 Edited logger.conf - changed the max file size to 10MB and changed the filename; removed unnecessary stuff from config.ini

272e6b50 2022-04-02 18:51 Jakub Šilhavý

re #9419 Made sure that the error message gets printed out only one per device

fddc9b6d 2022-04-02 08:06 Jakub Šilhavý

re #9418 Added a try-except block when making sure that there is only one instance of the app running

e22c7a67 2022-04-02 07:58 Jakub Šilhavý

re #9418 Reduced disk access by storing list of connected devices only when necessary

0b96f10c 2022-03-29 21:04 Pultak

re #9360 Added logging system -> log config, logging messages

957aac06 2022-03-25 07:31 Jakub Šilhavý

re #9359 Implemented storing/retrieving payloads into/from a diskcache

b2386324 2022-03-24 18:55 Jakub Šilhavý

re #9359 Formatted imports

76b68bb9 2022-03-24 17:50 Jakub Šilhavý

re #9359 Added diskcache dependency, prepared a new thread for periodical data retrieval from the cache

d1528a79 2022-03-23 07:28 Jakub Šilhavý

re #9305 Fixed formatting in api_client.py

b04bf561 2022-03-23 07:13 Jakub Šilhavý

Merge branch 'keyman-info' into 'client-demo-01'

Keyman info added

See merge request aswi/aswi-2022/aswi2022bug-thugs!3

4f34dd6a 2022-03-22 09:31 Jakub Šilhavý

re #9305 Moved .gitignore into the parent directory

0f94f9b0 2022-03-21 20:56 Pultak

re #9332 Fixed serial number being None

5c67f214 2022-03-21 20:15 Pultak

re #9332 Collected serial number from keyman USB

7d0a826e 2022-03-21 19:34 Jakub Šilhavý

re #9305 Implemented a simple API client, added requirements.txt

62efcbc4 2022-03-21 19:09 Jakub Šilhavý

re #9305 Added a python module for USB detection

1a2c92d4 2022-03-21 18:24 Jakub Šilhavý

re #9305 Added config_manager.py, setup config.ini

b04966c4 2022-03-21 17:46 Jakub Šilhavý

re #9305 Added .gitignore

e49db721 2022-03-21 11:15 Jakub Šilhavý

re #9304 Initial project structure setup