Re #9052. Not a bug fix but a change of the config file.
Merge branch 'develop' into 'PredictorAPI'
Merge branch 'ParserEditsII' into 'develop'
Parser edits ii
See merge request aswi/aswi-2021/aswi2021tri-musketyri!44
re #9036 Edit JsonParser so it downloads new weather only 1 per h
Re #9055. Fixed model -files bug.
Refactor + logging config modification
Re #9034 Refactoring
Re #9053. Added retrain implementation to the respective admin command.
Merge branch 'Edits_Testing_E' into 'develop'
Edits testing e
See merge request aswi/aswi-2021/aswi2021tri-musketyri!41
Re #9055. Fixed admin commands related bug + refactor + documentation comments
Re #9063 Refactoring, fixing bugs
re #9036 Editing logging
re #9036 Cleaning up interfaces
Re #8597 Implementation of AbstractClassificationPredictor, SdcaMEClassifier
Refactor, cleanup + usage of logging class instead of 'Console.WriteLine's.
Re #9049 thread-safety implementation
Added model commands handling - not tested.
Merge branch 'develop' into 'ParserEditsII'
See merge request aswi/aswi-2021/aswi2021tri-musketyri!38
Re #9049 Implemented Rollback method
Re #9050. Added tests for admin commands parsing.
re #9037 Empty input testing
re #9036 Edits to be able to survive wrong inputs
Refs #9051, #9050. Added more tests + fixed some bugs revealed by the tests.
Re #9049 Implementation of GetDataFileNames and Load methods
Re #9051. Prepared for testing.
Re #9056 refactoring
Re #8593 updated default prediction config
re #9037 Fixing json parser tests to work w/ IDataDownloader
Re #9007. Added weather prediction website to the config file + modified method for weather predictoin download.
Updating develop branch
Re #9034 fixing files corrupted by merge
Merge branch 'develop'
Merge branch 'DataDownloaderTesting_ConnectionFixes' of https://gitlab.kiv.zcu.cz/aswi/aswi-2021/aswi2021tri-musketyri into DataDownloaderTesting_ConnectionFixes
Refs #9008, #8919. Data directory path should now be ok on linux + added interface for DataDownloader + changed time span of default downloaded data.
Merge branch 'develop' into 'DataDownloaderTesting_ConnectionFixes'
Modified XML deserialization + commands acceptor
Re #8953 tests
Re #9009 Migrate existing tests
Merge branch 'bugfix-https' into 'develop'
Re #9009 migrate test projects
See merge request aswi/aswi-2021/aswi2021tri-musketyri!27
Bugfix https
See merge request aswi/aswi-2021/aswi2021tri-musketyri!26
Re #8943. More debug info added to comminication handling.
Merge branch 'develop' into 'ParserTestingIII'
Push before merge
Re #9009 fix https listener issue
re #8962 Fixing bugs in JsonParser.EncompassSunriseSetTimes
Re #9009 Migrate to .NET 5.0
Re #8953 Adapt to changes from lower layer
Revert "Merge branch 'PredictorAPI' into 'master'"
This reverts merge request !20
re #8962 Adding reading of file to string to CsvDataLoader
re #8934 Creating unit tests for json parser
Merge branch 'develop' into 'MultiClientConnection_ModelIntegration'
Re #8941. Responses to GET requests.
Re #8953 refactoring
Merge branch 'develop' into 'ParserTestingII'
re #8934 Testing JsonParser
re #8933 Testing LoginParser
re #8933 Testing DataParser, JisParser and WeatherParser
Re #8943. Unsuccesfully trying to run the app on linux; Microsoft.ML complaints.
Re #8953 Implement prediction
Re #8941. Implemented asynchronous listening for clients' requests.
Re #8944. Prepared testing class for DataDownloader.
Re #8942. Implemented data and help commands.
Re #8955 implemented multiple predictors support
Re #8955 refactoring
Re #8942. Started implementing admin commands.
Re #8943. Prepared getting predictions from Model.
Fixed build errors
Re #8943. Untested integration with Model.
Re #8941. Started working on enqueueing requests and processing them in a new thread. + Program.cs cleanup + Fixed Date error.
re #8962 Adding filtering method GetPredictionForTime to json parser + adding attributes with file names to DataParser + fixing bug in json parser method Parse
Re #8832 Label creation
Merge branch 'master' into predictor
re #8847 Fixing conflicts in merge
Merge branch 'master' into 'ServerChanges'
Re #8832 integration
Re #8838. Started refining commands accepting + modified GetData in DataDownloader.
Merge branch 'predictor' into 'TestingParser'
Re #8836. Added XML protocol building / parsing.
re #8842 Fixing MergeAttendance
re #8842 Start testing
Re #8832 PredictionController implementation
Merge branch 'NBC' into 'master'
Re #8832 Refactoring
See merge request aswi/aswi-2021/aswi2021tri-musketyri!9
re #8840 Update commit - start/endTime in method Parse in DataParser can now be null
Re #8836. Fixed errors appearing when client sends POST request by sending an answer to the request.
Refactored existing classes to comply with the coding conventions
re #8841 Fixing errors in start/end time and adding interfaces for DataParser and JsonParser
re #8840 Fixing day changes in list of predictions
re #8840 Finishing up Json parser
re #8840 First test
re 8683 Fix merge errors
Merge branch 'master' into 'DataHandlerChanges'
Re #8770. Refactoring
Re #8770. Somewhat working example of HttpListener. Can receive requests from other than host machine. Firawall adjustment was necessary.
Re #8691. Implemented downloaded data retrieving.
Re #8691. Working on retrieving data in time span from a directory.
re #8682 Modified parser to aggregate data according to buildings. Also added a method that merges information about jis and webauth activity into one list.