Marco Beelen
385fa1274a
feat: Keeps curl to support healthchecks
...
Closes #220
Closes #273
2023-04-12 12:14:35 +02:00
Florian Greinacher
972d136665
fix: add more missing libs
2023-04-11 19:26:09 +02:00
Florian Greinacher
329aae7fc6
fix: add missing build dependency for graphviz
2023-04-11 13:46:55 +02:00
Arnaud Roques
ebece93726
Update to version 1.2023.5
2023-04-10 16:26:56 +02:00
Florian Greinacher
8a9825395a
fix: use up-to-date graphviz version in tomcat image
2023-03-29 19:36:33 +02:00
Florian Greinacher
df081c20a4
refactor: isolate build
2023-03-29 15:15:04 +02:00
Florian Greinacher
4137d8460e
fix: use up-to-date graphviz version
2023-03-29 15:15:04 +02:00
Eric Vantillard
a627da7a1a
chore: copy issue templates from plantuml repository
2023-03-28 14:05:19 +02:00
Florian Heinrich
a9bd29a91d
Fix workflows deprecated warnings.
...
- The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
- Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-java@v2, actions/upload-artifact@v2, actions/download-artifact@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
2023-03-21 14:25:56 +01:00
Florian Heinrich
638724925e
Refactoring relative paths PR#209.
...
- use html `base` tag containing the context path once instead inside
every single URL/link.
- update and enhance `nginx-contextpath` example
- export javascript code into separated file
- Add TODO note to javascript clipboard check (from PR#250) since
Firefox and Safari do not support the current implementation
2023-03-21 14:14:09 +01:00
Artur Propp
1245b15e01
Add explicit VOLUME instruction for jetty image
...
Set a mount point for read-only root file system configurations.
Without the explicit mount point definition in the image, we were facing
issues on Amazon ECS, because the directory got mounted with different
ownership (root) and mode (0755).
For reference please see also:
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/bind-mounts.html#bind-mount-considerations
2023-03-08 17:30:00 +01:00
Florian
99f85c0c9b
Use relative paths as far as possible.
...
Switch from absolute paths `hostpath` to relative paths `contextpath`.
Unfortunately, for the url input javascript is necessary to resolve the
relative url.
Also see Issue #205 .
2023-02-24 09:26:48 +01:00
Joel Pearson
4a5e204e16
Adding PDF support #130
2023-02-17 19:43:59 +01:00
Arnaud Roques
8cb5ca0daf
Version 1.2023.1
2023-01-29 23:48:19 +01:00
Florian Greinacher
afd8bbcceb
feat: support deep base URLs
2023-01-26 10:29:03 +01:00
Arnaud Roques
6d90304fd7
Restore https://github.com/plantuml/plantuml-server/pull/251
2023-01-15 18:19:07 +01:00
Arnaud Roques
f62ba44e7d
Restore https://github.com/plantuml/plantuml-server/pull/250
2023-01-15 18:08:07 +01:00
Arnaud Roques
823b506900
Import version 1.2023.0
2023-01-12 20:01:23 +01:00
Arnaud Roques
b458bfad19
Version 1.2022.14
2022-12-07 22:51:38 +01:00
Arnaud Roques
a7a5b91933
Temporary remove tests
2022-12-06 19:20:32 +01:00
Arnaud Roques
20468f5bd9
Temporary remove tests
2022-12-06 19:18:43 +01:00
Arnaud Roques
10dd88714a
test
2022-12-06 19:12:57 +01:00
Arnaud Roques
df9c10604a
improve tests
2022-12-06 19:06:00 +01:00
Arnaud Roques
0154160c7d
Improve tests
2022-12-06 18:52:30 +01:00
Arnaud Roques
4d65def8bb
Improve proxy management
2022-12-06 18:42:54 +01:00
Arnaud Roques
efd53664f2
Import version 1.2022.13
2022-11-20 10:37:51 +01:00
Hans
345e996673
fix typo
2022-11-07 13:00:28 +01:00
Hans
dcd4436fcf
add openshift permission
2022-11-07 13:00:28 +01:00
Hans
7285ce1cc8
Update Dockerfile.jetty
...
change user
2022-11-07 13:00:28 +01:00
Hans
a0ed47b51c
add openshift permission
2022-11-07 13:00:28 +01:00
Arnaud Roques
052a7ea96f
Import version 1.2022.12
2022-11-05 13:05:40 +01:00
Arnaud Roques
b8cb1e2ff0
Version 1.2022.7
2022-08-23 19:20:37 +02:00
Thomas Mons
cf717eff0c
Introduced parameter PLANTUML_CONFIG_FILE, that allows to specify a PlantUML config file.
2022-07-29 12:49:22 +02:00
Markus Opolka
820fcca9ac
Add simple Kubernetes example
2022-07-21 15:22:50 +02:00
aadrian
2d011e233e
The ProxyServlet should handle maps too.
2022-06-29 23:35:41 +02:00
aadrian
dcc06f9afc
CORS should work for imagemaps too.
2022-06-29 23:35:41 +02:00
aadrian
4c76f0389d
ignore IntelliJ too.
2022-06-29 23:35:41 +02:00
Arnaud Roques
dd028e9579
Import version 1.2022.6
2022-06-22 09:42:33 +02:00
Arnaud Roques
94678b720e
Import version 1.2022.5
2022-05-26 10:15:44 +02:00
Wolfgang Werner
b5c21c76b6
Remove note about building .war before the docker image
...
Both Dockerfiles also build the war as part of a multi stage build, so I guess that comment is obsolete.
2022-04-27 15:47:20 +02:00
oholimoli
ca3e9312b3
fixed nginx-contextpath example
2022-04-15 17:16:28 +02:00
Arnaud Roques
ba6af87b2d
Import version 1.2022.4
2022-04-10 23:09:48 +02:00
Arnaud Roques
249163e149
Import version 1.2022.3
2022-03-30 17:52:44 +02:00
Arnaud Roques
0330b7c4a2
Import version 1.2022.2
2022-03-07 22:36:31 +01:00
Arnaud Roques
cebca916fe
Import version 1.2022.2
2022-03-07 21:57:53 +01:00
Nikolai Emil Damm
d5ef062af4
Fix
2022-03-07 12:45:59 +01:00
Nikolai Emil Damm
74f35846a7
Update main.yml
2022-03-07 12:45:59 +01:00
Nikolai Emil Damm
e83dfa2b3a
Update main.yml
2022-03-07 12:45:59 +01:00
Nikolai Emil Damm
8c45a7b106
Update main.yml
2022-03-07 12:45:59 +01:00
PlantUML
f14337933d
Update README.md
2022-01-25 10:34:34 +01:00