morotti
c4ace921cd
build the war file with travis.
...
automatically add the generated war to github releases.
split the docker build in stages to run in parallel and only if the build succeeded.
2019-03-30 23:45:15 +00:00
Arnaud Roques
bd49d5cf7f
version 1.2019.4
2019-03-29 21:53:36 +01:00
arnaudroques
1398d778bb
Merge pull request #88 from tnguyen14/jsp-1.7
...
Set compiler version for jsp servlet to 1.7
2019-03-15 09:10:05 +01:00
Tri Nguyen
18d461a38a
Set compiler version for jsp servlet to 1.7
2019-03-14 15:04:11 -04:00
Arnaud Roques
74db037a27
version 1.2019.1
2019-02-09 22:57:47 +01:00
Arnaud Roques
813500c549
fix link
2019-02-09 16:34:05 +01:00
Arnaud Roques
44487018ce
version 1.2018.14
2018-12-22 12:14:10 +01:00
arnaudroques
731ea2ff87
Merge pull request #83 from paddy-hack/redo-base-url-support-to-use-ROOT
...
Redo base url support to use root
2018-12-03 12:26:30 +01:00
Olaf Meeuwissen
73c23724db
Use ROOT as the BASE_URL
...
This fixes a misread of the README.md when preparing 055faca
.
2018-12-03 18:54:18 +09:00
Olaf Meeuwissen
38772dedd3
Revert "Revert "Make the server's BASE_URL configurable""
...
This reverts commit 5501258087
.
2018-12-03 18:30:47 +09:00
Arnaud Roques
5501258087
Revert "Make the server's BASE_URL configurable"
...
This reverts commit 055facac9e
.
2018-11-30 22:30:03 +01:00
Arnaud Roques
c30807b178
version 1.2018.13
2018-11-26 23:44:55 +01:00
arnaudroques
59f37e996d
Merge pull request #81 from paddy-hack/jetty-tomcat-dockerfile-improvements
...
Dockerfile improvements for Jetty and Tomcat images.
2018-11-17 10:36:15 +01:00
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