1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2024-09-28 15:09:01 +00:00
Commit Graph

16 Commits

Author SHA1 Message Date
Maxime Sinclair
7d7aa41168 [TASK] Add a test about Unicode preservation 2013-09-06 16:32:51 +02:00
Maxime Sinclair
7d7bdca930 [FEATURE] Map usage integrated in the interactive servlet
JSTL (without EL) added
2013-08-22 14:31:05 +02:00
Maxime Sinclair
13ac55e09e [FEATURE] Map service totally implemented 2013-08-19 16:07:38 +02:00
Maxime Sinclair
9e90a3660b [FEATURE] First implementation of the map feature unit test 2013-07-18 16:20:46 +02:00
Maxime Sinclair
779351844c [TASK] Refactoring of the TestUtils class
tryGetResponse method deleted
Compressed diagram strings added as constant strings
2013-07-17 14:30:44 +02:00
Maxime Sinclair
e41286993f [TASK] No more used method getServerUrl suppressed 2013-07-10 17:28:09 +02:00
Maxime Sinclair
ce168633ad [TASK] Full coding style clean up 2013-07-10 17:07:24 +02:00
Maxime Sinclair
ded3a5578a Source beautified 2013-07-10 10:37:21 +02:00
Maxime Sinclair
6d1ca6c43c Check the content of the SVG 2013-07-10 10:08:44 +02:00
Maxime Sinclair
f34d9ca34e Consume the http response to avoid IO exception 2013-07-10 10:07:31 +02:00
Maxime Sinclair
a0c3fbe525 IOException temporary fixed 2013-07-09 17:32:09 +02:00
maximesinclair
cbb6eb0ac2 Testcases are coming back ! 2013-07-01 22:40:14 +02:00
maximesinclair
3bc2461f85 Temporary fix ! 2013-05-27 23:45:38 +02:00
Maxime Sinclair
ad6a00fdf0 Normalization of the format for the proxy feature.
New syntax is : plantuml/proxy/[id/][format/]remoteURL
where id is a number identifying the diagram definition
when the remote URL contains more than one diagram,
and format specify the output : img, txt or svg.
2011-11-14 17:22:16 +01:00
Pablo Lalloni
e1cc14c6a3 Changed TestProxy png image expected size to be between 1500 and 1700. 2011-11-12 22:00:30 -03:00
Pablo Lalloni
89c4d91b41 Project fully mavenized with functionality exceeding previous Ant build.xml implemented (except deployment to servlet container, which can be easily added).
Improved unit tests to be independent of externally running servlet container, now every test runs its own embedded jetty server (and stops it afterward).

Removed all eclipse artifacts (.project, .classpath, .settings, etc.) and added to .gitignore to be independent of development environment (can be autogenerated by maven, or better yet use m2eclipse).

Removed embedded dependency jars since they are handled automatically by maven.
2011-11-02 19:11:52 -03:00