BigW Consortium Gitlab

  1. 30 Jun, 2017 1 commit
  2. 21 Jun, 2017 1 commit
  3. 14 Jun, 2017 1 commit
  4. 09 Jun, 2017 1 commit
  5. 31 May, 2017 1 commit
  6. 24 May, 2017 1 commit
  7. 18 May, 2017 1 commit
  8. 10 May, 2017 1 commit
  9. 04 May, 2017 1 commit
  10. 25 Apr, 2017 3 commits
  11. 19 Apr, 2017 3 commits
  12. 13 Apr, 2017 1 commit
  13. 07 Apr, 2017 1 commit
    • Add indication for closed or merged issuables in GFM · ace833b3
      Adam Buckland authored
      Example: for issues that are closed, the links will now show '[closed]'
      following the issue number. This is done as post-process after the markdown has
      been loaded from the cache as the status of the issue may change between
      the cache being populated and the content being displayed.
      
      In order to avoid N+1 queries problem when rendering notes ObjectRenderer
      populates the cache of referenced issuables for all notes at once,
      before the post processing phase.
      
      As a part of this change, the Banzai BaseParser#grouped_objects_for_nodes
      method has been refactored to return a Hash utilising the node itself as the
      key, since this was a common pattern of usage for this method.
  14. 06 Apr, 2017 1 commit
  15. 28 Mar, 2017 2 commits
  16. 14 Mar, 2017 1 commit
  17. 06 Mar, 2017 3 commits
  18. 01 Mar, 2017 1 commit
  19. 23 Feb, 2017 6 commits
  20. 16 Feb, 2017 1 commit
  21. 13 Feb, 2017 1 commit
  22. 02 Feb, 2017 1 commit
    • PlantUML support for Markdown · d9e9ad22
      Horacio Sanson authored
      Allow rendering of PlantUML diagrams in Markdown documents using fenced blocks:
      
          ```plantuml
          Bob -> Sara : Hello
          Sara -> Bob : Go away
          ```
      
      Closes: #4048
  23. 25 Jan, 2017 2 commits
  24. 18 Jan, 2017 1 commit
  25. 17 Jan, 2017 1 commit
  26. 22 Dec, 2016 2 commits