1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-04 09:30:48 +00:00
Commit Graph

1530 Commits

Author SHA1 Message Date
The-Lum
7be48049ff
fix: emergency change to be compatible with actions/labeler v5
Emergency change to be compatible with `actions/labeler` v5

Observed on:
- #1620
2024-02-13 13:11:30 +01:00
PlantUML
956e23c33c
Merge pull request #1644 from plantuml/dependabot/github_actions/actions/cache-4
chore(deps): bump actions/cache from 3 to 4
2024-02-13 12:10:21 +01:00
PlantUML
75b00f08d1
Merge pull request #1626 from plantuml/dependabot/github_actions/actions/upload-artifact-4
chore(deps): bump actions/upload-artifact from 3 to 4
2024-02-13 11:44:47 +01:00
PlantUML
29f90e50a9
Merge pull request #1620 from plantuml/dependabot/github_actions/actions/labeler-5
chore(deps): bump actions/labeler from 4 to 5
2024-02-13 11:18:08 +01:00
PlantUML
36b1fe5e3b
Merge pull request #1681 from theavege/add/sunlust
add Description
2024-02-11 23:21:28 +01:00
PlantUML
a65935cb09
Merge pull request #1684 from chenrui333/update-graphviz-version-detection
fix: update graphviz version check pattern
2024-02-11 23:15:11 +01:00
Rui Chen
097550284e
fix: update graphviz version check pattern
Right now, the `graphviz` version detection failed to match with `10.x.x`, thus relaxing the version check regex.

Signed-off-by: Rui Chen <rui@chenrui.dev>
2024-02-11 19:44:40 +01:00
Arnaud Roques
d65951f520 feat: Update C4-PlantUML to v2.9.0
https://github.com/plantuml/plantuml-stdlib/pull/93
2024-02-11 12:20:28 +01:00
Artem V. Ageev
d443d23232
Merge branch 'plantuml:master' into add/sunlust 2024-02-09 11:28:34 +02:00
Artem V. Ageev
0ba45e0796
Update puml-theme-sunlust.puml
add Description theme
2024-02-09 11:28:11 +02:00
Arnaud Roques
68fdb662fe chore: version 1.2024.1 2024-02-08 22:37:13 +01:00
PlantUML
6d035c34a1
Merge pull request #1677 from theavege/add/sunlust
Add files via upload
2024-02-08 19:59:52 +01:00
Artem V. Ageev
1c0c7d828c
Add files via upload 2024-02-08 20:36:50 +02:00
Arnaud Roques
306f8b292e feat: improve standard library
https://github.com/plantuml/plantuml-stdlib/issues/88
https://github.com/plantuml/plantuml-stdlib/pull/90
https://github.com/plantuml/plantuml-stdlib/pull/91
2024-02-07 22:51:18 +01:00
Arnaud Roques
81e1c967c3 feat: add eip in standard library
https://github.com/plantuml/plantuml-stdlib/issues/88
2024-02-06 23:02:32 +01:00
PlantUML
c447e4489b
Merge pull request #1673 from The-Lum/Random
feat: `Random` function: add test and private declaration
2024-02-04 22:15:01 +01:00
The-Lum
3bd3edb740 feat: Random function: add test and private declaration
Add:
- `RandomFunctionTest` test file
- private declaration for random lib.

Ref.:
- #1667

Improve:
- dbaf8ac2cd
- #1668
2024-02-03 14:06:49 +00:00
PlantUML
ad383d2dc8
Merge pull request #1669 from The-Lum/PatchBranch
Improve `Chronology diagram` management
2024-02-02 23:44:52 +01:00
PlantUML
80acb87fbb
Merge pull request #1668 from The-Lum/Random
feat: Improve new `Random` function
2024-02-01 23:40:55 +01:00
The-Lum
23c86ba5b9 Improve Chronology diagram management
Adding `Chronology diagram` on:
- Syntax
- Sub-diagram
- Readme
2024-02-01 22:36:05 +00:00
The-Lum
c10ac1769d
fix: import the file RandomFunction 2024-02-01 23:31:08 +01:00
The-Lum
376ee9d8c2
Update TContext.java with RandomFunction 2024-02-01 23:13:41 +01:00
The-Lum
9e18d34936
Update and rename Random.java to RandomFunction.java
Feat: improve to accept 0, 1, 2 args
2024-02-01 23:10:43 +01:00
Arnaud Roques
dbaf8ac2cd feat: add some %random function
https://github.com/plantuml/plantuml/issues/1667
2024-02-01 22:29:55 +01:00
Arnaud Roques
dbbdf1277b chore: version 1.2024.0 2024-02-01 19:30:28 +01:00
Arnaud Roques
7a200019e6 Merge branch 'master' of https://github.com/plantuml/plantuml 2024-02-01 18:53:33 +01:00
Arnaud Roques
5fae97f44e fix: Gantt Layout issue when Print between is used with Printscale weekly
https://github.com/plantuml/plantuml/issues/1664
2024-02-01 18:52:57 +01:00
PlantUML
de6316ccac
Merge pull request #1655 from The-Lum/PatchBranch
fix: Restore missing file `HelpTest.java` on an accurate folder.
2024-01-27 15:34:37 +01:00
The-Lum
e9139c8a38 fix: Restore missing file HelpTest.java on an accurate folder.
_Ref._:
- 9c62daa35d
- e739cd8f5d
2024-01-27 13:36:57 +00:00
Arnaud Roques
dbb535473c fix: clear cache when StringBounder has changed
https://github.com/plantuml/plantuml/issues/1575
https://forum.plantuml.net/18480/teoz-produces-odd-legend-for-sequence-diagrams
2024-01-27 13:48:28 +01:00
The-Lum
6d158d1196
docs: add package-info.java on chronology 2024-01-24 12:35:16 +01:00
The-Lum
f805d983fd
docs: add readme.md on chronology 2024-01-24 12:29:33 +01:00
Arnaud Roques
4026878300 perf: stop recompiling pattern at runtime
https://github.com/plantuml/plantuml/issues/1642
2024-01-18 22:32:45 +01:00
dependabot[bot]
4217882d8a
chore(deps): bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-18 02:11:38 +00:00
Arnaud Roques
bf2312a252 feat: edgy standard library improvement
https://github.com/plantuml/plantuml-stdlib/pull/86
2024-01-16 22:19:10 +01:00
PlantUML
24d7e948af
Merge pull request #1643 from The-Lum/PatchBranch
add: Language Descriptor Improvement (adding `action` and `process`)
2024-01-16 17:56:26 +01:00
The-Lum
9502ed812b add: Language Descriptor Improvement (adding action and process) 2024-01-16 16:22:19 +00:00
Arnaud Roques
48dc07da95 fix: note placement in listfiles 2024-01-09 18:46:10 +01:00
Arnaud Roques
6c73caa943 fix: minor issues about multiples stereotype and improve new shapes action and process
https://github.com/plantuml/plantuml/issues/1538
https://github.com/plantuml/plantuml/issues/1631
2024-01-08 21:11:41 +01:00
Arnaud Roques
d07cda5f5f feat: adding action and process keywords
https://github.com/plantuml/plantuml/issues/1631
2024-01-06 12:02:26 +01:00
Arnaud Roques
533c27cba5 feat: adding edgy tools in stdlib
https://github.com/plantuml/plantuml-stdlib/pull/84
2024-01-03 18:21:29 +01:00
Arnaud Roques
26189b1e64 fix: improve local style management for activity diagrams
https://github.com/plantuml/plantuml/issues/1629
2023-12-19 19:08:24 +01:00
Arnaud Roques
b65aaff80b fix: improve local style for activity diagrams
https://github.com/plantuml/plantuml/issues/1623
2023-12-18 18:24:29 +01:00
dependabot[bot]
371bafaade
chore(deps): bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-15 02:43:21 +00:00
Arnaud Roques
cc80d86bc3 chore: prepare next development cycle 2023-12-12 21:35:19 +01:00
Arnaud Roques
5128891a0f chore: version 1.2023.13 2023-12-11 19:24:54 +01:00
Arnaud Roques
a87f844064 fix: missing label in activity diagrams
https://github.com/plantuml/plantuml/issues/1622#issuecomment-1847091587
2023-12-11 19:03:13 +01:00
Arnaud Roques
a061b11305 chore: formatting issue 2023-12-11 18:47:30 +01:00
Arnaud Roques
428381ca44 Merge branch 'tmp2' 2023-12-11 18:36:41 +01:00
Arnaud Roques
c20b3d9642 feat: work on chronology 2023-12-11 18:34:23 +01:00