1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-08 11:20:53 +00:00
Commit Graph

1347 Commits

Author SHA1 Message Date
The-Lum
7cc329bd83 test: add documentation with TESTING.md 2023-10-02 19:37:46 +00:00
The-Lum
6d5213d407 test: add a logger plugin to gradle
- allow `radarsh/gradle-test-logger-plugin` (at discretion: by default in comment)
2023-10-02 19:30:50 +00:00
The-Lum
a34f13873c test: improve [unit] testing
Update and refresh this old PR:
- plantuml/plantuml#277

Add on test dependencies:
- [x] [`io.github.glytching:junit-extensions`](https://github.com/glytching/junit-extensions)
- [x] [`Mockito`](https://github.com/mockito/mockito)
  - `org.mockito:mockito-core`
  - `org.mockito:mockito-junit-jupiter`

Add a first test on:
- `test/utils/LineLocationImplTest.java`
2023-10-02 19:15:20 +00:00
Arnaud Roques
1deedf8a65 chore: explanation about graphviz.dat 2023-09-28 18:59:34 +02:00
Arnaud Roques
870d09d272 fix: improve minor issues in Gantt 2023-09-28 00:16:33 +02:00
The-Lum
55598085f5
docs: fix relative path on activitydiagram readme 2023-09-26 13:17:18 +02:00
The-Lum
18a838fa7d
Rename README.md to readme.md 2023-09-26 12:44:16 +02:00
The-Lum
a40c98b373
docs: add README.md for activitydiagram 2023-09-26 12:15:34 +02:00
PlantUML
8bdbbd2635
Update README.md
Restore links from badges
2023-09-25 09:26:56 +02:00
PlantUML
58098ce990
Merge pull request #1544 from The-Lum/PatchBranch
chore: add new labels for `PR` [no CI]
2023-09-24 19:04:00 +02:00
The-Lum
c08e495e3b
docs: fix title levels 2023-09-22 16:16:59 +02:00
PlantUML
82e43aaa7e
Update BUILDING.md 2023-09-21 19:15:18 +02:00
PlantUML
27486a4161
Update README.md 2023-09-21 19:02:34 +02:00
PlantUML
c23f8d477f
Update BUILDING.md 2023-09-21 18:50:10 +02:00
Arnaud Roques
233565b206 chore: add ANT build script
https://github.com/plantuml/plantuml/issues/1542
2023-09-21 18:39:48 +02:00
The-Lum
0ca72f0288
docs: add explanation for some diagram names (reverted to last version) [no CI]
Add explanation for some diagram names _(reverted to last version)_:
- EBNF 
- Regex
- ...

[no CI]
2023-09-21 11:53:05 +02:00
PlantUML
7fb89f2762
Update README.md 2023-09-19 22:58:38 +02:00
PlantUML
8b6abb2b8a
Update README.md 2023-09-19 22:56:18 +02:00
PlantUML
3dcd95d0b6
Create BUILDING.md 2023-09-19 22:39:30 +02:00
The-Lum
30c95d3e35 chore: add new labels for PR
- `m:test`
- `m:license`
2023-09-18 10:23:08 +00:00
PlantUML
b63dd91f00
Merge pull request #1539 from The-Lum/PatchBranch
test: add some unit tests of `tim/stdlib` functions
2023-09-17 23:07:49 +02:00
The-Lum
f91e0db9eb test: first commit for some unit tests of tim/stdlib functions
- `AlwaysFalse`
  - `AlwaysTrue`
  - `Dec2hex`
  - `Feature`
  - `GetJsonKey`
  - `GetJsonType`
  - `Hex2dec`
  - `Lower`
  - `Size`
  - `Upper`
  - TBC...
2023-09-17 19:18:35 +00:00
The-Lum
957726fda0 test: create _TemplateStdlibTest to help test of tim/stdlib 2023-09-16 08:26:32 +00:00
The-Lum
ec260ff0c9 test: add assert help function to test tim/stdlib 2023-09-16 08:18:20 +00:00
The-Lum
3090643256 test: create JunitUtils to help test with Junit
- [x]  create `JunitUtils`to help test with Junit
  - create `StringJsonConverter` class to use with `@ConvertWith`
2023-09-15 20:54:33 +00:00
Arnaud Roques
6781e85680 chore: prepare next development cycle 2023-09-13 21:24:43 +02:00
Arnaud Roques
057a076817 chore: prepare release 1.2023.11 2023-09-13 20:35:31 +02:00
Arnaud Roques
41ba2020b6 fix: minor issues
https://github.com/plantuml/plantuml/issues/1531
https://github.com/plantuml/plantuml/issues/1535
2023-09-11 19:39:02 +02:00
Arnaud Roques
04a071c4a4 feat: update c4 stdlib to v2.8.0
8d03254cf6
2023-09-11 19:28:35 +02:00
PlantUML
e43c6b9ba5
Merge pull request #1536 from The-Lum/PatchBranch
docs: create CITATION.cff [no CI]
2023-09-08 12:51:11 +02:00
The-Lum
ecc0ad9020
Merge branch 'plantuml:master' into PatchBranch 2023-09-08 12:37:48 +02:00
PlantUML
b9cb85cf99
Merge pull request #1530 from childenProtos/add-graphviz-to-epl-release
fix: Adds copy task for graphviz.dat to epl build
2023-09-07 07:52:29 +02:00
Christian
8b9f40d63b fix: Adds copy task for graphviz.dat to epl build 2023-09-07 07:46:25 +07:00
The-Lum
2e2453049e
docs: create CITATION.cff [no CI]
Here is a proposal to the file:
- [x] `CITATION.cff` 

Fix partially plantuml/plantuml#1524
2023-09-05 13:22:23 +02:00
Arnaud Roques
4b58055b9f mod: Handle @start/@end syntax error better
https://github.com/plantuml/plantuml/pull/1522
2023-08-28 19:14:15 +02:00
PlantUML
9b761b7f92
Merge pull request #1522 from The-Lum/Dev
mod: Handle `@start/@end` syntax error better
2023-08-28 18:01:09 +02:00
The-Lum
5149c49858 fix: change No @startuml/@enduml found message to No valid @start/@end found, please check the version for more readability
- [x] Rename `noStartumlFound` function to `noValidStartFound`
- [x] Rename `No @startuml/@enduml found` message to `No valid @start/@end found, please check the version`

Notes:
- Impact also the PicoWebserver;
- _For future enhancement perhaps use `resource` or list of message instead of repeating a message in many different places..._
2023-08-28 15:30:27 +00:00
The-Lum
90198c40d8 refactor: change formatting of should_readFirstDiagram_decode_correctly_different_line_endings for more readability 2023-08-28 15:01:45 +00:00
The-Lum
0c7f026f6c test: add new tests on @start/@end with a failing test to fix
- Add passing tests
- Add fail test _(to uncomment)_
2023-08-28 14:52:45 +00:00
Arnaud Roques
39fd1138cb chore: use annotation for dead code
https://github.com/plantuml/plantuml/issues/1521#issuecomment-1694600302
2023-08-27 11:07:44 +02:00
Arnaud Roques
8172f9492a feat: add embedded GraphViz for EPL version
https://github.com/plantuml/plantuml/issues/1517
2023-08-26 12:20:59 +02:00
Arnaud Roques
ee3eef8652 feat: enable DITAA in LGPL version
https://github.com/plantuml/plantuml/issues/1514
2023-08-26 12:03:19 +02:00
PlantUML
33f0d5b204
Merge pull request #1520 from Benjamin-Davies/docs
Add some documentation
2023-08-26 11:19:39 +02:00
Arnaud Roques
ecb22dfd46 fix: amend test 2023-08-26 11:18:40 +02:00
Arnaud Roques
86513bfbc8 wip: fix minor issues
https://forum.plantuml.net/17187/verticals-separators-gantt-chart-appear-certain-conditions?show=18171#c18171
https://forum.plantuml.net/18163/no-colored-border-on-state-start-end
2023-08-26 10:59:08 +02:00
Benjamin Davies
cf0e1c7ddc
Fix typo 2023-08-26 16:37:02 +12:00
Benjamin Davies
a879026e8c
Fix grammatical mistake 2023-08-26 16:24:10 +12:00
Benjamin Davies
fb1ac6d1d2
Clean up license attributions 2023-08-26 16:22:30 +12:00
Benjamin Davies
1a3f5dfd60
Document "PSystem" implied original meaning 2023-08-26 16:15:13 +12:00
Benjamin Davies
5386b9e7e2
Document plasma package 2023-08-26 15:48:49 +12:00