nus / gitbucket-plantuml-plugin

A GitBucket plugin that renders PlantUML diagrams.
Apache License 2.0
30 stars 8 forks source link

plugin 1.1.0 does not work with Gist plugin 4.7.0 #8

Closed shiena closed 7 years ago

shiena commented 7 years ago

OK: plugin 1.0.0 + Gitbucket 4.10.0 (user repository) OK: plugin 1.0.0 + Gitbucket 4.10.0 + Gist plugin 4.6.0 (gist) OK: plugin 1.0.0 + Gitbucket 4.11.0 (user repository) OK: plugin 1.0.0 + Gitbucket 4.11.0 + Gist plugin 4.7.0 (gist) OK: plugin 1.1.0 + Gitbucket 4.11.0 (user repository) NG: plugin 1.1.0 + Gitbucket 4.11.0 + Gist plugin 4.7.0 (gist)

image

nus commented 7 years ago

Thanks.

I release version 1.1.1 for resolving this issues. Let me known about version 1.1.1.

shiena commented 7 years ago

Thank you. But it is another matter.

The UML is not drawn in the following steps.

  1. Install Gist Plugin
  2. Open Snippets in the header menu
  3. Create a new Snippets
  4. Create a new file foo.pu

The URL of foo.pu is http://localhost:8080/root/999787cb6bd1a27de1297691642f2df4/plantuml/master/foo.pu

2017-04-06_22h52_07

nus commented 7 years ago

@shiena

Could you try on commit f12ef41577594c49a0873d82f8f934a30ea6b462 ?

shiena commented 7 years ago

@nus Thanks! https://github.com/nus/gitbucket-plantuml-plugin/commit/f12ef41577594c49a0873d82f8f934a30ea6b462 worked fine with Gist plugin.

nus commented 7 years ago

I returned rendering method to version 1.0.0 .

nus commented 7 years ago

I'm glad to hear that!