-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: [POC] Replace mxGraph with maxGraph 0.10.x #3098
base: master
Are you sure you want to change the base?
Commits on Jul 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9083c7d - Browse repository at this point
Copy the full SHA 9083c7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2909669 - Browse repository at this point
Copy the full SHA 2909669View commit details
Commits on Apr 22, 2024
-
BpmnGraph: remove batchUpdate as it is already defined in the Graph class GraphCellUpdater.ts: WIP fix TSC errors StyleManager.ts: WIP fix TSC errors StyleComputer.ts: WIP fix TSC errors BpmnRenderer.ts: update TODO StyleConfigurator.ts: WIP fix TSC errors StyleConfigurator.ts: add TODO after rebase ShapeConfigurator.ts: WIP fix TSC errors fix rebase: fix FONT imports (no more exported in style/index - internal only) Add TODO in BPMNCellStyle style/utils.ts: WIP fix TSC errors StyleManager.ts: remove unused imports StyleComputer.test.ts: WIP fix TSC errors integration tests: WIP fix TSC errors mxGraph.model.bpmn.elements.test.ts: restore variable name after rebase (no mx in names) run fix CSS class undefined access - WIP CSS classes disapaer when doing navigation fix typo in TODO/FIXME about maxgraph StyleComputer.test.ts: fix msg flow icon tests after rebase StyleComputer.test.ts: fix sub-process tests after rebase StyleComputer.test.ts: clean comment in sub-process tests after rebase the comments was the test implementation in the previous poc. During rebase, as there were too many conflicts, the tests hadn't been migrated and the former poc implem put there to help the new test migration StyleComputer.test.ts: fix subprocess markers test StyleComputer.test.ts: fix event gateway test StyleComputer.test.ts: WIP fix bpmn in color StyleComputer.ts: fix msg icon flow extension computation StyleComputer.ts: improve comment StyleComputer.ts: fix edges extension computation style-utils.test.ts: fix subprocess tests (adhoc still KO) style-utils.test.ts: fix msg flow icon style-utils.test.ts: FIXME for adhoc ThemedBpmnVisualization.ts: fix wrongly migrated comment refactor: restore getDataModel method when getModel was called with mxGraph refactor: restore usage of getDataModel method in BpmnRenderer.ts refactor: restore usage of getDataModel method in GraphCellUpdater.ts GraphCellUpdater.ts add TODO for the master branch SvgExporter.ts: restore import order like with mxGraph imple ShapeConfigurator.ts: restore import order like with mxGraph implem ShapeConfigurator.ts: restore comment StyleConfigurator.ts: restore import order StyleConfigurator.ts: add todo for arc configuration custom-overlay.ts: restore import order toBeShape/index.ts: fix compilation errors toBeEdge/index.ts: fix compilation errors matcher-utils.ts: fix compilation errors mxGraph.model.bpmn.elements.test.ts: fix compilation errors integration tests: fix CSS api tests mxGraph.model.css.api.test.ts: check no extra css classes prior adding them IT: simplify check of extra css classes edge/shape WIP debug extra CSS classes not added to the dom style-utils.test.ts: fix test WIP restore style.isInitiating: make test pass WIP restore style.isInitiating integration test: BpmnCellStyle.horizontal is now a boolean (same type as in CellStyle) integration test: fix test in "bpmn in color" StyleComputer.ts remove TODO about "isInitiating" (already managed) mxGraph.model.bpmn.elements.test.ts: revert extra changes StyleComputer.ts remove TODO about "style.horizontal" (already managed) StyleComputer.ts fix label position (horizontal and vertical) style-utils.test.ts: remove TODO already managed StyleComputer.ts: simplify management of style.horizontal for lane and pool update TODO custom-overlay.ts: restore original license header model-expect.ts: remove extra imports model-expect.ts: simplify import WIP tmp fix to update the style WIP tmp fix to update the style and CSS classes (clone the style of the cell to cache and update) refactor: simply the storage of CSS classes in the BPMN style object integ test: refactor markers management integ test: restore the implem of the getFontStyleValue utils function (make 2 tests pass) CSS classes: only set in style when the array is not empty (fix 10 integration tests) TMP: more logs in the matcher error msg to better diagnose the problem WIP integ test: investigate lower fontStyle value WIP integ test: fix fontStyle value update TODO comments for consistency fix more integration tests: CSS class reset fix wrong assertion in IT: fontStyle updateStyle fontStyle: less side effect when setting flag of undefined value StyleComputer: do not set fontStyle value to 0 (restore mxGraph behaviour) + fix IT IT: remove extra check fix: updateStyle 'default' special value now correctly reset the value style utils.ts: improve TODO improve comments about workarounds for maxGraph issues Add TODO set plugins in Graph constructor mxGraph.model.style.api.test.ts remove extra FIXME mxGraph.model.style.api.test.ts add TODO StyleComputer.ts remove managed TODO style utils: update todo test: simplify todo remove managed TODO matcher-utils.ts: remove tmp solution to jest msg matcher-utils.ts remove managed TODO Manage "todo rebase" update todo fix style for rounded activity (was not correcly migrated) StyleConfigurator.ts: migrated code better fit the original code manage some "todo rebase" refactor: style function - no need to return the style object anymore refactor: rename style properties used to fill markers (prepare future feature available in maxGraph) Add todo about fixing "fill edge markers"
Configuration menu - View commit details
-
Copy full SHA for 8f4ee05 - Browse repository at this point
Copy the full SHA 8f4ee05View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6681a1 - Browse repository at this point
Copy the full SHA f6681a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3b1775 - Browse repository at this point
Copy the full SHA f3b1775View commit details -
Configuration menu - View commit details
-
Copy full SHA for db2a32a - Browse repository at this point
Copy the full SHA db2a32aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8df3cc - Browse repository at this point
Copy the full SHA b8df3ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb5b140 - Browse repository at this point
Copy the full SHA bb5b140View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdced05 - Browse repository at this point
Copy the full SHA cdced05View commit details
Commits on Apr 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 675857d - Browse repository at this point
Copy the full SHA 675857dView commit details
Commits on Aug 9, 2024
-
EXTRA integration tests run in ESM (needed for maxgraph --> IN PROGRE…
…SS in master branch) WIP integration tests run in ESM (with commonJS configuration) Revert "EXTRA WIP run integration in ESM mode" This reverts commit 21c3691647630cd11f5572789d47cc5a22decfce. EXTRA WIP run integration in ESM mode EXTRA WIP run integration in ESM mode (vscode config)
Configuration menu - View commit details
-
Copy full SHA for fc62054 - Browse repository at this point
Copy the full SHA fc62054View commit details -
EXTRA unit tests run in ESM (needed to run maxgraph)
with commonJS configuration EXTRA WIP unit tests run in ESM (with commonJS configuration) WIP unit tests run in ESM (with commonJS configuration) WIP unit tests run in ESM (with commonJS configuration) test pass WIP unit tests run in ESM (with commonJS configuration) vscode config
Configuration menu - View commit details
-
Copy full SHA for 1aa5ee2 - Browse repository at this point
Copy the full SHA 1aa5ee2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6d2261 - Browse repository at this point
Copy the full SHA d6d2261View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6420fb - Browse repository at this point
Copy the full SHA d6420fbView commit details -
EXTRA jest.image.ts fix async by using await
The promises management was wrong, images were not correctly assigned to the right file
Configuration menu - View commit details
-
Copy full SHA for e3af056 - Browse repository at this point
Copy the full SHA e3af056View commit details -
Configuration menu - View commit details
-
Copy full SHA for c925966 - Browse repository at this point
Copy the full SHA c925966View commit details -
Configuration menu - View commit details
-
Copy full SHA for c95a9cb - Browse repository at this point
Copy the full SHA c95a9cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54e8117 - Browse repository at this point
Copy the full SHA 54e8117View commit details -
Configuration menu - View commit details
-
Copy full SHA for b002dcd - Browse repository at this point
Copy the full SHA b002dcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99901fa - Browse repository at this point
Copy the full SHA 99901faView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec2b544 - Browse repository at this point
Copy the full SHA ec2b544View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2286241 - Browse repository at this point
Copy the full SHA 2286241View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6b3f2a - Browse repository at this point
Copy the full SHA a6b3f2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ae90a5 - Browse repository at this point
Copy the full SHA 7ae90a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f340246 - Browse repository at this point
Copy the full SHA f340246View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f2f057 - Browse repository at this point
Copy the full SHA 6f2f057View commit details
Commits on Aug 13, 2024
-
EXTRA (todo on master) e2e: start fixing path to received file in fit…
… tests (add todo)
Configuration menu - View commit details
-
Copy full SHA for 2c5726d - Browse repository at this point
Copy the full SHA 2c5726dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d208c48 - Browse repository at this point
Copy the full SHA d208c48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21f6694 - Browse repository at this point
Copy the full SHA 21f6694View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82ce011 - Browse repository at this point
Copy the full SHA 82ce011View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8024887 - Browse repository at this point
Copy the full SHA 8024887View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6fc85b - Browse repository at this point
Copy the full SHA a6fc85bView commit details -
StyleComputer.ts BPMNCellStyle remove arrow fill properties available…
… out of the box in maxGraph
Configuration menu - View commit details
-
Copy full SHA for 221aac3 - Browse repository at this point
Copy the full SHA 221aac3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcd1f7e - Browse repository at this point
Copy the full SHA bcd1f7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ea1a7e - Browse repository at this point
Copy the full SHA 3ea1a7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 827f436 - Browse repository at this point
Copy the full SHA 827f436View commit details -
Configuration menu - View commit details
-
Copy full SHA for f91d847 - Browse repository at this point
Copy the full SHA f91d847View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6a14e1 - Browse repository at this point
Copy the full SHA b6a14e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14ab375 - Browse repository at this point
Copy the full SHA 14ab375View commit details -
Configuration menu - View commit details
-
Copy full SHA for cacc7f5 - Browse repository at this point
Copy the full SHA cacc7f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4e6ffc - Browse repository at this point
Copy the full SHA a4e6ffcView commit details -
Configuration menu - View commit details
-
Copy full SHA for eff4a53 - Browse repository at this point
Copy the full SHA eff4a53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 628a6d8 - Browse repository at this point
Copy the full SHA 628a6d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for af351af - Browse repository at this point
Copy the full SHA af351afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88a6524 - Browse repository at this point
Copy the full SHA 88a6524View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc396e0 - Browse repository at this point
Copy the full SHA dc396e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 927ce24 - Browse repository at this point
Copy the full SHA 927ce24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79ea060 - Browse repository at this point
Copy the full SHA 79ea060View commit details -
Configuration menu - View commit details
-
Copy full SHA for e37b321 - Browse repository at this point
Copy the full SHA e37b321View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65c4935 - Browse repository at this point
Copy the full SHA 65c4935View commit details -
Configuration menu - View commit details
-
Copy full SHA for a36015a - Browse repository at this point
Copy the full SHA a36015aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53197c3 - Browse repository at this point
Copy the full SHA 53197c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d72d568 - Browse repository at this point
Copy the full SHA d72d568View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdea858 - Browse repository at this point
Copy the full SHA bdea858View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ccbc64 - Browse repository at this point
Copy the full SHA 0ccbc64View commit details -
test: Remove "align" types and use maxGraph "align" type instead (the…
…y are used to define related maxGraph properties)
Configuration menu - View commit details
-
Copy full SHA for c7e5142 - Browse repository at this point
Copy the full SHA c7e5142View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5b5fa2 - Browse repository at this point
Copy the full SHA e5b5fa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 643bf1a - Browse repository at this point
Copy the full SHA 643bf1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 797c9f4 - Browse repository at this point
Copy the full SHA 797c9f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 242fe00 - Browse repository at this point
Copy the full SHA 242fe00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5894e10 - Browse repository at this point
Copy the full SHA 5894e10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 284905a - Browse repository at this point
Copy the full SHA 284905aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c286c77 - Browse repository at this point
Copy the full SHA c286c77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fc8e9d - Browse repository at this point
Copy the full SHA 7fc8e9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4bade6 - Browse repository at this point
Copy the full SHA a4bade6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 087bf5c - Browse repository at this point
Copy the full SHA 087bf5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7b8f89 - Browse repository at this point
Copy the full SHA e7b8f89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ca3cd0 - Browse repository at this point
Copy the full SHA 3ca3cd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5930261 - Browse repository at this point
Copy the full SHA 5930261View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9672809 - Browse repository at this point
Copy the full SHA 9672809View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39d2e31 - Browse repository at this point
Copy the full SHA 39d2e31View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff1e1cf - Browse repository at this point
Copy the full SHA ff1e1cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84f62b2 - Browse repository at this point
Copy the full SHA 84f62b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca48e96 - Browse repository at this point
Copy the full SHA ca48e96View commit details -
Configuration menu - View commit details
-
Copy full SHA for f265908 - Browse repository at this point
Copy the full SHA f265908View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61bd589 - Browse repository at this point
Copy the full SHA 61bd589View commit details -
WIP remove maxGraph workaround for v0.1.0 that are now fixed - BpmnGr…
…aph.ts: remove unused imports
Configuration menu - View commit details
-
Copy full SHA for e2e6f76 - Browse repository at this point
Copy the full SHA e2e6f76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3924d31 - Browse repository at this point
Copy the full SHA 3924d31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67a7b5b - Browse repository at this point
Copy the full SHA 67a7b5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 227c849 - Browse repository at this point
Copy the full SHA 227c849View commit details -
Configuration menu - View commit details
-
Copy full SHA for d993029 - Browse repository at this point
Copy the full SHA d993029View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e2bba3 - Browse repository at this point
Copy the full SHA 4e2bba3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e18141 - Browse repository at this point
Copy the full SHA 8e18141View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34553da - Browse repository at this point
Copy the full SHA 34553daView commit details -
Configuration menu - View commit details
-
Copy full SHA for db7e4a2 - Browse repository at this point
Copy the full SHA db7e4a2View commit details -
StyleConfigurator.ts: TMP update edge arcSize to try to reproduce the…
… mxGraph rendering
Configuration menu - View commit details
-
Copy full SHA for 2de8548 - Browse repository at this point
Copy the full SHA 2de8548View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16768c2 - Browse repository at this point
Copy the full SHA 16768c2View commit details -
StyleConfigurator.ts: TMP update edge arcSize to try to reproduce the…
… mxGraph rendering
Configuration menu - View commit details
-
Copy full SHA for e10cecd - Browse repository at this point
Copy the full SHA e10cecdView commit details -
Configuration menu - View commit details
-
Copy full SHA for da64089 - Browse repository at this point
Copy the full SHA da64089View commit details -
Configuration menu - View commit details
-
Copy full SHA for f50b06e - Browse repository at this point
Copy the full SHA f50b06eView commit details