1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2024-06-30 05:23:31 +00:00
Commit Graph

162 Commits

Author SHA1 Message Date
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
Maxime Sinclair
b0c46ef805 Merge pull request #2 from plalloni/master
Build migrated to maven, tests self-contained, etc.
2011-11-14 07:30:30 -08:00
Pablo Lalloni
c3bf704888 Add running instructions to readme file. 2011-11-12 23:38:43 -02: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
11a215ddd0 Configure jetty-maven-plugin, build final name, wtp context path.
Add project name to maven pom.

Configure maven-eclipse-plugin wtp contextpath to "plantuml" for running
from eclipse embedded servers.

Add jetty-maven-plugin to maven pom allowing to run the webapp by
executing jetty:run-exploded or jetty:run-war maven goals.

Downgrade servlet-api dependency version to 2.4 to match web.xml
setting.

Remove development "leaked" dependency on jersey-server.

Changed maven build final name to produce "plantuml.war" as the previous
ant build.
2011-11-12 21:59:34 -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
1b9e92cc78 Added maven-eclipse-plugin configuration options for generation of
eclipse wtp configuration files so the project is recognized as a "web
project" in eclipse and it can be run in eclipse managed servers.
2011-11-12 16:22:48 -03:00
Pablo Lalloni
b66a774bc7 README updated to mavenized project and translated to markdown 2011-11-02 19:23:39 -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
d494bc91f4 Upgraded to 7104 2011-08-30 16:46:28 +02:00
Maxime Sinclair
b75cf0b7cf Better support of ditaa diagrams. 2011-08-30 16:39:12 +02:00
Maxime Sinclair
c40a3e5504 Merge branch 'master' of https://github.com/arnaudroques/plantumlservlet 2011-07-12 18:01:57 +02:00
Maxime Sinclair
b909e3cb8d Minimal SVG test case added 2011-07-12 17:58:35 +02:00
Arnaud Roques
5cefa9cec0 Version 6703 2011-05-23 22:25:25 +02:00
Maxime Sinclair
c07e4ffe07 Invalid anchor tag fixed. 2011-04-26 14:47:47 +02:00
Arnaud Roques
85afd8196e New PlantUML.jar
Display Version in the header
Add links "View as SVG", "View as ASCII Art"
2011-04-21 19:52:50 +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
e9fbf4b0e4 Clean target updated 2011-04-08 14:29:42 +02:00
Maxime Sinclair
c8fc7a480d AsciiArt unit test addition. 2011-04-08 12:58:56 +02:00
Maxime Sinclair
b201367aba Support for sequence diagrams as ASCII art. 2011-04-08 12:33:08 +02:00
Maxime Sinclair
48266b302d Little enhancements of the look of the main page.
The build date is included in the footer.
2011-03-31 16:20:15 +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
0ed28aaea4 Merge branch 'master' of https://github.com/arnaudroques/plantumlservlet 2011-03-29 18:22:32 +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
Arnaud Roques
e748d98b1f Version 6242 of plantuml.jar 2011-03-26 13:32:27 +01:00
Arnaud Roques
75c8d5cef0 Merge branch 'refs/heads/master' of https://arnaudroques@github.com/arnaudroques/plantumlservlet.git into HEAD 2011-03-26 13:31:44 +01:00
Maxime Sinclair
225ef45c37 Unit test of the proxy feature. 2011-03-18 16:35:45 +01:00
Maxime Sinclair
b924e99360 Session creation avoided 2011-03-18 16:29:22 +01:00
Maxime Sinclair
4eb0dfc879 Test of the HTTP header added. 2011-03-10 16:17:30 +01:00
Maxime Sinclair
9e55d93ab8 getContent() now private. 2011-03-10 15:57:37 +01:00
Maxime Sinclair
57425f770d Prevent the creation of the session. 2011-03-10 15:54:36 +01:00
Maxime Sinclair
5c149977fb Refactoring of the welcome diagram. 2011-03-09 16:55:57 +01:00
Arnaud Roques
2b77e0e27f Merge branch 'refs/heads/master' of https://arnaudroques@github.com/arnaudroques/plantumlservlet.git into HEAD 2011-02-24 12:36:28 +01:00
Arnaud Roques
53d2a1e735 Version 6141 2011-02-23 22:30:22 +01:00
Maxime Sinclair
c98015f417 Unit testing included in the ant build file.
The dist directory is the default target of the build artefacts.
2011-02-23 17:36:40 +01:00
Maxime Sinclair
5a97a919ff A TestSuite and new test cases 2011-02-23 15:51:38 +01:00
Maxime Sinclair
7ffbc44e08 First unit test case using HttpUnit 2011-02-22 18:00:13 +01:00
Maxime Sinclair
4f0aab14f7 Remove dependency to specific jdk 2011-02-22 14:49:53 +01:00
Arnaud Roques
adafac876d UTF8 management 2011-02-20 17:05:48 +01:00
Maxime Sinclair
b8a37037ee Merge remote branch 'origin' 2011-02-18 15:45:05 +01:00
Maxime Sinclair
2afdbdbdee Style enhancement 2011-02-18 15:44:42 +01:00
Arnaud Roques
d1faf73448 Add Alice->Bob:hello 2011-02-17 21:08:30 +01:00
Maxime Sinclair
ba435be99e Welcome file specified without initial slash 2011-02-17 14:54:01 +01:00
Maxime Sinclair
113545a865 Deletion of the unwanted classes 2011-02-17 12:56:27 +01:00
Maxime Sinclair
bed2250f38 Ant build file updated to take into account the new structure 2011-02-17 12:48:01 +01:00
Maxime Sinclair
6052b6809c Eclipse WTP structure, the settings are now included 2011-02-17 12:23:50 +01:00
Maxime Sinclair
dac7c9f945 Fix the version and end of line issue 2011-02-17 10:30:21 +01:00