1. 13 1月, 2017 1 次提交
  2. 12 1月, 2017 1 次提交
    • H
      Add support for PlantUML diagrams in Asciidoc. · f986b4c4
      Horacio Sanson 提交于
      This MR enables rendering of PlantUML diagrams in Asciidoc documents. To add a
      PlantUML diagram all we need is to include a plantuml block like:
      
      ```
      [plantuml, id="myDiagram", width="100px", height="100px"]
      --
      bob -> alice : ping
      alice -> bob : pong
      --
      ```
      
      The plantuml block is substituted by an HTML img element with *src* pointing to
      an external PlantUML server.
      
      This MR also add a PlantUML integration section to the Administrator -> Settings
      page to configure the PlantUML rendering service and to enable/disable it.
      
      Closes: #17603
      f986b4c4
  3. 11 1月, 2017 1 次提交
  4. 10 1月, 2017 1 次提交
  5. 07 1月, 2017 2 次提交
  6. 05 1月, 2017 1 次提交
  7. 30 12月, 2016 1 次提交
  8. 27 12月, 2016 1 次提交
  9. 22 12月, 2016 1 次提交
  10. 21 12月, 2016 1 次提交
  11. 17 12月, 2016 1 次提交
  12. 15 12月, 2016 1 次提交
  13. 14 12月, 2016 1 次提交
  14. 12 12月, 2016 1 次提交
  15. 08 12月, 2016 1 次提交
  16. 05 12月, 2016 2 次提交
  17. 29 11月, 2016 2 次提交
  18. 24 11月, 2016 1 次提交
  19. 23 11月, 2016 1 次提交
  20. 22 11月, 2016 1 次提交
  21. 21 11月, 2016 1 次提交
  22. 17 11月, 2016 3 次提交
  23. 11 11月, 2016 1 次提交
  24. 08 11月, 2016 1 次提交
  25. 05 11月, 2016 1 次提交
  26. 04 11月, 2016 2 次提交
  27. 01 11月, 2016 3 次提交
  28. 29 10月, 2016 1 次提交
    • A
      Fix lightweight tags not processed correctly by GitTagPushService · fa3bbd44
      Alejandro Rodríguez 提交于
      When we updated gitlab_git to 10.4.1, `tag.target` changed from pointing
      to the sha of the tag to the sha of the commit the tag points to. The
      problem is that only annotated tags have `object_sha`s, lightweight tags
      don't (it's nil), so (only) in their case we still need to use
      `tag.target`.
      fa3bbd44
  29. 27 10月, 2016 3 次提交
  30. 26 10月, 2016 1 次提交