Olaf Meeuwissen
055facac9e
Make the server's BASE_URL configurable
...
The "special" value of `ROOT` will serve requests on `/`. Any other
value should serve on `/$BASE_URL` (as long as there are no slashes
in `BASE_URL` at least).
The default has been set to `plantuml` to better match documentation
in the README.md file.
Re #80 , may help with #79 .
2018-11-15 22:09:14 +09:00
Olaf Meeuwissen
3ce59edba7
Fix rendering of non-sequence diagrams
...
Although sequence diagrams render fine without, any(?) other diagram
type requires the `GRAPHVIZ_DOT` environment variable to be set for
the server to produce usable output.
2018-11-15 21:59:52 +09:00
Olaf Meeuwissen
31a42da6bb
Support building behind a proxy
...
In order to use this functionality, you need to pass `--build-arg`
options for the `http_proxy`, `https_proxy` and `no_proxy` values
that are suitable for *your* build environment.
If not behind a proxy, simply don't pass any `*_proxy` build args.
2018-11-15 21:53:00 +09:00
Olaf Meeuwissen
d73dea3d58
Do not log download progress during build
...
This cuts down on the verbosity for at least some CI build logs.
2018-11-15 21:41:34 +09:00
Olaf Meeuwissen
f0b05ab711
Remove unneeded packages and environment variables from the builder
2018-11-15 21:34:32 +09:00
Olaf Meeuwissen
401659a4a2
Keep the Docker build context small
2018-11-15 21:29:32 +09:00
Arnaud Roques
dcc38976b9
version 1.2018.12
2018-10-21 22:39:40 +02:00
Arnaud Roques
2b1deed9dd
version 1.2018.11
2018-09-23 14:17:17 +02:00
Arnaud Roques
902241954f
version 1.2018.10
2018-08-26 14:09:44 +02:00
Arnaud Roques
b340965ef9
version 1.2018.9
2018-07-30 18:44:57 +02:00
Arnaud Roques
3920af3a91
version 1.2018.8
2018-06-25 21:10:23 +02:00
Arnaud Roques
b9b9864ccc
version 1.2018.7
2018-06-12 22:57:29 +02:00
Arnaud Roques
f26038fc4c
version 1.2018.6
2018-05-21 21:39:04 +02:00
Arnaud Roques
fc730f24fc
version 1.2018.5
2018-05-06 22:01:40 +02:00
arnaudroques
cb2cb80931
Merge pull request #74 from roxspring/support-post-requests
...
Add POST support plus PSystemError diagrams results generate 400 Bad Request status codes
2018-04-19 18:47:03 +02:00
Rob Oxspring
5ef45f643d
Extracted reusable doDiagramResponse() method
2018-04-19 12:39:09 +01:00
Rob Oxspring
ad09f193f4
Add POST support
2018-04-18 23:30:33 +01:00
Arnaud Roques
fe305e01da
version 1.2018.3
2018-04-06 22:48:59 +02:00
Arnaud Roques
263bbf59da
add Access-Control-Allow-Origin
2018-03-20 19:13:37 +01:00
Arnaud Roques
7ad8b8033d
Add Base64 support
2018-03-19 22:28:19 +01:00
Arnaud Roques
353b089904
version 1.2018.2
2018-03-09 22:51:16 +01:00
Arnaud Roques
7437f31418
version 1.2018.1
2018-01-29 21:48:20 +01:00
Arnaud Roques
5a206933cc
version 1.2018.0
2018-01-05 00:01:41 +01:00
arnaudroques
e8d03bcfe0
Merge pull request #62 from Ducatel/master
...
Fix docker build problem on jetty
2017-12-21 10:24:08 +01:00
arnaudroques
297568abce
Merge pull request #61 from kumy/patch-1
...
Fix typo
2017-12-18 20:32:58 +01:00
kumy
05742ff37e
Fix typo
2017-12-18 14:34:23 +01:00
David Ducatel
7fb25caeca
Fix docker build problem on jetty
2017-12-13 10:31:39 +01:00
Arnaud Roques
b9bb9c71c5
Fix "map" issue that was broken
2017-12-12 17:53:04 +01:00
Arnaud Roques
a7b5a02b28
version 1.2017.20
2017-12-11 23:35:15 +01:00
Arnaud Roques
ac975b197e
version 1.2017.19
2017-11-20 17:35:45 +01:00
Arnaud Roques
f5293fc992
Merge branch 'master' of https://github.com/plantuml/plantuml-server
2017-11-20 17:35:29 +01:00
arnaudroques
b6987a671f
Merge pull request #56 from Ducatel/master
...
Upgrade way to build docker image
2017-10-20 22:13:59 +02:00
David Ducatel
88b2e80da3
Simplify build and add build of armv8 image
2017-10-20 20:21:16 +02:00
David Ducatel
ae00bcc116
update build process
...
Using multi stage build in dockerfile
2017-10-20 20:20:26 +02:00
Arnaud Roques
c13dc10be9
version 1.2017.18
2017-10-08 11:22:04 +02:00
arnaudroques
39bfe4ef76
Update README.md
...
Document GRAPHVIZ_DOT and PLANTUML_STATS variables
2017-09-26 15:38:51 +02:00
arnaudroques
a6c9fb0caf
Merge pull request #55 from Ducatel/master
...
[WIP]Update readme about env var
2017-09-26 14:12:03 +02:00
David Ducatel
a3b1eba470
Add first env var description in readme
2017-09-26 09:40:42 +02:00
Arnaud Roques
6ad05008c4
version 1.2017.16
2017-09-03 21:44:33 +02:00
Arnaud Roques
5414c00887
version 1.2017.15
2017-08-31 22:29:43 +02:00
arnaudroques
4a6e13ae1a
Merge pull request #52 from adamwalach/master
...
Fix tomcat dockerfile
2017-08-31 14:28:55 +02:00
Adam Wałach
e95d301524
Fix tomcat dockerfile
...
ROOT.war is not deployed if old ROOT directory is present
2017-08-31 14:13:35 +02:00
arnaudroques
2d04a7a3fb
Merge pull request #50 from secularbird/master
...
add Dockerfile for armv8a
2017-08-28 20:36:21 +02:00
zhuangyao
e07bf83683
add Dockerfile for armv8a
2017-08-27 17:24:06 +08:00
arnaudroques
335a0b4080
Merge pull request #48 from jessetan/add-eps-to-server
...
Support EPS and EPS text output
2017-06-28 23:02:51 +02:00
Jesse Tan
c212cb9488
Add simple EPS test case
2017-06-28 13:16:45 +02:00
Jesse Tan
7293235cd6
Update documentation
2017-06-28 13:01:01 +02:00
Jesse Tan
68b819844d
Add eps format to proxy
2017-06-28 12:59:27 +02:00
Jesse Tan
77244844e4
Set Eps mime type
2017-06-28 12:59:09 +02:00
Jesse Tan
7f6a69ccbd
Register eps servlets
2017-06-28 12:58:46 +02:00