1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2024-06-17 07:32:23 +00:00
Commit Graph

124 Commits

Author SHA1 Message Date
Maxime Sinclair
a0c3fbe525 IOException temporary fixed 2013-07-09 17:32:09 +02:00
Maxime Sinclair
4339629f97 UML diagram fixed 2013-07-09 17:12:42 +02:00
Maxime Sinclair
90fe8924f7 Code formatted, encoded text checked and warning added
The old url syntax is announced as deprecated.
2013-07-09 16:53:45 +02:00
Maxime Sinclair
d7ecaaa992 Refactoring of the Proxy service 2013-07-09 15:44:36 +02:00
maximesinclair
cbb6eb0ac2 Testcases are coming back ! 2013-07-01 22:40:14 +02:00
maximesinclair
ab77f245f9 IIOException catched when browser session disappears 2013-07-01 22:36:28 +02:00
Maxime Sinclair
c166b507f0 Catch IOException to avoid annoying messages in the server logs. 2013-06-04 16:07:31 +02:00
maximesinclair
3bc2461f85 Temporary fix ! 2013-05-27 23:45:38 +02:00
Maxime Sinclair
40fcdd04e2 Build timestamp mavenized using filtering. 2011-12-28 16:27:53 +01: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
e489e631eb Restore previous welcome servlet path to serve static resources
correctly.

Add jetty default servlet parameter to allow "servlet welcome files".
2011-11-12 20:54:15 -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
Pablo Lalloni
4f80244a2b Add support for generating parameterized image format in proxy requests 2011-11-01 17:12:46 -03:00
Maxime Sinclair
b75cf0b7cf Better support of ditaa diagrams. 2011-08-30 16:39:12 +02:00
Arnaud Roques
e71536f634 Transcoder.class will now add @startuml, to we have to check if it is
present before adding it
2011-04-19 18:22:56 +02:00
Maxime Sinclair
b201367aba Support for sequence diagrams as ASCII art. 2011-04-08 12:33:08 +02:00
Maxime Sinclair
0f34349037 Documentation and polishing 2011-03-31 16:12:10 +02:00
Maxime Sinclair
237907b410 Javadoc and source headers. 2011-03-30 17:53:11 +02:00
Maxime Sinclair
01a16339be New servlet structure with a dedicated class UmlDiagramService to
produce diagram from a compressed source.
2011-03-29 18:15:53 +02:00
Maxime Sinclair
9e55d93ab8 getContent() now private. 2011-03-10 15:57:37 +01:00
Maxime Sinclair
5c149977fb Refactoring of the welcome diagram. 2011-03-09 16:55:57 +01:00
Arnaud Roques
adafac876d UTF8 management 2011-02-20 17:05:48 +01:00
Maxime Sinclair
6052b6809c Eclipse WTP structure, the settings are now included 2011-02-17 12:23:50 +01:00