Projekt

Obecné

Profil

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

# Datum Autor Komentář
cf35739b 2021-06-06 08:34 Eliška Mourycová

Refs #9051, #9050. Added more tests + fixed some bugs revealed by the tests.

38a18391 2021-06-04 18:42 Eliška Mourycová

Re #9007. Added weather prediction website to the config file + modified method for weather predictoin download.

9547fd4a 2021-05-28 07:11 Eliška Mourycová

Refs #9008, #8919. Data directory path should now be ok on linux + added interface for DataDownloader + changed time span of default downloaded data.

f97dc90a 2021-05-26 17:40 Alex Konig

Merge branch 'develop' into 'ParserTestingIII'

  1. Conflicts:
  2. Server/ServerApp/Program.cs
  3. Server/TestProject/TestProject.csproj
bf906ac5 2021-05-26 17:36 Alex Konig

Push before merge

26ecc756 2021-05-25 19:45 Alex Konig

re #8962 Adding reading of file to string to CsvDataLoader

bfd5a848 2021-05-25 18:57 Alex Konig

re #8934 Creating unit tests for json parser

cde64114 2021-05-25 16:50 Eliška Mourycová

Merge branch 'develop' into 'MultiClientConnection_ModelIntegration'

  1. Conflicts:
  2. Server/TestProject/TestProject.csproj
4b847de5 2021-05-25 11:21 Alex Konig

re #8933 Testing LoginParser

a53b1de8 2021-05-24 18:49 Alex Konig

re #8933 Testing DataParser, JisParser and WeatherParser

40f56e57 2021-05-22 07:48 Eliška Mourycová

Re #8942. Implemented data and help commands.

c4383c00 2021-05-21 12:29 Eliška Mourycová

Re #8942. Started implementing admin commands.

6d0d1410 2021-05-20 07:33 Eliška Mourycová

Re #8941. Started working on enqueueing requests and processing them in a new thread. + Program.cs cleanup + Fixed Date error.

d358b79e 2021-05-17 13:27 Roman Kalivoda

Re #8832 Label creation

4129ce12 2021-05-16 17:33 Eliška Mourycová

Re #8838. Started refining commands accepting + modified GetData in DataDownloader.

55d35561 2021-04-28 06:17 Eliška Mourycová

Re #8691. Implemented downloaded data retrieving.

085453be 2021-04-26 19:33 Eliška Mourycová

Re #8691. Working on retrieving data in time span from a directory.

4a417b8b 2021-04-26 12:58 Eliška Mourycová

Re #8691. Url config improvements + thread for commands accepting prepared.

7a998d66 2021-04-26 08:54 Eliška Mourycová

Re #8691. Big refactor + config file added + working on providing methods for Parser.

34bf7aa2 2021-04-18 13:52 Eliška Mourycová

Refs #8620, #8619. Refactor + testing.

d2d1c86a 2021-04-13 08:48 Eliška Mourycová

Re #8620. Data files downloading implemented and plainly tested.