Commit Graph

1625 Commits

Author SHA1 Message Date
Arnaud Roques 436fb37f1a refactor: prepare preprocessor error improvement (in progress)
https://github.com/plantuml/plantuml/pull/1668
2024-02-22 18:33:29 +01:00
PlantUML 35909a50c7
Merge pull request #1696 from The-Lum/Random
feat: add `%get_all_stdlib` builtin function
2024-02-22 16:48:45 +01:00
The-Lum fea505ab77 feat: add `%get_all_stdlib` builtin function 2024-02-22 15:11:26 +00:00
Arnaud Roques be69889e7f tests: fix stdlib test
https://github.com/plantuml/plantuml/pull/1692#issuecomment-1952831187
2024-02-21 22:23:31 +01:00
PlantUML c6f9684026
Merge pull request #1693 from The-Lum/docs
docs: add "PlantUML package and PlantUML on the GNU/Linux distribution" page [skip ci]
2024-02-20 20:00:03 +01:00
Arnaud Roques 2a961129f2 chore: improve error message when missing stdlib
https://github.com/plantuml/plantuml/pull/1692#issuecomment-1952831187
2024-02-20 19:52:29 +01:00
PlantUML 5fe5cafe70
Merge pull request #1692 from The-Lum/PatchBranch
tests: add not working example about stdlib
2024-02-20 19:45:32 +01:00
The-Lum 415886e5d0
docs: add "PlantUML package and PlantUML on the GNU/Linux distribution" page
To answer to:
- #1572

Here is the links of plantuml version on:
- the _[most popular]_ software package management systems
- the _[most popular]_ GNU/Linux distributions
2024-02-17 15:14:56 +01:00
The-Lum 8fe9faec1b tests: add not working example about stdlib 2024-02-16 21:59:49 +00:00
Arnaud Roques ee43dd0b99 chore: fix some tests on Windows 2024-02-16 22:10:07 +01:00
Arnaud Roques 04f718781f refactor: remove dead code 2024-02-16 20:20:56 +01:00
PlantUML 99698d97bb
Merge pull request #1691 from The-Lum/PatchBranch
fix: suppress `@[start|end]uml` on `sunlust` theme
2024-02-16 18:46:05 +01:00
The-Lum 4ce77d3fa8
fix: suppress `@[start|end]uml` on `sunlust` theme
That fix:
- https://forum.plantuml.net/18683/sunlust-theme-question
2024-02-16 18:05:22 +01:00
Arnaud Roques c6f150fd4e chore: version 1.2024.3 2024-02-15 20:43:50 +01:00
Arnaud Roques ad4a1bde57 feat: adding undocumented support for gzip URL 2024-02-15 20:35:36 +01:00
Arnaud Roques cfa16d0f60 chore: version 1.2024.2 2024-02-14 19:05:53 +01:00
PlantUML ac8e785372
Merge pull request #1689 from The-Lum/Random
feat: add  `%get_all_theme` builtin function
2024-02-14 18:55:32 +01:00
The-Lum 53bcc028cf fix: typo on `GetAllThemeTest` filename 2024-02-14 06:19:34 +00:00
The-Lum ab09e2ef1f feat: add `%get_all_theme` builtin function 2024-02-14 06:14:19 +00:00
PlantUML ab60639f5e
Merge pull request #1675 from plantuml/dependabot/gradle/org.junit.jupiter-junit-jupiter-5.10.2
chore(deps): bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2
2024-02-13 18:04:05 +01:00
dependabot[bot] ababa00835
chore(deps): bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-13 16:51:50 +00:00
PlantUML 76d1daf5ae
Merge pull request #1674 from plantuml/dependabot/gradle/org.assertj-assertj-core-3.25.3
chore(deps): bump org.assertj:assertj-core from 3.24.2 to 3.25.3
2024-02-13 17:51:15 +01:00
PlantUML 17d317e53a
Merge pull request #1686 from The-Lum/PatchBranch
refactor: Create `test/utils` directory and `CommandHelpThemeTest` on a more accurate folder
2024-02-13 17:41:13 +01:00
PlantUML 4e5bf030b6
Merge branch 'master' into PatchBranch 2024-02-13 17:27:07 +01:00
PlantUML cfd3ad2e4d
Merge pull request #1687 from The-Lum/ImproveDoc
docs: fix links _(due to emoji)_
2024-02-13 14:23:03 +01:00
The-Lum af3c49c2aa
docs: fix links _(due to emoji)_ 2024-02-13 14:19:22 +01:00
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
The-Lum e70f23b8fe refactor: Change `HelpTest` to `CommandHelpThemeTest` on a more accurate folder
To continue:
- #1655

Change `HelpTest.java` to `CommandHelpThemeTest.java`
Put on a more accurate folder:
- `net.sourceforge.plantuml.help`
2024-02-13 11:04:02 +00: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
The-Lum e11d974ce5 refactor: place `net.sourceforge.plantuml.test` on `test.utils`
Create `test` folder with:
- `example`
- `utils`

And put all `net.sourceforge.plantuml.test` on `test.utils`.
_[no other change]_
2024-02-12 19:13:02 +00: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
dependabot[bot] 1690ca3cc3
chore(deps): bump org.assertj:assertj-core from 3.24.2 to 3.25.3
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.24.2 to 3.25.3.
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.24.2...assertj-build-3.25.3)

---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-05 02:49:43 +00: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