Projekt

Obecné

Profil

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

# Datum Autor Komentář
fbb0d123 2019-05-13 16:02 Vít Mazín

Getting min and max date for date slider (refs #7465)

073b44ba 2019-05-09 06:54 Vít Mazín

Slider files (#7465)

3ac296a1 2019-04-27 09:10 Patrik Harag

Fix file upload label

05ad5e0f 2019-04-21 13:36 Patrik Harag

Refactor file uploading (#7267)

  • More robust file filtering (takes case of file extension into account)
  • Support for different extensions (depends on module/converter)
80ed28fb 2019-04-20 12:24 Vít Mazín

Alert with information about error in source file (#7268)

153ea984 2019-04-16 17:10 Patrik Harag

Run UI tests from maven (#7266)

mvn exec:exec@ui-tests

9432fdc1 2019-04-16 16:16 Patrik Harag

Clean UI tests (#7266)

ca16f69e 2019-04-14 18:06 Patrik Harag

Remove unused library (#7266)

b14ebc24 2019-04-13 20:45 Patrik Harag

Remove obsolete selenium tests (#7266)

6936fdbb 2019-04-03 19:58 Patrik Harag

Merge branch 'dot-module'

7dae8303 2019-03-31 20:25 Patrik Harag

Cleanup examples

f7819f46 2019-03-27 17:52 Vít Mazín

FileLoader extended support for .dot files

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