Commit Graph

466 Commits

Author SHA1 Message Date
Arnaud Roques 934a0edc52 Import version 1.2020.20 2020-11-21 18:35:15 +01:00
terje 8805b90913 Build and use Graphviz 2.44.1 straight from source 2020-11-12 08:47:43 +01:00
dependabot[bot] 1a02835f8f Bump junit from 3.8.2 to 4.13.1
Bumps [junit](https://github.com/junit-team/junit4) from 3.8.2 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](https://github.com/junit-team/junit4/compare/r3.8.2...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-12 23:24:14 +02:00
Arnaud Roques f4f6ca5773 Import version 1.2020.19 2020-10-12 23:21:41 +02:00
Arnaud Roques 3c6b8da0ff Import version 1.2020.18 2020-10-01 19:24:16 +02:00
Arnaud Roques e2e1c915a6 Import version 1.2020.17 2020-09-20 11:53:19 +02:00
Arnaud Roques bde7ee5683 Import version 1.2020.16 2020-08-28 19:26:32 +02:00
NateScarlet 5aa3b56840 Add JLatexMath support
https://github.com/plantuml/plantuml-server/issues/116#issuecomment-565530486
2020-07-27 19:32:24 +02:00
Abtin Gramian d53fb43ac4 Bump docker parent image versions to target Java 11 2020-07-21 22:42:05 +02:00
Erik van het Hof d6dcdab421 Update tomcat tag from 9.0-jre8-slim to 9.0-jdk8-openjdk-slim 2020-07-03 16:05:03 +02:00
Arnaud Roques 655f53fc28 Import version 1.2020.15 2020-06-28 22:21:33 +02:00
Arnaud Roques 4f7b56e80b Import version 1.2020.14 2020-06-21 22:38:00 +02:00
Arnaud Roques af01537429 version 1.2020.13 2020-06-14 23:16:31 +02:00
Arnaud Roques 92e88f3fa4 version 1.2020.12 2020-06-07 12:05:13 +02:00
Arnaud Roques 4433e6cc1b version 1.2020.11 2020-05-30 17:21:09 +02:00
Arnaud Roques 35af5917e7 version 1.2020.10 2020-05-17 23:18:07 +02:00
John Jarvis 2f18333605 Skips cleanup for release assets 2020-05-11 09:02:22 +02:00
Arnaud Roques f355dc6666 version 1.2020.9 2020-05-10 23:37:56 +02:00
John Jarvis 36ccc2f25c Adds tag for deploy artifacts 2020-05-01 23:04:31 +02:00
Arnaud Roques ba6081902b version 1.2020.8 2020-04-26 20:37:03 +02:00
Arnaud Roques 5da0a51e9d version 1.2020.7 2020-04-21 13:48:03 +02:00
John Jarvis 51e0922eea Fixes docker-tag and docker-push stages in travis-ci
* Sets dist/os to the defaults
* Does not check for branch is master and a tag since these will never be true
* Removes on: tags=true
* Removes deprecated: sudo: required
* Replaces deprecated `api_token` with `token`
* Uses unique names so travis doesn't warn
2020-04-12 17:33:33 +02:00
Arnaud Roques 448c8f614f Merge branch 'master' of https://github.com/plantuml/plantuml-server 2020-04-10 09:25:44 +02:00
Arnaud Roques de48bbe463 version 1.2020.6 2020-04-10 09:25:38 +02:00
Summerlve 1d6155fc8e fixed [ERROR] error: Source option 6 is no longer supported. Use 7 or later in OpenJDK 14 2020-04-06 13:04:12 +02:00
Arnaud Roques bbed9612ea version 1.2020.4 2020-03-19 14:08:29 +01:00
Arnaud Roques 5bfbf72262 version 1.2020.2 2020-03-03 23:33:16 +01:00
Arnaud Roques 95426c8d14 version 1.2020.1 2020-02-17 20:03:25 +01:00
Arnaud Roques e9dfb036fc version 1.2020.0 2020-01-12 23:18:44 +01:00
Arnaud Roques af041744ee version 1.2019.13 2019-12-11 22:47:49 +01:00
Rob Oxspring 49c8fefce5 Document the ALLOW_PLANTUML_INCLUDE environment variable 2019-12-10 23:10:01 +01:00
Arnaud Roques de6612091c version 1.2019.12b 2019-11-11 12:01:38 +01:00
Arnaud Roques 37a96a29c4 version 1.2019.12 2019-11-03 22:16:54 +01:00
Arnaud Roques 9bc56edca6 Fix security #122 2019-09-26 19:13:07 +02:00
Arnaud Roques 83138142c5 Fix security #122 2019-09-26 19:08:48 +02:00
Arnaud Roques aa9172f715 Merge branch 'master' of https://github.com/plantuml/plantuml-server 2019-09-26 19:07:34 +02:00
Arnaud Roques a985880361 version 1.2019.11 2019-09-25 17:54:19 +02:00
arnaudroques 18d887385f
Merge pull request #120 from fabianhauser/patch-1
Fix CI to only release docker tags on master branch
2019-09-25 17:53:12 +02:00
Fabian Hauser b7651c4dae
Remove docker-push build step for pull requests 2019-09-25 17:49:20 +02:00
Fabian Hauser 894be6744e
Remove docker tag build step for pull requests 2019-09-25 17:43:37 +02:00
Fabian Hauser b98e227ce7
Fix CI to only release docker tags on master branch
Fixes the build error in pull request #119 and also prevent release tags that are not also commited on the master branch.
2019-09-25 17:35:31 +02:00
Arnaud Roques d73b61a805 version 1.2019.11 2019-09-22 23:00:06 +02:00
arnaudroques 513453e51b
Merge pull request #118 from jarv/jarv/fix-tagging
Creates a docker tagged image for jetty and tomcat
2019-09-16 16:01:42 +02:00
John Jarvis 10707c4df7 Create separate tags for jetty and tomcat 2019-09-16 15:18:20 +02:00
John Jarvis 749cdfb7ab Revert "Tags the docker image if there is a git tag"
This reverts commit fffa69238c.
2019-09-16 14:59:44 +02:00
Arnaud Roques eedd4691c8 version 1.2019.10 2019-09-14 21:58:26 +02:00
arnaudroques 5e7b8ddad0
Merge pull request #115 from jarv/jarv/add-tags
Tags the docker image if there is a git tag
2019-09-07 11:09:20 +02:00
John Jarvis fffa69238c Tags the docker image if there is a git tag 2019-09-06 16:28:10 +02:00
Arnaud Roques 7112ea8a04 version 1.2019.6 2019-05-25 13:14:02 +02:00
Arnaud Roques 2b4fbe2452 version 1.2019.6 2019-05-25 13:10:30 +02:00