re #9570 - Commented IProcessDetection.cs, IProcessUtils.cs, ProcessDetection.cs, and ProcessUtils.cs
re #9570 Commented DebuggerInfoParser.cs, IInfoFetcher.cs, and InfoFetcher.cs
re #9570 Commented Program.cs
re #9570 Commented ConfigLoader.cs, FileUtils.cs, and IFileUtils.cs
re #9570 Commented ConnectionStatus.cs, DebuggerInfo.cs, and Payload.cs
re #9570 Commented HttpClient.cs, IHttpClient.cs, and IApiClient.cs
re #9570 Commented ApiClient.cs
Merge branch 'ld-client-doc' into 'ld-client-dev'
Ld client doc
See merge request aswi/aswi-2022/aswi2022bug-thugs!40
re #9573 Added generated html of code coverage
re #9573 added ld coverage
re #9573 Added a sequence and UML diagram
Merge branch 'ld-testing' into 'ld-client-dev'
re #9443 Ld testing
See merge request aswi/aswi-2022/aswi2022bug-thugs!37
re #9443 Added implementation of tests for ApiClient
re #9443 ApiClient refactoring for better testing
re #9443 Added implementation of ProcessDetection tests
re #9443 Added implementation of InfoFetcher tests
re #9443 added implemented tests for DebuggerInfoParser
re #9443 refactoring of network and other utils for the purpose of testing
re #9443 refactoring of detection classes
Merge branch 'ld-deployment-readme' into 'ld-client-dev'
re #9571 Ld deployment readme
See merge request aswi/aswi-2022/aswi2022bug-thugs!34
re #9571 fixed typo and text refactoring
re #9571 Added installation readme to the LD client
Merge branch 'ld-client-refactoring' into 'ld-client-dev'
re #9568 Finished ld code refactoring
See merge request aswi/aswi-2022/aswi2022bug-thugs!31
re #9568 Fixed a typo in the config file
re #9568 Fixed formatting
re #9568 Broke config loader down into separate methods.
re #9568 Added all 4 commands (arguments) to be sent to the debugger into the configuration file.
re #9568 Fixed a typo in the filename.
Merge branch 'ld-debugger-info-fetcher' into 'ld-client-dev'
re #9566 Implemented retrieving information from an LD
See merge request aswi/aswi-2022/aswi2022bug-thugs!30
re #9566 Removed IoUtils.cs since it was being used only in one place.
re #9566 Moved magic values into the configuration file.
re #9566 Added InfoFetcher.cs, modified some other files (a bit of refactoring)
re #9566 Created mocks for simulating an LD-debugger
Merge branch 'process-uniqueness' into 'ld-client-dev'
re #9567 Implemented a feature that ensures that there can be only one running process of the application
See merge request aswi/aswi-2022/aswi2022bug-thugs!29
re #9567 Made sure that there is only one running process of the application.
Merge branch 'debugger-info-parser' into 'ld-client-dev'
re #9565 Implemented a debugger info parser
See merge request aswi/aswi-2022/aswi2022bug-thugs!28
re #9565 Implemented DebuggerInfoParser, added IoUtils for reading the content of a file
Merge branch 'ld-detection-experiment' into 'ld-client-dev'
re #9433 Implementation of some possible detection methods for LD client
See merge request aswi/aswi-2022/aswi2022bug-thugs!21
re #9433 detection definition in Main
re #9433 Added possible detection by port listening
re #9433 Added possible detection by process name
re #9433 Abstract detection definition added
re #9433 Added needed configuration for detection
Merge branch 'ld-cache' into 'ld-client-dev'
re #9441 LD cache implementation finished
See merge request aswi/aswi-2022/aswi2022bug-thugs!20
re #9441 Main example + Payload feature for better manipulation
re #9441 manager refactoring - removal of useless functions and variables
re #9441 Added core of cache manager
re #9441 definition of new Api client functions, implementation and added needed variables
re #9441 Added configuration properties + library added to project structure
Merge branch 'ld-api-client' into 'ld-client-dev'
re #9438 ld api client implementation
See merge request aswi/aswi-2022/aswi2022bug-thugs!16
re #9438 added function for logging of server response
re #9438 project structure definition + main example
re #9438 Added API client + example data
re #9438 Added api data definition
re #9438 Added api configuration values
Merge branch 'ld-logging-system' into 'ld-client-dev'
re #9439 Implementation of Ld logging system
See merge request aswi/aswi-2022/aswi2022bug-thugs!11
re #9439 logger code refactoring
Merge branch 'ld-client-dev' of gitlab.kiv.zcu.cz:aswi/aswi-2022/aswi2022bug-thugs into ld-client-dev
re #9440 initial config manager definition
re #9439 Implementation of console and rotating file logger
Merge branch 'ld-config-man' into 'ld-client-dev'
re #9440 hotová šablona konfigurační manageru
See merge request aswi/aswi-2022/aswi2022bug-thugs!9
re #9437 initial lauterbach debugger client structure setup
Merge branch 'server-dev' into 'dev'
Server dev
See merge request aswi/aswi-2022/aswi2022bug-thugs!6
Merge branch 'client-dev' into 'dev'
Client dev
See merge request aswi/aswi-2022/aswi2022bug-thugs!5
Merge branch 'client-demo-01' into 'client-dev'
Client demo 01
See merge request aswi/aswi-2022/aswi2022bug-thugs!4
re #9305 Fixed formatting in api_client.py
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
Merge branch 'keyman-info' into 'client-demo-01'
Keyman info added
See merge request aswi/aswi-2022/aswi2022bug-thugs!3
Merge branch 'api_demo' into 'server-dev'
Api Hello World
See merge request aswi/aswi-2022/aswi2022bug-thugs!2
re #9306 Added endpoint for posting Device object.
re #9304 HelloWorld API for sending data defined in USBLog class. Returns simple sucess message
re #9304 Project .gitignore file
re #9306 Modified API for serial number as string
re #9305 Moved .gitignore into the parent directory
re #9305 Implemented a simple API client, added requirements.txt
re #9305 Added a python module for USB detection
re #9305 Added config_manager.py, setup config.ini
re #9305 Added .gitignore
Merge branch 'gitignore_dev' into 'dev'
See merge request aswi/aswi-2022/aswi2022bug-thugs!1
re #9332 Fixed serial number being None
re #9332 Collected serial number from keyman USB
First api implementation. Lacks postgresql connection and web templates
re #9304 Initial project structure setup
Initial commit