Commit Graph

9 Commits

Author SHA1 Message Date
Ezequiel-Vega
b95ae5ddc7 merge develop remote 2022-01-25 11:36:12 -03:00
Matias Arriola
516e9b4ded Merged in bugfix/build-fix (pull request #28)
CI build fix (lint + snapshots)

* update snapshots

* Add lint to TS + lint fixes


Approved-by: Paulo Veiga
2022-01-13 16:13:05 +00:00
Matias Arriola
89765aa93d Merged in bugfix/relationships (pull request #18)
Relationships fixes
* Fix event trigger with custom data. This was causing an error when adding relationships
* Fix save after deleting a relationship
* Disallow relationship edit when in readOnly mode
* Fix typos

* Update snapshots from docker


Approved-by: Paulo Veiga
2021-12-29 18:10:35 +00:00
Paulo Gustavo Veiga
a4a478843d Update snapshots 2021-12-25 21:33:17 -08:00
Matias Arriola
5c2a96682d Merged in bugfix/topic-background (pull request #14)
Fix topic background

* Fix Textpeer getNativePosition implementation (broken with jQuery removal)

* Remove time-bound waits from cypress tests


Approved-by: Paulo Veiga
2021-12-21 18:05:03 +00:00
Matias Arriola
b804403c42 Merged in feature/tests-and-docs (pull request #9)
Improve testing flow and docs

* update snapshots

* update snapshots

* update snapshots

* Add docker run instructions

* Hide image snapshot execution behind an env flag

* Simplify package.json scripts and improve docs

* Merge 'origin/develop' into feature/tests-and-docs

* Update snapshots

* Add wait to container test

* Update snapshot


Approved-by: Paulo Veiga
2021-12-17 02:13:54 +00:00
Ezequiel Vega
25b86f3cff Increase coverage migrating tests. 2021-12-14 15:08:54 +00:00
Paulo Gustavo Veiga
69054fcd9c Add mindmap editor playground tests 2021-12-05 09:25:16 -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