1. 12 Jul, 2016 36 commits
  2. 11 Jul, 2016 4 commits
    • Jacob Schatz's avatar
      Merge branch 'contrib-calendar-tooltip-name' into 'master' · 8ef930c4
      Jacob Schatz authored
      Added day name to contributions calendar
      
      ## What does this MR do?
      
      Adds the day name text into the contributions calendar tooltip.
      
      ## What are the relevant issue numbers?
      
      Closes #19367 
      
      ## Screenshots (if relevant)
      
      ![Screen_Shot_2016-07-04_at_12.38.52](/uploads/edf6ac3454d479a345aee638875b7713/Screen_Shot_2016-07-04_at_12.38.52.png)
      
      See merge request !5065
      8ef930c4
    • Connor Shea's avatar
      Fix failing tests. · c30b3257
      Connor Shea authored
      c30b3257
    • Stan Hu's avatar
      Optimize system note visibility checking by hiding notes that · af3727b3
      Stan Hu authored
      have been fully redacted and contain cross-project references.
      
      The previous implementation relied on Note#cross_reference_not_visible_for?,
      which essentially tries to render all the Markdown references in a system note
      and only displays the note if the user can see the referring project. But this
      duplicated the work that Banzai::NotesRenderer was doing already. Instead, for
      each note we render, we memoize the number of visible user references and
      use it later if it is available.
      
      Improves #19273
      af3727b3
    • Jacob Schatz's avatar
      Merge branch 'master' into faster-diffs · 0452e0a5
      Jacob Schatz authored
      0452e0a5