Projekt

Obecné

Profil

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

# Datum Autor Komentář
f7077522 2020-04-16 20:48 Jan Havlíček

re#7868 test lines in Deserializer deleted

56837af0 2020-04-16 20:47 Jan Havlíček

re#7868 HTML formatting implemented.
The Converter.convert returnes Pair<String, String> value.
The first is json, second html - for further work.

02390102 2020-04-16 19:43 Jan Havlíček

#re#7868 Test - JSON format observed.

b3264653 2020-04-16 18:05 Jan Havlíček

#re#7832 Output Deserializer format done

e48f57d1 2020-04-16 15:58 Jan Havlíček

#re#7832 Parent classes values OK
Parent class field names OK, indetation not so yet

53949177 2020-04-15 17:31 Jan Havlíček

#re#7831 Indetation OK, format OK

0ad0b530 2020-04-15 15:59 Jan Havlíček

#re#7831 Output format non-String array repaired

a0511590 2020-04-15 15:50 Jan Havlíček

#re#7831 Indetation problems. toString left, new toJson method
Not working yet

e77e4dac 2020-04-14 14:54 Jan Havlíček

#re #7831 indentation problem with inner classes

3836c992 2020-04-14 14:48 Jan Havlíček

#re #7830 Repaired value formats for output JSON
NOTE: the JSON originally does not show the class header.

f783f25c 2020-04-14 14:30 Jan Havlíček

#7830 enum format OK

13814aae 2020-04-14 14:12 Jan Havlíček

#7842 project .classpath & launch.json for vs code changed
hope the .gitignore works OK - VS Code shows strange things...

115bc963 2020-04-08 20:39 Jan Havlíček

classpath into gitignore added

171c20d6 2020-04-08 20:36 Jan Havlíček

#7842 #7843
cosmetic changes and merging

f21a2742 2020-04-08 20:30 Jan Havlíček

Merge branch 'master' of https://gitlab.kiv.zcu.cz/aswi/aswi-2020/aswi2020horky

47d370ef 2020-04-08 20:05 Jan Havlíček

#7843 #7842
Output format - String and array implemented.

4bbee803 2020-04-07 14:19 Jan Havlíček

#7794 Got rid of simpleToString.
Rewrote the toString() instead (no need to re-cast Object types)

e3d5fc53 2020-04-06 14:54 Jan Havlíček

#7794
The jdeserializer.instance type of content gives correct format of output data (JSON-like) through method simpleFormatToString() : String
Works only with primitive data types though

f11a44df 2020-04-06 14:04 Michal Horký

Delete JOU_Deserializer.zip

Odstranění zbytečného velkého zipu.

b639237c 2020-04-06 14:01 Michal Horký

#7794

Přechod na Java 11. Vytvoření release verze.

03a2d08f 2020-04-06 01:24 Michal Horký

#7794

Vytvoření hlavního projektu.

961cd43a 2020-04-05 22:43 Michal Horký

#7794

Rozpoznávání polí, úprava JSON

fe28c174 2020-04-05 00:16 Michal Horký

#7794

U testovacích souborů od zákazníka potřeba jiného načítání - opraveno.

2b5873b4 2020-04-04 23:40 Michal Horký

Úprava .gitignore

81df4a91 2020-04-04 23:23 Michal Horký

Merge branch 'master' of https://gitlab.kiv.zcu.cz/aswi/aswi-2020/aswi2020horky

d7ea8c04 2020-04-04 23:23 Michal Horký

#7794

Lehká uprava struktury v projektu. Hlavním důvodem commitu je prohrabání se testovacími daty od zákazníka - vyhovující testovací data ve složce test_input.

cf080b5a 2020-04-04 22:14 Jan Havlíček

Forgott to delete this one. Sorry

515eb070 2020-04-04 21:41 Jan Havlíček

Merge branch 'master' of https://gitlab.kiv.zcu.cz/aswi/aswi-2020/aswi2020horky

53fe2660 2020-04-04 21:41 Jan Havlíček

#7768 WORKING
Deleted not-needed project, export to JSON working,
dev comments for testing written, structure not optimized

23cba122 2020-04-04 21:19 Jan Havlíček

#7768
added jackson JSON libraries

97e5b58f 2020-04-04 20:58 Jan Havlíček

#7768
Got the right data type, not the conversion method though

a2822466 2020-04-04 20:33 Jan Havlíček

#7768
Digging through jdeserialize and its data types of result

5c81df14 2020-04-04 18:38 Jan Havlíček

#7768 Simplified jdeserialize main with args. Project implemented

b8fb2f0d 2020-04-04 17:33 Jan Havlíček

Some of the tests rewritten into readable code.

7951e5a6 2020-04-04 17:29 Michal Horký

Úprava pro funční testování

550556d0 2020-04-04 16:09 Jan Havlíček

#7768 standartized serialization and deserialization

cf40a19b 2020-04-04 13:16 Jan Havlíček

#7768 Creating the project for basic tests

9744d223 2020-04-03 21:38 Michal Horký

#7767

Zprovoznění exportu do JSON. Přidáno zpracovávání binárních zazipovaných dat. Úprava struktury.

0286c04b 2020-04-02 00:55 Michal Horký

#7767

Zjednodušení gramatiky, částečné zprovoznění s exportem do konzole.

920327ea 2020-03-31 07:48 Michal Horký

#7767

Základní projekt, rozpracovaná gramatika.

0c121871 2020-03-12 11:33 Petr Pícha

Initial commit