Commit Graph

1121 Commits

Author SHA1 Message Date
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
Arnaud Roques d551aa488a Update XMI result 2023-02-22 19:51:43 +01:00
Arnaud Roques 75835ce2a0 Packages move and bugfix 2023-02-22 19:43:48 +01:00
PlantUML 9beb3a1ccc
Merge pull request #1292 from soloturn/gradle
update versions
2023-02-18 18:56:55 +01:00
soloturn 4b5d5d703b update versions 2023-02-18 08:27:59 +01:00
soloturn 9ec15a7a2e use gradle 8.0.1 2023-02-18 08:23:28 +01:00
Arnaud Roques 58cc4e096b wip 2023-02-08 19:38:46 +01:00
Arnaud Roques 62d819dae4 wip 2023-02-06 22:11:35 +01:00
Arnaud Roques 678949b44c Wip 2023-02-06 22:04:53 +01:00
Arnaud Roques 1c650bb2f9 Fix https://github.com/plantuml/plantuml/issues/1284 2023-02-04 13:50:16 +01:00
Arnaud Roques 4888ac976d Start major packages refactoring 2023-02-02 18:59:43 +01:00
Arnaud Roques aa53729752 Fix state id in Scxml export 2023-01-31 20:45:20 +01:00
Arnaud Roques 6979fb6d55 Major change on internal identifier management 2023-01-31 20:27:04 +01:00
Arnaud Roques e1b9c0a0f0 version 1.2023.1 2023-01-29 15:24:49 +01:00
PlantUML 4038b9db37
Merge pull request #1275 from The-Lum/UpdDoc
Upd: Add some documentation
2023-01-25 20:53:10 +01:00
The-Lum 1c6cd1cf7f Upd: Add some documentation
- [x] Add EBNF on README
- [x] Attemps to add some `README.md` on the src
2023-01-25 19:42:56 +00:00
Arnaud Roques 74bcf039a2 Fix https://github.com/plantuml/plantuml/issues/1265 2023-01-17 19:23:30 +01:00
Arnaud Roques c1bbdd6ade Partially fix https://github.com/plantuml/plantuml/issues/1266 2023-01-17 19:19:39 +01:00
Arnaud Roques c2bb4f8a37 Try to fix https://github.com/plantuml/plantuml/issues/1261 2023-01-17 19:00:39 +01:00
Arnaud Roques db9080e28f wip 2023-01-16 20:06:31 +01:00
PlantUML 1fe09aea4f
Merge pull request #1262 from denisa/master
1252:  Use eclipse-temurin:17-jre-jammy and generate both amd64 and arm64 images
2023-01-14 12:03:45 +01:00
Arnaud Roques 54afac2f27 Fix https://github.com/plantuml/plantuml/discussions/1264 2023-01-14 11:49:57 +01:00
Arnaud Roques eac7a29c67 wip 2023-01-13 18:36:46 +01:00
Denis N. Antonioli f067d71b28 spaces 2023-01-12 21:22:15 -08:00
Denis N. Antonioli 5624575b08 1252: Use eclipse-temurin:17-jre-jammy and generate both amd64 and
arm64 images
2023-01-12 21:09:13 -08:00
Arnaud Roques 97c7f1ed34 wip 2023-01-11 22:47:15 +01:00
Arnaud Roques cc840383e3 Fix https://github.com/plantuml/plantuml/issues/1250 2023-01-10 18:48:14 +01:00
Arnaud Roques a5d39f6dda Version 1.2023.0 2023-01-09 20:13:37 +01:00