Projekt

Obecné

Profil

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

# Datum Autor Komentář
75a5e12e 2022-04-10 07:29 Jakub Šilhavý

re #9423 Edited README.md (final version)

b6744c04 2022-04-08 16:16 Jakub Šilhavý

re #9423 Edited README.md

940cc941 2022-04-08 07:10 Jakub Šilhavý

re #9423 Edited build.bat

a0356399 2022-04-07 19:07 Jakub Šilhavý

re #9423 Added hooks and a bat file to build the application, renamed main.py to licence_detector.py, regenerated requirements.txt

182b042a 2022-04-07 16:19 Tomáš Ott

Merge branch 'client-documentation' into 'client-dev'

Okomentovat zdrojový kód klienta a vygenerovat dokumentaci

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

72a45e40 2022-04-07 15:19 Jakub Šilhavý

re #9422 Generated a documentation of main.py and config_manager.py using pdoc

7089e047 2022-04-07 15:08 Jakub Šilhavý

re #9422 Generated a documentation using pdoc

675e5fb6 2022-04-07 15:07 Jakub Šilhavý

re #9422 Fixed typos

6b5427e6 2022-04-07 12:25 Jakub Šilhavý

re #9422 Commented config_manager.py and main.py

1526cb8b 2022-04-07 11:59 Jakub Šilhavý

re #9422 Commented detector.py, event_listener.py, and usb_reader.py

22c09a00 2022-04-07 08:15 Jakub Šilhavý

re #9422 Commented both config files and api_client.py.

4ee24cce 2022-04-06 13:45 Matěj Zeman

Merge branch 'client-unit-tests' into 'client-dev'

Napsat unit testy pro klienta

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

5aa527c1 2022-04-06 11:35 Jakub Šilhavý

re #9421 Removed README.md

24e5d0dc 2022-04-06 10:08 Jakub Šilhavý

re #9421 Added test coverage

cdc18553 2022-04-06 09:50 Jakub Šilhavý

re #9421 Restructured the test folder

76bdccc4 2022-04-06 09:21 Jakub Šilhavý

re #9421 Added unit tests for resend_cached_payload() and send_data(); moved api_client.py into usb_detector package

86c76cca 2022-04-06 09:05 Jakub Šilhavý

re #9421 Added unit tests for client_set_config(), cache_failed_payload(), and read_connected_devices()

715c565f 2022-04-05 15:40 Jakub Šilhavý

re #9421 Added unit tests for update() - usb detector and usb_detector_set_config()

da245efe 2022-04-05 12:37 Jakub Šilhavý

re #9421 Added unit tests for notify_listeners() and register_listener()

2f2eab4c 2022-04-05 12:08 Jakub Šilhavý

re #9421 Added unit tests for get_metadata() and send_payload_to_server()

93da32b7 2022-04-05 06:54 Jakub Šilhavý

re #9421 Added unit tests for get_connected_devices() and get_disconnected_devices()

76d35051 2022-04-04 19:51 Tomáš Ott

Merge branch 'client-project-restructure' into 'client-dev'

Client project restructure

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

26c6faac 2022-04-03 16:37 Jakub Šilhavý

re #9420 Created folders src and tests

9219c992 2022-04-03 16:09 Jakub Šilhavý

re #9420 Created folders src and resources; renamed config.ini to client.conf

261b648f 2022-04-03 09:54 Tomáš Ott

Merge branch 'log-spam' into 'client-dev'

Resolved spam created by log messages

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

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

921d49d0 2022-04-02 13:58 Tomáš Ott

Merge branch 'disk-access' into 'client-dev'

re #9418 Resolved the issue regarding disk access

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

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

203dadca 2022-03-30 12:45 Štěpánka Krutinová

Merge branch 'logging-system' into 'client-dev'

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

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

0b96f10c 2022-03-29 21:04 Pultak

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

c641d529 2022-03-26 11:00 Tomáš Ott

Merge branch 'device-cache' into 'client-dev'

Implemented a disk cache used to store payloads when the internet connection goes off

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

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

06416646 2022-03-24 10:17 Tomáš Ott

Merge branch 'client-demo-01' into 'client-dev'

Client demo 01

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

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

re #9305 Fixed formatting in api_client.py

2788b4a6 2022-03-23 07:15 Jakub Šilhavý

Merge branch 'client-demo-01' of https://gitlab.kiv.zcu.cz/aswi/aswi-2022/aswi2022bug-thugs into client-demo-01

Conflicts:
.gitignore
client/usb_detector/usb_reader.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

4426f7bc 2022-03-22 16:17 Jakub Šilhavý

re #9305 Moved .gitignore into the parent directory

7a278c5c 2022-03-22 16:17 Jakub Šilhavý

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

f7fb8759 2022-03-22 16:17 Jakub Šilhavý

re #9305 Added a python module for USB detection

bba28c53 2022-03-22 16:17 Jakub Šilhavý

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

ed534dc7 2022-03-22 16:17 Jakub Šilhavý

re #9305 Added .gitignore

092c8ebe 2022-03-22 16:12 Štěpánka Krutinová

Merge branch 'gitignore_dev' into 'dev'

re #9304 Project .gitignore file

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

7cb57cd1 2022-03-22 15:58 Matěj Zeman

re #9304 Project .gitignore file

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

0be87248 2022-02-24 10:23 Petr Pícha

Initial commit