Projekt

Obecné

Profil

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

# Datum Autor Komentář
00ad035e 2019-05-14 13:41 Vít Mazín

Workinig slider (refs #7465)

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)

b6e94698 2019-05-04 12:50 Patrik Harag

Merge remote-tracking branch 'upstream/master'

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)

b88baba4 2019-04-13 20:49 Patrik Harag

Change version of JUnit in Spade converter module (#7266)

  • JUnit 5 is currently not supported in Maven
b14ebc24 2019-04-13 20:45 Patrik Harag

Remove obsolete selenium tests (#7266)

d63e43a4 2019-04-04 08:17 Tomáš Šimandl

Used Gson in Spade converter

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

Merge branch 'dot-module'

59513dd2 2019-04-03 19:53 Patrik Harag

Cleanup pom

736838d4 2019-04-03 19:46 Patrik Harag

Cleanup sources

7740b8c5 2019-04-03 19:29 Martin Matas

Integrity test for DOT module with necessary test files

77453bcc 2019-04-03 11:00 Martin Matas

Indentation correction

67f91573 2019-04-03 10:57 Martin Matas

Extended test to cover added necessary fields

04643bda 2019-04-03 10:57 Martin Matas

Added required fields, changed field name to be valid

- implemented necessary fields that graph must contains otherwise wont be valid
- archetype index in class BaseVertex had wrong field name and caused that graph was not valid, field was renamed to be valid

87e3e37a 2019-04-02 19:09 Vít Mazín

Removed logger...

af2bfde4 2019-04-02 19:08 Vít Mazín

hyphens correction

fd0641ef 2019-04-02 18:27 Vít Mazín

Removing hyphens

54e9f5b9 2019-04-02 18:13 Vít Mazín

Deleting chars from vertex and edge name and attributes

b1499562 2019-04-02 17:49 Martin Matas

Added dependency for Mockito, test for GraphFactory

a2dfd926 2019-04-02 14:45 Martin Matas

Fixed creation of attribute structure, documentation

- structure of attributes was adjusted to produces string array, where first value is type of attribute and the second value is the value of attribute
- documentation comments were added into implemented files

c95defa5 2019-04-01 15:38 Vít Mazín

Missing vertex test

f335b855 2019-04-01 15:34 Vít Mazín

DOT Loader tests

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

Cleanup examples

2370f181 2019-03-31 16:47 Martin Matas

Changed order of serialized attributes to fit order of attribute types

2007cb56 2019-03-31 15:31 Martin Matas

Implemented method getRawJson, addition

630e6753 2019-03-31 15:31 Martin Matas

Fixed problem with data, implemented method getRawJson

4f50a73f 2019-03-31 15:31 Martin Matas

Introduced GraphFactory

Class prepares instance of Graph from data loaded by BaseDOTLoader

8ade384b 2019-03-31 15:25 Vít Mazín

Loader fix

05d746bc 2019-03-31 14:32 Patrik Harag

Move test resources to correct folder

f411c15b 2019-03-31 14:09 Vít Mazín

DOT loader which gives DTO objects for vertices and edges etc.

2c88773d 2019-03-31 12:54 Vít Mazín

DOT loader rework

18caadaf 2019-03-31 12:05 Vít Mazín

Abstract DOT loader class

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

32dc92ef 2019-02-09 11:06 Pavel Fidranský

rename imiger-vo module to imiger-module

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

69a0ca98 2019-02-08 20:00 Pavel Fidranský

[imiger-plugin-template] use imiger-vo classes instead of own copies

5aeb7fe0 2019-02-08 19:54 Pavel Fidranský

[imiger-spade-converter] use imiger-vo classes instead of own copies

a957d015 2019-02-08 19:46 Pavel Fidranský

[imiger-vo] minor improvements

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

d1d92c25 2019-02-08 17:47 Pavel Fidranský

update servlet api XSD location

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

45afa9f1 2019-02-08 17:29 Pavel Fidranský

pom cleanup:
- change version to match current release
- removed maven-compiler-plugin (preserved in build section)
- removed log4j-api (transitive dependency of log4j-core)
- replaced spring-security-core by spring-security-crypto (much smaller dependency)...

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