1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2024-06-09 03:32:31 +00:00
Commit Graph

17 Commits

Author SHA1 Message Date
Florian
e6566b58bd revert missing tests + small fixes
- revert the 4 missing tests, e.g. proxy test from commit 20468f5
- add virtual host name `test.localhost` to embedded jetty server
  (JUnit Tests) since localhost and IP-Addresses are no longer
  supported by the proxy and use this address inside proxy `src`
- add `test-localhost` support for the docker tests. To support
  this the docker hostname need to be set to test.localhost by:
  `--hostname=test.localhost` (only for the docker tests)
- proxy: add file format support for PDF
- proxy: add error messages on "bad request" response
- proxy: remove dead code
- old proxy: add error messages on "bad request" response
- fix incorrect README link to docs
- add `HTTP_PROXY_READ_TIMEOUT` option -- close #240
2023-05-04 18:30:58 -04: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
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
Arnaud Roques
67fbe35fc3 Add FUNDING.yml 2021-11-17 19:09:35 +01:00
Steve Hipwell
1580aa2b6f chore: merge main actions back to single workflow
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
2021-11-12 16:52:29 +01:00
Florian
db31315485 give "mvn jetty:run" more start up time 2021-10-17 18:46:03 +02:00
Florian
9cb9cec6ca update jetty and tomcat to latest version 2021-10-17 18:46:03 +02:00
Florian
deda3c2256 update + restructure pom and add missing javadoc 2021-10-13 12:25:18 +02:00
Steve Hipwell
a7789025eb Refactor GitHub action 2021-10-04 14:13:16 +02:00
Mubarak Imam
61cbf1d3e5 change CI trigger to tag creation 2021-09-11 00:31:27 +02:00
Mubarak Imam
eee8ca6084 use github actions CI
- remove travis-ci.yml
- remove comments from main workflow
2021-09-11 00:31:27 +02:00
Mubarak Imam
f4c55bb171 added docker build 2021-09-11 00:31:27 +02:00
Mubarak Imam
eb38f39419 testing binary releases 2021-09-10 19:22:38 +02:00