-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(puml): change from local puml rendering to
server based approach, with a local docker puml server feat(puml): working on deterministic .svg rendering feat(puml): working on deterministic .svg rendering feat(puml): pretty print svgs for better git diffing feat(puml): rerender some svgs, see if better diffing feat(puml): add file count to echo comment feat(puml): add file count to echo comment feat(puml): make build all build just 1 for debugging feat(puml): add graphviz, does this fix rendering? feat(puml): going crazy trying to fix empty diagrams! feat(puml): using server renderer feat(puml): using server renderer feat(puml): update test diagram feat(puml): update render all feat(puml): add http error handling feat(puml): improve error messages feat(puml): checking final rendering feat(puml): testing deterministic rendering feat(puml): add docker run steps feat(puml): changes for docker puml feat(ci/cd): update svg check to use docker feat(ci/cd): update svg check to use docker feat(puml): add docker run steps fix(puml): wrong url is parsed by ci/cd feat(puml): cleanup url, make notes about svg determinism
- Loading branch information
Showing
103 changed files
with
53,211 additions
and
16,199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
338 changes: 255 additions & 83 deletions
338
...gies/assets/diagrams/automated-testing/QARegressionTestingMojaloop-Complete.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|
||
|
||
# hmm... maybe we need to dig more into plantuml for this shit | ||
java -Dplantuml.include.path=./ -Djava.awt.headless=true -jar ./node_modules/node-plantuml/vendor/plantuml.jar | ||
|
||
|
||
BASE=mojaloop-technical-overview/transaction-requests-service/assets/diagrams/sequence/seq-trx-req-authorizations-3.0.0 | ||
./node_modules/.bin/puml generate -s ${BASE}.plantuml -o ${BASE}.svg -i ${BASE}.plantuml | ||
cat ${BASE}.svg | ||
ls ${BASE}.svg |
270 changes: 197 additions & 73 deletions
270
...-service/assets/diagrams/sequence/seq-acct-lookup-admin-delete-oracle-7.3.4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
337 changes: 240 additions & 97 deletions
337
...kup-service/assets/diagrams/sequence/seq-acct-lookup-admin-get-oracle-7.3.1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
326 changes: 233 additions & 93 deletions
326
...up-service/assets/diagrams/sequence/seq-acct-lookup-admin-post-oracle-7.3.2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
431 changes: 319 additions & 112 deletions
431
...kup-service/assets/diagrams/sequence/seq-acct-lookup-admin-put-oracle-7.3.3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
293 changes: 208 additions & 85 deletions
293
...p-service/assets/diagrams/sequence/seq-acct-lookup-del-endpoint-cache-7.3.0.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
802 changes: 632 additions & 170 deletions
802
...kup-service/assets/diagrams/sequence/seq-acct-lookup-del-participants-7.1.2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
695 changes: 558 additions & 137 deletions
695
...kup-service/assets/diagrams/sequence/seq-acct-lookup-get-participants-7.1.0.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
874 changes: 699 additions & 175 deletions
874
...t-lookup-service/assets/diagrams/sequence/seq-acct-lookup-get-parties-7.2.0.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
767 changes: 598 additions & 169 deletions
767
...up-service/assets/diagrams/sequence/seq-acct-lookup-post-participants-7.1.3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
866 changes: 674 additions & 192 deletions
866
...vice/assets/diagrams/sequence/seq-acct-lookup-post-participants-batch-7.1.1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
985 changes: 788 additions & 197 deletions
985
...ulk-transfers/assets/diagrams/sequence/seq-bulk-1.1.0-bulk-prepare-overview.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,324 changes: 1,009 additions & 315 deletions
1,324
...bulk-transfers/assets/diagrams/sequence/seq-bulk-1.1.1-bulk-prepare-handler.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,290 changes: 975 additions & 315 deletions
1,290
...tral-bulk-transfers/assets/diagrams/sequence/seq-bulk-1.2.1-prepare-handler.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
391 changes: 298 additions & 93 deletions
391
...al-bulk-transfers/assets/diagrams/sequence/seq-bulk-1.3.0-position-overview.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,430 changes: 1,092 additions & 338 deletions
1,430
...ral-bulk-transfers/assets/diagrams/sequence/seq-bulk-1.3.1-position-prepare.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,146 changes: 860 additions & 286 deletions
1,146
...k-transfers/assets/diagrams/sequence/seq-bulk-1.4.1-bulk-processing-handler.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,041 changes: 835 additions & 206 deletions
1,041
...bulk-transfers/assets/diagrams/sequence/seq-bulk-2.1.0-bulk-fulfil-overview.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,260 changes: 954 additions & 306 deletions
1,260
...-bulk-transfers/assets/diagrams/sequence/seq-bulk-2.1.1-bulk-fulfil-handler.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
940 changes: 726 additions & 214 deletions
940
...ulk-transfers/assets/diagrams/sequence/seq-bulk-2.2.1-fulfil-handler-commit.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,567 changes: 1,975 additions & 592 deletions
2,567
...bulk-transfers/assets/diagrams/sequence/seq-bulk-2.2.2-fulfil-handler-abort.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
621 changes: 468 additions & 153 deletions
621
...tral-bulk-transfers/assets/diagrams/sequence/seq-bulk-2.3.1-position-fulfil.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,693 changes: 1,297 additions & 396 deletions
1,693
...ntral-bulk-transfers/assets/diagrams/sequence/seq-bulk-2.3.2-position-abort.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
506 changes: 406 additions & 100 deletions
506
...ral-bulk-transfers/assets/diagrams/sequence/seq-bulk-3.1.0-timeout-overview.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,739 changes: 1,340 additions & 399 deletions
1,739
...tral-bulk-transfers/assets/diagrams/sequence/seq-bulk-3.1.1-timeout-handler.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
960 changes: 732 additions & 228 deletions
960
...ntral-bulk-transfers/assets/diagrams/sequence/seq-bulk-4.1.0-abort-overview.svg
Large diffs are not rendered by default.
Oops, something went wrong.
747 changes: 552 additions & 195 deletions
747
...central-bulk-transfers/assets/diagrams/sequence/seq-bulk-5.1.0-get-overview.svg
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.