Skip to content
Snippets Groups Projects
  1. Mar 18, 2020
  2. Jan 14, 2020
  3. Sep 13, 2019
  4. Jul 16, 2019
  5. 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
  6. Dec 13, 2018
  7. 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
  8. Jul 13, 2018
  9. Feb 22, 2018
  10. Nov 06, 2017
  11. Apr 07, 2017
    • Adam Buckland's avatar
      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.
      ace833b3
  12. Mar 01, 2016
  13. Jan 14, 2016
  14. Dec 15, 2015
Loading