Introduced group include/exclude support for Timeline, fixed bug with redrawing hidden nodes (refs #7562)
Merge remote-tracking branch 'Imiger/master' into timeline
Filter slider repair - problem with noUiSlider and wNumb together with requirejs (refs #7602)
Fixed entities access (refs #7563)
Fixed bugs after merge (refs #7562)
Fixed support for multiple date formats (refs #7562)
Merge branch 'master' of https://github.com/kiv-hkmm/IMiGEr
Filter - rework (refs #7559)
Fix test (refs #7559)
Filter fix - removing groups fix (refs #7559)
big update - solves specified bugs (refs #7561) – positioning bugs on UI
UI improvements and fixes (refs #7565)
reverse – source tree random generated files (refs #7565)
UI zmeny - oprava designu, analyza posunuti sipek (refs #7561)
Merge remote-tracking branch 'origin/master' into timeline (refs #7566)
Improve xpath in UI tests (refs #7559)
Filter fix (refs #7559)
Fix xpath (refs #7559)
Filter inversion (refs #7559)
Merge branch 'master' into slider
Improved filtering deletion (refs #7559)
Fix error message when file not set
Add button for initial elimination (refs #7560)
Fixed problems with interactions, generalized loading process of attributes from JSON (refs #7516)
Fixed events calls, imlemented include and exclude for Timeline (refs #7516)
refactored Timeline. It is now not in <iframe>, but in container. UI changes with Bootstrap (refs #7515)
Added option to show only Imiger or Imiger + Timeline (refs #7517)
Improved filtering (hide filtered nodes) (refs #7519)
Add UI test of initial elimination (refs #7518)
Fix UI tests (refs #7518)
Make initial elimination optional (refs #7518)
Improve initial elimination (refs #7468)
Improved deselection interaction (refs #7464)
Timeline to IMiGEr interaction (refs #7464)
- imlemented imiger selection based on selected value in Timeline- this feature also support deselection due to doubleClick event of IMiGEr
IMiGEr to Timeline interaction (refs #7464)
- implemented Timeline selection based on selected node in IMiGEr
Fixed problem with missing items in Timeline (refs #7464)
Group by archetype if possible (refs #7468)
Laoding data from IMiGEr REST API, timeline design adjustment (refs #7464)
Timeline integration, IMiGEr layout adjustment (refs #7464)
Console logs removed (refs #7465)
Complete rework of slider (refs #7465)
Workinig slider (refs #7465)
Getting min and max date for date slider (refs #7465)
Add simple initial elimination (refs #7468)
Remove duplicate file (refs #7468)
Slider files (#7465)
Fix file upload label
Refactor file uploading (#7267)
Alert with information about error in source file (#7268)
Run UI tests from maven (#7266)
mvn exec:exec@ui-tests
Clean UI tests (#7266)
Remove unused library (#7266)
Remove obsolete selenium tests (#7266)
Merge branch 'dot-module'
Cleanup examples
FileLoader extended support for .dot files
Added module for DOT converter
Remove prefix from APP_HOME_URL (it is not needed)
Improve db configuration
Execute 'npm install' during 'mvn install'
Merge pull request #22 from ReliSA/simplified-module-loader
simplified ModuleLoader with use of SPI
Remove DB setting from web.xml
- setting is in separate file in resources/mybatis-config.xml
drop "isIconsDisplayed" raw JSON schema as it is not used in any way at the moment
re #2: fix "move found nodes to group" feature to exclude nodes correctly
fix #20: current diagram can be downloaded as raw JSON from graph screen
fix Robot tests
minor improvements
URLs are shortened in popovers
re #18: edges are only redrawn every 100ms when sidebar is scrolled
add keyboard shortcuts (press F1 in app to see the list)
re #2: "move found nodes to group" feature
re #16: found node is marked with drop shadow instead of background
re #16: change node SVG element from <svg> to <g>
dynamic module loading with SPI
Simplify communication with DB
- use of MyBatis framework
#24 throws exceptions early, catch them late
- minor fix (possibility to work without db)
- throw own exception and handle it with error page
fix #20: diagram can be downloaded as raw JSON
re #20: use icomoon icons
re #20: add possibility to download diagram as JSON
#23 extend DB column for saving diagram JSON
- updated DB graph_json datatype
simplified modularization by using Java's native SPI
simplified ModuleLoader to load modules directly from classpath instead of special directory, modules are added to classpath as normal maven dependencies
detach value objects to separate module
multi-module maven project
move plugins to sources directory