Projekt

Obecné

Profil

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

# Datum Autor Komentář
cba6f960 2018-11-11 16:14 Pavel Fidranský

make related archetype list always fully visible

ba4e8154 2018-11-11 16:14 Pavel Fidranský

create NodeSymbol value object, display Group symbol list on correct position, prevent duplicate symbols in list

51ce052a 2018-11-11 16:14 Pavel Fidranský

clean up web.xml servlet context parameters

bf76f726 2018-11-11 16:14 Pavel Fidranský

use standard Maven directory structure for resources

96013335 2018-11-11 16:14 Pavel Fidranský

detach NodeRelatedArchetypeList to a separate component

73ef4efb 2018-11-11 16:14 Pavel Fidranský

Node uses NodeSymbolList to store its currently displayed symbols

e1186dc5 2018-11-10 15:44 Pavel Fidranský

fix Vertex context menu to exclude newly created Group correctly

7619428b 2018-11-10 13:11 Pavel Fidranský

Merge branch 'frontend-refactoring'

  1. Conflicts:
  2. sources/src/main/webapp/js/graphLoader.js
c448aeb1 2018-11-10 13:08 Pavel Fidranský

fix Robot Framework tests

80119ce8 2018-11-10 13:08 Pavel Fidranský

fix saving diagram as PNG file to use CSS styles

1ae1e090 2018-11-10 13:08 Pavel Fidranský

name of a diagram is displayed in Header

8ed8cecb 2018-11-10 13:08 Pavel Fidranský

various fixes

9d455473 2018-11-10 13:08 Pavel Fidranský

ForceDirected fixes

433349c0 2018-11-10 13:08 Pavel Fidranský

NodeProxy fixes

deb7058e 2018-11-10 13:08 Pavel Fidranský

replaced deprecated keyCode property by key

fdd0c6e3 2018-11-10 13:08 Pavel Fidranský

fixed JSON Schema to allow null position for vertices and groups

716a1d9e 2018-11-10 13:08 Pavel Fidranský

reworked Sidebar and its lists to ES6 classes

26d3ab59 2018-11-10 13:08 Pavel Fidranský

input data are validated against JSON Schema with AJV

b834be5c 2018-11-10 13:07 Pavel Fidranský

reworked GraphLoader to ES6 class

5763d2dd 2018-11-10 13:07 Pavel Fidranský

reworked Viewport to ES6 class

3bbec9c7 2018-11-10 13:07 Pavel Fidranský

reworked GraphExporter to ES6 class

ed458068 2018-11-10 13:07 Pavel Fidranský

reworked FloatingPoint to ES6 class NodeProxy

9ed5d9f4 2018-11-10 13:07 Pavel Fidranský

minor code cleanup

5502b34e 2018-11-10 13:07 Pavel Fidranský

typos

d5d86f81 2018-11-10 13:07 Pavel Fidranský

modified Attribute and Navbar to use enhanced DOM JS class

1f3eb4fa 2018-11-10 13:07 Pavel Fidranský

using lambda functions and "let" keyword wherever appropriate

a4090428 2018-11-10 13:07 Pavel Fidranský

reworked Vertex, Group and Edge to ES6 classes; Vertex and Group extend newly created Node class

bd517b82 2018-11-10 13:07 Pavel Fidranský

split CSS to separate stylesheets by components

92565e42 2018-11-10 13:07 Pavel Fidranský

dropped jQuery as it is not needed anymore

6d6b73dc 2018-11-10 13:07 Pavel Fidranský

reworked Loader to SpinLoader ES6 module, spin.js dependency is manager by npm

5da25123 2018-11-10 13:07 Pavel Fidranský

JS apps are loaded as ES6 modules

5266811b 2018-11-10 13:07 Pavel Fidranský

improved error handling - alert is displayed and error is logged in console

873d119a 2018-11-10 13:07 Pavel Fidranský

saveSvgAsPng dependency is managed by npm

e422847a 2018-11-10 13:07 Pavel Fidranský

dropped jsTree

b3493f7f 2018-11-07 11:07 Tomáš Šimandl

Merge branch 'devel'

414f3fe1 2018-11-07 07:14 tomasSimandl

Update README.md

3426d772 2018-11-07 07:13 Tomáš Šimandl

documents updated

89711902 2018-11-05 09:04 Tomáš Šimandl

new deploy version

a80d2285 2018-11-05 09:03 Tomáš Šimandl

Bug fix

- some JSONs caused null pointer exception

1cc511d8 2018-11-04 17:14 Tomáš Šimandl

Repaired Selenium tests

8bca0c14 2018-11-01 13:39 Tomáš Šimandl

removed useless test - SampleTest

af4bd766 2018-11-01 13:35 Tomáš Šimandl

Repaired Seleninum tests - DetailsTest

f27c72d1 2018-11-01 12:16 Tomáš Šimandl

Repaired Seleninum tests - AutomaticGroupingTest

e19bc592 2018-11-01 12:15 Tomáš Šimandl

Removed exception caused by comma in arrays in input JSON file.

c6075729 2018-10-26 11:44 Pavel Fidranský

reworked VertexContextMenuList to ES6 class

6e6b3160 2018-10-26 11:44 Pavel Fidranský

reworked VertexSymbolList to ES6 class, fixed CSS class of a symbol to be always valid

91f0dca6 2018-10-26 11:43 Pavel Fidranský

reworked Minimap to ES6 class

556ddd42 2018-10-26 11:35 Pavel Fidranský

reworked GroupVertexList to ES6 class

9e126e39 2018-10-26 11:34 Pavel Fidranský

reworked Attribute to ES6 class

6b1b070c 2018-10-26 11:34 Pavel Fidranský

reworked StatusBar to ES6 class

f8bc80fe 2018-10-26 08:40 Pavel Fidranský

reworked ShowGraphApp to ES6 class

3bd98a4b 2018-10-26 08:21 Pavel Fidranský

fixed Vertex and Edge popover to clear its content on close

7561b8da 2018-10-26 08:20 Pavel Fidranský

replaced logo in PNG format by SVG

68058bfd 2018-10-26 08:19 Pavel Fidranský

modified Login servlet to pass logged-in user data as JSON body

b49c7d52 2018-10-26 08:19 Pavel Fidranský

modified apps to use newly created custom event JS classes

b9b4b212 2018-10-26 08:16 Pavel Fidranský

created custom JS event classes

c044ee46 2018-10-26 08:16 Pavel Fidranský

modified ShowGraphApp to use newly created Header and Navbar JS classes

046703c1 2018-10-26 08:11 Pavel Fidranský

created Header and Navbar JS classes

5b60a5b1 2018-10-25 12:37 Tomáš Šimandl

Data anonymization

051dcb51 2018-10-25 11:42 Tomáš Šimandl

Repaired two selenium tests

f3092c08 2018-10-25 10:40 Tomáš Šimandl

Last commit fix

a70962cb 2018-10-25 10:28 Tomáš Šimandl

Added generated icon for every archetype

61202e34 2018-10-25 07:24 Pavel Fidranský

improved error handling

3d8aa182 2018-10-25 05:47 Tomáš Šimandl

Updated raw input file format description

65c37e8b 2018-10-24 19:09 Pavel Fidranský

added userMenu functionality to UploadFilesApp

4c867b7a 2018-10-24 19:08 Pavel Fidranský

removed userMenu

997a4fe3 2018-10-23 19:37 Pavel Fidranský

app parameters are passed as constructor arguments to ShowGraphApp JS class

6b0aa806 2018-10-23 19:36 Pavel Fidranský

dropped API object from ShowGraphApp JS class

69457eb5 2018-10-23 19:10 Pavel Fidranský

refactored UploadFilesApp to use enhanced DOM JS class

cd9daff5 2018-10-23 19:07 Pavel Fidranský

reworked SaveDiagramModalWindow to extend newly created ModalWindow JS class

5c33d5cb 2018-10-23 19:07 Pavel Fidranský

reworked EdgePopover and VertexPopover to extend newly created Popover JS class

f8464192 2018-10-23 19:06 Pavel Fidranský

reworked LoginPopup and RegisterPopup to extend newly created Popup JS class

92a538e1 2018-10-23 19:02 Pavel Fidranský

created reusable ModalWindow, Popover and Popup components as ES6 classes

14009f9b 2018-10-23 10:40 Tomáš Šimandl

added rest raw input servlet

3817d6f3 2018-10-22 22:09 Pavel Fidranský

reworked UploadFiles page to use extended App JS class

61bda4b7 2018-10-22 22:06 Pavel Fidranský

created App and AbstractMethodError JS classes

98b06149 2018-10-22 21:54 Pavel Fidranský

renamed App to ShowGraphApp

d3c91225 2018-10-22 21:51 Pavel Fidranský

replaced jQuery by native JS wherever possible

787a1b4c 2018-10-22 21:51 Pavel Fidranský

dropped Utils.promiseAll() method, use native Promise.all() instead

edd0c51e 2018-10-22 21:51 Pavel Fidranský

reworked all jQuery-backed AJAX calls to use AJAX JS class

ec5849ba 2018-10-22 21:51 Pavel Fidranský

created AJAX and HttpError JS classes

5eea34f0 2018-10-22 21:51 Pavel Fidranský

created shorter and more powerful static methods of DOM class, older ones kept for BC

09ba5b21 2018-10-22 21:51 Pavel Fidranský

reworked Constants class to ES6 class with static attributes

db835ac0 2018-10-22 21:51 Pavel Fidranský

reworked VO classes to ES6 classes

d7508af3 2018-10-22 21:51 Pavel Fidranský

created Dimensions JS class

bda189f9 2018-10-22 21:51 Pavel Fidranský

organized JS files into directories

552a1fea 2018-10-22 21:51 Pavel Fidranský

static util methods are used everywhere

7b03cdcc 2018-10-22 21:51 Pavel Fidranský

reworked utils to ES6 classes with static methods

e2be6f31 2018-10-22 21:50 Pavel Fidranský

fixed saving new diagrams to DB

e8950e73 2018-10-22 20:54 Pavel Fidranský

fixed Minimap to redraw edges going from sidebar to viewport after moving viewport

0b3eb56d 2018-10-20 19:44 Pavel Fidranský

renamed InvalidArgumentException class to InvalidExceptionError to comply with JS conventions

ba4eea92 2018-10-20 19:15 Pavel Fidranský

reusing Vertex archetype icons in order to decrease number of DOM nodes

9e18c69a 2018-10-20 16:35 Pavel Fidranský

minor styling fixes

30af40fd 2018-10-20 16:34 Pavel Fidranský

improved Minimap to allow moving its canvas within its container

a03d294f 2018-10-20 16:34 Pavel Fidranský

improved Minimap to allow moving its viewport by dragging it from within all document

3cff5ae5 2018-10-20 16:32 Pavel Fidranský

fixed Viewport to move Minimap viewport when centered

489b18a3 2018-10-20 16:32 Pavel Fidranský

fixed Viewport to remove a Group correctly from its private list so that the Group is displayed only once in Vertex context menu when excluded

18f754c5 2018-10-20 16:30 Pavel Fidranský

fixed diagram loader to set position of a group before its vertices are added

b93c563b 2018-10-15 19:25 Pavel Fidranský

dropped Filter (it is not ready for merging into master, revert this commit in a separate feature branch)

d276ae6c 2018-10-15 19:19 Pavel Fidranský

added back list of vertices in a Group