Projekt

Obecné

Profil

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

# Datum Autor Komentář
02186b90 2019-02-08 17:37 Pavel Fidranský

use commons-validator to validate email address

4fe267e3 2019-02-08 17:37 Pavel Fidranský

use commons-lang3 to check blank strings (including whitespace) instead of guava

931acc48 2019-02-08 17:37 Pavel Fidranský

update mysql-connector-java

03681c68 2019-01-26 11:54 Tomáš Šimandl

Added plugin with converter from Spade to IMiGEr JSON format

5bd5baa5 2019-01-26 11:53 Tomáš Šimandl

Add documentation to modularization classes

d42d13ac 2019-01-26 08:51 Tomáš Šimandl

Minor fixes

+ Closing open jar files
+ remove watcher init delay

ba1fdf2c 2019-01-26 08:49 Tomáš Šimandl

Removed unused dependencies

07621624 2019-01-26 08:07 Tomáš Šimandl

Updated modularization

+ removed unfunctional interface
+ added mechanism to stop watcher on modules folder changes
+ run module method execution with own class loader
+ small refactor

dbb54aa2 2019-01-26 07:57 Tomáš Šimandl

Removed Spade converter (Was moved to external module)

00b3d224 2019-01-25 16:53 Tomáš Šimandl

Prepared application for loading json convertors from jar modules

1186f503 2019-01-23 20:02 Pavel Fidranský

fix #21: unique ID of a node is obtained using ES6 getter method

455af7b1 2019-01-22 16:01 Tomáš Šimandl

Removed org.json dependency

+ changed to gson

a3db68f1 2018-12-19 08:02 Pavel Fidranský

typo

3064d0e0 2018-12-19 07:11 Pavel Fidranský

re #12: fix Node search to highlight excluded Groups as well

48f785ad 2018-12-19 07:06 Pavel Fidranský

fix archetype icon test file

457abe8b 2018-12-19 07:06 Pavel Fidranský

re #12: Node search highlights Nodes excluded to Sidebar too

47eca7ca 2018-12-19 07:04 Pavel Fidranský

re #10: only "vertices" and "edges" arrays are required in input data

d01645a2 2018-12-03 02:26 Pavel Fidranský

#3, #10: update frontend to display Graph loaded from JSON file correctly and to display its filename

4ab7f824 2018-11-30 08:12 Tomáš Šimandl

#5 Replace MD5 password encryption by some secure algo

- BCrypt password encryption is used instead of MD5.
- Algorithm is from springframework.security package

0917eae7 2018-11-29 20:36 Tomáš Šimandl

#7 Use SLF4J logger

- added some log messages

d5a1486f 2018-11-29 20:35 Tomáš Šimandl

#7 Use SLF4J logger

- changed log4j configuration

faddc9d1 2018-11-29 17:26 Tomáš Šimandl

#7 Use SLF4J logger

- replaced System.out.println() and e.printStackTrace() with logger

3094b8b2 2018-11-29 17:08 Tomáš Šimandl

Update version of log4j

0f482858 2018-11-29 17:06 Tomáš Šimandl

Move file loading to tests

- Loading diagram by file is used and will be used only in tests

a17881f1 2018-11-29 15:53 Tomáš Šimandl

java imports optimalisation

2940440d 2018-11-29 15:52 Tomáš Šimandl

Problem fixes based on static analysis

f5b17319 2018-11-29 15:36 Tomáš Šimandl

Removed unused class

72b9be10 2018-11-29 11:53 Tomáš Šimandl

Added file name + removed unused code

f6ab2817 2018-11-23 11:52 Tomáš Šimandl

Added spade configuration file to resources

918e91a9 2018-11-23 11:51 Tomáš Šimandl

Resolve exceptions when config file is not defined

85caef85 2018-11-14 22:00 Pavel Fidranský

Node filters refactoring

a5af9025 2018-11-14 22:00 Pavel Fidranský

minor Node filters fixes

73a0fa0b 2018-11-14 21:59 Pavel Fidranský

Node filters robot tests

b0838f58 2018-11-14 21:59 Pavel Fidranský

Node filters

9cd550e1 2018-11-13 19:18 Pavel Fidranský

fix Navbar overlapping issues

8de9efe6 2018-11-11 16:14 Pavel Fidranský

use GroupVertexList to manage Group's vertices

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

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

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

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