1. 19 1月, 2017 6 次提交
  2. 17 1月, 2017 3 次提交
  3. 16 1月, 2017 4 次提交
  4. 15 1月, 2017 3 次提交
  5. 14 1月, 2017 3 次提交
  6. 13 1月, 2017 12 次提交
  7. 12 1月, 2017 4 次提交
    • 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
    • C
      Fix rubocop · 3e457f78
      Clement Ho 提交于
      3e457f78
    • C
      Backend review · ce9d3ee5
      Clement Ho 提交于
      ce9d3ee5
    • Y
      Fill missing authorized projects rows · c3a2d574
      Yorick Peterse 提交于
      This ensures that the project_authorizations rows exist for all users
      for which this data has not yet been populated.
      
      Fixes #26194
      c3a2d574
  8. 11 1月, 2017 2 次提交
  9. 10 1月, 2017 3 次提交