Skip to content
Snippets Groups Projects
  1. Feb 19, 2020
  2. Feb 10, 2020
  3. Oct 31, 2019
  4. Oct 09, 2019
  5. Sep 13, 2019
  6. Aug 24, 2019
  7. Jul 10, 2019
    • Sarah Yasonik's avatar
      Expose metrics element for FE consumption · 7d393bd8
      Sarah Yasonik authored
      Adds GFM Pipline filters to insert a placeholder in the generated
      HTML from GFM based on the presence of a metrics dashboard link.
      
      The front end should look for the class 'js-render-metrics' to
      determine if it should replace the element with metrics charts.
      The data element 'data-dashboard-url' should be the endpoint
      the front end should hit in order to obtain a dashboard layout
      in order to appropriately render the charts.
      7d393bd8
  8. Jun 07, 2019
    • Sean McGivern's avatar
      Allow emoji in label and milestone references · 1617aa27
      Sean McGivern authored
      If we put the emoji filter before the reference filters, each emoji will
      have a wrapper element that prevents the reference filter from detecting
      the presence of the emoji.
      
      As the emoji filter now runs after the reference filters, references
      must contain a literal emoji, not the GitLab Flavored Markdown
      versions (:100`, for example).
      
      A weird side-effect is that if you have a label with the 100 emoji, and
      a label named 💯, then trying to reference the latter will work (link
      to the correct label), but will render with the 100 emoji. I'm
      comfortable with that edge case, I think.
      Unverified
      1617aa27
  9. Jan 24, 2019
  10. Jan 08, 2019
  11. Dec 13, 2018
  12. Nov 29, 2018
  13. Nov 16, 2018
  14. Oct 07, 2018
    • gfyoung's avatar
      Enable more frozen string in lib/**/*.rb · d598e4fd
      gfyoung authored
      Enables frozen for the following:
      
      * lib/*.rb
      * lib/banzai/**/*.rb
      * lib/bitbucket/**/*.rb
      * lib/constraints/**/*.rb
      * lib/container_registry/**/*.rb
      * lib/declarative_policy/**/*.rb
      
      Partially addresses #47424.
      d598e4fd
  15. Sep 08, 2018
  16. Jul 13, 2018
  17. Jun 30, 2018
  18. Jun 29, 2018
  19. May 18, 2018
  20. Mar 20, 2018
  21. Jan 29, 2018
  22. Dec 22, 2017
  23. Nov 22, 2017
  24. Jul 24, 2017
  25. Apr 06, 2017
  26. Mar 15, 2017
  27. Feb 02, 2017
    • Horacio Sanson's avatar
      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
      d9e9ad22
  28. Jan 17, 2017
  29. Jan 16, 2017
  30. Dec 14, 2016
  31. Dec 08, 2016
  32. Oct 16, 2016
  33. Jul 19, 2016
  34. Jun 03, 2016
  35. May 18, 2016
  36. Apr 05, 2016
  37. Mar 01, 2016
Loading