Projekt

Obecné

Profil

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

# Datum Autor Komentář
a5356f12 2019-03-27 16:36 Vít Mazín

Added module for DOT converter

Added module for DOT converter

5c302ccb 2019-03-17 15:22 Patrik Harag

Remove prefix from APP_HOME_URL (it is not needed)

8b817e46 2019-03-17 14:11 Patrik Harag

Improve db configuration

c98d180a 2019-03-16 22:01 Patrik Harag

Execute 'npm install' during 'mvn install'

d4cbe090 2019-02-12 08:24 tomasSimandl

Merge pull request #22 from ReliSA/simplified-module-loader

simplified ModuleLoader with use of SPI

8250d1ce 2019-02-12 07:42 Tomáš Šimandl

Remove DB setting from web.xml

- setting is in separate file in resources/mybatis-config.xml

08891177 2019-02-11 20:56 Pavel Fidranský

drop "isIconsDisplayed" raw JSON schema as it is not used in any way at the moment

5ad1ad75 2019-02-11 20:56 Pavel Fidranský

re #2: fix "move found nodes to group" feature to exclude nodes correctly

d6f19515 2019-02-11 20:56 Pavel Fidranský

fix #20: current diagram can be downloaded as raw JSON from graph screen

8ce40cc2 2019-02-11 20:56 Pavel Fidranský

fix Robot tests

879c1752 2019-02-11 20:56 Pavel Fidranský

minor improvements

7549a08d 2019-02-11 20:56 Pavel Fidranský

URLs are shortened in popovers

27d65c14 2019-02-11 20:56 Pavel Fidranský

re #18: edges are only redrawn every 100ms when sidebar is scrolled

028970fd 2019-02-11 20:56 Pavel Fidranský

add keyboard shortcuts (press F1 in app to see the list)

1d964b97 2019-02-11 20:56 Pavel Fidranský

re #2: "move found nodes to group" feature

219cf56f 2019-02-11 20:55 Pavel Fidranský

re #16: found node is marked with drop shadow instead of background

5022c089 2019-02-11 20:52 Pavel Fidranský

re #16: change node SVG element from <svg> to <g>

9bebe997 2019-02-11 19:52 Pavel Fidranský

dynamic module loading with SPI

346e9ba2 2019-02-11 16:44 Tomáš Šimandl

Simplify communication with DB

- use of MyBatis framework

b40af386 2019-02-11 09:18 Tomáš Šimandl

#24 throws exceptions early, catch them late

- minor fix (possibility to work without db)

092ba8cb 2019-02-11 08:37 Tomáš Šimandl

#24 throws exceptions early, catch them late

- throw own exception and handle it with error page

35ab10b2 2019-02-09 16:41 Pavel Fidranský

fix #20: diagram can be downloaded as raw JSON

0f573dbb 2019-02-09 16:41 Pavel Fidranský

re #20: use icomoon icons

3f1f6de8 2019-02-09 16:41 Pavel Fidranský

re #20: add possibility to download diagram as JSON

348cfce7 2019-02-09 14:04 Tomáš Šimandl

#23 extend DB column for saving diagram JSON

- updated DB graph_json datatype

22d0b32a 2019-02-09 11:09 Pavel Fidranský

simplified modularization by using Java's native SPI

19f6f5c5 2019-02-08 21:44 Pavel Fidranský

simplified ModuleLoader to load modules directly from classpath instead of special directory, modules are added to classpath as normal maven dependencies

dc598ebf 2019-02-08 19:19 Pavel Fidranský

detach value objects to separate module

d6fb0790 2019-02-08 18:45 Pavel Fidranský

multi-module maven project

d34ece9d 2019-02-08 18:44 Pavel Fidranský

move plugins to sources directory