Commit Graph

48 Commits

Author SHA1 Message Date
Ezequiel Vega
1c84862f80 Add support for Freemind import. 2022-03-27 00:07:45 +00:00
Paulo Gustavo Veiga
fdfb67a5fe Update automation tests 2022-03-14 00:52:19 -03:00
Ezequiel Vega
8f6c4095df Freemind export support. 2022-02-25 00:17:53 +00:00
Paulo Gustavo Veiga
99c4b5d0ec Revert save of results 2022-02-21 09:17:11 -08:00
Paulo Gustavo Veiga
5cedd2fa1d Remove export filtering 2022-02-21 07:32:26 -08:00
Paulo Gustavo Veiga
a50ee13589 Disable record. 2022-02-17 15:00:25 -08:00
Paulo Gustavo Veiga
df7d53eacd Improve text exporter adding notes. 2022-02-17 11:25:36 -08:00
Paulo Gustavo Veiga
7942ac137f Fix image export centering issue 2022-02-15 12:44:29 -08:00
Paulo Gustavo Veiga
88de302ab8 Fix central node positioning issue 2022-02-15 11:36:14 -08:00
Paulo Gustavo Veiga
58c26330ae Add center image support 2022-02-14 15:58:23 -08:00
Paulo Gustavo Veiga
1cbd5d3f2e Extract encoding as common code. 2022-02-01 19:15:06 -08:00
Paulo Gustavo Veiga
cac5951d0c Ignore empty nodes from serialization 2022-01-26 14:19:14 -08:00
Paulo Gustavo Veiga
0d62936d5a Change relationshop to TS 2022-01-24 11:40:01 -08:00
Paulo Gustavo Veiga
b7c793daa7 Add support for MD export 2022-01-11 17:52:54 -08:00
Paulo Gustavo Veiga
f08ee50e84 Clean up unsed tests
Fix export bug
2022-01-04 13:11:12 -08:00
Paulo Gustavo Veiga
d91d6a2472 Migrate serializer to typescript 2022-01-03 08:27:00 -08:00
Paulo Gustavo Veiga
6be62fe81b Indent txt format 2022-01-02 21:09:35 -08:00
Paulo Gustavo Veiga
b929026267 Disable test record 2022-01-02 20:58:02 -08:00
Paulo Gustavo Veiga
8634fb5c9a Add link dump on text support. 2022-01-02 14:18:02 -08:00
Paulo Gustavo Veiga
4b8012efa3 Update txt records 2022-01-02 10:57:23 -08:00
Paulo Gustavo Veiga
5711ec6fc7 Remove record flag. 2022-01-02 10:43:26 -08:00
Paulo Gustavo Veiga
b346993c66 Add Txt exporter test 2022-01-02 10:37:33 -08:00
Paulo Gustavo Veiga
79b9aab195 Fix compilation error 2021-12-31 14:30:51 -08:00
Paulo Gustavo Veiga
f8d2e4b77b Fix file name 2021-12-31 02:02:29 -08:00
Paulo Gustavo Veiga
6b7a7660f1 Fix safari icons support 2021-12-31 01:52:24 -08:00
Paulo Gustavo Veiga
85f560324b Add support for image export. 2021-12-31 01:18:21 -08:00
Paulo Gustavo Veiga
f774a8a0c9 Fix web2d patch issue 2021-12-30 15:03:59 -08:00
Paulo Gustavo Veiga
0ee9b46b2b Clean up unsed filed 2021-12-30 12:57:17 -08:00
Paulo Gustavo Veiga
5e6228d9f4 Merge branch 'feature/browser_export' into develop 2021-12-30 12:54:11 -08:00
Paulo Gustavo Veiga
959a732999 Move images to inline.
Remove toolkit init
2021-12-30 12:32:32 -08:00
Paulo Gustavo Veiga
717f4e023b Add first SVG test 2021-12-29 20:00:34 -08:00
Paulo Gustavo Veiga
353d662963 Add basic load test 2021-12-29 16:37:58 -08:00
Paulo Veiga
6da0d22d1b Merged in feature/browser_export (pull request #20)
Introduce typescript

* Configure typescript support for jets

* Fix cycle dependency

* Configure typescript

* Migrate mindplot to typescript

* Merge branch 'develop' into feature/browser_export
2021-12-29 18:35:58 +00:00
Paulo Gustavo Veiga
4359c8741d Migrate mindplot to typescript 2021-12-29 10:08:45 -08:00
Paulo Gustavo Veiga
29f3e41fa3 Configure typescript 2021-12-29 09:51:04 -08:00
Paulo Gustavo Veiga
ef3984cfd0 Fix cycle dependency 2021-12-29 08:38:37 -08:00
Paulo Gustavo Veiga
45ad796c3b Configure typescript support for jets 2021-12-28 17:34:24 -08:00
Paulo Gustavo Veiga
38f4144c67 Apply eslint --fix 2021-12-19 08:06:42 -08:00
Paulo Gustavo Veiga
a8a601f351 Clean up unsed test 2021-12-14 10:24:25 -08:00
Paulo Gustavo Veiga
f2a9725304 Code clean up on tests 2021-12-14 10:04:39 -08:00
Paulo Gustavo Veiga
516ac88b30 Fix broken tests 2021-12-14 09:58:47 -08:00
Paulo Veiga
75a153d1d5 Remove mootools as dependency. 2021-12-14 17:06:09 +00:00
Ezequiel Vega
25b86f3cff Increase coverage migrating tests. 2021-12-14 15:08:54 +00:00
Paulo Gustavo Veiga
aecf0864f5 Remove underscore library 2021-12-05 08:14:15 -08:00
Paulo Gustavo Veiga
17b22ca211 Migration to EE6 of web2d and mindplot 2021-12-04 15:39:20 -08:00
Paulo Gustavo Veiga
025e4714e9 Keep class migration 2021-12-03 16:11:17 -08:00
Matias Arriola
cb2ca74a20 Merged in web2d-coreJS-solutions (pull request #5)
Core-js, web2d and mindplot working baseline

* fix .eslintignore
remove Raphael dependency

* Fix to avoid crashes in  _plotPrediction whitout Raphael

* Fix minplot basic code inspections

* Fix last inspections errors

* Inital refactor copying files

* Clean up.

* Fix web2d cyclic dependencies
remove only-warn eslint plugin
set import/no-extraneous-dependencies to warn (incorrectly complaining about root package)

* Fix web2d Point references (no need to assign it to core)
Fix web2d imports in mindplot and update Point refs

* Merge 'feature/mindplot_tests' into web2d-coreJS-solutions

* mindplot fixes and add viewmode.html playground

setup playground config to run the map-render examples
fix mindplot components export
mootools Static was not working so refactored it
fix some references to _peer
fix messages __bundle undefined
add web2d missing export: Image
downgrade cypress to avoid SIGSEGV error


Approved-by: Paulo Veiga
2021-12-02 00:41:56 +00:00
Paulo Gustavo Veiga
45e79205f1 Clean up code organizing tests structure 2021-10-03 08:32:01 -07:00