Commit Graph

67 Commits

Author SHA1 Message Date
Paulo Gustavo Veiga debecaeed0 Update yarn.lock 2023-07-02 09:54:22 -07:00
Clement Creusat ad205cbc7e fix(deps): clean deps/peer-deps and webpack conf external 2023-06-27 17:30:43 +02:00
Clement Creusat ddd241e338 feat(lerna): manage repo with lerna 7 and update dependencies 2023-06-26 15:42:34 +02:00
Paulo Gustavo Veiga 39dd2486a5 Improve german translation. 2023-03-03 08:12:39 -03:00
Paulo Veiga a837d5b01a Migrate web2d to typescript 2023-02-10 02:51:52 +00:00
Paulo Gustavo Veiga d66e9f0595 Improve webpack config refector common configuration. 2023-01-15 10:40:16 -08:00
Paulo Gustavo Veiga 47ee896e71 Disable image support on clipboard. 2023-01-15 09:14:56 -08:00
Paulo Gustavo Veiga 86536ac8d2 Fix pre-commit 2023-01-13 23:12:18 -08:00
Paulo Gustavo Veiga 1cf42269b7 Move config files. 2023-01-08 19:41:17 -08:00
Paulo Gustavo Veiga d8ded20330 Refactor to parent dev dependencies. 2023-01-08 19:06:44 -08:00
Paulo Gustavo Veiga 46d4a1c31a Update cypress. 2023-01-07 13:47:53 -08:00
Paulo Gustavo Veiga af05979f6c Update to yarn 3. 2023-01-04 18:29:49 -08:00
Paulo Gustavo Veiga bf08888a68 Update to yarn 3. 2023-01-04 18:23:09 -08:00
Paulo Gustavo Veiga ed67106373 Fix packaging. 2022-10-31 15:32:50 -07:00
Paulo Gustavo Veiga 071ac1c383 Add basic render tests. 2022-10-31 13:48:31 -07:00
Paulo Gustavo Veiga de2a6c8b20 Hardcode version node 16 2022-10-05 18:28:38 -07:00
Paulo Gustavo Veiga 988f3c3152 Revert to v16 version 2022-10-05 18:11:20 -07:00
Paulo Gustavo Veiga 3ac7e57dcf Update to node 18 2022-10-05 17:57:41 -07:00
Paulo Gustavo Veiga 0ab956be1d Change test depedency version 2022-10-05 17:25:45 -07:00
Paulo Gustavo Veiga 0aee8c4c41 Update version. 2022-10-05 17:22:26 -07:00
Paulo Gustavo Veiga 79b6be2006 Update node 2022-10-05 16:44:21 -07:00
Paulo Gustavo Veiga 70755e02f4 Update node version. 2022-10-05 16:40:44 -07:00
Gustavo Fuhr 0f4a8ee087 Merged in ray-develop (pull request #51)
Ray develop

* reset zoom and toolbar fixes

* lang fixes

* dialog enhancements

* comments

* tooltip for zoom and fit commented

* merge develop into ray develop

* rules for ignoring some linebreaks in eslint

* comments in .eslintrc

* brackets around ifs

* playground fixes, comments removed, semi-colon at bottom of editor removed, root container size now defined with css


Approved-by: Paulo Veiga
2022-07-09 01:34:52 +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 b5fd708971 Merged in feature/mindplot-lint (pull request #11)
mindplot lint

* fix eqeqeq

* fix max-len

* fix max-len, guard-for-in

* fix import/no-named-as-default-member

* misc fixes

* fix no-shadow

* fix no-param-reassign

* fix issues introduced with "fix no-param-reassign"

* Merge 'origin/develop' into feature/mindplot-lint

* lint and docs fixes after merge


Approved-by: Paulo Veiga
2021-12-20 20:54:31 +00:00
Paulo Gustavo Veiga 860e5a118d Fix compiles 2021-12-19 10:47:51 -08:00
Paulo Gustavo Veiga 8a8e921c17 Fix eslint errors 2021-12-19 09:07:01 -08:00
Paulo Gustavo Veiga b834f3e9e1 Revert "Make package public"
This reverts commit c2467ad8501f092805e9757a86f9f526fd6eb534.
2021-12-18 15:20:14 -08:00
Paulo Gustavo Veiga 1b2f2fc30f v0.4.0 2021-12-18 13:06:39 -08:00
Paulo Gustavo Veiga 04c5f9b69f Make package public 2021-12-18 12:48:23 -08: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
Paulo Gustavo Veiga 36c974e34d Upgrade cypress version. 2021-12-12 18:35:48 -08:00
Paulo Gustavo Veiga 5199ede592 Update to node 17.x 2021-12-12 18:30:22 -08:00
Paulo Gustavo Veiga b40a38c0fe Upgrade to node ^16.x 2021-12-12 18:22:25 -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 b25fe345ae Enable lint on module: 2021-10-04 16:56:40 -07:00
Paulo Gustavo Veiga ce03021308 Revert "Move lint"
This reverts commit cc8dc0c9bdbfe73bd66fed325aa7ba13efd1d3e1.
2021-10-04 16:22:33 -07:00
Paulo Gustavo Veiga 0195ea54d1 Enable lint over web2d 2021-10-04 16:02:10 -07:00
Ezequiel-Vega 3ca7840dcf Web2d module migration 2021-09-29 17:24:07 -03:00
Juan Allo Ron b3762a574b adding pre-push hooks 2021-02-22 22:42:09 -08:00
Juan Allo Ron 5be7d10c89 adding stream to yarn lint 2021-02-22 22:39:09 -08:00
Juan Allo Ron acf2da9272 adding pre-commit hook to prettier 2021-02-22 22:36:36 -08:00
Juan Allo Ron 8820c7f9cd adding basic config for prettier 2021-02-22 22:17:44 -08:00
Juan Allo d4094c4b27 Merged in feat/cypress (pull request #1)
Adding cypress integration into the webapp

* Merge branch 'master' into feat/cypress

* moving the config files to ts

* updating from master

* adding pipeline config

* updating the cypress base image to use the same node version

* moving node to 14.15.4

* unifying all the tasks into one step

* using cypress base image for the whole pipeline for now

* removing cypress examples

* adding readme for tests

Approved-by: Ezequiel Bergamaschi
2021-02-23 05:40:02 +00:00
Ezequiel Bergamaschi 6d7a02db41 chore: switch to node LTS 2021-02-16 23:01:33 -05:00
Ezequiel Bergamaschi 569a6649a8 chore: fix eslint 2021-02-16 22:47:09 -05:00
Paulo Gustavo Veiga 76d4593500 Start migration to styled components 2020-12-08 09:35:36 -08:00
Paulo Gustavo Veiga cd72287481 Migration to TypeScript 2020-12-05 21:48:09 -08:00
Paulo Gustavo Veiga 18f42c54e6 Fix npm & node version 2020-12-05 10:45:22 -08:00