Commit Graph

1148 Commits

Author SHA1 Message Date
PlantUML 05fbba535e
Discord button at Markdown format 2023-03-20 18:20:41 +01:00
PlantUML 27b82b76d9
Add discord button 2023-03-20 18:07:38 +01:00
PlantUML 97f3172020
Merge pull request #1345 from ggrossetie/native-image
Build a native image (Linux)
2023-03-20 10:34:18 +01:00
Guillaume Grossetie a889148768 Build a native image (Linux) 2023-03-19 14:52:51 +01:00
Arnaud Roques e739cd8f5d fix: restore some help commands
https://github.com/plantuml/plantuml/issues/1331
https://github.com/plantuml/plantuml/issues/1232
2023-03-19 13:13:13 +01:00
Arnaud Roques e16b1d0b75 fix: remove buggy margin
https://github.com/plantuml/plantuml/issues/1334
2023-03-18 19:46:30 +01:00
Arnaud Roques e53a679331 refactor: improve smetana support for JSON 2023-03-18 11:25:17 +01:00
Arnaud Roques 7447766553 fix: allow notes with ELK
https://github.com/plantuml/plantuml/issues/1331
2023-03-17 22:53:25 +01:00
Arnaud Roques 89ff4699a0 fix: allow notes with smetana
https://github.com/plantuml/plantuml/issues/1332
2023-03-17 22:48:24 +01:00
Arnaud Roques 68c35a5ac3 fix: partial correction
https://github.com/plantuml/plantuml/issues/1335
2023-03-17 22:42:27 +01:00
Arnaud Roques 707d612229 fix: improve ditaa management
https://github.com/plantuml/plantuml/issues/1331
2023-03-17 18:14:13 +01:00
Arnaud Roques a202116a0c fix: improve dot message status 2023-03-16 21:33:59 +01:00
Arnaud Roques 0f9f96dade fix: improve return code management 2023-03-16 21:25:46 +01:00
Arnaud Roques 9a3c27eebf chore: compile MIT version 2023-03-16 21:11:33 +01:00
Arnaud Roques d98c743b9f chore: compile MIT version 2023-03-16 21:08:35 +01:00
Arnaud Roques ac851b0e44 chore: compile MIT version 2023-03-16 21:02:10 +01:00
Arnaud Roques dc0a105ced Merge branch 'master' of https://github.com/plantuml/plantuml 2023-03-16 20:56:21 +01:00
Arnaud Roques 62d43e22a8 chore: Build MIT version 2023-03-16 20:55:14 +01:00
Eric Vantillard 606c7d7af1 chore: add issue templates 2023-03-16 03:04:56 +01:00
Arnaud Roques ba0fd1efb4 fix: partially improve smetana code
https://forum.plantuml.net/17600/note-and-position-not-rendering-correctly-on-cheerpj
2023-03-15 19:03:47 +01:00
Arnaud Roques 9adc8dd067 refactor: prepare haxe version 2023-03-14 18:52:44 +01:00
Arnaud Roques 8f074cfbdf fix: improve note syntax in sequence diagrams
https://forum.plantuml.net/17587/notes-linked-to-messages-in-sequence-diagrams
2023-03-14 18:50:51 +01:00
Arnaud Roques 4e0af3328c fix: improve port management
https://github.com/plantuml/plantuml/discussions/1325
2023-03-14 18:48:52 +01:00
Arnaud Roques 534fc27942 fix: Improve line endings in the output files
https://github.com/plantuml/plantuml/pull/1183
2023-03-14 18:46:55 +01:00
PlantUML 44b4051016
Merge pull request #1324 from evantill/master
build: update issue triage workflow
2023-03-14 08:14:31 +01:00
Eric Vantillard f69b4f207e build: update issue triage workflow
The previous version use a deprecated action.
Now we use the github script action (provided by github).
2023-03-14 00:43:05 +01:00
Arnaud Roques da21293630 fix: still in progress
https://forum.plantuml.net/17566/global-%24variable-default-variable-produces-error-a001
https://github.com/plantuml/plantuml/issues/1320
2023-03-13 21:46:30 +01:00
Arnaud Roques 66918ad185 docs: explain how to contribute
https://github.com/plantuml/plantuml/discussions/1321
2023-03-13 19:25:54 +01:00
PlantUML ba6dd38c17
Merge pull request #1323 from evantill/master
build: add issue triage workflow
2023-03-13 19:16:02 +01:00
Eric Vantillard 0ac3e13bf6 build: add issue triage workflow 2023-03-13 18:00:31 +01:00
Arnaud Roques 9c62daa35d Fix UGraphic hierarchy 2023-03-12 12:41:34 +01:00
Arnaud Roques 5febaa9aeb Preprocessing with __MIT__ is now working 2023-03-12 12:15:51 +01:00
Arnaud Roques 957dfea0b5 Add project name and description 2023-03-09 19:44:20 +01:00
Arnaud Roques be8454cb59 update to 1.2023.3 2023-03-09 19:04:46 +01:00
PlantUML c50b364a56
Merge pull request #1314 from evantill/master
fix: missing signature in OSSRH publication (#1313)
2023-03-08 23:05:25 +01:00
Eric Vantillard 3c53361064 fix: missing signature in OSSRH publication (#1313)
Adding `signingKey` and `signingPassword`properties when calling gradle publication tasks from the CI workflow fix the bug.

Fixes: #1313
2023-03-08 22:40:21 +01:00
Arnaud Roques aa033bc2c1 wip 2023-03-08 21:49:44 +01:00
PlantUML a171a90403
Merge pull request #1307 from rohitsud/patch-1
Allow only one underscore when escaping -->
2023-03-05 21:39:57 +01:00
rohitsud 02ce388a5a
Allow only one underscore when escaping -->
This improves https://github.com/plantuml/plantuml/pull/1303 by preventing expressions like `*--____>` from being allowed. Now only expressions like `*--_>` and `*-->` will be allowed in maps,
2023-03-05 11:43:49 -08:00
Arnaud Roques 5cdd5c76e5 wip 2023-03-04 10:34:43 +01:00
Arnaud Roques 690fa349ba wip 2023-03-01 18:05:03 +01:00
Arnaud Roques f4221e340a wip 2023-02-28 22:22:51 +01:00
PlantUML eddf1c5470
Merge pull request #1303 from rohitsud/patch-1
Allow underscore to be used as an escape character for pattern -->
2023-02-28 22:10:30 +01:00
rohitsud ece128c3f1
Allow underscore to be used as an escape character for pattern -->
The issue is described in more detail at https://forum.plantuml.net/17507/dotted-arrow-also-the-close-comment-blocks-html-xml-markdown --
Similar to the issue in https://forum.plantuml.net/11806/dotted-arrow-also-the-close-comment-blocks-html-xml-markdown map uses the syntax with --> for longer arrows but they pose a problem when embedding in HTML.

For example, the following cannot be embedded in HTML.

map example {

    A*--> B

}

The linked thread above suggests the use of _ before the > but that doesn't work for maps.
2023-02-28 11:38:27 -08:00
Arnaud Roques 52664342f6 Version 1.2023.2 2023-02-26 19:51:17 +01:00
Arnaud Roques d55ae31b68 Update stdlib 2023-02-24 09:14:00 +01:00
Arnaud Roques 07f828770f Restore test and ignore XMI.exporterVersion 2023-02-22 21:08:32 +01:00
Arnaud Roques c54983bb5e Make AgoUML work 2023-02-22 20:55:55 +01:00
Arnaud Roques 9660d3ced9 Remove tests until XMI is ready 2023-02-22 20:44:05 +01:00
Arnaud Roques 934a1c357b Fix package and (temporary) remove generalization 2023-02-22 20:21:30 +01:00